Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823347 - dev-java/bcpkix-1.69 fails tests
Summary: dev-java/bcpkix-1.69 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 807097
  Show dependency tree
 
Reported: 2021-11-12 10:14 UTC by Jakov Smolić
Modified: 2021-11-24 07:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (bcpkix,12.35 KB, text/plain)
2021-11-12 10:14 UTC, Jakov Smolić
Details
build log (build.log,13.86 KB, text/plain)
2021-11-22 19:31 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakov Smolić archtester gentoo-dev 2021-11-12 10:14:28 UTC
Created attachment 750642 [details]
build log

.............................................E.....E................................
Time: 40.109
There were 2 failures:
1) testScryptEncryption(org.bouncycastle.pkcs.test.PKCS8Test)
java.lang.OutOfMemoryError: Java heap space
	at org.bouncycastle.crypto.generators.SCrypt.SMix(SCrypt.java:145)
	at org.bouncycastle.crypto.generators.SCrypt.MFcrypt(SCrypt.java:102)
	at org.bouncycastle.crypto.generators.SCrypt.generate(SCrypt.java:70)
	at org.bouncycastle.jcajce.provider.symmetric.SCRYPT$BasePBKDF2.engineGenerateSecret(SCRYPT.java:66)
	at javax.crypto.SecretKeyFactory.generateSecret(SecretKeyFactory.java:330)
	at org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder.build(JcePKCSPBEOutputEncryptorBuilder.java:204)
	at org.bouncycastle.pkcs.test.PKCS8Test.testScryptEncryption(PKCS8Test.java:293)
2) testScrypt(org.bouncycastle.pkcs.test.PKCS8Test)
java.lang.OutOfMemoryError: Java heap space
	at org.bouncycastle.crypto.generators.SCrypt.SMix(SCrypt.java:145)
	at org.bouncycastle.crypto.generators.SCrypt.MFcrypt(SCrypt.java:102)
	at org.bouncycastle.crypto.generators.SCrypt.generate(SCrypt.java:70)
	at org.bouncycastle.jcajce.provider.symmetric.SCRYPT$BasePBKDF2.engineGenerateSecret(SCRYPT.java:66)
	at javax.crypto.SecretKeyFactory.generateSecret(SecretKeyFactory.java:330)
	at org.bouncycastle.pkcs.jcajce.JcePKCSPBEInputDecryptorProviderBuilder$1.get(JcePKCSPBEInputDecryptorProviderBuilder.java:127)
	at org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo.decryptPrivateKeyInfo(PKCS8EncryptedPrivateKeyInfo.java:75)
	at org.bouncycastle.pkcs.test.PKCS8Test.testScrypt(PKCS8Test.java:137)

FAILURES!!!
Tests run: 457,  Failures: 2

 * ERROR: dev-java/bcpkix-1.69::gentoo failed (test phase):
 *   Running junit failed
 * 
 * Call stack:
 *     ebuild.sh, line  127:  Called src_test
 *   environment, line 2354:  Called java-pkg-simple_src_test
 *   environment, line  929:  Called ejunit4 '-classpath' 'target/test-classes:bcpkix.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar:/usr/share/bcprov/lib/bcprov.jar:/usr/share/bcutil/lib/bcutil.jar' 'org.bouncycastle.cert.cmp.test.AllTests' 'org.bouncycastle.cert.crmf.test.AllTests' 'org.bouncycastle.cert.ocsp.test.AllTests' 'org.bouncycastle.cert.path.test.AllTests' 'org.bouncycastle.cert.test.AllTests' 'org.bouncycastle.cms.test.AllTests' 'org.bouncycastle.dvcs.test.AllTests' 'org.bouncycastle.eac.test.AllTests' 'org.bouncycastle.mime.test.AllTests' 'org.bouncycastle.mozilla.test.AllTests' 'org.bouncycastle.openssl.test.AllTests' 'org.bouncycastle.operator.test.AllTests' 'org.bouncycastle.pkcs.test.AllTests' 'org.bouncycastle.tsp.test.AllTests'
 *   environment, line  602:  Called ejunit_ 'junit-4' '-classpath' 'target/test-classes:bcpkix.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar:/usr/share/bcprov/lib/bcprov.jar:/usr/share/bcutil/lib/bcutil.jar' 'org.bouncycastle.cert.cmp.test.AllTests' 'org.bouncycastle.cert.crmf.test.AllTests' 'org.bouncycastle.cert.ocsp.test.AllTests' 'org.bouncycastle.cert.path.test.AllTests' 'org.bouncycastle.cert.test.AllTests' 'org.bouncycastle.cms.test.AllTests' 'org.bouncycastle.dvcs.test.AllTests' 'org.bouncycastle.eac.test.AllTests' 'org.bouncycastle.mime.test.AllTests' 'org.bouncycastle.mozilla.test.AllTests' 'org.bouncycastle.openssl.test.AllTests' 'org.bouncycastle.operator.test.AllTests' 'org.bouncycastle.pkcs.test.AllTests' 'org.bouncycastle.tsp.test.AllTests'
 *   environment, line  628:  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/bcpkix-1.69::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-java/bcpkix-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 =bcpkix-1.69
 * The complete build log is located at '/var/tmp/portage/dev-java/bcpkix-1.69/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-java/bcpkix-1.69/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-java/bcpkix-1.69/work/bc-java-r1rv69/pkix'
 * S: '/var/tmp/portage/dev-java/bcpkix-1.69/work/bc-java-r1rv69/pkix'

