See 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/177/display/redirect?page=changes>

Changes:

[Felix Schumacher] Use current time as start time for OMTG

[Felix Schumacher] Add startTime to AbstractThreadGroup and use it in OMTG and 
PreciseThroughputTimer

[Felix Schumacher] Use simple long, as we are initialized before the reading 
threads are started

[Felix Schumacher] Add since annotation to javadoc for new feature


------------------------------------------
[...truncated 240.77 KB...]
summary =      1 in 00:00:00 =    7.8/s Avg:    69 Min:    69 Max:    69 Err:   
  0 (0.00%)
Tidying up ...    @ 2024 Oct 25 11:24:06 UTC (1729855446842)
... end of run
No errors present in the logfile 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/HTMLParserTestFile_2.log>
 (the file is empty)

> Task :src:dist-check:batchHttp4ImplDigestAuth SKIPPED

> Task :src:protocol:http:test
          3.1sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testCacheHttpClientBug51932()
          2.9sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testExpires()
          3.0sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testExpiresBug59962()

> Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuth
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
Creating summariser <summary>
Created the tree successfully using 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx>
Starting standalone test @ 2024 Oct 25 11:24:10 UTC (1729855450095)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 
4445
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
summary =     12 in 00:00:07 =    1.8/s Avg:   162 Min:    22 Max:  1174 Err:   
  0 (0.00%)
Tidying up ...    @ 2024 Oct 25 11:24:17 UTC (1729855457225)
... end of run
No errors present in the logfile 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/Http4ImplPreemptiveBasicAuth.log>
 (the file is empty)

> Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuthJava SKIPPED

> Task :src:protocol:http:test
          3.0sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testCacheControl()
          5.0sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testNoCacheControlNoMaxAgeNoExpire()

> Task :src:dist-check:batchJDBC_TESTS
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
Creating summariser <summary>
Created the tree successfully using 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/testfiles/JDBC_TESTS.jmx>
Starting standalone test @ 2024 Oct 25 11:24:20 UTC (1729855460668)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 
4445
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
summary =     27 in 00:00:03 =    9.8/s Avg:    45 Min:     0 Max:  1193 Err:   
  0 (0.00%)
Tidying up ...    @ 2024 Oct 25 11:24:24 UTC (1729855464066)
... 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%20s390x/ws/bin/JDBC_TESTS.log)>:
2024-10-25 11:24:24,052 ERROR o.a.j.t.JMeterThread: Error while processing 
sampler: 'JDBC_With_Failing_PreProcessor'.
java.lang.IllegalArgumentException: Name for DataSource must not be empty in 
JDBC PreProcessor
        at 
org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:44)
 ~[ApacheJMeter_jdbc.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:34)
 ~[ApacheJMeter_jdbc.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:983) 
~[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:561)
 ~[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:501) 
[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268) 
[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
2024-10-25 11:24:24,056 ERROR o.a.j.t.JMeterThread: Error while processing 
sampler: 'JDBC_With_Failing_PostProcessor'.
java.lang.IllegalArgumentException: Name for DataSource must not be empty in 
JDBC PostProcessor
        at 
org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:44)
 ~[ApacheJMeter_jdbc.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:34)
 ~[ApacheJMeter_jdbc.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:973) 
~[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:585)
 ~[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:501) 
[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268) 
[ApacheJMeter_core.jar:6.0.0-SNAPSHOT]
        at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
2024-10-25 11:24:24,056 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in 
JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
2024-10-25 11:24:24,060 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in 
JDBC PostProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS

> Task :src:protocol:http:test
          2.9sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testPrivateCacheExpireNoMaxAge()
          5.0sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testPrivateCacheNoMaxAgeNoExpire()
          3.0sec, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection 
> testPrivateCache()
         28.1sec,   25 completed,   0 failed,   0 skipped, 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection
          2.1sec,    9 completed,   0 failed,   0 skipped, 
org.apache.jmeter.protocol.http.control.TestHTTPMirrorThread
          1.3sec, 
org.apache.jmeter.protocol.http.modifier.TestAnchorModifier > 
testModifySamplerWithBaseHRef()
          1.2sec, 
