mac fault-localization with Tarantula in action

本文记录了在使用Maven进行三角形分类测试时遇到的编译错误,并详细描述了测试失败的情况及依赖缺失的问题。提供了错误日志及可能的解决方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

做软工作业时

fault-localization install dependencies时报错

build triangle for testing demo:

cd src/triangle
mvn clean package


Failed tests: 
  TestSuite.test10:36 expected:<EQUILATERAL> but was:<ISOSCELES>
  TestSuite.test11:39 expected:<EQUILATERAL> but was:<INVALID>
  TestSuite.test14:48 expected:<SCALENE> but was:<ISOSCELES>
  TestSuite.test20:66 expected:<EQUILATERAL> but was:<INVALID>

Tests run: 33, Failures: 4, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.413 s
[INFO] Finished at: 2018-05-03T22:15:58+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project triangle: There are test failures.
[ERROR] 
[ERROR] Please refer to /Users/apple/Desktop/SE/fault-localization/src/triangle/target/surefire-reports for the individual test results.
[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

尝试

sudo mvn clean package

问题解决,但出现了新的问题:


[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.948 s
[INFO] Finished at: 2018-05-04T15:46:33+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project triangle: Could not resolve dependencies for project com.triangle:triangle:jar:0.0.1: Could not find artifact org.spideruci.hamcrest:primitive-hamcrest:jar:0.0.1-SNAPSHOT -> [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/DependencyResolutionException



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值