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 2020/03/28 19:01:22 UTC

Build failed in Jenkins: JMeter Windows #1645

See <https://builds.apache.org/job/JMeter%20Windows/1645/display/redirect?page=changes>

Changes:

[sitnikov.vladimir] Improve quality for "Save node as image" action

[sitnikov.vladimir] Bug 64142 - Avoid use of gray and disabled color for elements under


------------------------------------------
[...truncated 213.04 KB...]
Creating summariser <summary>
Created the tree successfully using F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\testfiles\Bug56243.jmx
Mar 28, 2020 12:00:07 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Starting standalone test @ Sat Mar 28 12:00:07 PDT 2020 (1585422007700)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary =      9 in 00:00:00 =   47.1/s Avg:     1 Min:     0 Max:    14 Err:     0 (0.00%)
Tidying up ...    @ Sat Mar 28 12:00:08 PDT 2020 (1585422008849)
... end of run
No errors present in the logfile F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\Bug56243.log (the file is empty)

> Task :src:protocol:http:test
          0.6sec,   55 completed,   0 failed,   0 skipped, org.apache.jmeter.curl.BasicCurlParserTest
          0.5sec,   21 completed,   0 failed,   0 skipped, org.apache.jmeter.gui.action.ParseCurlCommandActionTest
          0.1sec,    3 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.config.MultipartUrlConfigTest
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.config.UrlConfigTest
FAILURE   1.2sec, org.apache.jmeter.protocol.http.control.TestCacheManagerHC4 > testCacheHttpClientBug51932()
    org.opentest4j.AssertionFailedError: Should not find valid entry ==> expected: <false> but was: <true>
        at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
        at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40)
        at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:218)
        at org.apache.jmeter.protocol.http.control.TestCacheManagerBase.testCacheHttpClientBug51932(TestCacheManagerBase.java:365)
        at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at org.junit.jupiter.engine.extension.TimeoutInvocation.proceed(TimeoutInvocation.java:46)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
        at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:205)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:201)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)

FAILURE   1.3sec, org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection > testCacheHttpClientBug51932()
    org.opentest4j.AssertionFailedError: Should not find valid entry ==> expected: <false> but was: <true>
        at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
        at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40)
        at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:218)
        at org.apache.jmeter.protocol.http.control.TestCacheManagerBase.testCacheHttpClientBug51932(TestCacheManagerBase.java:365)
        at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at org.junit.jupiter.engine.extension.TimeoutInvocation.proceed(TimeoutInvocation.java:46)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
        at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:205)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:201)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)

          2.2sec, org.apache.jmeter.protocol.http.sampler.TestHTTPHC4Impl > testNotifyFirstSampleAfterLoopRestartWhenThreadIterationIsANewUser()
          2.2sec, org.apache.jmeter.protocol.http.sampler.TestHTTPHC4Impl > testNotifyFirstSampleAfterLoopRestartWhenThreadIterationIsSameUser()
          2.2sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.TestHTTPHC4Impl
          2.2sec, org.apache.jmeter.protocol.http.proxy.TestHttpRequestHdr > testEncodedArgumentsIPv6()
          2.1sec, org.apache.jmeter.protocol.http.control.TestCacheManagerHC4 > testExpires()
          3.6sec,   10 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.proxy.TestHttpRequestHdr
          2.1sec, org.apache.jmeter.protocol.http.control.TestCacheManagerHC4 > testExpiresBug59962()
          3.1sec, org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection > testPrivateCacheNoMaxAgeNoExpire()
          3.1sec, org.apache.jmeter.protocol.http.control.TestCacheManagerHC4 > testPrivateCacheNoMaxAgeNoExpire()

> Task :src:functions:test
          0.2sec,   10 completed,   0 failed,   0 skipped, org.apache.jmeter.functions.PackageTest
          0.1sec,   22 completed,   0 failed,   0 skipped, org.apache.jmeter.functions.ChangeCaseSpec
          0.2sec,    9 completed,   0 failed,   0 skipped, org.apache.jmeter.functions.gui.FunctionHelperSpec
          0.2sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.functions.IterationCounterSpec
WARNING   8.2sec,  264 completed,   0 failed,   5 skipped, Gradle Test Run :src:functions:test

> Task :src:functions:check

> Task :src:dist-check:batchBug56811
Mar 28, 2020 12:00:10 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Creating summariser <summary>
Created the tree successfully using F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\testfiles\Bug56811.jmx
Starting standalone test @ Sat Mar 28 12:00:10 PDT 2020 (1585422010761)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary =      9 in 00:00:00 =   23.1/s Avg:     3 Min:     0 Max:     7 Err:     3 (33.33%)
Tidying up ...    @ Sat Mar 28 12:00:11 PDT 2020 (1585422011643)
... end of run
No errors present in the logfile F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\Bug56811.log (the file is empty)

> Task :src:protocol:http:test
          2.0sec, org.apache.jmeter.protocol.http.control.TestCacheManagerHC4 > testPrivateCacheExpireNoMaxAge()
          2.1sec, org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection > testExpires()
          2.0sec, org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection > testExpiresBug59962()
          3.0sec, org.apache.jmeter.protocol.http.control.TestCacheManagerHC4 > testNoCacheControlNoMaxAgeNoExpire()
FAILURE   6.0sec,   25 completed,   1 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestCacheManagerHC4
          2.1sec, org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection > testPrivateCacheExpireNoMaxAge()

