You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just tried to compile the bigchaindb java driver working in Eclipse-Oxygen using the Buildship 2.2 add-on.
Here is a link to the zipped tests report folder tests.zip
Below, you will find the gradle log.
Perhaps, I did something wrong. Please let me know.
Thanks,
Alex Donnini
Working Directory: /home/adonnini1/Development/workspaceLunaAndMore/java-bigchaindb-driver
Gradle User Home: /home/adonnini1/.gradle
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 2.14
Java Home: /usr/lib/jvm/java-8-openjdk-amd64
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: :build
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
1 warning
:processResources UP-TO-DATE
:classes
:jar
:assemble
:compileTestJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
Note: /home/adonnini1/Development/workspaceLunaAndMore/java-bigchaindb-driver/src/test/java/com/authenteq/BigchaindbTransactionTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
What went wrong:
Execution failed for task ':test'.
There were failing tests. See the report at: file:///home/adonnini1/Development/workspaceLunaAndMore/java-bigchaindb-driver/build/reports/tests/index.html
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.239 secs
The text was updated successfully, but these errors were encountered:
Hi,
I just tried to compile the bigchaindb java driver working in Eclipse-Oxygen using the Buildship 2.2 add-on.
Here is a link to the zipped tests report folder
tests.zip
Below, you will find the gradle log.
Perhaps, I did something wrong. Please let me know.
Thanks,
Alex Donnini
Working Directory: /home/adonnini1/Development/workspaceLunaAndMore/java-bigchaindb-driver
Gradle User Home: /home/adonnini1/.gradle
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 2.14
Java Home: /usr/lib/jvm/java-8-openjdk-amd64
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: :build
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
1 warning
:processResources UP-TO-DATE
:classes
:jar
:assemble
:compileTestJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
Note: /home/adonnini1/Development/workspaceLunaAndMore/java-bigchaindb-driver/src/test/java/com/authenteq/BigchaindbTransactionTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
:processTestResources
:testClasses
:test
com.authenteq.api.VotesApiTest > classMethod FAILED
com.google.gson.JsonSyntaxException
Caused by: java.lang.IllegalStateException
com.authenteq.api.AssetsApiTest > classMethod FAILED
com.google.gson.JsonSyntaxException
Caused by: java.lang.IllegalStateException
com.authenteq.api.BlocksApiTest > classMethod FAILED
com.google.gson.JsonSyntaxException
Caused by: java.lang.IllegalStateException
com.authenteq.api.TransactionApiTest > classMethod FAILED
com.google.gson.JsonSyntaxException
Caused by: java.lang.IllegalStateException
com.authenteq.api.OutputsApiTest > classMethod FAILED
com.google.gson.JsonSyntaxException
Caused by: java.lang.IllegalStateException
com.authenteq.api.StatusesApiTest > classMethod FAILED
com.google.gson.JsonSyntaxException
Caused by: java.lang.IllegalStateException
17 tests completed, 6 failed
:test FAILED
FAILURE: Build failed with an exception.
Execution failed for task ':test'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.239 secs
The text was updated successfully, but these errors were encountered: