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 2023/05/14 19:42:11 UTC

Build failed in Jenkins: JMeter » JMeter-trunk #589

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

Changes:

[Vladimir Sitnikov] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.1


------------------------------------------
[...truncated 200.42 KB...]
> Task :src:dist:compileJava NO-SOURCE
> Task :src:dist:processResources NO-SOURCE
> Task :src:dist:classes UP-TO-DATE
> Task :src:dist:spotbugsMain NO-SOURCE
> Task :src:dist:compileTestJava NO-SOURCE
> Task :src:dist:processTestResources NO-SOURCE
> Task :src:dist:testClasses UP-TO-DATE
> Task :src:dist:spotbugsTest NO-SOURCE
> Task :src:dist:jar UP-TO-DATE
> Task :src:dist:test NO-SOURCE
> Task :src:dist:verifyReleaseDependencies UP-TO-DATE
> Task :src:dist:check UP-TO-DATE
> Task :src:dist:preparePropertiesbuildPrintableDoc UP-TO-DATE
> Task :src:dist:buildPrintableDoc UP-TO-DATE
> Task :src:dist-check:copyExtraTestLibs

> Task :src:jorphan:test

TextFileSpec > getText of empty file is empty string STANDARD_ERROR
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
          0.9sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > getText returns exact content of file
          0.3sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > getText returns exact content of file with specific charset
          0.1sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > setText sets exact content of file
          0.2sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > setText sets exact content of file other charset
          0.1sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > getText throws exception with invalid encoding
          2.8sec,   16 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec
          0.6sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to #type should give "" when value or type is null
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to #type should downcast gracefully and give [#expected]
          0.5sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to string should give [#expected]
          0.2sec,   18 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to number #type should give number [#expected]
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert #value to Class gives #expected
          0.6sec,   18 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert '#value' to #type
          0.2sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert to date from '#value'
          0.1sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert to Calendar from '#value'
          0.1sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > line breaks should be replaced in '#source' to '#expected'
          2.3sec,   58 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec
          1.3sec,   37 completed,   0 failed,   0 skipped, org.apache.commons.cli.avalon.ClutilTestCase
          0.1sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.collections.PackageTest

> Task :src:test-services:test FAILED
FAILURE   7.1sec, ServiceLoaderTest > service without public constructor()
    org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure)
    	org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:80)
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:58)
        at org.junit.jupiter.api.Assertions.assertAll(Assertions.java:2980)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:51)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:81)
        at ServiceLoaderTest.service without public constructor(ServiceLoaderTest.kt:112)
        Suppressed: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more
        Caused by: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more

FAILURE   0.1sec, ServiceLoaderTest > service not implementing interface()
    org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure)
    	org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.NotImplementedInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.NotImplementedInterface, className='Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.NotImplementedInterface: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface not a subtype}] ==> expected: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]> but was: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]>
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:80)
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:58)
        at org.junit.jupiter.api.Assertions.assertAll(Assertions.java:2980)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:51)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:81)
        at ServiceLoaderTest.service not implementing interface(ServiceLoaderTest.kt:127)
        Suppressed: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.NotImplementedInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.NotImplementedInterface, className='Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.NotImplementedInterface: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface not a subtype}] ==> expected: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]> but was: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more
        Caused by: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.NotImplementedInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.NotImplementedInterface, className='Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.NotImplementedInterface: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface not a subtype}] ==> expected: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]> but was: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more

FAILURE   7.6sec,    5 completed,   2 failed,   0 skipped, ServiceLoaderTest
FAILURE  19.5sec,    5 completed,   2 failed,   0 skipped, Gradle Test Run :src:test-services:test

5 tests completed, 2 failed

