[INFO] Scanning for projects...
[INFO] 
[INFO] --------------< org.apache.dubbo:dubbo-filter-validation >--------------
[INFO] Building dubbo-filter-validation 3.1.3-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dubbo-filter-validation ---
[INFO] Deleting /space/dubbo-filter/dubbo-filter-validation/target
[INFO] 
[INFO] --- flatten-maven-plugin:1.3.0:clean (flatten.clean) @ dubbo-filter-validation ---
[INFO] Deleting /space/dubbo-filter/dubbo-filter-validation/.flattened-pom.xml
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ dubbo-filter-validation ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-validate) @ dubbo-filter-validation ---
[INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-validation) @ dubbo-filter-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-unix-validation) @ dubbo-filter-validation ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (jacoco-initialize) @ dubbo-filter-validation ---
[INFO] jacocoArgLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/space/dubbo-filter/dubbo-filter-validation/target/jacoco.exec
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ dubbo-filter-validation ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dubbo-filter-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF/
[INFO] Copying 3 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ dubbo-filter-validation ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-filter-validation:jar:3.1.3-SNAPSHOT...
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dubbo-filter-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /space/dubbo-filter/dubbo-filter-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ dubbo-filter-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /space/dubbo-filter/dubbo-filter-validation/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dubbo-filter-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /space/dubbo-filter/dubbo-filter-validation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ dubbo-filter-validation ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[DubboTestChecker] Project dir: /space/dubbo-filter/dubbo-filter-validation
[DubboTestChecker] Dubbo test checker configs: checkMode=class, checkThreads=false, threadDumpWaitTimeMs=5000, forceDestroy=true, reportFile=
[INFO] Running org.apache.dubbo.validation.support.jvalidation.JValidatorTest
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidatorTest#testItWithNonExistMethod
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidatorTest#testItWhenItMeetsConstraint
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidatorTest#testItWithArrayArg
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidatorTest#testItWithExistMethod
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidatorTest#testItWithMapArg
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidatorTest#testItWhenItViolatedConstraint
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidatorTest#testItWithCollectionArg
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 s - in org.apache.dubbo.validation.support.jvalidation.JValidatorTest
[INFO] Running org.apache.dubbo.validation.support.jvalidation.JValidationTest
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidationTest#testReturnTypeWithDefaultValidatorProvider
[DubboTestChecker] Run test method: org.apache.dubbo.validation.support.jvalidation.JValidationTest#testReturnTypeWithInvalidValidationProvider
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.dubbo.validation.support.jvalidation.JValidationTest
[INFO] Running org.apache.dubbo.validation.filter.ValidationFilterTest
[ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[DubboTestChecker] Run test method: org.apache.dubbo.validation.filter.ValidationFilterTest#testItWithoutUrlParameters
[DubboTestChecker] Run test method: org.apache.dubbo.validation.filter.ValidationFilterTest#testItWithExistClass
[DubboTestChecker] Run test method: org.apache.dubbo.validation.filter.ValidationFilterTest#testItWhileThrowoutRpcException
[DubboTestChecker] Run test method: org.apache.dubbo.validation.filter.ValidationFilterTest#testItWhileMethodNameStartWithDollar
[DubboTestChecker] Run test method: org.apache.dubbo.validation.filter.ValidationFilterTest#testItWithNotExistClass
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.484 s - in org.apache.dubbo.validation.filter.ValidationFilterTest
[DubboTestChecker] Thread checking is disabled, use -DcheckThreads=true to check unclosed threads.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ dubbo-filter-validation ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-validate) @ dubbo-filter-validation ---
[INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-validation) @ dubbo-filter-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-unix-validation) @ dubbo-filter-validation ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (jacoco-initialize) @ dubbo-filter-validation ---
[INFO] jacocoArgLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/space/dubbo-filter/dubbo-filter-validation/target/jacoco.exec
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ dubbo-filter-validation ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dubbo-filter-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF/
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ dubbo-filter-validation ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-filter-validation:jar:3.1.3-SNAPSHOT...
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dubbo-filter-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /space/dubbo-filter/dubbo-filter-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ dubbo-filter-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /space/dubbo-filter/dubbo-filter-validation/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dubbo-filter-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /space/dubbo-filter/dubbo-filter-validation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ dubbo-filter-validation ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dubbo-filter-validation ---
[INFO] Building jar: /space/dubbo-filter/dubbo-filter-validation/target/dubbo-filter-validation-3.1.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ dubbo-filter-validation ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:report (report-aggregate) @ dubbo-filter-validation ---
[INFO] Loading execution data file /space/dubbo-filter/dubbo-filter-validation/target/jacoco.exec
[INFO] Analyzed bundle 'dubbo-filter-validation' with 6 classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (report-aggregate) @ dubbo-filter-validation ---
[INFO] Loading execution data file /space/dubbo-filter/dubbo-filter-validation/target/jacoco.exec
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:25 min
[INFO] Finished at: 2022-11-13T09:52:43Z
[INFO] ------------------------------------------------------------------------
