Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure to build driver #64

Open
adonnini opened this issue Feb 20, 2018 · 2 comments
Open

failure to build driver #64

adonnini opened this issue Feb 20, 2018 · 2 comments

Comments

@adonnini
Copy link

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.

  • 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

@agwego
Copy link
Contributor

agwego commented Feb 21, 2018

There are issues with gradle build right now, have you tried the Maven build?

@adonnini
Copy link
Author

adonnini commented Feb 21, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants