See <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/305/display/redirect?page=changes>
Changes: [Felix Schumacher] Split start up phase, to give splash screen more time ------------------------------------------ [...truncated 316.67 KB...] Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/FTP_TESTS.jmx> Starting standalone test @ 2022 Apr 29 17:57:27 UTC (1651255047579) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 Warning: Nashorn engine is planned to be removed from a future JDK release summary + 1 in 00:00:03 = 0.4/s Avg: 2525 Min: 2525 Max: 2525 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0 summary + 5 in 00:00:01 = 3.5/s Avg: 58 Min: 14 Max: 108 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1 summary = 6 in 00:00:04 = 1.5/s Avg: 469 Min: 14 Max: 2525 Err: 0 (0.00%) Tidying up ... @ 2022 Apr 29 17:57:33 UTC (1651255053069) ... end of run No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/FTP_TESTS.log> (the file is empty) > Task :src:dist-check:batchHTMLParserTestFile_2 Creating summariser <summary> Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/HTMLParserTestFile_2.jmx> Starting standalone test @ 2022 Apr 29 17:57:37 UTC (1651255057040) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 Warning: Nashorn engine is planned to be removed from a future JDK release summary = 1 in 00:00:00 = 2.4/s Avg: 211 Min: 211 Max: 211 Err: 0 (0.00%) Tidying up ... @ 2022 Apr 29 17:57:38 UTC (1651255058355) ... end of run No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/HTMLParserTestFile_2.log> (the file is empty) > Task :src:dist-check:batchHttp4ImplDigestAuth SKIPPED > Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuth Creating summariser <summary> Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx> Starting standalone test @ 2022 Apr 29 17:57:42 UTC (1651255062503) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 Warning: Nashorn engine is planned to be removed from a future JDK release summary = 12 in 00:00:08 = 1.5/s Avg: 236 Min: 84 Max: 916 Err: 0 (0.00%) Tidying up ... @ 2022 Apr 29 17:57:51 UTC (1651255071869) ... end of run No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/Http4ImplPreemptiveBasicAuth.log> (the file is empty) > Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuthJava SKIPPED > Task :src:dist-check:batchJDBC_TESTS Creating summariser <summary> Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/JDBC_TESTS.jmx> Starting standalone test @ 2022 Apr 29 17:57:56 UTC (1651255076051) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 Warning: Nashorn engine is planned to be removed from a future JDK release summary + 1 in 00:00:02 = 0.5/s Avg: 1329 Min: 1329 Max: 1329 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0 summary + 26 in 00:00:01 = 27.8/s Avg: 3 Min: 0 Max: 24 Err: 0 (0.00%) Active: 0 Started: 2 Finished: 2 summary = 27 in 00:00:03 = 9.0/s Avg: 52 Min: 0 Max: 1329 Err: 0 (0.00%) Tidying up ... @ 2022 Apr 29 17:58:01 UTC (1651255081242) ... end of run WARNING: the task was configured to ignore errors in the output log Logfile contents (errors during the test, see <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/JDBC_TESTS.log)>: 2022-04-29 17:58:01,201 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PreProcessor'. java.lang.IllegalArgumentException: Name for DataSoure must not be empty in JDBC PreProcessor at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:44) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT] at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:34) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:978) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:561) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:501) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at java.lang.Thread.run(Thread.java:834) ~[?:?] 2022-04-29 17:58:01,212 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PostProcessor'. java.lang.IllegalArgumentException: Name for DataSoure must not be empty in JDBC PostProcessor at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:44) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT] at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:34) ~[ApacheJMeter_jdbc.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:968) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:585) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:501) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268) ~[ApacheJMeter_core.jar:5.5-SNAPSHOT] at java.lang.Thread.run(Thread.java:834) ~[?:?] 2022-04-29 17:58:01,214 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS 2022-04-29 17:58:01,233 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PostProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS > Task :src:dist-check:batchJMS_TESTS Creating summariser <summary> Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/JMS_TESTS.jmx> Starting standalone test @ 2022 Apr 29 17:58:05 UTC (1651255085416) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 Warning: Nashorn engine is planned to be removed from a future JDK release summary + 22 in 00:00:24 = 0.9/s Avg: 655 Min: 0 Max: 3410 Err: 0 (0.00%) Active: 1 Started: 4 Finished: 3 summary + 5 in 00:00:08 = 0.6/s Avg: 619 Min: 0 Max: 3000 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1 summary = 27 in 00:00:32 = 0.8/s Avg: 648 Min: 0 Max: 3410 Err: 0 (0.00%) Tidying up ... @ 2022 Apr 29 17:58:39 UTC (1651255119212) ... end of run No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/JMS_TESTS.log> (the file is empty) > Task :src:dist-check:batchOS_TESTS Warning: Nashorn engine is planned to be removed from a future JDK release Creating summariser <summary> Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/OS_TESTS.jmx> Starting standalone test @ 2022 Apr 29 17:58:44 UTC (1651255124486) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 Warning: Nashorn engine is planned to be removed from a future JDK release summary = 3 in 00:00:03 = 0.9/s Avg: 352 Min: 18 Max: 1005 Err: 0 (0.00%) Tidying up ... @ 2022 Apr 29 17:58:48 UTC (1651255128299) ... end of run No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/OS_TESTS.log> (the file is empty) > Task :src:dist-check:batchResponseDecompression Creating summariser <summary> Created the tree successfully using <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/ResponseDecompression.jmx> Starting standalone test @ 2022 Apr 29 17:58:52 UTC (1651255132266) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 Warning: Nashorn engine is planned to be removed from a future JDK release summary = 2 in 00:00:03 = 0.8/s Avg: 726 Min: 444 Max: 1009 Err: 0 (0.00%) Tidying up ... @ 2022 Apr 29 17:58:55 UTC (1651255135607) ... end of run ERROR: unexpected output for ResponseDecompression.xml: - expected 716 bytes, <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/ResponseDecompression.xml> + actual 861 bytes, <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/ResponseDecompression.xml> @@ -11,6 +11,8 @@ <failure>false</failure> <error>false</error> </assertionResult> + <httpSample s="true" lb="HR2-DEFLATE-0" rc="302" rm="Found" dt="text"/> + <httpSample s="true" lb="HR2-DEFLATE-1" rc="200" rm="OK" dt="text"/> </httpSample> <httpSample s="true" lb="HR-BROTLI" rc="200" rm="OK" dt="text"> <assertionResult> No errors present in the logfile <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/ResponseDecompression.log> (the file is empty) > Task :src:dist-check:batchResponseDecompression FAILED checksum-dependency elapsed time: 276768ms, configurations processed: 391 SHA-512 computation time: 156ms (goes in parallel, it might exceed wall-clock time), files processed: 20, processed: 3MiB, skipped: 4085MiB PGP signature resolution time: 62415ms (wall-clock), resolution requests: 234, signatures resolved: 354 PGP key resolution time: 168135ms (wall-clock), resolution requests: 234, download time: 125550ms (goes in parallel, it might exceed wall-clock time), keys downloaded: 116 PGP signature verification time: 28401ms (goes in parallel, it might exceed wall-clock time), files processed: 878, processed: 1193MiB, skipped: 2880MiB Build [0;1mjmeter [0;1;31mFAILURE[0;1m[0m reason: Execution [0;1;31mfailed[0m for task '[0;1m:src:dist-check:batchResponseDecompression[0m': Failures detected while testing <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/ResponseDecompression.jmx>: [unexpected output ResponseDecompression.xml] at org.apache.jmeter.buildtools.batchtest.BatchTest.exec(BatchTest.kt:184) [0;0;90mat org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104) [0m [0;0;90mat org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58) [0m [0;0;90mat org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51) [0m [0;0;90mat org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29) [0m [0;0;90mat org.gradle.api.internal.tasks.execution.TaskExecution$2.run(TaskExecution.java:239) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68) [0m [0;0;90mat org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:224) [0m [0;0;90mat org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:207) [0m [0;0;90mat org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:190) [0m [0;0;90mat org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:168) [0m [0;0;90mat org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89) [0m [0;0;90mat org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40) [0m [0;0;90mat org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53) [0m [0;0;90mat org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) [0m [0;0;90mat org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) [0m [0;0;90mat org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50) [0m [0;0;90mat org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40) [0m [0;0;90mat org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68) [0m [0;0;90mat org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38) [0m [0;0;90mat org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48) [0m [0;0;90mat org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36) [0m [0;0;90mat org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41) [0m [0;0;90mat org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74) [0m [0;0;90mat org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) [0m [0;0;90mat org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51) [0m [0;0;90mat org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29) [0m [0;0;90mat org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61) [0m [0;0;90mat org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42) [0m [0;0;90mat org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60) [0m [0;0;90mat org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27) [0m [0;0;90mat org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:188) [0m [0;0;90mat org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) [0m [0;0;90mat org.gradle.internal.Either$Right.fold(Either.java:175) [0m [0;0;90mat org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59) [0m [0;0;90mat org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) [0m [0;0;90mat org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) [0m [0;0;90mat org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:38) [0m [0;0;90mat org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:27) [0m [0;0;90mat org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36) [0m [0;0;90mat org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22) [0m [0;0;90mat org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:109) [0m [0;0;90mat org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56) [0m [0;0;90mat org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56) [0m [0;0;90mat org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38) [0m [0;0;90mat org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73) [0m [0;0;90mat org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44) [0m [0;0;90mat org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) [0m [0;0;90mat org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) [0m [0;0;90mat org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89) [0m [0;0;90mat org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50) [0m [0;0;90mat org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114) [0m [0;0;90mat org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57) [0m [0;0;90mat org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76) [0m [0;0;90mat org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50) [0m [0;0;90mat org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:93) [0m [0;0;90mat org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:93) [0m [0;0;90mat org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34) [0m [0;0;90mat org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) [0m [0;0;90mat org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43) [0m [0;0;90mat org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31) [0m [0;0;90mat org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40) [0m [0;0;90mat org.gradle.api.internal.tasks.execution.TaskExecution$3.withWorkspace(TaskExecution.java:284) [0m [0;0;90mat org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40) [0m [0;0;90mat org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30) [0m [0;0;90mat org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37) [0m [0;0;90mat org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27) [0m [0;0;90mat org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44) [0m [0;0;90mat org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33) [0m FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':src:dist-check:batchResponseDecompression'. > Failures detected while testing > <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/bin/testfiles/ResponseDecompression.jmx>: > [unexpected output ResponseDecompression.xml] * 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 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings Execution optimizations have been disabled for 2 invalid unit(s) of work during this build to ensure correctness. Please consult deprecation warnings for more details. BUILD FAILED in 10m 18s 363 actionable tasks: 331 executed, 2 from cache, 30 up-to-date See the profiling report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/build/reports/profile/profile-2022-04-29-17-48-54.html> A fine-grained performance profile is available: use the --scan option. See the profiling report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/ws/buildSrc/build/reports/profile/profile-2022-04-29-17-50-05.html> A fine-grained performance profile is available: use the --scan option. Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Xvfb stopping Recording test results [Checks API] No suitable checks publisher found.