> Task :src:protocol:junit:spotbugsMain
> Task :src:protocol:junit-sample:spotbugsMain
> Task :src:protocol:ldap:spotbugsMain
> Task :src:protocol:mail:spotbugsMain
> Task :src:protocol:jdbc:spotbugsMain
> Task :src:protocol:http:spotbugsMain
> Task :src:protocol:ftp:spotbugsMain
> Task :src:protocol:jms:spotbugsMain
> Task :src:protocol:bolt:spotbugsMain
> Task :src:generator:spotbugsMain
> Task :src:protocol:java:spotbugsMain
> Task :src:functions:spotbugsMain
> Task :src:examples:spotbugsMain
> Task :src:protocol:mongodb:spotbugsMain
> Task :src:protocol:native:spotbugsMain
> Task :src:components:spotbugsMain
> Task :src:test-services:spotbugsMain
> Task :src:test-services:spotbugsTest
> Task :src:core:compileTestKotlin

> Task :src:dist:javadocAggregate
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.visualizers"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.assertions"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.core"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.config"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor.graph"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor.graph.impl"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.dashboard"

> Task :src:protocol:tcp:spotbugsMain
> Task :rat

> Task :src:dist:javadocAggregate
javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.cli.avalon"

> Task :src:protocol:ftp:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:jorphan:test
         10.2sec, org.apache.jorphan.exec.TestKeyToolUtils > testDNSNameBasedCert()

> Task :src:protocol:native:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:jorphan:test
          7.1sec, org.apache.jorphan.exec.TestKeyToolUtils > testIPBasedCert()
         51.3sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.exec.TestKeyToolUtils
          1.0sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.MinMaxLongRendererTest > testRendering(Object, String)
          1.0sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.MinMaxLongRendererTest
          0.1sec,    6 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.ObjectTableModelTest
          0.4sec,   26 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.ObjectTableSorterTest
WARNING   0.1sec,   10 completed,   0 failed,   2 skipped, org.apache.jorphan.math.TestStatCalculator
          0.1sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.reflect.TestClassTools
          0.1sec,   12 completed,   0 failed,   0 skipped, org.apache.jorphan.util.StringWrapTest > wrap(int, int, String, String)
          0.1sec,   12 completed,   0 failed,   0 skipped, org.apache.jorphan.util.StringWrapTest
          0.1sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator > testComparatorWithSameKeys(String)
          0.2sec,   19 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator > testComparatorDifferentKeys(String, String)
          0.0sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator > testComparatorWithEquivalentKeys(String, String)
          0.3sec,   28 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator
          0.1sec,    8 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestConverter
          0.2sec,   50 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestJorphanUtils
WARNING  68.7sec,  268 completed,   0 failed,   2 skipped, Gradle Test Run :src:jorphan:test

> Task :src:protocol:http:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:components:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:dist:javadocAggregate
9 warnings
checksum-dependency elapsed time: 2843ms, configurations processed: 64 (add -PchecksumTimingsPrint to print detailed timings)
checksum-dependency elapsed time: 58171ms, configurations processed: 550
    SHA-512 computation time: 315ms (goes in parallel, it might exceed wall-clock time), files processed: 35, processed: 4MiB, skipped: 10004MiB
    PGP signature resolution time: 561ms (wall-clock), resolution requests: 334, signatures resolved: 372
    PGP key resolution time: 49980ms (wall-clock), resolution requests: 334, download time: 0ms (goes in parallel, it might exceed wall-clock time), keys downloaded: 0
        PGP signature verification time: 84094ms (goes in parallel, it might exceed wall-clock time), files processed: 1229, processed: 1701MiB, skipped: 8269MiB

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:test-services:test'.
> There were failing tests. See the report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/src/test-services/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.

* Get more help at https://help.gradle.org

BUILD FAILED in 3m 57s
449 actionable tasks: 153 executed, 296 up-to-date

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


See the profiling report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/build/reports/profile/profile-2023-05-14-19-38-17.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
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.

Jenkins build is back to normal : JMeter » JMeter-trunk #592

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


Build failed in Jenkins: JMeter » JMeter-trunk #591

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