# emerge --info
Portage 3.0.28 (python 3.9.7-final-0, default/linux/x86/17.0/systemd, gcc-11.2.0, glibc-2.34-r1, 5.10.68-gentoo-dist i686)
=================================================================
System uname: Linux-5.10.68-gentoo-dist-i686-Common_KVM_processor-with-glibc2.34
KiB Mem:    65850752 total,  46302788 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 12 Nov 2021 07:30:01 +0000
Head commit of repository gentoo: 5a02387a3e07d856f19e9f17db69883b642c01a9
sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
app-shells/bash:          5.1_p8::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.34.0-r3::gentoo
dev-lang/python:          2.7.18_p13::gentoo, 3.9.7_p1::gentoo, 3.10.0_p1::gentoo
dev-lang/rust:            1.56.1::gentoo
dev-util/cmake:           3.20.5::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/sandbox:         2.25::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:       1.16.4::gentoo
sys-devel/binutils:       2.37_p1::gentoo
sys-devel/gcc:            11.2.0::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.34-r1::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1

ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/bind /var/spool/munin-async/.ssh"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs 20"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j40 -l40"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl bzip2 cli crypt dri fortran gdbm iconv ipv6 libglvnd libtirpc ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl systemd udev unicode x86 xattr zlib" ABI_X86="32" ADA_TARGET="gnat_2019" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS
Comment 1 Miroslav Šulc gentoo-dev 2021-11-12 16:45:16 UTC
i tried to set the memory as low as 28M but it still did not cause an out of memory error for me.

i get different test failures though (tried both with openjdk-8 and openjdk-17):

There were 3 failures:
1) testSimpleTests(org.bouncycastle.cert.test.AllTests)
junit.framework.AssertionFailedError: CertTest: 
CertTest: 9 failed - exception java.security.InvalidKeyException: cannot identify EdDSA public key
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:223)
	at org.bouncycastle.cert.test.AllTests.testSimpleTests(AllTests.java:29)
2) testPKCS5(org.bouncycastle.pkcs.test.PfxPduTest)
java.io.IOException: exception unwrapping private key - java.security.InvalidKeyException: pad block corrupted
	at org.bouncycastle.jcajce.provider.keystore.pkcs12.PKCS12KeyStoreSpi.unwrapKey(PKCS12KeyStoreSpi.java:638)
	at org.bouncycastle.jcajce.provider.keystore.pkcs12.PKCS12KeyStoreSpi.engineLoad(PKCS12KeyStoreSpi.java:902)
	at org.bouncycastle.jcajce.provider.keystore.util.AdaptingKeyStoreSpi.engineLoad(AdaptingKeyStoreSpi.java:174)
	at java.base/java.security.KeyStore.load(KeyStore.java:1473)
	at org.bouncycastle.pkcs.test.PfxPduTest.doPKCS5Test(PfxPduTest.java:1212)
	at org.bouncycastle.pkcs.test.PfxPduTest.testPKCS5(PfxPduTest.java:1166)
3) testCreateAES256andSHA256(org.bouncycastle.pkcs.test.PfxPduTest)
java.io.IOException: exception unwrapping private key - java.security.InvalidKeyException: pad block corrupted
	at org.bouncycastle.jcajce.provider.keystore.pkcs12.PKCS12KeyStoreSpi.unwrapKey(PKCS12KeyStoreSpi.java:638)
	at org.bouncycastle.jcajce.provider.keystore.pkcs12.PKCS12KeyStoreSpi.engineLoad(PKCS12KeyStoreSpi.java:902)
	at org.bouncycastle.jcajce.provider.keystore.util.AdaptingKeyStoreSpi.engineLoad(AdaptingKeyStoreSpi.java:174)
	at java.base/java.security.KeyStore.load(KeyStore.java:1473)
	at org.bouncycastle.pkcs.test.PfxPduTest.testCipherAndDigest(PfxPduTest.java:1158)
	at org.bouncycastle.pkcs.test.PfxPduTest.testCreateAES256andSHA256(PfxPduTest.java:1072)


@jsmolic
you can try to put this code in the ebuild and check what happens if you set the memory yourself. just change that number to whatever number you think might be appropriate. the higher the less chance it will generate the out of memory issue, though you might get a different issue if the machine memory is low.

src_test() {
	JAVA_TEST_EXTRA_ARGS+=" -Xmx256m"
        java-pkg-simple_src_test
}
Comment 2 Miroslav Šulc gentoo-dev 2021-11-21 11:06:36 UTC
ok, i retested now, without any memory modifications, and the tests pass fine with openjdk-8 and openjdk-11, but fail with openjdk-17 (the failures i mentioned, no out of memory issue).
Comment 3 Volkmar W. Pogatzki 2021-11-22 19:31:14 UTC
Created attachment 755262 [details]
build log

I confirm I can reproduce those 2 test failures using openjdk-8.302_p08
and JAVA_TEST_EXTRA_ARGS+=" -Xmx1024m". 
With -Xmx2048m the failures don't happen.

With openjdk-11 there is not such error even if I went as low as -Xmx32m.
Comment 4 Larry the Git Cow gentoo-dev 2021-11-24 07:33:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b1e49bc305da9515dee440a969b74d90ab356c

commit 37b1e49bc305da9515dee440a969b74d90ab356c
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2021-11-23 12:27:55 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2021-11-24 07:33:06 +0000

    dev-java/bcpkix: bug https://bugs.gentoo.org/823347
    
    Closes: https://bugs.gentoo.org/823347
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/23047
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/bcpkix/bcpkix-1.69.ebuild | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)