-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Following the installation procedure (after applying the fix from #6) under Ubuntu 24.04 | Arch currently fails with a bunch of failing tests:
./gradlew build
Task :formula:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.Task :evaluation:spotbugsMain
SpotBugs ended with exit code 1Task :base:test
IComputationTest > simpleComputation() FAILED
java.lang.RuntimeException at IComputationTest.java:53OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Task :base:test
48 tests completed, 1 failed
Task :base:test FAILED
Task :base:spotbugsMain
SpotBugs ended with exit code 1Task :uvl:compileJava
Note: /home/h3ssto/_git/ddueruem/_cache/cache/yasa/uvl/src/main/java/de/featjar/feature/model/io/uvl/UVLFeatureModelFormat.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.Task :formula-analysis-kissat:spotbugsMain
SpotBugs ended with exit code 1Task :formula-analysis-cadical:spotbugsMain
SpotBugs ended with exit code 1Task :formula:spotbugsTest
SpotBugs ended with exit code 1Task :formula:spotbugsMain
SpotBugs ended with exit code 1Task :feature-model:spotbugsTest
SpotBugs ended with exit code 1Task :formula-analysis-javasmt:spotbugsMain
SpotBugs ended with exit code 1Task :feature-model:spotbugsMain
SpotBugs ended with exit code 1Task :formula-analysis-sat4j:spotbugsMain
SpotBugs ended with exit code 1Task :formula-analysis-ddnnife:spotbugsMain
SpotBugs ended with exit code 1Task :formula-analysis-sat4j:test
YASAIncrementalTest > testBothCoverageRandom() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:180YASAIncrementalTest > formulaHas3WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:215YASAIncrementalTest > formulaHas2WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:215YASAIncrementalTest > gplHas3WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:215YASAIncrementalTest > gplHas2WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:215YASAIncrementalTest > gplRunsUntilTimeout() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:130YASAIncrementalTest > modelWithFreeVariablesHas3WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:215YASAIncrementalTest > modelWithFreeVariablesHas2WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASAIncrementalTest.java:215YASATest > testBothCoverageRandom() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:180YASATest > formulaHas3WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:215YASATest > formulaHas2WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:215YASATest > gplHas3WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:215YASATest > gplHas2WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:215YASATest > gplRunsUntilTimeout() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:130YASATest > modelWithFreeVariablesHas3WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:215YASATest > modelWithFreeVariablesHas2WiseCoverage() FAILED
org.opentest4j.AssertionFailedError at YASATest.java:21544 tests completed, 16 failed
Task :formula-analysis-sat4j:test FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
What went wrong:
Execution failed for task ':base:test'.
There were failing tests. See the report at: file:///home/h3ssto/_git/ddueruem/_cache/cache/yasa/base/build/reports/tests/test/index.htmlTry:
Run with --scan to get full insights.
==============================================================================2: Task failed with an exception.
- What went wrong:
Execution failed for task ':formula-analysis-sat4j:test'.
There were failing tests. See the report at: file:///home/h3ssto/_git/ddueruem/_cache/cache/yasa/formula-analysis-sat4j/build/reports/tests/test/index.html