Changes:

[Vladimir Sitnikov] fix: account for Provider ... is not a subtype errors in ClassFinder#loadServices


------------------------------------------
[...truncated 179.19 KB...]
> Task :src:test-services:autostyleCheck UP-TO-DATE
> Task :src:core:autostyleKotlinProcess UP-TO-DATE
> Task :src:test-services:kaptGenerateStubsKotlin UP-TO-DATE
> Task :src:core:autostyleKotlinCheck NO-SOURCE
> Task :src:examples:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:examples:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:examples:autostyleMarkdownProcess NO-SOURCE
> Task :src:test-services:kaptKotlin UP-TO-DATE
> Task :src:examples:autostyleMarkdownCheck NO-SOURCE
> Task :src:examples:autostyleCheck UP-TO-DATE
> Task :src:examples:compileJava UP-TO-DATE
> Task :src:examples:processResources UP-TO-DATE
> Task :src:examples:classes UP-TO-DATE
> Task :src:generator:compileTestJava NO-SOURCE
> Task :src:generator:processTestResources NO-SOURCE
> Task :src:generator:testClasses UP-TO-DATE
> Task :src:generator:spotbugsTest NO-SOURCE
> Task :src:protocol:junit-sample:processTestResources NO-SOURCE
> Task :src:generator:test NO-SOURCE
> Task :src:test-services:compileKotlin UP-TO-DATE
> Task :src:examples:compileTestJava NO-SOURCE
> Task :src:examples:processTestResources NO-SOURCE
> Task :src:examples:testClasses UP-TO-DATE
> Task :src:test-services:compileJava NO-SOURCE
> Task :src:examples:spotbugsTest NO-SOURCE
> Task :src:test-services:processResources NO-SOURCE
> Task :src:test-services:classes UP-TO-DATE
> Task :src:examples:jar UP-TO-DATE
> Task :src:examples:test NO-SOURCE
> Task :src:examples:assemble UP-TO-DATE
> Task :src:protocol:tcp:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:protocol:tcp:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:protocol:tcp:autostyleMarkdownProcess NO-SOURCE
> Task :src:protocol:tcp:autostyleMarkdownCheck NO-SOURCE
> Task :src:protocol:tcp:autostyleCheck UP-TO-DATE
> Task :src:protocol:native:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:protocol:native:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:protocol:native:autostyleMarkdownProcess NO-SOURCE
> Task :src:protocol:native:autostyleMarkdownCheck NO-SOURCE
> Task :src:protocol:native:autostyleCheck UP-TO-DATE
> Task :src:protocol:mongodb:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:protocol:mongodb:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:protocol:mongodb:autostyleMarkdownProcess NO-SOURCE
> Task :src:protocol:mongodb:autostyleMarkdownCheck NO-SOURCE
> Task :src:protocol:mongodb:autostyleCheck UP-TO-DATE
> Task :src:functions:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:functions:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:functions:autostyleMarkdownProcess NO-SOURCE
> Task :src:functions:autostyleMarkdownCheck NO-SOURCE
> Task :src:functions:autostyleCheck UP-TO-DATE
> Task :src:protocol:java:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:protocol:java:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:protocol:java:autostyleMarkdownProcess NO-SOURCE
> Task :src:protocol:java:autostyleMarkdownCheck NO-SOURCE
> Task :src:protocol:java:autostyleCheck UP-TO-DATE
> Task :src:test-services:kaptGenerateStubsTestKotlin SKIPPED
> Task :src:test-services:kaptTestKotlin SKIPPED
> Task :src:test-services:compileTestKotlin UP-TO-DATE
> Task :src:test-services:compileTestJava NO-SOURCE
> Task :src:test-services:processTestResources NO-SOURCE
> Task :src:test-services:testClasses UP-TO-DATE
> Task :src:components:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:components:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:test-services:jar UP-TO-DATE
> Task :src:components:autostyleMarkdownProcess NO-SOURCE
> Task :src:components:autostyleMarkdownCheck NO-SOURCE
> Task :src:components:autostyleCheck UP-TO-DATE
> Task :src:components:processTestResources UP-TO-DATE
> Task :src:core:autostyleKotlinGradleProcess UP-TO-DATE
> Task :src:core:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:core:autostyleMarkdownProcess NO-SOURCE
> Task :src:core:autostyleMarkdownCheck NO-SOURCE
> Task :src:core:autostyleCheck UP-TO-DATE
> Task :src:core:publishAllPublicationsToTmp-mavenRepository
> Task :src:core:assemble
> Task :src:dist:copyLibs
> Task :src:dist:createDist
> Task :src:dist:autostyleKotlinGradleCheck NO-SOURCE
> Task :src:dist:autostyleMarkdownProcess NO-SOURCE
> Task :src:dist:autostyleMarkdownCheck NO-SOURCE
> Task :src:dist:autostyleCheck UP-TO-DATE
> Task :src:dist:compileJava NO-SOURCE
> Task :src:dist:processResources NO-SOURCE
> Task :src:dist:classes UP-TO-DATE
> Task :src:dist:spotbugsMain NO-SOURCE
> Task :src:dist:compileTestJava NO-SOURCE
> Task :src:dist:processTestResources NO-SOURCE
> Task :src:dist:testClasses UP-TO-DATE
> Task :src:dist:spotbugsTest NO-SOURCE
> Task :src:dist:jar UP-TO-DATE
> Task :src:dist:test NO-SOURCE
> Task :src:dist:verifyReleaseDependencies UP-TO-DATE
> Task :src:dist:check UP-TO-DATE
> Task :src:dist:preparePropertiesbuildPrintableDoc UP-TO-DATE
> Task :src:dist:buildPrintableDoc UP-TO-DATE
> Task :src:dist-check:copyExtraTestLibs
> Task :src:jorphan:compileTestGroovy
> Task :src:jorphan:testClasses
> Task :src:jorphan:testJar UP-TO-DATE
> Task :src:core:kaptGenerateStubsTestKotlin SKIPPED
> Task :src:core:kaptTestKotlin SKIPPED
> Task :src:core:compileTestKotlin UP-TO-DATE
> Task :src:core:compileTestJava UP-TO-DATE