org.apache.jmeter.protocol.http.proxy.TestProxyControl > 
testContentTypeExclude()
          1.1sec, 
org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer
 > testPostRequest_FormMultipart_0()
          2.4sec, 
org.apache.jmeter.protocol.http.sampler.TestRedirects > 
testRedirect(String, int, boolean, String)[10], [10] HttpClient4, 
302, true, DELETE

> Task :src:dist-check:batchJMS_TESTS
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
Creating summariser <summary>
Created the tree successfully using 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/testfiles/JMS_TESTS.jmx>
Starting standalone test @ 2024 Oct 25 11:24:27 UTC (1729855467660)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 
4445
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is 
deprecated and will be removed in a future release
summary +      1 in 00:00:04 =    0.2/s Avg:  3978 Min:  3978 Max:  3978 Err:   
  0 (0.00%) Active: 1 Started: 1 Finished: 0
summary +     23 in 00:00:32 =    0.7/s Avg:   618 Min:     0 Max:  3021 Err:   
  0 (0.00%) Active: 1 Started: 5 Finished: 4
summary =     24 in 00:00:36 =    0.7/s Avg:   758 Min:     0 Max:  3978 Err:   
  0 (0.00%)

> Task :src:protocol:http:test
         11.7sec,   90 completed,   0 failed,   0 skipped, 
org.apache.jmeter.protocol.http.sampler.TestRedirects > 
testRedirect(String, int, boolean, String)
         11.7sec,   90 completed,   0 failed,   0 skipped, 
org.apache.jmeter.protocol.http.sampler.TestRedirects
          1.4sec, 
org.apache.jmeter.protocol.http.sampler.TestSerializedHTTPSampler > 
checkThatFilesAreReadRelativeToBaseDir()
          1.2sec, 
org.apache.jmeter.protocol.http.HttpRequestInterruptTest > 
http request interrupts(String, WireMockRuntimeInfo)[1], [1] 
HttpClient4
          1.1sec, 
org.apache.jmeter.protocol.http.HttpRequestInterruptTest > 
http request interrupts(String, WireMockRuntimeInfo)[2], [2] 
HTTPSampler
          2.4sec,    2 completed,   0 failed,   0 skipped, 
org.apache.jmeter.protocol.http.HttpRequestInterruptTest > 
http request interrupts(String, WireMockRuntimeInfo)
          2.9sec,    2 completed,   0 failed,   0 skipped, 
org.apache.jmeter.protocol.http.HttpRequestInterruptTest
WARNING 110.3sec,  798 completed,   0 failed,   
1 skipped, Gradle Test Run :src:protocol:http:test

> Task :src:protocol:http:check

> Task :src:dist-check:batchJMS_TESTS
summary +      3 in 00:00:03 =    1.0/s Avg:  1012 Min:     0 Max:  3002 Err:   
  0 (0.00%) Active: 0 Started: 1 Finished: 1
summary =     27 in 00:00:39 =    0.7/s Avg:   786 Min:     0 Max:  3978 Err:   
  0 (0.00%)
Tidying up ...    @ 2024 Oct 25 11:25:07 UTC (1729855507651)
... end of run
Logfile contents (errors during the test, see 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/JMS_TESTS.log)>:
2024-10-25 11:24:36,830 WARN o.a.a.ActiveMQSessionExecutor: Received a message 
on a connection which is not yet started. Have you forgotten to call 
Connection.start()? Connection: ActiveMQConnection 
{id=ID:jenkins-s390x-1-44553-1729855472177-30:1,clientId=ID:jenkins-s390x-1-44553-1729855472177-29:1,started=false}
 Received: MessageDispatch {commandId = 0, responseRequired = false, consumerId 
= ID:jenkins-s390x-1-44553-1729855472177-30:1:1:1, destination = 
queue://requestQueue0-tmp, message = ActiveMQTextMessage {commandId = 7, 
responseRequired = true, messageId = 
ID:jenkins-s390x-1-44553-1729855472177-6:1:1:1:1, originalDestination = null, 
originalTransactionId = null, producerId = 
ID:jenkins-s390x-1-44553-1729855472177-6:1:1:1, destination = 
queue://requestQueue0-tmp, transactionId = null, expiration = 0, timestamp = 
1729855475974, arrival = 0, brokerInTime = 1729855475976, brokerOutTime = 
1729855476581, correlationId = null, replyTo = 
temp-queue://ID:jenkins-s390x-1-44553-1729855472177-6:1:1, persistent = true, 
type = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId 
= null, compressed = false, userID = null, content = 
org.apache.activemq.util.ByteSequence@4e6cd0ed, marshalledProperties = null, 
dataStructure = null, redeliveryCounter = 0, size = 0, properties = null, 
readOnlyProperties = true, readOnlyBody = true, droppable = false, 
jmsXGroupFirstForConsumer = false, text = Test}, redeliveryCounter = 0}

