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.
144 lines
14 KiB
144 lines
14 KiB
|
7 days 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] ----------------------< com.crm:crm-opportunity >-----------------------
|
||
|
|
[INFO] Building crm-opportunity 1.0.0-SNAPSHOT
|
||
|
|
[INFO] from pom.xml
|
||
|
|
[INFO] --------------------------------[ jar ]---------------------------------
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-opportunity ---
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-opportunity\src\main\resources
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-opportunity\src\main\resources
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-opportunity ---
|
||
|
|
[INFO] Recompiling the module because of changed source code.
|
||
|
|
[INFO] Compiling 97 source files with javac [debug parameters release 17] to target\classes
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-opportunity ---
|
||
|
|
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-opportunity\src\test\resources
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-opportunity ---
|
||
|
|
[INFO] Recompiling the module because of changed dependency.
|
||
|
|
[INFO] Compiling 25 source files with javac [debug parameters release 17] to target\test-classes
|
||
|
|
[INFO]
|
||
|
|
[INFO] --- surefire:3.2.5:test (default-test) @ crm-opportunity ---
|
||
|
|
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
||
|
|
[INFO]
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] T E S T S
|
||
|
|
[INFO] -------------------------------------------------------
|
||
|
|
[INFO] Running com.crm.opportunity.domain.entity.OpportunityTest
|
||
|
|
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in com.crm.opportunity.domain.entity.OpportunityTest
|
||
|
|
[INFO] Running com.crm.opportunity.domain.enums.OpportunityChildTablesEnumTest
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in com.crm.opportunity.domain.enums.OpportunityChildTablesEnumTest
|
||
|
|
[INFO] Running com.crm.opportunity.domain.enums.OpportunityOpTypeTest
|
||
|
|
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in com.crm.opportunity.domain.enums.OpportunityOpTypeTest
|
||
|
|
[INFO] Running com.crm.opportunity.domain.enums.OpportunityStatusTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.crm.opportunity.domain.enums.OpportunityStatusTest
|
||
|
|
[INFO] Running com.crm.opportunity.domain.enums.TeamMemberPermissionTest
|
||
|
|
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.crm.opportunity.domain.enums.TeamMemberPermissionTest
|
||
|
|
[INFO] Running com.crm.opportunity.history.OpportunityStatusHistoryRecorderImplTest
|
||
|
|
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s -- in com.crm.opportunity.history.OpportunityStatusHistoryRecorderImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.intake.impl.OpportunityIntakeImplTest
|
||
|
|
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in com.crm.opportunity.intake.impl.OpportunityIntakeImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.job.OpportunityMaintenanceJobTest
|
||
|
|
22:16:58.475 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.473585
|
||
|
|
22:16:58.483 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:0 条待发记录
|
||
|
|
22:16:58.484 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:1 条商机
|
||
|
|
22:16:58.488 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.493 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.493584600
|
||
|
|
22:16:58.496 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:0 条待发记录
|
||
|
|
22:16:58.496 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:0 条商机
|
||
|
|
22:16:58.497 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.500 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.500582900
|
||
|
|
22:16:58.501 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 无发布中公海规则,跳过
|
||
|
|
22:16:58.507 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.507586300
|
||
|
|
22:16:58.512 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:2 条待发记录
|
||
|
|
22:16:58.512 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:1 条商机
|
||
|
|
22:16:58.512 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.520 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.520588500
|
||
|
|
22:16:58.522 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:1 条待发记录
|
||
|
|
22:16:58.522 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:1 条商机
|
||
|
|
22:16:58.523 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.526 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.526586
|
||
|
|
22:16:58.528 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:1 条待发记录
|
||
|
|
22:16:58.528 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:1 条商机
|
||
|
|
22:16:58.528 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.542 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.542584600
|
||
|
|
22:16:58.542 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:0 条待发记录
|
||
|
|
22:16:58.542 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:0 条商机
|
||
|
|
22:16:58.542 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.545 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.545586200
|
||
|
|
22:16:58.546 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:0 条待发记录
|
||
|
|
22:16:58.546 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:0 条商机
|
||
|
|
22:16:58.546 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.549 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.549585600
|
||
|
|
22:16:58.549 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:0 条待发记录
|
||
|
|
22:16:58.549 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:0 条商机
|
||
|
|
22:16:58.550 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
22:16:58.555 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 开始,now=2026-08-30T22:16:58.555586300
|
||
|
|
22:16:58.557 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 提醒完成:1 条待发记录
|
||
|
|
22:16:58.557 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 回收完成:0 条商机
|
||
|
|
22:16:58.557 [main] INFO com.crm.opportunity.job.OpportunityMaintenanceJob -- [商机维护Job] 全部完成
|
||
|
|
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in com.crm.opportunity.job.OpportunityMaintenanceJobTest
|
||
|
|
[INFO] Running com.crm.opportunity.mapper.OpportunityChildTablesMapperTest
|
||
|
|
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in com.crm.opportunity.mapper.OpportunityChildTablesMapperTest
|
||
|
|
[INFO] Running com.crm.opportunity.mapper.OpportunityMapperTest
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in com.crm.opportunity.mapper.OpportunityMapperTest
|
||
|
|
[INFO] Running com.crm.opportunity.mapper.OpportunitySiteSurveyMapperTest
|
||
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.crm.opportunity.mapper.OpportunitySiteSurveyMapperTest
|
||
|
|
[INFO] Running com.crm.opportunity.mapper.OpportunityViewSourceMapperTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in com.crm.opportunity.mapper.OpportunityViewSourceMapperTest
|
||
|
|
[INFO] Running com.crm.opportunity.port.inbound.OpportunityConvertPortImplTest
|
||
|
|
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in com.crm.opportunity.port.inbound.OpportunityConvertPortImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.port.inbound.OpportunityCreationPortImplTest
|
||
|
|
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in com.crm.opportunity.port.inbound.OpportunityCreationPortImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.query.impl.OpportunitySavedViewFilterTest
|
||
|
|
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in com.crm.opportunity.query.impl.OpportunitySavedViewFilterTest
|
||
|
|
[INFO] Running com.crm.opportunity.query.impl.OpportunityViewQueryImplTest
|
||
|
|
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
|
||
|
|
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s -- in com.crm.opportunity.query.impl.OpportunityViewQueryImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.query.OpportunityViewQuerySkeletonTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.crm.opportunity.query.OpportunityViewQuerySkeletonTest
|
||
|
|
[INFO] Running com.crm.opportunity.schemecard.impl.OpportunitySchemeCardServiceImplTest
|
||
|
|
22:16:59.438 [main] WARN com.crm.opportunity.schemecard.impl.OpportunitySchemeCardServiceImpl -- valuesJson 解析失败: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]
|
||
|
|
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s -- in com.crm.opportunity.schemecard.impl.OpportunitySchemeCardServiceImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.service.impl.OpportunityCreateServiceImplTest
|
||
|
|
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in com.crm.opportunity.service.impl.OpportunityCreateServiceImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.service.impl.OpportunityDetailServiceImplTest
|
||
|
|
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in com.crm.opportunity.service.impl.OpportunityDetailServiceImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.service.impl.OpportunitySubServiceImplTest
|
||
|
|
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in com.crm.opportunity.service.impl.OpportunitySubServiceImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.stage.impl.OpportunityStageServiceImplTest
|
||
|
|
22:16:59.745 [main] WARN com.crm.opportunity.stage.impl.OpportunityStageServiceImpl -- 商机 7001 绑定的阶段模板版本 8001 缺固定节点「已转项目」,跳过阶段联动
|
||
|
|
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in com.crm.opportunity.stage.impl.OpportunityStageServiceImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.state.impl.OpportunityTransitionImplTest
|
||
|
|
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in com.crm.opportunity.state.impl.OpportunityTransitionImplTest
|
||
|
|
[INFO] Running com.crm.opportunity.state.OpportunityActionGuardTest
|
||
|
|
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in com.crm.opportunity.state.OpportunityActionGuardTest
|
||
|
|
[INFO] Running com.crm.opportunity.state.OpportunityTransitionCmdTest
|
||
|
|
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.crm.opportunity.state.OpportunityTransitionCmdTest
|
||
|
|
[INFO]
|
||
|
|
[INFO] Results:
|
||
|
|
[INFO]
|
||
|
|
[INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
|
||
|
|
[INFO]
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
[INFO] BUILD SUCCESS
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
[INFO] Total time: 30.891 s
|
||
|
|
[INFO] Finished at: 2026-08-30T22:16:59+08:00
|
||
|
|
[INFO] ------------------------------------------------------------------------
|
||
|
|
EXIT=0
|