> Task :src:test-services:test
FAILURE   6.2sec, ServiceLoaderTest > service without public constructor()
    org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure)
    	org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:80)
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:58)
        at org.junit.jupiter.api.Assertions.assertAll(Assertions.java:2980)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:51)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:81)
        at ServiceLoaderTest.service without public constructor(ServiceLoaderTest.kt:112)
        Suppressed: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more
        Caused by: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more

FAILURE   6.7sec,    5 completed,   1 failed,   0 skipped, ServiceLoaderTest
FAILURE  16.8sec,    5 completed,   1 failed,   0 skipped, Gradle Test Run :src:test-services:test

5 tests completed, 1 failed

> Task :src:test-services:test FAILED

> Task :src:dist:javadocAggregate
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.visualizers"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.assertions"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.core"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.config"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor.graph"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor.graph.impl"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.dashboard"

> Task :rat
> Task :src:protocol:mail:spotbugsMain
> Task :src:protocol:jdbc:spotbugsMain
> Task :src:protocol:ftp:spotbugsMain
> Task :src:protocol:ldap:spotbugsMain
> Task :src:protocol:jms:spotbugsMain
> Task :src:protocol:junit-sample:spotbugsMain
> Task :src:protocol:junit:spotbugsMain
> Task :src:generator:spotbugsMain
> Task :src:protocol:bolt:spotbugsMain
> Task :src:protocol:http:spotbugsMain
> Task :src:examples:spotbugsMain
> Task :src:test-services:spotbugsMain
> Task :src:protocol:tcp:spotbugsMain
> Task :src:protocol:native:spotbugsMain
> Task :src:protocol:mongodb:spotbugsMain
> Task :src:functions:spotbugsMain
> Task :src:protocol:java:spotbugsMain
> Task :src:test-services:spotbugsTest
> Task :src:components:spotbugsMain
> Task :src:core:spotbugsMain
> Task :src:core:compileTestGroovy

