You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/06/06 10:25:06 UTC

Build failed in Jenkins: JMeter » JMeter-analysis #311

See <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/311/display/redirect?page=changes>

Changes:

[Felix Schumacher] Update various dependecies


------------------------------------------
[...truncated 308.01 KB...]
          0.4sec,    1 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.TestSerializedHTTPSampler
          0.0sec,    3 completed,   0 failed,   0 skipped, testInvalidGraphQueryParam(String)
          0.0sec,    3 completed,   0 failed,   0 skipped, testIsGraphQLContentType(String)
          0.0sec,    4 completed,   0 failed,   0 skipped, testInvalidGraphQLContentType(String)
          0.0sec,    2 completed,   0 failed,   0 skipped, testInvalidJsonData(String)
          0.0sec,    3 completed,   0 failed,   0 skipped, testFieldInJsonFromToPostBodyString(String, JsonNode, JsonNode)
          0.1sec,   22 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.TestGraphQLRequestParamUtils
          0.0sec,    3 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.TestHTTPArgument
          0.0sec,    3 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.TestHTTPFileArg
          0.0sec,    5 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.TestHTTPFileArgs
          0.0sec,    6 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.accesslog.TestLogFilter
          0.0sec,    3 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.accesslog.TestSessionFilter
          0.0sec,    4 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.accesslog.TestTCLogParser
          0.0sec,    7 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.visualizers.RequestViewHTTPTest
          0.1sec,    1 completed,   0 failed,   0 skipped, org.apache.jmeter.resources.ResourceKeyUsageTestHttp
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.testelement.TestHeaderManager
          0.9sec,    9 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestHTTPMirrorThread
          0.3sec,  103 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.parser.TestHTMLParser
          0.3sec,   53 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer
          0.0sec,    7 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.visualizers.RequestViewHTTPTest
WARNING  29.0sec,  765 completed,   0 failed,   1 skipped, Gradle Test Run :src:protocol:http:test

> Task :src:protocol:http:check

> 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 Jun 6 10:23:59 UTC (1654511039111)
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:   710 Min:   710 Max:   710 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
summary +     11 in 00:00:04 =    2.6/s Avg:   170 Min:    84 Max:   277 Err:     0 (0.00%) Active: 0 Started: 6 Finished: 6
summary =     12 in 00:00:07 =    1.8/s Avg:   215 Min:    84 Max:   710 Err:     0 (0.00%)
Tidying up ...    @ 2022 Jun 6 10:24:06 UTC (1654511046841)
... 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 Jun 6 10:24:09 UTC (1654511049609)
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 =     27 in 00:00:02 =   13.5/s Avg:    34 Min:     0 Max:   872 Err:     0 (0.00%)
Tidying up ...    @ 2022 Jun 6 10:24:13 UTC (1654511053060)
... 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-06-06 10:24:13,029 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-06-06 10:24:13,038 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-06-06 10:24:13,039 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
2022-06-06 10:24:13,052 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 Jun 6 10:24:15 UTC (1654511055898)
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 +     19 in 00:00:16 =    1.2/s Avg:   527 Min:     0 Max:  3000 Err:     0 (0.00%) Active: 1 Started: 3 Finished: 2
summary +      8 in 00:00:15 =    0.6/s Avg:   759 Min:     0 Max:  3000 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
summary =     27 in 00:00:31 =    0.9/s Avg:   596 Min:     0 Max:  3000 Err:     0 (0.00%)
Tidying up ...    @ 2022 Jun 6 10:24:47 UTC (1654511087396)
... 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 Jun 6 10:24:51 UTC (1654511091073)
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:02 =    1.3/s Avg:   349 Min:    20 Max:  1003 Err:     0 (0.00%)
Tidying up ...    @ 2022 Jun 6 10:24:53 UTC (1654511093693)
... 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 Jun 6 10:24:56 UTC (1654511096442)
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:02 =    0.9/s Avg:   641 Min:   517 Max:   766 Err:     0 (0.00%)
Tidying up ...    @ 2022 Jun 6 10:24:59 UTC (1654511099191)
... 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: 74565ms, configurations processed: 380
    SHA-512 computation time: 1004ms (goes in parallel, it might exceed wall-clock time), files processed: 18, processed: 3MiB, skipped: 4084MiB
    PGP signature resolution time: 6931ms (wall-clock), resolution requests: 228, signatures resolved: 356
    PGP key resolution time: 45440ms (wall-clock), resolution requests: 228, download time: 0ms (goes in parallel, it might exceed wall-clock time), keys downloaded: 0
        PGP signature verification time: 97229ms (goes in parallel, it might exceed wall-clock time), files processed: 756, processed: 886MiB, skipped: 3187MiB

Build jmeter FAILURE reason:                                
    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]
            at org.apache.jmeter.buildtools.batchtest.BatchTest.exec(BatchTest.kt:184)
            at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
            at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
            at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
            at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
            at org.gradle.api.internal.tasks.execution.TaskExecution$2.run(TaskExecution.java:239)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
            at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
            at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:224)
            at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:207)
            at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:190)
            at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:168)
            at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
            at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
            at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
            at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
            at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
            at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
            at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
            at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
            at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
            at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
            at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
            at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
            at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
            at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
            at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
            at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
            at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
            at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
            at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61)
            at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42)
            at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60)
            at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27)
            at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:188)
            at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75)
            at org.gradle.internal.Either$Right.fold(Either.java:175)
            at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
            at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73)
            at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48)
            at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:38)
            at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:27)
            at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
            at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:109)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
            at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
            at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
            at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
            at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
            at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
            at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
            at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
            at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
            at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
            at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
            at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
            at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:93)
            at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:93)
            at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
            at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
            at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
            at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
            at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
            at org.gradle.api.internal.tasks.execution.TaskExecution$3.withWorkspace(TaskExecution.java:284)
            at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
            at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
            at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
            at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
            at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
            at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)


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 5m 15s
362 actionable tasks: 228 executed, 134 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-06-06-10-19-52.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-06-06-10-19-56.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.

Jenkins build is back to normal : JMeter » JMeter-analysis #312

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/JMeter/job/JMeter-analysis/312/display/redirect?page=changes>