Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 756052 Details for
Bug 827146
dev-java/bcprov-1.69::gentoo failed (test phase) with jdk-17
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
build.log (text/plain), 18.29 KB, created by
Volkmar W. Pogatzki
on 2021-11-24 14:11:48 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Volkmar W. Pogatzki
Created:
2021-11-24 14:11:48 UTC
Size:
18.29 KB
patch
obsolete
>[32m * [39;49;00mPackage: dev-java/bcprov-1.69 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: java@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > [32m*[0m Checking for at least 2048 MiB RAM ... >[A[149C [34;01m[ [32;01mok[34;01m ][0m >[32m * [39;49;00mPackage: dev-java/bcprov-1.69 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: java@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > [32m*[0m Checking for at least 2048 MiB RAM ... >[A[149C [34;01m[ [32;01mok[34;01m ][0m >>>> 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 ... >./test/libs/jna-platform-4.3.0.jar >./test/libs/jna-4.3.0.jar >./libs/mail.jar >./libs/junit.jar >./libs/jakarta.mail-2.0.1.jar >./libs/jakarta.activation-api-2.0.0.jar >./libs/activation.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 ... > [32m*[0m Verbose logging for "ejavac" function > [32m*[0m Compiler executable: javac > [32m*[0m Extra arguments: -source 1.8 -target 1.8 > [32m*[0m Complete command: > [32m*[0m javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 -classpath /usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar @sources.lst > [32m*[0m Compiling ... >warning: [options] bootstrap class path not set in conjunction with -source 8 >src/main/java/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.java:4: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >src/main/java/org/bouncycastle/jce/provider/BouncyCastleProvider.java:4: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.java:5: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.java:3: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >src/main/java/org/bouncycastle/jcajce/provider/drbg/DRBG.java:6: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.java:5: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >../core/src/main/java/org/bouncycastle/util/Strings.java:6: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >../core/src/main/java/org/bouncycastle/util/Properties.java:4: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal >import java.security.AccessControlException; > ^ >../core/src/main/java/org/bouncycastle/util/Properties.java:5: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >../core/src/main/java/org/bouncycastle/crypto/CryptoServicesRegistrar.java:4: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >../core/src/main/java/org/bouncycastle/asn1/x509/X509Name.java:258: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal > private static final Boolean TRUE = new Boolean(true); // for J2ME compatibility > ^ >../core/src/main/java/org/bouncycastle/asn1/x509/X509Name.java:259: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal > private static final Boolean FALSE = new Boolean(false); > ^ >src/main/java/org/bouncycastle/x509/PKIXCertPathReviewer.java:1954: warning: [removal] Double(double) in Double has been deprecated and marked for removal > new TrustedInput(new Double(value)), > ^ >src/main/java/org/bouncycastle/x509/PKIXCertPathReviewer.java:1961: warning: [removal] Double(double) in Double has been deprecated and marked for removal > new TrustedInput(new Double(value)), > ^ >src/main/java/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.java:52: warning: [removal] AccessController in java.security has been deprecated and marked for removal > AccessController.doPrivileged(new PrivilegedAction() > ^ >src/main/java/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.java:195: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (Class)AccessController.doPrivileged(new PrivilegedAction() > ^ >src/main/java/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.java:49: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal > SecurityManager securityManager = System.getSecurityManager(); > ^ >src/main/java/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.java:49: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > SecurityManager securityManager = System.getSecurityManager(); > ^ >src/main/java/org/bouncycastle/jce/provider/BouncyCastleProvider.java:149: warning: [removal] AccessController in java.security has been deprecated and marked for removal > AccessController.doPrivileged(new PrivilegedAction() > ^ >src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.java:43: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (Method)AccessController.doPrivileged(new PrivilegedExceptionAction() > ^ >src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.java:98: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (AEADParameters)AccessController.doPrivileged(new PrivilegedExceptionAction() > ^ >src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.java:118: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (GCMParameters)AccessController.doPrivileged(new PrivilegedExceptionAction() > ^ >src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.java:20: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (Class)AccessController.doPrivileged(new PrivilegedAction() > ^ >src/main/java/org/bouncycastle/jcajce/provider/drbg/DRBG.java:95: warning: [removal] AccessController in java.security has been deprecated and marked for removal > boolean hasGetInstanceStrong = AccessController.doPrivileged(new PrivilegedAction<Boolean>() > ^ >src/main/java/org/bouncycastle/jcajce/provider/drbg/DRBG.java:114: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return AccessController.doPrivileged(new PrivilegedAction<SecureRandom>() > ^ >src/main/java/org/bouncycastle/jcajce/provider/drbg/DRBG.java:160: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return AccessController.doPrivileged(new PrivilegedAction<EntropySourceProvider>() > ^ >src/main/java/org/bouncycastle/jcajce/provider/drbg/DRBG.java:300: warning: [removal] AccessController in java.security has been deprecated and marked for removal > this.seedStream = AccessController.doPrivileged(new PrivilegedAction<InputStream>() > ^ >src/main/java/org/bouncycastle/jcajce/provider/drbg/DRBG.java:351: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return AccessController.doPrivileged(new PrivilegedAction<Integer>() > ^ >src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.java:428: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (String)AccessController.doPrivileged(new PrivilegedAction() > ^ >../core/src/main/java/org/bouncycastle/util/Strings.java:24: warning: [removal] AccessController in java.security has been deprecated and marked for removal > LINE_SEPARATOR = AccessController.doPrivileged(new PrivilegedAction<String>() > ^ >../core/src/main/java/org/bouncycastle/util/Properties.java:38: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal > catch (AccessControlException e) > ^ >../core/src/main/java/org/bouncycastle/util/Properties.java:62: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal > catch (AccessControlException e) > ^ >../core/src/main/java/org/bouncycastle/util/Properties.java:150: warning: [removal] AccessController in java.security has been deprecated and marked for removal > String val = (String)AccessController.doPrivileged(new PrivilegedAction() > ^ >../core/src/main/java/org/bouncycastle/util/Properties.java:172: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (String)AccessController.doPrivileged(new PrivilegedAction() > ^ >../core/src/main/java/org/bouncycastle/crypto/CryptoServicesRegistrar.java:368: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal > final SecurityManager securityManager = System.getSecurityManager(); > ^ >../core/src/main/java/org/bouncycastle/crypto/CryptoServicesRegistrar.java:368: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > final SecurityManager securityManager = System.getSecurityManager(); > ^ >../core/src/main/java/org/bouncycastle/crypto/CryptoServicesRegistrar.java:372: warning: [removal] AccessController in java.security has been deprecated and marked for removal > AccessController.doPrivileged(new PrivilegedAction<Object>() > ^ >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. >38 warnings > [32m*[0m Verbose logging for "ejavac" function > [32m*[0m Compiler executable: javac > [32m*[0m Extra arguments: -source 9 -target 9 > [32m*[0m Complete command: > [32m*[0m javac -source 9 -target 9 -d target/classes -encoding UTF-8 --module-path /usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar --module-version 1.69 src/main/jdk1.9/module-info.java > [32m*[0m Compiling ... >warning: [options] system modules path not set in conjunction with -source 9 >1 warning >>>> Source compiled. >>>> Test phase: dev-java/bcprov-1.69 > [32m*[0m Verbose logging for "ejavac" function > [32m*[0m Compiler executable: javac > [32m*[0m Extra arguments: -source 1.8 -target 1.8 > [32m*[0m Complete command: > [32m*[0m javac -source 1.8 -target 1.8 -d target/test-classes -encoding UTF-8 -classpath target/test-classes:bcprov.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar @test_sources.lst > [32m*[0m Compiling ... >warning: [options] bootstrap class path not set in conjunction with -source 8 >../core/src/test/java/org/bouncycastle/i18n/test/LocalizedMessageTest.java:84: warning: [removal] Float(double) in Float has been deprecated and marked for removal > args = new Object[] { new TrustedInput(new Float(0.2)) }; > ^ >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. >2 warnings >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: 478.955 >There was 1 failure: >1) testJCE(org.bouncycastle.jce.provider.test.SimpleTestTest) >junit.framework.AssertionFailedError: index 9 BlockCipher: IDEA/PGPCFB/NoPadding failed encryption - java.io.IOException: javax.crypto.ShortBufferException: output buffer too short for input. > at junit.framework.Assert.fail(Assert.java:57) > at junit.framework.TestCase.fail(TestCase.java:223) > at org.bouncycastle.jce.provider.test.SimpleTestTest.testJCE(SimpleTestTest.java:26) > >FAILURES!!! >Tests run: 566, Failures: 1 > > [31;01m*[0m ERROR: dev-java/bcprov-1.69::gentoo failed (test phase): > [31;01m*[0m Running junit failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 127: Called src_test > [31;01m*[0m environment, line 2594: Called java-pkg-simple_src_test > [31;01m*[0m environment, line 1163: 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' > [31;01m*[0m environment, line 836: 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' > [31;01m*[0m environment, line 862: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m java -cp "${cp}" -Djava.io.tmpdir="${T}/" -Djava.awt.headless=true ${JAVA_TEST_EXTRA_ARGS[@]} ${runner} "${@}" || die "Running junit failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-java/bcprov-1.69::gentoo'`, > [31;01m*[0m 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= CLASSPATH="" JAVA_HOME="/home/volkmar/.gentoo/java-config-2/current-user-vm" >JAVACFLAGS="" COMPILER="" >and of course, the output of emerge --info =bcprov-1.69 > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-java/bcprov-1.69/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-java/bcprov-1.69/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-java/bcprov-1.69/work/bc-java-r1rv69/prov' > [31;01m*[0m S: '/var/tmp/portage/dev-java/bcprov-1.69/work/bc-java-r1rv69/prov'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 827146
: 756052