> Task :src:dist:javadocAggregate
javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.cli.avalon"

> Task :src:protocol:ftp:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:protocol:native:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:protocol:http:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:components:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:core:spotbugsMain
The following classes needed for analysis were missing:
  com.github.weisj.swingdsl.visualpadding.VisualPaddingProvider
SpotBugs ended with exit code 3

> Task :src:dist:javadocAggregate
9 warnings
checksum-dependency elapsed time: 2293ms, configurations processed: 64 (add -PchecksumTimingsPrint to print detailed timings)
checksum-dependency elapsed time: 27514ms, configurations processed: 559
    SHA-512 computation time: 51ms (goes in parallel, it might exceed wall-clock time), files processed: 27, processed: 4MiB, skipped: 10089MiB
    PGP signature resolution time: 145ms (wall-clock), resolution requests: 340, signatures resolved: 372
    PGP key resolution time: 25165ms (wall-clock), resolution requests: 340, download time: 0ms (goes in parallel, it might exceed wall-clock time), keys downloaded: 0
        PGP signature verification time: 39376ms (goes in parallel, it might exceed wall-clock time), files processed: 1025, processed: 1513MiB, skipped: 8542MiB

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:test-services:test'.
> There were failing tests. See the report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/src/test-services/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.

* Get more help at https://help.gradle.org

BUILD FAILED in 3m 40s
448 actionable tasks: 149 executed, 299 up-to-date

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


See the profiling report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/build/reports/profile/profile-2023-05-16-08-40-07.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
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.

Build failed in Jenkins: JMeter » JMeter-trunk #590

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

Changes:

[Vladimir Sitnikov] style: fix import order in RenderInBrowser


------------------------------------------
[...truncated 200.95 KB...]
> Task :src:dist:compileJava NO-SOURCE
> Task :src:dist:processResources NO-SOURCE
> Task :src:dist:classes UP-TO-DATE
> Task :src:dist:spotbugsMain NO-SOURCE
> Task :src:dist:compileTestJava NO-SOURCE
> Task :src:dist:processTestResources NO-SOURCE
> Task :src:dist:testClasses UP-TO-DATE
> Task :src:dist:spotbugsTest NO-SOURCE
> Task :src:dist:jar UP-TO-DATE
> Task :src:dist:test NO-SOURCE
> Task :src:dist:verifyReleaseDependencies UP-TO-DATE
> Task :src:dist:check UP-TO-DATE
> Task :src:dist:preparePropertiesbuildPrintableDoc UP-TO-DATE
> Task :src:dist:buildPrintableDoc UP-TO-DATE
> Task :src:dist-check:copyExtraTestLibs

> Task :src:jorphan:test

