You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

246 lines
22 KiB

3 hours ago
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.crm:crm-auth:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.projectlombok:lombok:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 60, column 22
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.crm:crm-file:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.projectlombok:lombok:jar -> duplicate declaration of version (?) @ line 49, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] crm-rule [jar]
[INFO] crm-preference [jar]
[INFO] crm-lead [jar]
[INFO] crm-customer [jar]
[INFO] crm-opportunity [jar]
[INFO] crm-log [jar]
[INFO] crm-app [jar]
[INFO]
[INFO] --------------------------< com.crm:crm-rule >--------------------------
[INFO] Building crm-rule 1.0.0-SNAPSHOT [1/7]
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-rule ---
[INFO] Copying 0 resource from src\main\resources to target\classes
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-rule ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-rule ---
[INFO] skip non existing resourceDirectory D:\code\crm-backend-matt\crm-rule\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-rule ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-rule ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.crm.rule.config.CustomerDedupRuleInitializerTest
mvn : Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only suppor
ted for boot loader classes because bootstrap classpath has been append
ed
所在位置 行:1 字符: 2
+ mvn test -rf :crm-rule 2>&1 | Out-File -Encoding utf8 d:\code\crm-ba
...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Java HotSpot(TM...s been
appended:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
14:34:17.485 [main] INFO com.crm.rule.config.CustomerDedupRuleInitializer -- 已植入客户查重设置单例(id=1,全开关启用,模糊匹配 + 标准 80% 阈值)
14:34:17.633 [main] INFO com.crm.rule.config.CustomerDedupRuleInitializer -- 客户查重设置单例已存在(id=1),跳过种子化
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.339 s -- in com.crm.rule.config.CustomerDedupRuleInitializerTest
[INFO] Running com.crm.rule.config.CustomerReminderRuleInitializerTest
14:34:17.768 [main] INFO com.crm.rule.config.CustomerReminderRuleInitializer -- 已植入客户提醒规则单例(id=1,全开关启用,首次 30 天 / 二次间隔 7 天)
14:34:17.777 [main] INFO com.crm.rule.config.CustomerReminderRuleInitializer -- 客户提醒规则单例已存在(id=1),跳过种子化
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in com.crm.rule.config.CustomerReminderRuleInitializerTest
[INFO] Running com.crm.rule.config.RegionDataInitializerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s -- in com.crm.rule.config.RegionDataInitializerTest
[INFO] Running com.crm.rule.config.SchemeFieldDefInitializerTest
14:34:18.354 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 执行方案卡系统字段库种子化检查...
14:34:18.368 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 方案卡系统字段库种子化检查完成:现存 16 个,新增 16 个
14:34:18.383 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 已植入方案卡兜底模板(OPP_SCHEME_TPL_01,发布中/全公司通用/默认,8 个字段项)
14:34:18.434 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 执行方案卡系统字段库种子化检查...
14:34:18.443 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 方案卡系统字段库种子化检查完成:现存 16 个,新增 16 个
14:34:18.445 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 已植入方案卡兜底模板(OPP_SCHEME_TPL_01,发布中/全公司通用/默认,8 个字段项)
14:34:18.447 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 执行方案卡系统字段库种子化检查...
14:34:18.447 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 方案卡系统字段库种子化检查完成:现存 16 个,新增 0 个
14:34:18.448 [main] INFO com.crm.rule.config.SchemeFieldDefInitializer -- 方案卡兜底模板已存在(code=OPP_SCHEME_TPL_01,含已停用),跳过种子化
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in com.crm.rule.config.SchemeFieldDefInitializerTest
[INFO] Running com.crm.rule.config.StageTemplateInitializerTest
14:34:18.626 [main] INFO com.crm.rule.config.StageTemplateInitializer -- 已植入全局默认阶段模板(OPP_STAGE_TPL_01,发布中/全公司通用/默认,5 个节点)
14:34:18.638 [main] INFO com.crm.rule.config.StageTemplateInitializer -- 已植入全局默认阶段模板(OPP_STAGE_TPL_01,发布中/全公司通用/默认,5 个节点)
14:34:18.641 [main] INFO com.crm.rule.config.StageTemplateInitializer -- 默认阶段模板已存在(code=OPP_STAGE_TPL_01,含已停用),跳过种子化
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in com.crm.rule.config.StageTemplateInitializerTest
[INFO] Running com.crm.rule.service.impl.CustomerDedupRuleServiceImplTest
14:34:18.713 [main] INFO com.crm.rule.service.impl.CustomerDedupRuleServiceImpl -- [客户查重设置] 全量覆盖保存:operator=9001, master=0, name=1/2模式阈值80%, phone=0
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in com.crm.rule.service.impl.CustomerDedupRuleServiceImplTest
[INFO] Running com.crm.rule.service.impl.CustomerReminderRuleServiceImplTest
14:34:18.763 [main] INFO com.crm.rule.service.impl.CustomerReminderRuleServiceImpl -- [客户提醒规则] 全量覆盖保存:operator=9001, masterEnabled=0, firstTrigger=1/15天, secondInterval=0/3天
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in com.crm.rule.service.impl.CustomerReminderRuleServiceImplTest
[INFO] Running com.crm.rule.service.impl.LeadPoolBatchDeleteTest
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
14:34:18.975 [main] ERROR com.crm.base.domain.result.BatchRunner -- 批量操作单条异常:id=9
java.lang.IllegalStateException: boom
at com.crm.base.domain.result.BatchRunner.run(BatchRunner.java:43)
at com.crm.rule.service.impl.LeadPoolServiceImpl.deletePoolBatch(LeadPoolServiceImpl.java:206)
at com.crm.rule.service.impl.LeadPoolBatchDeleteTest.unexpectedException_mapsToUnknown(LeadPoolBatchDeleteTest.java:83)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
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.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in com.crm.rule.service.impl.LeadPoolBatchDeleteTest
[INFO] Running com.crm.rule.service.impl.LeadPoolServiceImplTest
[ERROR] Tests run: 28, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.718 s <<< FAILURE! -- in com.crm.rule.service.impl.LeadPoolServiceImplTest
[ERROR] com.crm.rule.service.impl.LeadPoolServiceImplTest.exportPools_writesExcelToResponse -- Time elapsed: 0.194 s <<< ERROR!
java.lang.NoClassDefFoundError: com/crm/base/domain/dto/BatchOpLog$ResultFile
at com.crm.rule.service.impl.LeadPoolServiceImpl.exportPools(LeadPoolServiceImpl.java:288)
at com.crm.rule.service.impl.LeadPoolServiceImplTest.exportPools_writesExcelToResponse(LeadPoolServiceImplTest.java:623)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.ClassNotFoundException: com.crm.base.domain.dto.BatchOpLog$ResultFile
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 5 more
[INFO] Running com.crm.rule.service.impl.OpportunityDedupRuleServiceImplTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s -- in com.crm.rule.service.impl.OpportunityDedupRuleServiceImplTest
[INFO] Running com.crm.rule.service.impl.OpportunityPoolRuleMatcherImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in com.crm.rule.service.impl.OpportunityPoolRuleMatcherImplTest
[INFO] Running com.crm.rule.service.impl.OpportunityPoolRuleServiceImplTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in com.crm.rule.service.impl.OpportunityPoolRuleServiceImplTest
[INFO] Running com.crm.rule.service.impl.OpportunityPushRuleServiceImplTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in com.crm.rule.service.impl.OpportunityPushRuleServiceImplTest
[INFO] Running com.crm.rule.service.impl.OpportunitySchemeCardTemplateServiceImplTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in com.crm.rule.service.impl.OpportunitySchemeCardTemplateServiceImplTest
[INFO] Running com.crm.rule.service.impl.OpportunityStageTemplateServiceImplTest
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in com.crm.rule.service.impl.OpportunityStageTemplateServiceImplTest
[INFO] Running com.crm.rule.service.impl.PoolMemberStoreImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in com.crm.rule.service.impl.PoolMemberStoreImplTest
[INFO] Running com.crm.rule.service.impl.ProjectRuleServiceImplTest
14:34:23.253 [main] INFO com.crm.rule.service.impl.ProjectRuleServiceImpl -- [项目规则] 分区覆盖保存:operator=u1, section=阶段提醒规则, rows=0
14:34:23.278 [main] INFO com.crm.rule.service.impl.ProjectRuleServiceImpl -- [项目规则] 分区覆盖保存:operator=u1, section=标底认定规则, rows=1
14:34:23.286 [main] INFO com.crm.rule.service.impl.ProjectRuleServiceImpl -- [项目规则] 分区覆盖保存:operator=u1, section=项目拉群人员, rows=2
14:34:23.290 [main] WARN com.crm.rule.service.impl.ProjectRuleServiceImpl -- 项目规则区块 JSON 损坏,防御为空:Unrecognized token 'not': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 4]
14:34:23.292 [main] WARN com.crm.rule.service.impl.ProjectRuleServiceImpl -- 项目规则区块 JSON 损坏,防御为空:Unexpected character ('{' (code 123)): was expecting double-quote to start field name
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 2]
14:34:23.297 [main] INFO com.crm.rule.service.impl.ProjectRuleServiceImpl -- [项目规则] 分区覆盖保存:operator=u1, section=阶段别名配置, rows=1
14:34:23.301 [main] INFO com.crm.rule.service.impl.ProjectRuleServiceImpl -- [项目规则] 分区覆盖保存:operator=u1, section=阶段别名配置, rows=2
14:34:23.309 [main] INFO com.crm.rule.service.impl.ProjectRuleServiceImpl -- [项目规则] 分区覆盖保存:operator=u1, section=冲突处理拉群规则, rows=1
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in com.crm.rule.service.impl.ProjectRuleServiceImplTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] LeadPoolServiceImplTest.exportPools_writesExcelToResponse:623 ? NoClassDefFound com/crm/base/domain/dto/BatchOpLog$ResultFile
[INFO]
[ERROR] Tests run: 213, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for crm-rule 1.0.0-SNAPSHOT:
[INFO]
[INFO] crm-rule ........................................... FAILURE [ 15.538 s]
[INFO] crm-preference ..................................... SKIPPED
[INFO] crm-lead ........................................... SKIPPED
[INFO] crm-customer ....................................... SKIPPED
[INFO] crm-opportunity .................................... SKIPPED
[INFO] crm-log ............................................ SKIPPED
[INFO] crm-app ............................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.463 s
[INFO] Finished at: 2026-09-08T14:34:23+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test (default-test) on project crm-rule:
[ERROR]
[ERROR] Please refer to D:\code\crm-backend-matt\crm-rule\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException