* Package: dev-java/bcprov-1.69 * Repository: gentoo * Maintainer: java@gentoo.org * USE: abi_x86_32 elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox * Using: icedtea-bin-8 >>> Unpacking source... >>> Unpacking bc-java-r1rv69.tar.gz to /var/tmp/portage/dev-java/bcprov-1.69/work >>> Source unpacked in /var/tmp/portage/dev-java/bcprov-1.69/work >>> Preparing source in /var/tmp/portage/dev-java/bcprov-1.69/work/bc-java-r1rv69/prov ... ./libs/activation.jar ./libs/jakarta.mail-2.0.1.jar ./libs/mail.jar ./libs/junit.jar ./libs/jakarta.activation-api-2.0.0.jar ./test/libs/jna-platform-4.3.0.jar ./test/libs/jna-4.3.0.jar >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-java/bcprov-1.69/work/bc-java-r1rv69/prov ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-java/bcprov-1.69/work/bc-java-r1rv69/prov ... * Compiling ... Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. * Need at least JDK 9 to compile module-info.java in src_compile, * see https://bugs.gentoo.org/796875 >>> Source compiled. >>> Test phase: dev-java/bcprov-1.69 * Compiling ... Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. JUnit version 4.13.2-SNAPSHOT ...................................E............................................................................................................................................................................................................................................................................................................................................. ..............................................................................................############### test: 1 test okay ############### test: 2 test okay ############### test: 3 test okay ############### test: 4 test okay ############### test: 5 test okay ############### test: 6 test okay ############### test: 7 test okay ############### test: 8 test okay ############### test: 9 test okay ############### test: 10 test okay ############### test: 1 test okay ############### test: 2 test okay ############### test: 3 test okay ############### test: 4 test okay ############### test: 5 test okay ############### test: 6 test okay ############### test: 7 test okay ############### test: 8 test okay ############### test: 9 test okay ############### test: 10 test okay ############### test: 1 test okay ############### test: 2 test okay ############### test: 3 test okay ############### test: 4 test okay ############### test: 5 test okay ############### test: 6 test okay ############### test: 7 test okay ############### test: 8 test okay ############### test: 9 test okay ############### test: 10 test okay ........................................................................................................ Time: 862.672 There was 1 failure: 1) testCrypto(org.bouncycastle.crypto.test.SimpleTestTest) java.lang.OutOfMemoryError: Java heap space at org.bouncycastle.crypto.generators.Argon2BytesGenerator$Block.(Argon2BytesGenerator.java:630) at org.bouncycastle.crypto.generators.Argon2BytesGenerator$Block.(Argon2BytesGenerator.java:621) at org.bouncycastle.crypto.generators.Argon2BytesGenerator.initMemory(Argon2BytesGenerator.java:153) at org.bouncycastle.crypto.generators.Argon2BytesGenerator.doInit(Argon2BytesGenerator.java:144) at org.bouncycastle.crypto.generators.Argon2BytesGenerator.init(Argon2BytesGenerator.java:74) at org.bouncycastle.crypto.test.Argon2Test.hashTest(Argon2Test.java:234) at org.bouncycastle.crypto.test.Argon2Test.performTest(Argon2Test.java:45) at org.bouncycastle.util.test.SimpleTest.perform(SimpleTest.java:180) at org.bouncycastle.crypto.test.SimpleTestTest.testCrypto(SimpleTestTest.java:15) FAILURES!!! Tests run: 566, Failures: 1 * ERROR: dev-java/bcprov-1.69::gentoo failed (test phase): * Running junit failed * * Call stack: * ebuild.sh, line 127: Called src_test * environment, line 2344: Called java-pkg-simple_src_test * environment, line 918: Called ejunit4 '-classpath' 'target/test-classes:bcprov.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar' 'org.bouncycastle.asn1.test.AllTests' 'org.bouncycastle.crypto.agreement.test.AllTests' 'org.bouncycastle.crypto.ec.test.AllTests' 'org.bouncycastle.crypto.prng.test.AllTests' 'org.bouncycastle.crypto.test.AllTests' 'org.bouncycastle.jcajce.provider.test.AllTests' 'org.bouncycastle.jce.provider.test.AllTests' 'org.bouncycastle.jce.provider.test.nist.AllTests' 'org.bouncycastle.jce.provider.test.rsa3.AllTests' 'org.bouncycastle.pqc.crypto.lms.AllTests' 'org.bouncycastle.pqc.crypto.test.AllTests' 'org.bouncycastle.pqc.jcajce.provider.test.AllTests' 'org.bouncycastle.util.encoders.test.AllTests' * environment, line 591: Called ejunit_ 'junit-4' '-classpath' 'target/test-classes:bcprov.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar' 'org.bouncycastle.asn1.test.AllTests' 'org.bouncycastle.crypto.agreement.test.AllTests' 'org.bouncycastle.crypto.ec.test.AllTests' 'org.bouncycastle.crypto.prng.test.AllTests' 'org.bouncycastle.crypto.test.AllTests' 'org.bouncycastle.jcajce.provider.test.AllTests' 'org.bouncycastle.jce.provider.test.AllTests' 'org.bouncycastle.jce.provider.test.nist.AllTests' 'org.bouncycastle.jce.provider.test.rsa3.AllTests' 'org.bouncycastle.pqc.crypto.lms.AllTests' 'org.bouncycastle.pqc.crypto.test.AllTests' 'org.bouncycastle.pqc.jcajce.provider.test.AllTests' 'org.bouncycastle.util.encoders.test.AllTests' * environment, line 617: Called die * The specific snippet of code: * java -cp "${cp}" -Djava.io.tmpdir="${T}/" -Djava.awt.headless=true ${JAVA_TEST_EXTRA_ARGS[@]} ${runner} "${@}" || die "Running junit failed" * * If you need support, post the output of `emerge --info '=dev-java/bcprov-1.69::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-java/bcprov-1.69::gentoo'`. !!! When you file a bug report, please include the following information: GENTOO_VM=icedtea-bin-8 CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-3.16.0" JAVACFLAGS="-source 1.8 -target 1.8" COMPILER="" and of course, the output of emerge --info =bcprov-1.69 * The complete build log is located at '/var/tmp/portage/dev-java/bcprov-1.69/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-java/bcprov-1.69/temp/environment'. * Working directory: '/var/tmp/portage/dev-java/bcprov-1.69/work/bc-java-r1rv69/prov' * S: '/var/tmp/portage/dev-java/bcprov-1.69/work/bc-java-r1rv69/prov'