TextFileSpec > getText of empty file is empty string STANDARD_ERROR
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
          1.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > getText returns exact content of file
          0.2sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > getText returns exact content of file with specific charset
          0.2sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > setText sets exact content of file
          0.3sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > setText sets exact content of file other charset
          0.2sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec > getText throws exception with invalid encoding
          4.2sec,   16 completed,   0 failed,   0 skipped, org.apache.jorphan.io.TextFileSpec
          0.8sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to #type should give "" when value or type is null
          0.0sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to #type should downcast gracefully and give [#expected]
          0.5sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to string should give [#expected]
          0.3sec,   18 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > convert #value to number #type should give number [#expected]
          0.1sec,    2 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert #value to Class gives #expected
          0.8sec,   18 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert '#value' to #type
          0.5sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert to date from '#value'
          0.2sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > Convert to Calendar from '#value'
          0.1sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec > line breaks should be replaced in '#source' to '#expected'
          3.2sec,   58 completed,   0 failed,   0 skipped, org.apache.jorphan.util.ConverterSpec
          1.5sec,   37 completed,   0 failed,   0 skipped, org.apache.commons.cli.avalon.ClutilTestCase
          0.2sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.collections.PackageTest

> Task :src:test-services:test FAILED
FAILURE   7.8sec, ServiceLoaderTest > service without public constructor()
    org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure)
    	org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:80)
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:58)
        at org.junit.jupiter.api.Assertions.assertAll(Assertions.java:2980)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:51)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:81)
        at ServiceLoaderTest.service without public constructor(ServiceLoaderTest.kt:112)
        Suppressed: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more
        Caused by: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className='org.apache.jmeter.util.services.ServiceWithPrivateConstructor', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface: Provider org.apache.jmeter.util.services.ServiceWithPrivateConstructor could not be instantiated}] ==> expected: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.NoSuchMethodException]> but was: <[service: org.apache.jmeter.util.services.ServiceWithPrivateConstructorInterface, className: org.apache.jmeter.util.services.ServiceWithPrivateConstructor, exceptionClass: java.util.ServiceConfigurationError, causeClass: java.lang.IllegalAccessException]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service without public constructor$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more

FAILURE   0.0sec, ServiceLoaderTest > service not implementing interface()
    org.opentest4j.MultipleFailuresError: Multiple Failures (1 failure)
    	org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.NotImplementedInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.NotImplementedInterface, className='Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.NotImplementedInterface: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface not a subtype}] ==> expected: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]> but was: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]>
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:80)
        at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:58)
        at org.junit.jupiter.api.Assertions.assertAll(Assertions.java:2980)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:51)
        at org.junit.jupiter.api.AssertionsKt.assertAll(Assertions.kt:81)
        at ServiceLoaderTest.service not implementing interface(ServiceLoaderTest.kt:127)
        Suppressed: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.NotImplementedInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.NotImplementedInterface, className='Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.NotImplementedInterface: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface not a subtype}] ==> expected: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]> but was: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more
        Caused by: org.opentest4j.AssertionFailedError: All failures when loading service org.apache.jmeter.util.services.NotImplementedInterface are [ServiceLoadFailure{service=interface org.apache.jmeter.util.services.NotImplementedInterface, className='Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface', throwable=java.util.ServiceConfigurationError: org.apache.jmeter.util.services.NotImplementedInterface: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface not a subtype}] ==> expected: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]> but was: <[service: org.apache.jmeter.util.services.NotImplementedInterface, className: Provider org.apache.jmeter.util.services.ServiceNotImplementingInterface, exceptionClass: java.util.ServiceConfigurationError, causeClass: null]>
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
            at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188)
            at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1164)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:84)
            at ServiceLoaderTest$service not implementing interface$$inlined$assertServiceLoad$2.invoke(ServiceLoaderTest.kt:77)
            at org.junit.jupiter.api.AssertAll.lambda$assertAll$0(AssertAll.java:68)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
            at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:77)
            ... 5 more

FAILURE   8.5sec,    5 completed,   2 failed,   0 skipped, ServiceLoaderTest
FAILURE  20.2sec,    5 completed,   2 failed,   0 skipped, Gradle Test Run :src:test-services:test

5 tests completed, 2 failed

> Task :src:protocol:ldap:spotbugsMain
> Task :src:protocol:ftp:spotbugsMain
> Task :src:protocol:junit-sample:spotbugsMain
> Task :src:protocol:jms:spotbugsMain
> Task :src:protocol:junit:spotbugsMain
> Task :src:protocol:bolt:spotbugsMain
> Task :src:protocol:http:spotbugsMain
> Task :src:generator:spotbugsMain
> Task :src:protocol:mail:spotbugsMain
> Task :src:protocol:jdbc:spotbugsMain
> Task :src:examples:spotbugsMain
> Task :src:core:compileTestGroovy
> Task :src:functions:spotbugsMain
> Task :src:protocol:java:spotbugsMain
> Task :src:components:spotbugsMain
> Task :src:test-services:spotbugsMain
> Task :src:protocol:mongodb:spotbugsMain
> Task :src:protocol:native:spotbugsMain
> Task :src:protocol:tcp:spotbugsMain
> Task :src:test-services:spotbugsTest

