Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/bouncycastle-pkix.spec'], False, '/var/lib/mock/virt7-el7-build-1218-2071/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/bouncycastle-pkix.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/bouncycastle-pkix-1.50-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/bouncycastle-pkix.spec'], False, '/var/lib/mock/virt7-el7-build-1218-2071/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/bouncycastle-pkix.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EOIZ9d + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bcpkix-jdk15on-150 + /usr/bin/gzip -dc /builddir/build/SOURCES/bcpkix-jdk15on-150.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcpkix-jdk15on-150 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f -name '*.class' -print -delete + find . -type f -name '*.jar' -print -delete + rm -rf docs/index.html docs/releasenotes.html docs/specifications.html docs/tls javadoc/allclasses-frame.html javadoc/allclasses-noframe.html javadoc/constant-values.html javadoc/deprecated-list.html javadoc/help-doc.html javadoc/index-all.html javadoc/index.html javadoc/org javadoc/overview-frame.html javadoc/overview-summary.html javadoc/overview-tree.html javadoc/package-list javadoc/resources javadoc/serialized-form.html javadoc/stylesheet.css + mkdir -p src/java src/test + unzip -qq src.zip -d src/java + mkdir -p src/test/org/bouncycastle/cert/cmp/test + mv src/java/org/bouncycastle/cert/cmp/test/AllTests.java src/test/org/bouncycastle/cert/cmp/test + mkdir -p src/test/org/bouncycastle/cert/crmf/test + mv src/java/org/bouncycastle/cert/crmf/test/AllTests.java src/test/org/bouncycastle/cert/crmf/test + mkdir -p src/test/org/bouncycastle/cert/ocsp/test + mv src/java/org/bouncycastle/cert/ocsp/test/AllTests.java src/java/org/bouncycastle/cert/ocsp/test/OCSPTest.java src/test/org/bouncycastle/cert/ocsp/test + mkdir -p src/test/org/bouncycastle/cert/test + mv src/java/org/bouncycastle/cert/test/AllTests.java src/java/org/bouncycastle/cert/test/AttrCertSelectorTest.java src/java/org/bouncycastle/cert/test/AttrCertTest.java src/java/org/bouncycastle/cert/test/BcAttrCertSelectorTest.java src/java/org/bouncycastle/cert/test/BcAttrCertTest.java src/java/org/bouncycastle/cert/test/BcCertTest.java src/java/org/bouncycastle/cert/test/BcPKCS10Test.java src/java/org/bouncycastle/cert/test/CertTest.java src/java/org/bouncycastle/cert/test/ConverterTest.java src/java/org/bouncycastle/cert/test/PEMData.java src/java/org/bouncycastle/cert/test/PKCS10Test.java src/java/org/bouncycastle/cert/test/SHA1DigestCalculator.java src/java/org/bouncycastle/cert/test/X509ExtensionUtilsTest.java src/test/org/bouncycastle/cert/test + mkdir -p src/test/org/bouncycastle/cms/test + mv src/java/org/bouncycastle/cms/test/AllTests.java src/java/org/bouncycastle/cms/test/BcEnvelopedDataTest.java src/java/org/bouncycastle/cms/test/BcSignedDataTest.java src/java/org/bouncycastle/cms/test/CMSSampleMessages.java src/java/org/bouncycastle/cms/test/CMSTestSetup.java src/java/org/bouncycastle/cms/test/CMSTestUtil.java src/java/org/bouncycastle/cms/test/ConverterTest.java src/java/org/bouncycastle/cms/test/MiscDataStreamTest.java src/java/org/bouncycastle/cms/test/NewAuthenticatedDataStreamTest.java src/java/org/bouncycastle/cms/test/NewAuthenticatedDataTest.java src/java/org/bouncycastle/cms/test/NewCompressedDataStreamTest.java src/java/org/bouncycastle/cms/test/NewCompressedDataTest.java src/java/org/bouncycastle/cms/test/NewEnvelopedDataStreamTest.java src/java/org/bouncycastle/cms/test/NewEnvelopedDataTest.java src/java/org/bouncycastle/cms/test/NewSignedDataStreamTest.java src/java/org/bouncycastle/cms/test/NewSignedDataTest.java src/java/org/bouncycastle/cms/test/NullProviderTest.java src/java/org/bouncycastle/cms/test/Rfc4134Test.java src/java/org/bouncycastle/cms/test/SHA1DigestCalculator.java src/java/org/bouncycastle/cms/test/SunProviderTest.java src/java/org/bouncycastle/cms/test/package.html src/test/org/bouncycastle/cms/test + mkdir -p src/test/org/bouncycastle/eac/test + mv src/java/org/bouncycastle/eac/test/AllTests.java src/java/org/bouncycastle/eac/test/EACTestSetup.java src/test/org/bouncycastle/eac/test + mkdir -p src/test/org/bouncycastle/mozilla/test + mv src/java/org/bouncycastle/mozilla/test/AllTests.java src/java/org/bouncycastle/mozilla/test/SPKACTest.java src/java/org/bouncycastle/mozilla/test/package.html src/test/org/bouncycastle/mozilla/test + mkdir -p src/test/org/bouncycastle/openssl/test + mv src/java/org/bouncycastle/openssl/test/AllTests.java src/java/org/bouncycastle/openssl/test/ParserTest.java src/java/org/bouncycastle/openssl/test/WriterTest.java src/java/org/bouncycastle/openssl/test/package.html src/test/org/bouncycastle/openssl/test + mkdir -p src/test/org/bouncycastle/tsp/test + mv src/java/org/bouncycastle/tsp/test/AllTests.java src/java/org/bouncycastle/tsp/test/CMSTimeStampedDataGeneratorTest.java src/java/org/bouncycastle/tsp/test/CMSTimeStampedDataParserTest.java src/java/org/bouncycastle/tsp/test/CMSTimeStampedDataTest.java src/java/org/bouncycastle/tsp/test/NewTSPTest.java src/java/org/bouncycastle/tsp/test/ParseTest.java src/java/org/bouncycastle/tsp/test/SHA1DigestCalculator.java src/java/org/bouncycastle/tsp/test/SHA256DigestCalculator.java src/java/org/bouncycastle/tsp/test/TSPTestUtil.java src/test/org/bouncycastle/tsp/test + mkdir -p src/test/org/bouncycastle/pkcs/test + mv src/java/org/bouncycastle/pkcs/test/AllTests.java src/java/org/bouncycastle/pkcs/test/BCTestSetup.java src/java/org/bouncycastle/pkcs/test/PKCS10Test.java src/java/org/bouncycastle/pkcs/test/PfxPduTest.java src/test/org/bouncycastle/pkcs/test + mkdir -p src/test/org/bouncycastle/dvcs + mv src/java/org/bouncycastle/dvcs/test src/test/org/bouncycastle/dvcs + mkdir -p src/test/org/bouncycastle/cert/path + mv src/java/org/bouncycastle/cert/path/test src/test/org/bouncycastle/cert/path + cp -p /builddir/build/SOURCES/bouncycastle-pkix-build.xml build.xml + cp -p /builddir/build/SOURCES/bouncycastle-pkix-OSGi.bnd bcpkix.bnd + sed -i 's|@VERSION@|1.50|' build.xml bcpkix.bnd + rm -rf src/test/org/bouncycastle/cert/ocsp/test/AllTests.java src/test/org/bouncycastle/cert/ocsp/test/OCSPTest.java + rm -rf src/test/org/bouncycastle/cert/cmp/test/AllTests.java + rm -rf src/test/org/bouncycastle/cms/test/Rfc4134Test.java + sed -i 's|suite.addTest(Rfc4134Test.suite());|//suite.addTest(Rfc4134Test.suite());|' src/test/org/bouncycastle/cms/test/AllTests.java + rm -rf src/test/org/bouncycastle/cms/test/SignedDataTest.java + sed -i 's|suite.addTest(SignedDataTest.suite());|//suite.addTest(SignedDataTest.suite());|' src/test/org/bouncycastle/cms/test/AllTests.java + rm -rf src/test/org/bouncycastle/cms/test/NewSignedDataTest.java + sed -i 's|suite.addTest(NewSignedDataTest.suite());|//suite.addTest(NewSignedDataTest.suite());|' src/test/org/bouncycastle/cms/test/AllTests.java + rm -rf src/test/org/bouncycastle/eac/test src/test/org/bouncycastle/openssl/test + rm -rf src/test/org/bouncycastle/tsp/test/CMSTimeStampedDataTest.java + sed -i 's|suite.addTestSuite(CMSTimeStampedDataTest.class);|//suite.addTestSuite(CMSTimeStampedDataTest.class);|' src/test/org/bouncycastle/tsp/test/AllTests.java + rm -rf src/test/org/bouncycastle/tsp/test/CMSTimeStampedDataParserTest.java + sed -i 's|suite.addTestSuite(CMSTimeStampedDataParserTest.class);|//suite.addTestSuite(CMSTimeStampedDataParserTest.class);|' src/test/org/bouncycastle/tsp/test/AllTests.java + rm -rf src/test/org/bouncycastle/tsp/test/CMSTimeStampedDataGeneratorTest.java + sed -i 's|suite.addTestSuite(CMSTimeStampedDataGeneratorTest.class);|//suite.addTestSuite(CMSTimeStampedDataGeneratorTest.class);|' src/test/org/bouncycastle/tsp/test/AllTests.java + rm -r src/test/org/bouncycastle/cert/test/BcCertTest.java + sed -i 's|suite.addTestSuite(BcCertTest.class);|//suite.addTestSuite(BcCertTest.class);|' src/test/org/bouncycastle/cert/test/AllTests.java + rm -r src/test/org/bouncycastle/cms/test/BcSignedDataTest.java + sed -i 's|suite.addTest(BcSignedDataTest.suite());|//suite.addTest(BcSignedDataTest.suite());|' src/test/org/bouncycastle/cms/test/AllTests.java + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ynW83A + umask 022 + cd /builddir/build/BUILD + cd bcpkix-jdk15on-150 + JAVA_HOME=/usr/lib/jvm/java + ant jar javadoc Buildfile: /builddir/build/BUILD/bcpkix-jdk15on-150/build.xml compile: [mkdir] Created dir: /builddir/build/BUILD/bcpkix-jdk15on-150/build/classes [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/build.xml:69: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 434 source files to /builddir/build/BUILD/bcpkix-jdk15on-150/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/cert/X509v2CRLBuilder.java:18: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509Extensions; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.java:20: warning: [deprecation] PKCS10CertificationRequest in org.bouncycastle.jce has been deprecated [javac] import org.bouncycastle.jce.PKCS10CertificationRequest; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.java:24: warning: [deprecation] X509V2AttributeCertificate in org.bouncycastle.x509 has been deprecated [javac] import org.bouncycastle.x509.X509V2AttributeCertificate; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder.java:96: warning: [deprecation] SingleResponse(CertID,CertStatus,DERGeneralizedTime,DERGeneralizedTime,Extensions) in SingleResponse has been deprecated [javac] return new SingleResponse(certId.toASN1Object(), certStatus, thisUpdate, nextUpdate, extensions); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.java:164: warning: [deprecation] DERInteger(long) in DERInteger has been deprecated [javac] authGen.addObject(new DERInteger(AuthenticatedData.calculateVersion(originatorInfo))); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/cms/bc/BcRSAKeyTransRecipientInfoGenerator.java:21: warning: [deprecation] getAlgorithmId() in SubjectPublicKeyInfo has been deprecated [javac] super(recipientCert, new BcRSAAsymmetricKeyWrapper(recipientCert.getSubjectPublicKeyInfo().getAlgorithmId(), recipientCert.getSubjectPublicKeyInfo())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient.java:46: warning: [deprecation] GenericKey(Object) in GenericKey has been deprecated [javac] return new GenericKey(secretKey); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/eac/jcajce/JcaPublicKeyConverter.java:149: warning: [deprecation] createPoint(BigInteger,BigInteger,boolean) in ECCurve has been deprecated [javac] return curve.createPoint(point.getAffineX(), point.getAffineY(), withCompression); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder.java:119: warning: [deprecation] DERInteger(BigInteger) in DERInteger has been deprecated [javac] v.add(new DERInteger(new BigInteger(1, r))); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder.java:120: warning: [deprecation] DERInteger(BigInteger) in DERInteger has been deprecated [javac] v.add(new DERInteger(new BigInteger(1, s))); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/MiscPEMGenerator.java:108: warning: [deprecation] DERInteger(long) in DERInteger has been deprecated [javac] v.add(new DERInteger(0)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/MiscPEMGenerator.java:109: warning: [deprecation] DERInteger(BigInteger) in DERInteger has been deprecated [javac] v.add(new DERInteger(p.getP())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/MiscPEMGenerator.java:110: warning: [deprecation] DERInteger(BigInteger) in DERInteger has been deprecated [javac] v.add(new DERInteger(p.getQ())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/MiscPEMGenerator.java:111: warning: [deprecation] DERInteger(BigInteger) in DERInteger has been deprecated [javac] v.add(new DERInteger(p.getG())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/MiscPEMGenerator.java:116: warning: [deprecation] DERInteger(BigInteger) in DERInteger has been deprecated [javac] v.add(new DERInteger(y)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/MiscPEMGenerator.java:117: warning: [deprecation] DERInteger(BigInteger) in DERInteger has been deprecated [javac] v.add(new DERInteger(x)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.java:89: warning: [deprecation] X509V2AttributeCertificate in org.bouncycastle.x509 has been deprecated [javac] return new JcaX509AttributeCertificateHolder((X509V2AttributeCertificate)o); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.java:91: warning: [deprecation] PKCS10CertificationRequest in org.bouncycastle.jce has been deprecated [javac] else if (o instanceof PKCS10CertificationRequest) [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.java:93: warning: [deprecation] PKCS10CertificationRequest in org.bouncycastle.jce has been deprecated [javac] return new org.bouncycastle.pkcs.PKCS10CertificationRequest(((PKCS10CertificationRequest)o).getEncoded()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder.java:59: warning: [deprecation] GenericKey(Object) in GenericKey has been deprecated [javac] return new GenericKey(PKCS12ParametersGenerator.PKCS12PasswordToBytes(password)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/tsp/TimeStampResponseGenerator.java:122: warning: [deprecation] DERInteger(long) in DERInteger has been deprecated [javac] v.add(new DERInteger(status)); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 22 warnings compile-tests: [mkdir] Created dir: /builddir/build/BUILD/bcpkix-jdk15on-150/build/test-classes [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/build.xml:94: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 48 source files to /builddir/build/BUILD/bcpkix-jdk15on-150/build/test-classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/AttrCertSelectorTest.java:20: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509Extension; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:62: warning: [deprecation] X509CertificateStructure in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509CertificateStructure; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:63: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509Extension; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:64: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509Extensions; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:82: warning: [deprecation] X509Principal in org.bouncycastle.jce has been deprecated [javac] import org.bouncycastle.jce.X509Principal; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:101: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] import org.bouncycastle.x509.extension.AuthorityKeyIdentifierStructure; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:32: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509Name; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:58: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] import org.bouncycastle.x509.X509V3CertificateGenerator; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:32: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509Name; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:60: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] import org.bouncycastle.x509.X509V3CertificateGenerator; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:24: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] import org.bouncycastle.asn1.x509.X509Name; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:27: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] import org.bouncycastle.x509.X509V3CertificateGenerator; [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/AttrCertSelectorTest.java:155: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] gen.addExtension(X509Extension.targetInformation, true, targetInformation); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1759: warning: [deprecation] X509Principal in org.bouncycastle.jce has been deprecated [javac] X509Principal pr = new X509Principal("O=\"The Bouncy Castle, The Legion of\",E=feedback-crypto@bouncycastle.org,ST=Victoria,L=Melbourne,C=AU"); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1759: warning: [deprecation] X509Principal in org.bouncycastle.jce has been deprecated [javac] X509Principal pr = new X509Principal("O=\"The Bouncy Castle, The Legion of\",E=feedback-crypto@bouncycastle.org,ST=Victoria,L=Melbourne,C=AU"); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1766: warning: [deprecation] X509Principal in org.bouncycastle.jce has been deprecated [javac] pr = new X509Principal("O=The Bouncy Castle\\, The Legion of,E=feedback-crypto@bouncycastle.org,ST=Victoria,L=Melbourne,C=AU"); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1910: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1910: warning: [deprecation] AuthorityKeyIdentifier in X509Extensions has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1910: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1926: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] AuthorityKeyIdentifier authId = new AuthorityKeyIdentifierStructure(authExt); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1945: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] Extension ext = entry.getExtension(X509Extension.reasonCode); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1980: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] extOids.addElement(X509Extensions.ReasonCode); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1980: warning: [deprecation] ReasonCode in X509Extensions has been deprecated [javac] extOids.addElement(X509Extensions.ReasonCode); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1981: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] extValues.addElement(new X509Extension(false, new DEROctetString(crlReason.getEncoded()))); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1988: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] X509Extensions entryExtensions = new X509Extensions(extOids, extValues); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1988: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] X509Extensions entryExtensions = new X509Extensions(extOids, extValues); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1988: warning: [deprecation] X509Extensions(Vector,Vector) in X509Extensions has been deprecated [javac] X509Extensions entryExtensions = new X509Extensions(extOids, extValues); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1990: warning: [deprecation] addCRLEntry(BigInteger,Date,X509Extensions) in X509v2CRLBuilder has been deprecated [javac] crlGen.addCRLEntry(BigInteger.ONE, now, entryExtensions); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1992: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1992: warning: [deprecation] AuthorityKeyIdentifier in X509Extensions has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:1992: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2003: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] byte[] authExt = crl.getExtensionValue(X509Extensions.AuthorityKeyIdentifier.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2003: warning: [deprecation] AuthorityKeyIdentifier in X509Extensions has been deprecated [javac] byte[] authExt = crl.getExtensionValue(X509Extensions.AuthorityKeyIdentifier.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2010: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] AuthorityKeyIdentifier authId = new AuthorityKeyIdentifierStructure(authExt); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2029: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] byte[] ext = entry.getExtensionValue(X509Extensions.ReasonCode.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2029: warning: [deprecation] ReasonCode in X509Extensions has been deprecated [javac] byte[] ext = entry.getExtensionValue(X509Extensions.ReasonCode.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2063: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] extOids.addElement(X509Extensions.ReasonCode); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2063: warning: [deprecation] ReasonCode in X509Extensions has been deprecated [javac] extOids.addElement(X509Extensions.ReasonCode); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2064: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] extValues.addElement(new X509Extension(false, new DEROctetString(crlReason.getEncoded()))); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2071: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] X509Extensions entryExtensions = new X509Extensions(extOids, extValues); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2071: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] X509Extensions entryExtensions = new X509Extensions(extOids, extValues); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2071: warning: [deprecation] X509Extensions(Vector,Vector) in X509Extensions has been deprecated [javac] X509Extensions entryExtensions = new X509Extensions(extOids, extValues); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2073: warning: [deprecation] addCRLEntry(BigInteger,Date,X509Extensions) in X509v2CRLBuilder has been deprecated [javac] crlGen.addCRLEntry(BigInteger.ONE, now, entryExtensions); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2075: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2075: warning: [deprecation] AuthorityKeyIdentifier in X509Extensions has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2075: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] crlGen.addExtension(X509Extensions.AuthorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2086: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] byte[] authExt = crl.getExtensionValue(X509Extensions.AuthorityKeyIdentifier.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2086: warning: [deprecation] AuthorityKeyIdentifier in X509Extensions has been deprecated [javac] byte[] authExt = crl.getExtensionValue(X509Extensions.AuthorityKeyIdentifier.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2093: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] AuthorityKeyIdentifier authId = new AuthorityKeyIdentifierStructure(authExt); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2112: warning: [deprecation] X509Extensions in org.bouncycastle.asn1.x509 has been deprecated [javac] byte[] ext = entry.getExtensionValue(X509Extensions.ReasonCode.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2112: warning: [deprecation] ReasonCode in X509Extensions has been deprecated [javac] byte[] ext = entry.getExtensionValue(X509Extensions.ReasonCode.getId()); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2138: warning: [deprecation] addCRLEntry(BigInteger,Date,X509Extensions) in X509v2CRLBuilder has been deprecated [javac] crlGen.addCRLEntry(BigInteger.valueOf(2), now, entryExtensions); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2140: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] crlGen.addExtension(X509Extension.authorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2140: warning: [deprecation] AuthorityKeyIdentifierStructure in org.bouncycastle.x509.extension has been deprecated [javac] crlGen.addExtension(X509Extension.authorityKeyIdentifier, false, new AuthorityKeyIdentifierStructure(pair.getPublic())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2156: warning: [deprecation] X509Extension in org.bouncycastle.asn1.x509 has been deprecated [javac] Extension extn = crlEnt.getExtension(X509Extension.reasonCode); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2620: warning: [deprecation] X509CertificateStructure in org.bouncycastle.asn1.x509 has been deprecated [javac] X509CertificateStructure struct = X509CertificateStructure.getInstance(ASN1Primitive.fromByteArray(cert.getEncoded())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/CertTest.java:2620: warning: [deprecation] X509CertificateStructure in org.bouncycastle.asn1.x509 has been deprecated [javac] X509CertificateStructure struct = X509CertificateStructure.getInstance(ASN1Primitive.fromByteArray(cert.getEncoded())); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cert/test/PKCS10Test.java:597: warning: [deprecation] DERObjectIdentifier(String) in DERObjectIdentifier has been deprecated [javac] createECRequest("SHA1withECDSA", X9ObjectIdentifiers.ecdsa_with_SHA1, new DERObjectIdentifier("1.3.132.0.34")); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NewAuthenticatedDataTest.java:142: warning: [deprecation] DERObjectIdentifier(String) in DERObjectIdentifier has been deprecated [javac] tryKekAlgorithm(CMSTestUtil.makeDesede192Key(), new DERObjectIdentifier("1.2.840.113549.1.9.16.3.6")); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NewAuthenticatedDataTest.java:148: warning: [deprecation] DERObjectIdentifier(String) in DERObjectIdentifier has been deprecated [javac] tryKekAlgorithmWithDigest(CMSTestUtil.makeDesede192Key(), new DERObjectIdentifier("1.2.840.113549.1.9.16.3.6")); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:256: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] X509V3CertificateGenerator v3CertGen = new X509V3CertificateGenerator(); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:256: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] X509V3CertificateGenerator v3CertGen = new X509V3CertificateGenerator(); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:260: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] v3CertGen.setIssuerDN(new X509Name(_issDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:260: warning: [deprecation] X509Name(String) in X509Name has been deprecated [javac] v3CertGen.setIssuerDN(new X509Name(_issDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:263: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] v3CertGen.setSubjectDN(new X509Name(_subDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/NullProviderTest.java:263: warning: [deprecation] X509Name(String) in X509Name has been deprecated [javac] v3CertGen.setSubjectDN(new X509Name(_subDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:259: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] X509V3CertificateGenerator v3CertGen = new X509V3CertificateGenerator(); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:259: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] X509V3CertificateGenerator v3CertGen = new X509V3CertificateGenerator(); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:263: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] v3CertGen.setIssuerDN(new X509Name(_issDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:263: warning: [deprecation] X509Name(String) in X509Name has been deprecated [javac] v3CertGen.setIssuerDN(new X509Name(_issDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:266: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] v3CertGen.setSubjectDN(new X509Name(_subDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/cms/test/SunProviderTest.java:266: warning: [deprecation] X509Name(String) in X509Name has been deprecated [javac] v3CertGen.setSubjectDN(new X509Name(_subDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:50: warning: [deprecation] DERObjectIdentifier(String) in DERObjectIdentifier has been deprecated [javac] public static DERObjectIdentifier EuroPKI_TSA_Test_Policy = new DERObjectIdentifier( [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:167: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] X509V3CertificateGenerator _v3CertGen = new X509V3CertificateGenerator(); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:167: warning: [deprecation] X509V3CertificateGenerator in org.bouncycastle.x509 has been deprecated [javac] X509V3CertificateGenerator _v3CertGen = new X509V3CertificateGenerator(); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:171: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] _v3CertGen.setIssuerDN(new X509Name(_issDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:171: warning: [deprecation] X509Name(String) in X509Name has been deprecated [javac] _v3CertGen.setIssuerDN(new X509Name(_issDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:175: warning: [deprecation] X509Name in org.bouncycastle.asn1.x509 has been deprecated [javac] _v3CertGen.setSubjectDN(new X509Name(_subDN)); [javac] ^ [javac] /builddir/build/BUILD/bcpkix-jdk15on-150/src/test/org/bouncycastle/tsp/test/TSPTestUtil.java:175: warning: [deprecation] X509Name(String) in X509Name has been deprecated [javac] _v3CertGen.setSubjectDN(new X509Name(_subDN)); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 80 warnings test-junit-present: test-junit-status: junit-missing: test: [mkdir] Created dir: /builddir/build/BUILD/bcpkix-jdk15on-150/build/test-reports [junit] Running org.bouncycastle.cert.crmf.test.AllTests [junit] Testsuite: org.bouncycastle.cert.crmf.test.AllTests [junit] Testsuite: org.bouncycastle.cert.crmf.test.AllTests [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 sec [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 sec [junit] [junit] Testcase: testEncryptedValue took 0.317 sec [junit] Testcase: testEncryptedValuePassphrase took 0.046 sec [junit] Testcase: testProofOfPossessionWithSender took 0.083 sec [junit] Testcase: testProofOfPossessionWithTemplate took 0.026 sec [junit] Testcase: testBasicMessageWithArchiveControl took 0.053 sec [junit] Testcase: testEncryptedValuePassphraseWithPadding took 0.027 sec [junit] Testcase: testProofOfPossessionWithoutSender took 0.064 sec [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 sec [junit] [junit] Running org.bouncycastle.cert.test.AllTests [junit] Testsuite: org.bouncycastle.cert.test.AllTests [junit] Testsuite: org.bouncycastle.cert.test.AllTests [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.487 sec [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.487 sec [junit] [junit] Testcase: testSimpleTests took 4.322 sec [junit] Testcase: AttrCertSelector took 0.003 sec [junit] Testcase: AttrCertSelector took 0.007 sec [junit] Testcase: AttrCertTest took 0.004 sec [junit] Testcase: AttrCertTest took 0.009 sec [junit] Testcase: AttrCertTest took 0.003 sec [junit] Testcase: AttrCertTest took 0 sec [junit] Testcase: PKCS10CertRequest took 0.062 sec [junit] Testcase: testCertificateSelectorConversion took 0.002 sec [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.487 sec [junit] [junit] Running org.bouncycastle.cms.test.AllTests [junit] Testsuite: org.bouncycastle.cms.test.AllTests [junit] Testsuite: org.bouncycastle.cms.test.AllTests [junit] Tests run: 139, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 sec [junit] Tests run: 139, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 sec [junit] [junit] Testcase: testLimitOver took 0.006 sec [junit] Testcase: testEach took 0.002 sec [junit] Testcase: testWorkingData took 0.002 sec [junit] Testcase: testLimitEqual took 0 sec [junit] Testcase: testLimitUnder took 0 sec [junit] Testcase: testKeyTransAES128 took 0.052 sec [junit] Testcase: testKeyTransAES192 took 0.003 sec [junit] Testcase: testKeyTransAES256 took 0.004 sec [junit] Testcase: testECMQVKeyAgree took 0.058 sec [junit] Testcase: testKeyTransCAST5 took 0.008 sec [junit] Testcase: testUnprotectedAttributes took 0.01 sec [junit] Testcase: testOriginatorInfoGeneration took 0.01 sec [junit] Testcase: testKeyTransSmallAES took 0.005 sec [junit] Testcase: testAES128KEK took 0.006 sec [junit] Testcase: testAES192KEK took 0.002 sec [junit] Testcase: testAES256KEK took 0.002 sec [junit] Testcase: testKeyTransDES took 0.004 sec [junit] Testcase: testKeyTransRC4 took 0.005 sec [junit] Testcase: testKeyTransOAEPSHA1 took 0.01 sec [junit] Testcase: testKeyTransOAEPInCert took 0.006 sec [junit] Testcase: testOriginatorInfo took 0.002 sec [junit] Testcase: testSEED128KEK took 0.004 sec [junit] Testcase: testErroneousKEK took 0.001 sec [junit] Testcase: testKeyTransOAEPDefault took 0.008 sec [junit] Testcase: testKeyTransOAEPSHA224 took 0.013 sec [junit] Testcase: testKeyTransOAEPSHA256 took 0.008 sec [junit] Testcase: testRC2128KEK took 0.003 sec [junit] Testcase: testECMQVKeyAgreeVectors took 0.031 sec [junit] Testcase: testCamellia128KEK took 0.004 sec [junit] Testcase: testCamellia192KEK took 0.002 sec [junit] Testcase: testCamellia256KEK took 0.002 sec [junit] Testcase: testKeyTransWithAlgMapping took 0.007 sec [junit] Testcase: testECMQVKeyAgreeMultiple took 0.05 sec [junit] Testcase: testECKeyAgreeVectors took 0.028 sec [junit] Testcase: testECKeyAgree took 0.026 sec [junit] Testcase: testKeyTransDESEDE3Light took 0.012 sec [junit] Testcase: testRFC4134ex5_1 took 0.003 sec [junit] Testcase: testRFC4134ex5_2 took 0.003 sec [junit] Testcase: testKeyTransDESEDE3Short took 0.004 sec [junit] Testcase: testKeyTransOAEPSHA1AndSHA256 took 0.007 sec [junit] Testcase: testKeyTrans took 0.005 sec [junit] Testcase: testDESKEK took 0.001 sec [junit] Testcase: testKeyTransLight128RC4 took 0.003 sec [junit] Testcase: testKeyTransODES took 0.003 sec [junit] Testcase: testKeyTransSEED took 0.004 sec [junit] Testcase: testKeyTransRC2bit40 took 0.003 sec [junit] Testcase: testKeyTrans128RC4 took 0.003 sec [junit] Testcase: testPasswordAES256 took 0.009 sec [junit] Testcase: testPasswordDESEDE took 0.005 sec [junit] Testcase: testKeyTransCamellia128 took 0.005 sec [junit] Testcase: testKeyTransCamellia192 took 0.003 sec [junit] Testcase: testKeyTransCamellia256 took 0.003 sec [junit] Testcase: testKeyTransDESede took 0.028 sec [junit] Testcase: testEncoding took 0.004 sec [junit] Testcase: testKeyTransRC2 took 0.003 sec [junit] Testcase: testOriginatorInfo took 0.003 sec [junit] Testcase: testKEKDESede took 0.002 sec [junit] Testcase: testKeyTransDESedeWithDigest took 0.006 sec [junit] Testcase: testECKeyAgree took 0.011 sec [junit] Testcase: testKEKDESedeWithDigest took 0.002 sec [junit] Testcase: testPasswordAES256 took 0.002 sec [junit] Testcase: testKeyTransDESede took 0.019 sec [junit] Testcase: testOriginatorInfo took 0.007 sec [junit] Testcase: testKeyTransDESedeWithDigest took 0.004 sec [junit] Testcase: test1000 took 0.029 sec [junit] Testcase: testEach took 0 sec [junit] Testcase: testWorkingData took 0.001 sec [junit] Testcase: testEncapsulatedCertStoreReplacement took 0.035 sec [junit] Testcase: testSHA1WithRSAAndOtherRevocation took 0.01 sec [junit] Testcase: testSHA1WithRSA took 0.014 sec [junit] Testcase: testSHA1WithRSAEncapsulated took 0.012 sec [junit] Testcase: testAttributeGenerators took 0.008 sec [junit] Testcase: testWithAttributeCertificate took 0.008 sec [junit] Testcase: testCertsOnly took 0.002 sec [junit] Testcase: testCertStoreReplacement took 0.008 sec [junit] Testcase: testSHA1WithRSAEncapsulatedBufferedStream took 0.018 sec [junit] Testcase: testSha1EncapsulatedSignature took 0.004 sec [junit] Testcase: testCertOrdering1 took 0.009 sec [junit] Testcase: testCertOrdering2 took 0.008 sec [junit] Testcase: testSignerStoreReplacement took 0.02 sec [junit] Testcase: testSHA1WithRSANonData took 0.01 sec [junit] Testcase: testSHA1WithRSAEncapsulatedBuffered took 0.02 sec [junit] Testcase: testEncapsulatedSignerStoreReplacement took 0.016 sec [junit] Testcase: testSHA1AndMD5WithRSA took 0.019 sec [junit] Testcase: testDSANoAttributes took 0.009 sec [junit] Testcase: testSHA1WithRSAEncapsulatedSubjectKeyID took 0.013 sec [junit] Testcase: testSHA1WithRSANoAttributes took 0.008 sec [junit] Testcase: testKeyTransAES128 took 0.257 sec [junit] Testcase: testKeyTransAES128BufferedStream took 0.015 sec [junit] Testcase: testUnprotectedAttributes took 0.003 sec [junit] Testcase: testKeyTransAES128Der took 0.008 sec [junit] Testcase: testWorkingData took 0.002 sec [junit] Testcase: testKeyTransAES128Throughput took 0.079 sec [junit] Testcase: testOriginatorInfo took 0.001 sec [junit] Testcase: testKeyTransAES128Buffered took 0.007 sec [junit] Testcase: testTwoAESKEK took 0.002 sec [junit] Testcase: testECKeyAgree took 0.01 sec [junit] Testcase: testAESKEK took 0.002 sec [junit] Testcase: testKeyTransAES128AndOriginatorInfo took 0.005 sec [junit] Testcase: testKeyTransCAST5SunJCE took 0.012 sec [junit] Testcase: testSHA1WithRSA took 0.013 sec [junit] Testcase: testDigestedData took 0.002 sec [junit] Testcase: testRecipientIdConversion took 0.004 sec [junit] Testcase: testSignerIdConversion took 0 sec [junit] Testcase: testKeyTransAES128 took 0.007 sec [junit] Testcase: testKeyTransAES192 took 0.002 sec [junit] Testcase: testKeyTransAES256 took 0.003 sec [junit] Testcase: testECMQVKeyAgree took 0.028 sec [junit] Testcase: testUnprotectedAttributes took 0.002 sec [junit] Testcase: testKeyTransSmallAES took 0.003 sec [junit] Testcase: testAES128KEK took 0.004 sec [junit] Testcase: testAES192KEK took 0.002 sec [junit] Testcase: testAES256KEK took 0.002 sec [junit] Testcase: testKeyTransRC4 took 0.004 sec [junit] Testcase: testOriginatorInfo took 0.001 sec [junit] Testcase: testECMQVKeyAgreeVectors took 0.02 sec [junit] Testcase: testECMQVKeyAgreeMultiple took 0.049 sec [junit] Testcase: testECKeyAgreeVectors took 0.025 sec [junit] Testcase: testECKeyAgree took 0.011 sec [junit] Testcase: testRFC4134ex5_1 took 0.001 sec [junit] Testcase: testRFC4134ex5_2 took 0.002 sec [junit] Testcase: testKeyTrans took 0.002 sec [junit] Testcase: testKeyTransLight128RC4 took 0.002 sec [junit] Testcase: testKeyTransODES took 0.002 sec [junit] Testcase: testKeyTrans128RC4 took 0.002 sec [junit] Testcase: testPasswordAES256 took 0.004 sec [junit] Testcase: testPasswordDESEDE took 0.001 sec [junit] Testcase: testKeyTransAES128 took 0.036 sec [junit] Testcase: testKeyTransAES192 took 0.001 sec [junit] Testcase: testKeyTransAES256 took 0.001 sec [junit] Testcase: testSHA1WithRSAEncapsulated took 0.006 sec [junit] Testcase: testKeyTransDES took 0.006 sec [junit] Testcase: testSHA1WithRSAStream took 0.003 sec [junit] Testcase: testKeyTransAES128 took 0.002 sec [junit] Testcase: testKeyTransAES192 took 0.002 sec [junit] Testcase: testKeyTransAES256 took 0.002 sec [junit] Testcase: testSHA1WithRSAEncapsulated took 0.003 sec [junit] Testcase: testKeyTransDES took 0.002 sec [junit] Testcase: testSHA1WithRSAStream took 0.003 sec [junit] Tests run: 139, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 sec [junit] [junit] Running org.bouncycastle.dvcs.test.AllTests [junit] Testsuite: org.bouncycastle.dvcs.test.AllTests [junit] Testsuite: org.bouncycastle.dvcs.test.AllTests [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 sec [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 sec [junit] [junit] Testcase: testVSDRequest took 0.614 sec [junit] Testcase: testCPDRequest took 0.012 sec [junit] Testcase: testCCPDRequest took 0.012 sec [junit] Testcase: testVPKCRequest took 0.015 sec [junit] Testcase: testParseResponses took 0.025 sec [junit] Testcase: testParseRequests took 0.008 sec [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 sec [junit] [junit] Running org.bouncycastle.mozilla.test.AllTests [junit] Testsuite: org.bouncycastle.mozilla.test.AllTests [junit] Testsuite: org.bouncycastle.mozilla.test.AllTests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec [junit] [junit] Testcase: testMozilla took 0.226 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec [junit] [junit] Running org.bouncycastle.pkcs.test.AllTests [junit] Testsuite: org.bouncycastle.pkcs.test.AllTests [junit] Testsuite: org.bouncycastle.pkcs.test.AllTests [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 sec [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 sec [junit] [junit] Testcase: testExceptions took 0.003 sec [junit] Testcase: testBasicPKCS12 took 0.108 sec [junit] Testcase: testEncryptedPrivateKeyInfoPKCS5 took 0.09 sec [junit] Testcase: testGOST1 took 0.28 sec [junit] Testcase: testGOST2 took 0.205 sec [junit] Testcase: testPKCS5 took 0.132 sec [junit] Testcase: testPfxPduMac took 0.127 sec [junit] Testcase: testBcEncryptedPrivateKeyInfo took 0.007 sec [junit] Testcase: testCreateAES256andSHA256 took 0.152 sec [junit] Testcase: testKeyBag took 0.012 sec [junit] Testcase: testPfxPdu took 0.048 sec [junit] Testcase: testSafeBagRecovery took 0.029 sec [junit] Testcase: testEncryptedPrivateKeyInfo took 0.02 sec [junit] Testcase: testSHA256withPKCS5 took 0.001 sec [junit] Testcase: testLeaveOffEmpty took 0.006 sec [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 sec [junit] [junit] Running org.bouncycastle.tsp.test.AllTests [junit] Testsuite: org.bouncycastle.tsp.test.AllTests [junit] Testsuite: org.bouncycastle.tsp.test.AllTests [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec [junit] [junit] Testcase: ParseTest took 0.213 sec [junit] Testcase: testGeneral took 0.585 sec [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec [junit] package: [bnd] # bcpkix (bcpkix.jar) 563 jar: javadoc: [javadoc] Javadoc 1.4 doesn't support the -1.1 switch anymore [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Creating destination directory: "/builddir/build/BUILD/bcpkix-jdk15on-150/build/apidocs/" [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javadoc] Loading source files for package org.bouncycastle.cert... [javadoc] Loading source files for package org.bouncycastle.cert.bc... [javadoc] Loading source files for package org.bouncycastle.cert.cmp... [javadoc] Loading source files for package org.bouncycastle.cert.crmf... [javadoc] Loading source files for package org.bouncycastle.cert.crmf.jcajce... [javadoc] Loading source files for package org.bouncycastle.cert.jcajce... [javadoc] Loading source files for package org.bouncycastle.cert.ocsp... [javadoc] Loading source files for package org.bouncycastle.cert.ocsp.jcajce... [javadoc] Loading source files for package org.bouncycastle.cert.path... [javadoc] Loading source files for package org.bouncycastle.cert.path.validations... [javadoc] Loading source files for package org.bouncycastle.cert.selector... [javadoc] Loading source files for package org.bouncycastle.cert.selector.jcajce... [javadoc] Loading source files for package org.bouncycastle.cms... [javadoc] Loading source files for package org.bouncycastle.cms.bc... [javadoc] Loading source files for package org.bouncycastle.cms.jcajce... [javadoc] Loading source files for package org.bouncycastle.dvcs... [javadoc] Loading source files for package org.bouncycastle.eac... [javadoc] Loading source files for package org.bouncycastle.eac.jcajce... [javadoc] Loading source files for package org.bouncycastle.eac.operator... [javadoc] Loading source files for package org.bouncycastle.eac.operator.jcajce... [javadoc] Loading source files for package org.bouncycastle.mozilla... [javadoc] Loading source files for package org.bouncycastle.openssl... [javadoc] Loading source files for package org.bouncycastle.openssl.jcajce... [javadoc] Loading source files for package org.bouncycastle.operator... [javadoc] Loading source files for package org.bouncycastle.operator.bc... [javadoc] Loading source files for package org.bouncycastle.operator.jcajce... [javadoc] Loading source files for package org.bouncycastle.pkcs... [javadoc] Loading source files for package org.bouncycastle.pkcs.bc... [javadoc] Loading source files for package org.bouncycastle.pkcs.jcajce... [javadoc] Loading source files for package org.bouncycastle.tsp... [javadoc] Loading source files for package org.bouncycastle.tsp.cms... [javadoc] Loading source files for package org.bouncycastle.voms... [javadoc] Constructing Javadoc information... [javadoc] javadoc: warning - Error reading file: /usr/share/javadoc/java/package-list [javadoc] Standard Doclet version 1.7.0_51 [javadoc] Building tree for all the packages and classes... [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/CCPDRequestBuilder.java:25: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/CCPDRequestData.java:44: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/DVCSRequestData.java:34: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/CPDRequestBuilder.java:27: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/CPDRequestData.java:36: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/DVCSRequestBuilder.java:103: warning - @return tag cannot be used in method with void return type. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/DVCSRequestInfo.java:46: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/DVCSRequestInfo.java:60: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/DVCSRequestInfo.java:126: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/DVCSRequestInfo.java:151: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/DVCSRequestInfo.java:163: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/VSDRequestBuilder.java:35: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/VSDRequestData.java:52: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/dvcs/VSDRequestData.java:62: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/tsp/TimeStampTokenInfo.java:112: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpkix-jdk15on-150/src/java/org/bouncycastle/voms/VOMSAttribute.java:142: warning - @return tag has no arguments. [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /builddir/build/BUILD/bcpkix-jdk15on-150/build/apidocs/help-doc.html... [javadoc] 18 warnings BUILD SUCCESSFUL Total time: 29 seconds + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8z2KR1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch ++ dirname /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch + cd bcpkix-jdk15on-150 + mkdir -p /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/java + install -pm 644 build/bcpkix.jar /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/java/bcpkix.jar + mkdir -p /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/javadoc/bouncycastle-pkix + cp -pr build/apidocs/allclasses-frame.html build/apidocs/allclasses-noframe.html build/apidocs/constant-values.html build/apidocs/deprecated-list.html build/apidocs/help-doc.html build/apidocs/index-all.html build/apidocs/index.html build/apidocs/org build/apidocs/overview-frame.html build/apidocs/overview-summary.html build/apidocs/overview-tree.html build/apidocs/package-list build/apidocs/resources build/apidocs/serialized-form.html build/apidocs/stylesheet.css /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/javadoc/bouncycastle-pkix + mkdir -p /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/maven-poms + install -pm 644 /builddir/build/SOURCES/bcpkix-jdk15on-1.50.pom /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/maven-poms/JPP-bcpkix.pom + set -e + _pompart=JPP-bcpkix.pom + _jarpart=bcpkix.jar + _filelist=.mfiles + install -dm 755 /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/maven-fragments + for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java + '[' -f /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/lib/java/bcpkix.jar ']' + for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java + '[' -f '/builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch%{_javajnidir}/bcpkix.jar' ']' + for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java + '[' -f /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/java/bcpkix.jar ']' + _jpath=/builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/java/bcpkix.jar + python -m /usr/share/java-utils/maven_depmap -a org.bouncycastle:bctsp-jdk16 -p /usr -n '' /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/maven-fragments/bouncycastle-pkix /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/maven-poms/JPP-bcpkix.pom /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/java/bcpkix.jar + sed -i s:/builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch:: .mfiles + sort -u -o .mfiles .mfiles + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/bcpkix-jdk15on-150 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: bouncycastle-pkix-1.50-4.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kW4itA + umask 022 + cd /builddir/build/BUILD + cd bcpkix-jdk15on-150 + DOCDIR=/builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/doc/bouncycastle-pkix-1.50 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/doc/bouncycastle-pkix-1.50 + cp -pr CONTRIBUTORS.html /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/doc/bouncycastle-pkix-1.50 + cp -pr index.html /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/doc/bouncycastle-pkix-1.50 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ULAq68 + umask 022 + cd /builddir/build/BUILD + cd bcpkix-jdk15on-150 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/licenses/bouncycastle-pkix-1.50 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/licenses/bouncycastle-pkix-1.50 + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/licenses/bouncycastle-pkix-1.50 + exit 0 Provides: bouncycastle-pkix = 1.50-4.el7 bouncycastle-tsp = 1.50-4.el7 mvn(org.bouncycastle:bcpkix-jdk15on) = 1.50 mvn(org.bouncycastle:bctsp-jdk16) = 1.50 osgi(bcpkix) = 1.50 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils Obsoletes: bouncycastle-tsp < 1.50-2 Processing files: bouncycastle-pkix-javadoc-1.50-4.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AFfvkI + umask 022 + cd /builddir/build/BUILD + cd bcpkix-jdk15on-150 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/licenses/bouncycastle-pkix-javadoc-1.50 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/licenses/bouncycastle-pkix-javadoc-1.50 + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch/usr/share/licenses/bouncycastle-pkix-javadoc-1.50 + exit 0 Provides: bouncycastle-pkix-javadoc = 1.50-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils Obsoletes: bouncycastle-tsp-javadoc < 1.50-2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch Wrote: /builddir/build/RPMS/bouncycastle-pkix-1.50-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/bouncycastle-pkix-javadoc-1.50-4.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4mxqQ7 + umask 022 + cd /builddir/build/BUILD + cd bcpkix-jdk15on-150 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bouncycastle-pkix-1.50-4.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->