> Task :src:dist-check:batchBug62239
Mar 28, 2020 12:00:13 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Creating summariser <summary>
Created the tree successfully using F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\testfiles\Bug62239.jmx
Starting standalone test @ Sat Mar 28 12:00:13 PDT 2020 (1585422013945)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary =    108 in 00:00:00 =  448.1/s Avg:     0 Min:     0 Max:     2 Err:     0 (0.00%)
Tidying up ...    @ Sat Mar 28 12:00:14 PDT 2020 (1585422014323)
... end of run
No errors present in the logfile F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\Bug62239.log (the file is empty)

> Task :src:protocol:http:test
          3.1sec, org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection > testNoCacheControlNoMaxAgeNoExpire()
FAILURE   8.5sec,   24 completed,   1 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection
          6.3sec, org.apache.jmeter.protocol.http.control.DnsManagerTest > badDnsInCustomResolverShouldFailHttpSampler(String, WireMockServer)[1], [1] HttpClient4
WARNING   8.1sec,    2 completed,   0 failed,   1 skipped, org.apache.jmeter.protocol.http.control.DnsManagerTest
          0.1sec,    1 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.gui.TestHttpTestSampleGui
          0.0sec,    6 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestAuthManager
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestAuthManagerThreadIteration
          0.0sec,    1 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestAuthorization
          0.1sec,    5 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestCacheManagerThreadIteration
          0.1sec,    4 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestCookieManagerThreadIteration
          0.1sec,   33 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestHC4CookieManager
          0.6sec,   18 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.modifier.TestAnchorModifier
          0.0sec,   17 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.parser.TestBaseParser
          0.4sec,    4 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.parser.TestCssParser
          0.0sec,    6 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.parser.TestHtmlParsingUtils
          0.2sec,    7 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.proxy.TestProxyControl
          0.0sec,    1 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.PackageTest
          1.2sec,   16 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.ParallelResourcesAndIpSource
          0.0sec,    8 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.PostWriterTest
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.PutWriterTest
          0.1sec,    8 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.TestDecompression
          0.0sec,   18 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.TestHTTPSamplers
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.TestHttpWebdav
          0.6sec,    1 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.sampler.TestSerializedHTTPSampler
          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,    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,    7 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.visualizers.RequestViewHTTPTest
          0.2sec,    1 completed,   0 failed,   0 skipped, org.apache.jmeter.resources.ResourceKeyUsageTestHttp
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jmeter.testelement.TestHeaderManager

> Task :src:dist-check:batchFTP_TESTS
Mar 28, 2020 12:00:16 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Creating summariser <summary>
Created the tree successfully using F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\testfiles\FTP_TESTS.jmx
Starting standalone test @ Sat Mar 28 12:00:16 PDT 2020 (1585422016514)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary =      6 in 00:00:02 =    2.6/s Avg:   182 Min:    16 Max:   946 Err:     0 (0.00%)
Tidying up ...    @ Sat Mar 28 12:00:19 PDT 2020 (1585422019660)
... end of run
No errors present in the logfile F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\FTP_TESTS.log (the file is empty)

> Task :src:protocol:http:test
          0.9sec,    9 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.TestHTTPMirrorThread
          0.1sec,   46 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.parser.TestBug60842HtmlParser
          0.4sec,  103 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.parser.TestHTMLParser
WARNING   0.0sec,    2 completed,   0 failed,   2 skipped, org.apache.jmeter.protocol.http.sampler.SamplingNamingTest
          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
          0.1sec,   11 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.control.DNSCacheManagerSpec
          0.1sec,   58 completed,   0 failed,   0 skipped, org.apache.jmeter.protocol.http.util.HTTPUtilsSpec
FAILURE  19.7sec,  629 completed,   2 failed,   3 skipped, Gradle Test Run :src:protocol:http:test

629 tests completed, 2 failed, 3 skipped

> Task :src:dist-check:batchHTMLParserTestFile_2
Mar 28, 2020 12:00:21 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Creating summariser <summary>
Created the tree successfully using F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\testfiles\HTMLParserTestFile_2.jmx
Starting standalone test @ Sat Mar 28 12:00:21 PDT 2020 (1585422021605)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary =      1 in 00:00:00 =    5.2/s Avg:    96 Min:    96 Max:    96 Err:     0 (0.00%)
Tidying up ...    @ Sat Mar 28 12:00:22 PDT 2020 (1585422022131)
... end of run
No errors present in the logfile F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\HTMLParserTestFile_2.log (the file is empty)

> Task :src:dist-check:batchHttp4ImplDigestAuth SKIPPED
> Task :src:protocol:http:test FAILED

> Task :src:dist-check:batchHttp4ImplPreemptiveBasicAuth
Mar 28, 2020 12:00:24 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Creating summariser <summary>
Created the tree successfully using F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\testfiles\Http4ImplPreemptiveBasicAuth.jmx
Starting standalone test @ Sat Mar 28 12:00:24 PDT 2020 (1585422024251)
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
summary =     12 in 00:00:05 =    2.7/s Avg:   115 Min:    27 Max:   598 Err:     0 (0.00%)
Tidying up ...    @ Sat Mar 28 12:00:29 PDT 2020 (1585422029465)
... end of run
No errors present in the logfile F:\jenkins\jenkins-slave\workspace\JMeter Windows\bin\Http4ImplPreemptiveBasicAuth.log (the file is empty)

> Task :src:dist:javadocAggregate
9 warnings
checksum-dependency elapsed time: 3744ms, configurations processed: 242 (add -PchecksumTimingsPrint to print detailed timings)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:protocol:http:test'.
> There were failing tests. See the report at: file:///F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/src/protocol/http/build/reports/tests/test/index.html

* 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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2m 36s
267 actionable tasks: 147 executed, 120 up-to-date
Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

Jenkins build is back to normal : JMeter Windows #1646

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter%20Windows/1646/display/redirect>