Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/bouncycastle-pg.spec'], False, '/var/lib/mock/virt7-el7-build-1211-2069/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-pg.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-pg-1.50-6.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/bouncycastle-pg.spec'], False, '/var/lib/mock/virt7-el7-build-1211-2069/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-pg.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.JrQfqp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bcpg-jdk15on-150 + /usr/bin/gzip -dc /builddir/build/SOURCES/bcpg-jdk15on-150.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcpg-jdk15on-150 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mkdir -p src/java src/test + unzip -qq src.zip -d src/java + mkdir -p src/test/org/bouncycastle/openpgp/test + mv src/java/org/bouncycastle/openpgp/test/AllTests.java src/java/org/bouncycastle/openpgp/test/BcPGPDSAElGamalTest.java src/java/org/bouncycastle/openpgp/test/BcPGPDSATest.java src/java/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java src/java/org/bouncycastle/openpgp/test/BcPGPPBETest.java src/java/org/bouncycastle/openpgp/test/BcPGPRSATest.java src/java/org/bouncycastle/openpgp/test/DSA2Test.java src/java/org/bouncycastle/openpgp/test/PGPArmoredTest.java src/java/org/bouncycastle/openpgp/test/PGPClearSignedSignatureTest.java src/java/org/bouncycastle/openpgp/test/PGPCompressionTest.java src/java/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java src/java/org/bouncycastle/openpgp/test/PGPDSATest.java src/java/org/bouncycastle/openpgp/test/PGPECDHTest.java src/java/org/bouncycastle/openpgp/test/PGPECDSATest.java src/java/org/bouncycastle/openpgp/test/PGPKeyRingTest.java src/java/org/bouncycastle/openpgp/test/PGPMarkerTest.java src/java/org/bouncycastle/openpgp/test/PGPNoPrivateKeyTest.java src/java/org/bouncycastle/openpgp/test/PGPPBETest.java src/java/org/bouncycastle/openpgp/test/PGPPacketTest.java src/java/org/bouncycastle/openpgp/test/PGPParsingTest.java src/java/org/bouncycastle/openpgp/test/PGPRSATest.java src/java/org/bouncycastle/openpgp/test/PGPSignatureTest.java src/java/org/bouncycastle/openpgp/test/PGPUnicodeTest.java src/java/org/bouncycastle/openpgp/test/RegressionTest.java src/java/org/bouncycastle/openpgp/test/package.html src/test/org/bouncycastle/openpgp/test + mkdir -p src/test/org/bouncycastle/openpgp/examples/test + mv src/java/org/bouncycastle/openpgp/examples/test/AllTests.java src/test/org/bouncycastle/openpgp/examples/test + find . -type f -name '*.class' -exec rm -f '{}' ';' + find . -type f -name '*.jar' -exec rm -f '{}' ';' + rm -rf docs/index.html docs/releasenotes.html docs/specifications.html docs/tls + cp -p /builddir/build/SOURCES/bouncycastle-pg-1.50-01-build.xml build.xml + cp -p /builddir/build/SOURCES/bouncycastle-pg-1.50-OSGi.bnd bcpg.bnd + rm src/test/org/bouncycastle/openpgp/test/DSA2Test.java + sed -i 's|suite.addTestSuite(DSA2Test.class);|//&|' src/test/org/bouncycastle/openpgp/test/AllTests.java + rm src/test/org/bouncycastle/openpgp/test/PGPUnicodeTest.java + sed -i 's|suite.addTestSuite(PGPUnicodeTest.class);|//&|' src/test/org/bouncycastle/openpgp/test/AllTests.java + rm src/test/org/bouncycastle/openpgp/test/PGPParsingTest.java + sed -i 's/new PGPParsingTest()//' src/test/org/bouncycastle/openpgp/test/RegressionTest.java + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FjJ23x + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-150 + ant jar javadoc Buildfile: /builddir/build/BUILD/bcpg-jdk15on-150/build.xml compile: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-150/build/classes [javac] /builddir/build/BUILD/bcpg-jdk15on-150/build.xml:69: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 184 source files to /builddir/build/BUILD/bcpg-jdk15on-150/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/java/org/bouncycastle/openpgp/examples/RSAKeyPairGenerator.java:56: warning: [deprecation] PGPKeyPair(int,PublicKey,PrivateKey,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair keyPair = new PGPKeyPair(PGPPublicKey.RSA_GENERAL, publicKey, privateKey, new Date()); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 warnings compile-tests: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-150/build/test-classes [javac] /builddir/build/BUILD/bcpg-jdk15on-150/build.xml:94: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 22 source files to /builddir/build/BUILD/bcpg-jdk15on-150/build/test-classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPDSAElGamalTest.java:446: warning: [deprecation] PGPKeyPair(int,PublicKey,PrivateKey,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair pgpKp = new PGPKeyPair(PGPPublicKey.ELGAMAL_GENERAL , kp.getPublic(), kp.getPrivate(), new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPDSAElGamalTest.java:472: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair elGamalKeyPair = new PGPKeyPair( [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPDSATest.java:585: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] pgpPrivKey = sKey.getSecretKey().extractPrivateKey(passPhrase, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPDSATest.java:587: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] byte[] bytes = pgpPrivKey.getKey().getEncoded(); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPDSATest.java:595: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] bytes = pgpPrivKey.getKey().getEncoded(); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPDSATest.java:603: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] bytes = pgpPrivKey.getKey().getEncoded(); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPDSATest.java:614: warning: [deprecation] PGPKeyPair(int,PublicKey,PrivateKey,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair pgpKp = new PGPKeyPair(PGPPublicKey.DSA , kp.getPublic(), kp.getPrivate(), new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1222: warning: [deprecation] PGPSecretKeyRing(byte[]) in PGPSecretKeyRing has been deprecated [javac] pgpSec = new PGPSecretKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1338: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1503: warning: [deprecation] PGPSecretKeyRing(byte[]) in PGPSecretKeyRing has been deprecated [javac] pgpSec = new PGPSecretKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1936: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair dsaKeyPair = new PGPKeyPair(PGPPublicKey.DSA, dsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1937: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair elgKeyPair = new PGPKeyPair(PGPPublicKey.ELGAMAL_ENCRYPT, elgKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1939: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] PGPKeyRingGenerator keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, dsaKeyPair, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1997: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair rsaKeyPair1 = new PGPKeyPair(PGPPublicKey.RSA_GENERAL, rsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1999: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair rsaKeyPair2 = new PGPKeyPair(PGPPublicKey.RSA_GENERAL, rsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2001: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] PGPKeyRingGenerator keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, rsaKeyPair1, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2005: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, rsaKeyPair2, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2063: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair dsaKeyPair = new PGPKeyPair(PGPPublicKey.DSA, dsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2064: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair elgKeyPair = new PGPKeyPair(PGPPublicKey.ELGAMAL_ENCRYPT, elgKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2066: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],boolean,PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] PGPKeyRingGenerator keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, dsaKeyPair, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2210: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair rsaKeyPair1 = new PGPKeyPair(PGPPublicKey.RSA_GENERAL, rsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2212: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair rsaKeyPair2 = new PGPKeyPair(PGPPublicKey.RSA_GENERAL, rsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:2215: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] PGPKeyRingGenerator keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, rsaKeyPair1, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPRSATest.java:752: warning: [deprecation] getKey(String) in PGPPublicKey has been deprecated [javac] pubKey = pgpPub.getPublicKey().getKey("BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPRSATest.java:786: warning: [deprecation] getKey(String) in PGPPublicKey has been deprecated [javac] PublicKey pubKeyV3 = pgpPub.getPublicKey().getKey("BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/BcPGPRSATest.java:851: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] c.init(Cipher.DECRYPT_MODE, pgpPrivKey.getKey()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPClearSignedSignatureTest.java:218: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPSignature has been deprecated [javac] sig.initVerify(pgpRings.getPublicKey(sig.getKeyID()), "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPClearSignedSignatureTest.java:289: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] PGPPrivateKey pgpPrivKey = pgpSecKey.extractPrivateKey("".toCharArray(), "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPClearSignedSignatureTest.java:290: warning: [deprecation] PGPSignatureGenerator(int,int,String) in PGPSignatureGenerator has been deprecated [javac] PGPSignatureGenerator sGen = new PGPSignatureGenerator(pgpSecKey.getPublicKey().getAlgorithm(), PGPUtil.SHA256, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPClearSignedSignatureTest.java:293: warning: [deprecation] initSign(int,PGPPrivateKey) in PGPSignatureGenerator has been deprecated [javac] sGen.initSign(PGPSignature.CANONICAL_TEXT_DOCUMENT, pgpPrivKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:156: warning: [deprecation] PGPSecretKeyRing(byte[]) in PGPSecretKeyRing has been deprecated [javac] PGPSecretKeyRing sKey = new PGPSecretKeyRing(testPrivKeyRing); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:157: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] PGPPrivateKey pgpPrivKey = sKey.getSecretKey().extractPrivateKey(pass, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:165: warning: [deprecation] PGPSignatureGenerator(int,int,String) in PGPSignatureGenerator has been deprecated [javac] PGPSignatureGenerator sGen = new PGPSignatureGenerator(PGPPublicKey.DSA, PGPUtil.SHA1, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:167: warning: [deprecation] initSign(int,PGPPrivateKey) in PGPSignatureGenerator has been deprecated [javac] sGen.initSign(PGPSignature.BINARY_DOCUMENT, pgpPrivKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:221: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPOnePassSignature has been deprecated [javac] ops.initVerify(pubKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:253: warning: [deprecation] getKey(String) in PGPPublicKey has been deprecated [javac] pKey = pgpKey.getKey("BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:275: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] pgpPrivKey = sKey.getSecretKey(pgpKeyID).extractPrivateKey(pass, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:277: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] c.init(Cipher.DECRYPT_MODE, pgpPrivKey.getKey()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:297: warning: [deprecation] getDataStream(PGPPrivateKey,String) in PGPPublicKeyEncryptedData has been deprecated [javac] InputStream clear = encP.getDataStream(pgpPrivKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:335: warning: [deprecation] getDataStream(PGPPrivateKey,String) in PGPPublicKeyEncryptedData has been deprecated [javac] clear = encP.getDataStream(pgpPrivKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:361: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPOnePassSignature has been deprecated [javac] ops.initVerify(pgpPub.getPublicKey(), "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:385: warning: [deprecation] PGPEncryptedDataGenerator(int,SecureRandom,String) in PGPEncryptedDataGenerator has been deprecated [javac] PGPEncryptedDataGenerator cPk = new PGPEncryptedDataGenerator(SymmetricKeyAlgorithmTags.TRIPLE_DES, new SecureRandom(), "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:388: warning: [deprecation] addMethod(PGPPublicKey) in PGPEncryptedDataGenerator has been deprecated [javac] cPk.addMethod(puK); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:402: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] pgpPrivKey = sKey.getSecretKey(pgpKeyID).extractPrivateKey(pass, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:404: warning: [deprecation] getDataStream(PGPPrivateKey,String) in PGPPublicKeyEncryptedData has been deprecated [javac] clear = encP.getDataStream(pgpPrivKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:434: warning: [deprecation] PGPKeyPair(int,PublicKey,PrivateKey,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair pgpKp = new PGPKeyPair(PGPPublicKey.ELGAMAL_GENERAL , kp.getPublic(), kp.getPrivate(), new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:460: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair elGamalKeyPair = new PGPKeyPair( [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:463: warning: [deprecation] PGPEncryptedDataGenerator(int,SecureRandom,String) in PGPEncryptedDataGenerator has been deprecated [javac] cPk = new PGPEncryptedDataGenerator(SymmetricKeyAlgorithmTags.CAST5, random, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:467: warning: [deprecation] addMethod(PGPPublicKey) in PGPEncryptedDataGenerator has been deprecated [javac] cPk.addMethod(puK); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:486: warning: [deprecation] getDataStream(PGPPrivateKey,String) in PGPPublicKeyEncryptedData has been deprecated [javac] clear = encP.getDataStream(pgpPrivKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSAElGamalTest.java:519: warning: [deprecation] getKey(String) in PGPPublicKey has been deprecated [javac] pKey = k.getKey("BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:311: warning: [deprecation] PGPSignatureGenerator(int,int,String) in PGPSignatureGenerator has been deprecated [javac] PGPSignatureGenerator sGen = new PGPSignatureGenerator(PublicKeyAlgorithmTags.DSA, HashAlgorithmTags.SHA1, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:313: warning: [deprecation] initSign(int,PGPPrivateKey) in PGPSignatureGenerator has been deprecated [javac] sGen.initSign(PGPSignature.BINARY_DOCUMENT, pgpPrivKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:372: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPOnePassSignature has been deprecated [javac] ops.initVerify(pgpPubKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:400: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] PGPPublicKeyRing pgpPub = new PGPPublicKeyRing(testPubKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:407: warning: [deprecation] PGPSecretKeyRing(byte[]) in PGPSecretKeyRing has been deprecated [javac] PGPSecretKeyRing sKey = new PGPSecretKeyRing(testPrivKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:408: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] PGPPrivateKey pgpPrivKey = sKey.getSecretKey().extractPrivateKey(pass, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:428: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPOnePassSignature has been deprecated [javac] ops.initVerify(pubKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:453: warning: [deprecation] PGPSignatureGenerator(int,int,String) in PGPSignatureGenerator has been deprecated [javac] PGPSignatureGenerator sGen = new PGPSignatureGenerator(PGPPublicKey.DSA, PGPUtil.SHA1, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:455: warning: [deprecation] initSign(int,PGPPrivateKey) in PGPSignatureGenerator has been deprecated [javac] sGen.initSign(PGPSignature.CANONICAL_TEXT_DOCUMENT, pgpPrivKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:507: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPOnePassSignature has been deprecated [javac] ops.initVerify(pubKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:524: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(testPubWithUserAttr); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:557: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(pgpPubBytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:579: warning: [deprecation] PGPSecretKeyRing(byte[]) in PGPSecretKeyRing has been deprecated [javac] sKey = new PGPSecretKeyRing(testPrivKey2); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:580: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] pgpPrivKey = sKey.getSecretKey().extractPrivateKey(passPhrase, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:582: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] byte[] bytes = pgpPrivKey.getKey().getEncoded(); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:587: warning: [deprecation] PGPSecretKeyRing(byte[]) in PGPSecretKeyRing has been deprecated [javac] sKey = new PGPSecretKeyRing(aesSecretKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:588: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] pgpPrivKey = sKey.getSecretKey().extractPrivateKey(pass, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:590: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] bytes = pgpPrivKey.getKey().getEncoded(); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:595: warning: [deprecation] PGPSecretKeyRing(byte[]) in PGPSecretKeyRing has been deprecated [javac] sKey = new PGPSecretKeyRing(twofishSecretKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:596: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] pgpPrivKey = sKey.getSecretKey().extractPrivateKey(pass, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:598: warning: [deprecation] getKey() in PGPPrivateKey has been deprecated [javac] bytes = pgpPrivKey.getKey().getEncoded(); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPDSATest.java:609: warning: [deprecation] PGPKeyPair(int,PublicKey,PrivateKey,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair pgpKp = new PGPKeyPair(PGPPublicKey.DSA , kp.getPublic(), kp.getPrivate(), new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1186: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1306: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] PGPPublicKeyRing pkR = new PGPPublicKeyRing(pkBytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1408: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1417: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] PGPPublicKeyRing pkR = new PGPPublicKeyRing(pkBytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1531: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1582: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] k.extractPrivateKey(sec3pass1, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1628: warning: [deprecation] extractPrivateKey(char[],String) in PGPSecretKey has been deprecated [javac] k.extractPrivateKey(sec3pass1, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1680: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:1904: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] pgpPub = new PGPPublicKeyRing(bytes); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2039: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] PGPPublicKeyRing publicRing = new PGPPublicKeyRing(pub10); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2084: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair dsaKeyPair = new PGPKeyPair(PGPPublicKey.DSA, dsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2085: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair elgKeyPair = new PGPKeyPair(PGPPublicKey.ELGAMAL_ENCRYPT, elgKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2087: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] PGPKeyRingGenerator keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, dsaKeyPair, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2123: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPSignature has been deprecated [javac] sig.initVerify(vKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2145: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair rsaKeyPair1 = new PGPKeyPair(PGPPublicKey.RSA_GENERAL, rsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2147: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair rsaKeyPair2 = new PGPKeyPair(PGPPublicKey.RSA_GENERAL, rsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2149: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] PGPKeyRingGenerator keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, rsaKeyPair1, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2153: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, rsaKeyPair2, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2211: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair dsaKeyPair = new PGPKeyPair(PGPPublicKey.DSA, dsaKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2212: warning: [deprecation] PGPKeyPair(int,KeyPair,Date) in PGPKeyPair has been deprecated [javac] PGPKeyPair elgKeyPair = new PGPKeyPair(PGPPublicKey.ELGAMAL_ENCRYPT, elgKp, new Date()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2214: warning: [deprecation] PGPKeyRingGenerator(int,PGPKeyPair,String,int,char[],boolean,PGPSignatureSubpacketVector,PGPSignatureSubpacketVector,SecureRandom,String) in PGPKeyRingGenerator has been deprecated [javac] PGPKeyRingGenerator keyRingGen = new PGPKeyRingGenerator(PGPSignature.POSITIVE_CERTIFICATION, dsaKeyPair, [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2266: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPSignature has been deprecated [javac] sig.initVerify(vKey, "BC"); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2279: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] PGPPublicKeyRing pubRing = new PGPPublicKeyRing(subKeyBindingKey); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2493: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] PGPPublicKeyRing pubRing = new PGPPublicKeyRing(pubWithX509); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2509: warning: [deprecation] PGPPublicKeyRing(byte[]) in PGPPublicKeyRing has been deprecated [javac] PGPPublicKeyRing pubRing = new PGPPublicKeyRing(umlautKeySig); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-150/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2520: warning: [deprecation] initVerify(PGPPublicKey,String) in PGPSignature has been deprecated [javac] sig.initVerify(pub, "BC"); [javac] ^ [javac] Note: Some input files additionally use or override a deprecated API. [javac] 100 warnings test-junit-present: test-junit-status: junit-missing: test: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-150/build/test-reports [junit] Running org.bouncycastle.openpgp.examples.test.AllTests [junit] Testsuite: org.bouncycastle.openpgp.examples.test.AllTests [junit] Testsuite: org.bouncycastle.openpgp.examples.test.AllTests [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 sec [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 sec [junit] [junit] Testcase: testRSAKeyGeneration took 0.845 sec [junit] Testcase: testClearSignedBogusInput took 0.009 sec [junit] Testcase: testDSAElGamaleKeyGeneration took 1.179 sec [junit] Testcase: testPBEEncryption took 0.033 sec [junit] Testcase: testClearSigned took 0.156 sec [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 sec [junit] [junit] Running org.bouncycastle.openpgp.test.AllTests [junit] Testsuite: org.bouncycastle.openpgp.test.AllTests [junit] Testsuite: org.bouncycastle.openpgp.test.AllTests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.473 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.473 sec [junit] [junit] Testcase: testPGP took 12.418 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.473 sec [junit] package: [bnd] Warnings [bnd] Instructions in Export-Package that are never used: JavaSE-1\.6, JavaSE-1\.7, Bundle-RequiredExecutionEnvironment: J2SE-1\.5 [bnd] Superfluous export-package instructions: [Bundle-RequiredExecutionEnvironment: J2SE-1.5, JavaSE-1.7, JavaSE-1.6] [bnd] # bcpg (bcpg.jar) 219 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/bcpg-jdk15on-150/build/apidocs/" [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.4 [javadoc] Loading source files for package org.bouncycastle.apache.bzip2... [javadoc] Loading source files for package org.bouncycastle.bcpg... [javadoc] Loading source files for package org.bouncycastle.bcpg.attr... [javadoc] Loading source files for package org.bouncycastle.bcpg.sig... [javadoc] Loading source files for package org.bouncycastle.openpgp... [javadoc] Loading source files for package org.bouncycastle.openpgp.examples... [javadoc] Loading source files for package org.bouncycastle.openpgp.operator... [javadoc] Loading source files for package org.bouncycastle.openpgp.operator.bc... [javadoc] Loading source files for package org.bouncycastle.openpgp.operator.jcajce... [javadoc] Constructing Javadoc information... [javadoc] javadoc: warning - Error fetching URL: http://java.sun.com/j2se/1.4.2/docs/api/package-list [javadoc] Standard Doclet version 1.7.0_51 [javadoc] Building tree for all the packages and classes... [javadoc] /builddir/build/BUILD/bcpg-jdk15on-150/src/java/org/bouncycastle/openpgp/PGPEncryptedDataGenerator.java:316: warning - @return tag has no arguments. [javadoc] /builddir/build/BUILD/bcpg-jdk15on-150/src/java/org/bouncycastle/openpgp/PGPPublicKeyEncryptedData.java:127: 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/bcpg-jdk15on-150/build/apidocs/help-doc.html... [javadoc] 4 warnings BUILD SUCCESSFUL Total time: 24 seconds + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xLugLx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch ++ dirname /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch + cd bcpg-jdk15on-150 + mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/java + install -pm 644 build/bcpg.jar /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/java/bcpg.jar + mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/javadoc/bouncycastle-pg + 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-pg-1.50-6.el7.noarch/usr/share/javadoc/bouncycastle-pg + mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/maven-poms + install -pm 644 /builddir/build/SOURCES/bcpg-jdk15on-1.50.pom /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/maven-poms/JPP-bcpg.pom + set -e + _pompart=JPP-bcpg.pom + _jarpart=bcpg.jar + _filelist=.mfiles + install -dm 755 /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/maven-fragments + for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java + '[' -f /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/lib/java/bcpg.jar ']' + for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java + '[' -f '/builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch%{_javajnidir}/bcpg.jar' ']' + for _dir in /usr/lib/java '%{_javajnidir}' /usr/share/java + '[' -f /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/java/bcpg.jar ']' + _jpath=/builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/java/bcpg.jar + python -m /usr/share/java-utils/maven_depmap -a org.bouncycastle:bcpg-jdk16,org.bouncycastle:bcpg-jdk15 -p /usr -n '' /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/maven-fragments/bouncycastle-pg /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/maven-poms/JPP-bcpg.pom /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/java/bcpg.jar + sed -i s:/builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.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/bcpg-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-pg-1.50-6.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f9Ah0A + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-150 + DOCDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/doc/bouncycastle-pg-1.50 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/doc/bouncycastle-pg-1.50 + cp -pr CONTRIBUTORS.html /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/doc/bouncycastle-pg-1.50 + cp -pr index.html /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/doc/bouncycastle-pg-1.50 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.t7AUgE + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-150 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/licenses/bouncycastle-pg-1.50 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/licenses/bouncycastle-pg-1.50 + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/licenses/bouncycastle-pg-1.50 + exit 0 Provides: bouncycastle-pg = 1.50-6.el7 mvn(org.bouncycastle:bcpg-jdk15) = 1.50 mvn(org.bouncycastle:bcpg-jdk15on) = 1.50 mvn(org.bouncycastle:bcpg-jdk16) = 1.50 osgi(bcpg) = 1.50 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils Processing files: bouncycastle-pg-javadoc-1.50-6.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.h9wq6H + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-150 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/licenses/bouncycastle-pg-javadoc-1.50 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/licenses/bouncycastle-pg-javadoc-1.50 + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch/usr/share/licenses/bouncycastle-pg-javadoc-1.50 + exit 0 Provides: bouncycastle-pg-javadoc = 1.50-6.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch Wrote: /builddir/build/RPMS/bouncycastle-pg-1.50-6.el7.noarch.rpm Wrote: /builddir/build/RPMS/bouncycastle-pg-javadoc-1.50-6.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3FCiJd + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-150 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bouncycastle-pg-1.50-6.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->