> Task :src:dist-check:batchJMS_TESTS FAILED
checksum-dependency elapsed time: 11692ms, configurations processed: 69 (add 
-PchecksumTimingsPrint to print detailed timings)
checksum-dependency elapsed time: 76592ms, configurations processed: 643
    SHA-512 computation time: 6ms (goes in parallel, it might exceed wall-clock 
time), files processed: 18, processed: 4MiB, skipped: 11067MiB
    PGP signature resolution time: 25054ms (wall-clock), resolution requests: 
381, signatures resolved: 391
    PGP key resolution time: 14682ms (wall-clock), resolution requests: 381, 
download time: 0ms (goes in parallel, it might exceed wall-clock time), keys 
downloaded: 0
        PGP signature verification time: 8845ms (goes in parallel, it might 
exceed wall-clock time), files processed: 455, processed: 528MiB, skipped: 
10490MiB

Build jmeter FAILURE reason:                           
     
    Execution failed for task 
':src:dist-check:batchJMS_TESTS':
        Failures detected while testing 
<https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/testfiles/JMS_TESTS.jmx>:
 [errors in JMS_TESTS.log]
            at 
org.apache.jmeter.buildtools.batchtest.BatchTest.exec(BatchTest.kt:186)
            at 
org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125)
            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$3.run(TaskExecution.java:244)
            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:166)
            at 
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
            at 
org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
            at 
org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:229)
            at 
org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:212)
            at 
org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:195)
            at 
org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:162)
            at 
org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105)
            at 
org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44)
            at 
org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59)
            at 
org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56)
            at 
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209)
            at 
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
            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:166)
            at 
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
            at 
org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
            at 
org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56)
            at 
org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44)
            at 
org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:42)
            at 
org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:75)
            at 
org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
            at 
org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:50)
            at 
org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:28)
            at 
org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:67)
            at 
org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:37)
            at 
org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:61)
            at 
org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:26)
            at 
org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:69)
            at 
org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:46)
            at 
org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:40)
            at 
org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:29)
            at 
org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:189)
            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:62)
            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:46)
            at 
org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:35)
            at 
org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:75)
            at 
org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:53)
            at 
org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:53)
            at 
org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:35)
            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.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:49)
            at 
org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:27)
            at 
org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:71)
            at 
org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:39)
            at 
org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:65)
            at 
org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:36)
            at 
org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:105)
            at 
org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:54)
            at 
org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64)
            at 
org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43)
            at 
org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.executeWithNonEmptySources(AbstractSkipEmptyWorkStep.java:125)
            at 
org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:56)
            at 
org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:36)
            at 
org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
            at 
org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:36)
            at 
org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:23)
            at 
org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:75)
            at 
org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:41)
            at 
org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.lambda$execute$0(AssignMutableWorkspaceStep.java:35)
            at 
org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:289)
            at 
org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:31)
            at 
org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:22)
            at 
org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:40)
            at 
org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:23)
            at 
org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:67)
            at 
org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:67)
            at 
org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:39)
            at 
org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:46)
            at 
org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:34)
            at 
org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:48)
            at 
org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35)


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:dist-check:batchJMS_TESTS'.
> Failures detected while testing 
> <https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/ws/bin/testfiles/JMS_TESTS.jmx>:
>  [errors in JMS_TESTS.log]

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.9/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 14m 27s
392 actionable tasks: 392 executed

Publishing build scan...
https://ge.apache.org/s/uc7ytz6yniuuq

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

Reply via email to