-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error while building #52
Comments
Hi. Could you provide the full error messages? |
Use the option
|
Skipping tests is not a good idea. The tests should work. Unable to replicate. Possibly MacOS issue? |
These tests probably haven’t been changed in years, so failure is probably machine specific. |
I'll get someone with a Mac to look into it. |
I have a Mac. I will build it and report back. |
On Mac OSX 10.13.4 I get a different problem, which is related to the tests, but there is not enough information in the output, even with -X to determine what the root cause is.
|
I'm getting similar errors on Linux. Surefire test fails preventing successful build without skipping tests. What further steps are necessary to isolate this? |
It seems the dump file at This setting this env var seems to work: |
[ERROR] Errors:
[ERROR] BIP38PrivateKeyTest.badPassphrase » Unexpected exception, expected<org.bitcoi...
[ERROR] BIP38PrivateKeyTest.bip38testvector_compression_noEcMultiply_test1:75 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_compression_noEcMultiply_test2:84 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_ecMultiply_noCompression_lotAndSequence_test1:111 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_ecMultiply_noCompression_lotAndSequence_test2:120 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_ecMultiply_noCompression_noLotAndSequence_test1:93 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_ecMultiply_noCompression_noLotAndSequence_test2:102 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_noCompression_noEcMultiply_test1:42 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_noCompression_noEcMultiply_test2:51 » Runtime
[ERROR] BIP38PrivateKeyTest.bip38testvector_noCompression_noEcMultiply_test3:66 » Runtime
[ERROR] BIP38PrivateKeyTest.bitaddress_testnet:140 » Runtime java.security.InvalidKeyE...
[ERROR] BIP38PrivateKeyTest.bitcoinpaperwallet_testnet:130 » Runtime java.security.Inv...
OS
Mac 10.13.4
Command using
mvn clean package
The text was updated successfully, but these errors were encountered: