Open strawberry-code opened 5 years ago
Those both seem to be errors with different causes. Are you sure (in the first debug) that you're in the right directory with the pom.xml? For what it's worth, my build (OS X) was failing in the tests with very similar output to your second debug trace, based on the information in the surefire-reports it looks to be a conflict with the JaCoCo plugin. I set skipTests in order to build the final jar file which so far seems to be working fine.
We only officially support java 8 for now
Bug description
Cannot run
mvn package
IRI version
V1.8.0
Hardware Spec
Debian 10: "linux", version: "4.19.0-5-amd64", arch: "amd64", family: "unix"
Steps To Reproduce
$ git clone https://github.com/iotaledger/iri
$ cd iri
$ mvn clean compile
$ mvn package
Expected behaviour
No errors and success at mvn packaging.
Actual behaviour
MVN tests failures.
Errors
Log of the output with
-DskipTests
option and ad the end there is the output without using-DskipTests
option.Output [1/2] of
mvn package -DskipTests
:Output [2/2] of
mvn package
: