Build issue was caused a JVM hack that hasn't worked since Java 1.8_102:

   org.bitcoinj.crypto.DRMWorkaround.maybeDisableExportControls()

original JDK issue raised here 
https://bugs.openjdk.java.net/browse/JDK-7024850

and fixed in Java 9 here https://bugs.openjdk.java.net/browse/JDK-8170157



On Tuesday, October 30, 2018 at 9:25:39 PM UTC-4, Mike Lawrence wrote:
>
> Is it normal for 12 tests to be failing under master branch 
>
>> Caused by: java.security.InvalidKeyException: Illegal key size or default 
>> parameters 
>
>  
> Can we configure travis to run the tests so people know if this is 
> expected?
>    https://travis-ci.org/bitcoinj/bitcoinj
> gradle -q clean install
>
>
> This is from the master branch, latest code, under a windoze build. 
>
> > Task :core:test
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_noCompression_noEcMultiply_test1 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:44
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:44 
>
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_noCompression_noEcMultiply_test2 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:53
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:53
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_noCompression_noEcMultiply_test3 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:68
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:68
> org.bitcoinj.crypto.BIP38PrivateKeyTest > bitaddress_testnet FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:142
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:142
> org.bitcoinj.crypto.BIP38PrivateKeyTest > bitcoinpaperwallet_testnet FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:132
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:132
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_compression_noEcMultiply_test1 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:77
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:77
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_compression_noEcMultiply_test2 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:86
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:86
> org.bitcoinj.crypto.BIP38PrivateKeyTest > badPassphrase FAILED
>     java.lang.Exception
>         Caused by: java.lang.RuntimeException at 
> BIP38PrivateKeyTest.java:151
>             Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:151
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_ecMultiply_noCompression_noLotAndSequence_test1 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:95
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:95
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_ecMultiply_noCompression_noLotAndSequence_test2 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:104
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:104
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_ecMultiply_noCompression_lotAndSequence_test1 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:113
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:113
> org.bitcoinj.crypto.BIP38PrivateKeyTest > 
> bip38testvector_ecMultiply_noCompression_lotAndSequence_test2 FAILED
>     java.lang.RuntimeException at BIP38PrivateKeyTest.java:122
>         Caused by: java.security.InvalidKeyException at 
> BIP38PrivateKeyTest.java:122
> 5399 tests completed, *12 failed*, 18 skipped
> > Task :core:test FAILED
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to