> Task :src:dist:javadocAggregate
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.visualizers"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.assertions"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.core"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.config"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor.graph"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.processor.graph.impl"
javadoc: warning - Multiple sources of package comments found for package "org.apache.jmeter.report.dashboard"

> Task :rat

> Task :src:dist:javadocAggregate
javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.cli.avalon"

> Task :src:jorphan:test
         11.1sec, org.apache.jorphan.exec.TestKeyToolUtils > testDNSNameBasedCert()

> Task :src:protocol:native:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:protocol:ftp:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:jorphan:test
          6.9sec, org.apache.jorphan.exec.TestKeyToolUtils > testIPBasedCert()
         50.0sec,    3 completed,   0 failed,   0 skipped, org.apache.jorphan.exec.TestKeyToolUtils
          1.0sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.MinMaxLongRendererTest > testRendering(Object, String)
          1.0sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.MinMaxLongRendererTest
          0.1sec,    6 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.ObjectTableModelTest
          0.5sec,   26 completed,   0 failed,   0 skipped, org.apache.jorphan.gui.ObjectTableSorterTest
WARNING   0.1sec,   10 completed,   0 failed,   2 skipped, org.apache.jorphan.math.TestStatCalculator
          0.1sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.reflect.TestClassTools
          0.1sec,   12 completed,   0 failed,   0 skipped, org.apache.jorphan.util.StringWrapTest > wrap(int, int, String, String)
          0.1sec,   12 completed,   0 failed,   0 skipped, org.apache.jorphan.util.StringWrapTest
          0.1sec,    5 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator > testComparatorWithSameKeys(String)
          0.3sec,   19 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator > testComparatorDifferentKeys(String, String)
          0.0sec,    4 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator > testComparatorWithEquivalentKeys(String, String)
          0.4sec,   28 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestAlphaNumericKeyComparator
          0.1sec,    8 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestConverter
          0.2sec,   50 completed,   0 failed,   0 skipped, org.apache.jorphan.util.TestJorphanUtils
WARNING  72.4sec,  268 completed,   0 failed,   2 skipped, Gradle Test Run :src:jorphan:test

> Task :src:components:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:protocol:http:spotbugsMain
SpotBugs ended with exit code 1

> Task :src:dist:javadocAggregate
9 warnings
checksum-dependency elapsed time: 5912ms, configurations processed: 64 (add -PchecksumTimingsPrint to print detailed timings)
checksum-dependency elapsed time: 129191ms, configurations processed: 554
    SHA-512 computation time: 4260ms (goes in parallel, it might exceed wall-clock time), files processed: 36, processed: 4MiB, skipped: 10049MiB
    PGP signature resolution time: 5426ms (wall-clock), resolution requests: 337, signatures resolved: 372
    PGP key resolution time: 104279ms (wall-clock), resolution requests: 337, download time: 0ms (goes in parallel, it might exceed wall-clock time), keys downloaded: 0
        PGP signature verification time: 201932ms (goes in parallel, it might exceed wall-clock time), files processed: 1236, processed: 1673MiB, skipped: 8341MiB

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:test-services:test'.
> There were failing tests. See the report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/src/test-services/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.

* Get more help at https://help.gradle.org

BUILD FAILED in 4m 18s
451 actionable tasks: 144 executed, 307 up-to-date

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


See the profiling report at: file://<https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ws/build/reports/profile/profile-2023-05-16-08-27-48.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
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.