Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec'], uid=1000shell=FalsechrootPath='/var/lib/mock/f26-build-7591694-693991/root'printOutput=Falseuser='mockbuild'gid=425logger=timeout=172800env={'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec'] with env {'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/bouncycastle-pg-1.54-2.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec'], uid=1000shell=FalsechrootPath='/var/lib/mock/f26-build-7591694-693991/root'printOutput=Falseuser='mockbuild'gid=425logger=timeout=172800private_network=Trueenv={'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec'] with env {'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VRDaCW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bcpg-jdk15on-154 + /usr/bin/gzip -dc /builddir/build/SOURCES/bcpg-jdk15on-154.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcpg-jdk15on-154 + /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 + unzip -qq /builddir/build/SOURCES/bctest-jdk15on-154.jar 'org/bouncycastle/openpgp/*' -x '*.class' -d src/java + mkdir -p src/test/org/bouncycastle/openpgp/examples + mv src/java/org/bouncycastle/openpgp/test src/test/org/bouncycastle/openpgp/ + mv src/java/org/bouncycastle/openpgp/examples/test src/test/org/bouncycastle/openpgp/examples/ + 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 'javadocs/*' + cp -p /builddir/build/SOURCES/bouncycastle-pg-build.xml build.xml + cp -p /builddir/build/SOURCES/bouncycastle-pg-OSGi.bnd bcpg.bnd + sed -i 's|@VERSION@|1.54|' build.xml bcpg.bnd + rm src/test/org/bouncycastle/openpgp/test/PGPUnicodeTest.java + sed -i 's|suite.addTestSuite(PGPUnicodeTest.class);|//&|' src/test/org/bouncycastle/openpgp/test/AllTests.java + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cVzabJ + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-154 + mkdir lib + build-jar-repository -s -p lib bcprov junit ant/ant-junit aqute-bnd ++ pwd + ant -Dbc.test.data.home=/builddir/build/BUILD/bcpg-jdk15on-154/src/test jar javadoc Buildfile: /builddir/build/BUILD/bcpg-jdk15on-154/build.xml compile: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-154/build/classes [javac] /builddir/build/BUILD/bcpg-jdk15on-154/build.xml:69: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 201 source files to /builddir/build/BUILD/bcpg-jdk15on-154/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/java/org/bouncycastle/bcpg/ECPublicBCPGKey.java:35: warning: [deprecation] getEncoded() in ECPoint has been deprecated [javac] this.point = new BigInteger(1, point.getEncoded()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/java/org/bouncycastle/openpgp/examples/DirectKeySignature.java:60: warning: [deprecation] getNotationDataOccurences() in PGPSignatureSubpacketVector has been deprecated [javac] NotationData[] data = sig.getHashedSubPackets().getNotationDataOccurences();//.getSubpacket(SignatureSubpacketTags.NOTATION_DATA); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings compile-tests: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-154/build/test-classes [javac] /builddir/build/BUILD/bcpg-jdk15on-154/build.xml:94: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 25 source files to /builddir/build/BUILD/bcpg-jdk15on-154/build/test-classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1888: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (pubKey.getValidDays() != 28) [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java:1906: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (pubKey.getValidDays() != 28) [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/BcPGPRSATest.java:1343: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (k.getValidDays() != masterDays) [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/BcPGPRSATest.java:1354: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (k.getValidDays() != subKeyDays) [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2060: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (pubKey.getValidDays() != 28) [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/PGPKeyRingTest.java:2078: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (pubKey.getValidDays() != 28) [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/PGPRSATest.java:1446: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (k.getValidDays() != masterDays) [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/PGPRSATest.java:1457: warning: [deprecation] getValidDays() in PGPPublicKey has been deprecated [javac] if (k.getValidDays() != subKeyDays) [javac] ^ [javac] Note: /builddir/build/BUILD/bcpg-jdk15on-154/src/test/org/bouncycastle/openpgp/test/BcPGPKeyRingTest.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 9 warnings [copy] Copying 26 files to /builddir/build/BUILD/bcpg-jdk15on-154/build/test-classes test-junit-present: test-junit-status: junit-missing: test: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-154/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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.716 sec [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.716 sec [junit] [junit] Testcase: testRSAKeyGeneration took 0.933 sec [junit] Testcase: testClearSignedBogusInput took 0.141 sec [junit] Testcase: testDSAElGamaleKeyGeneration took 1.598 sec [junit] Testcase: testPBEEncryption took 0.072 sec [junit] Testcase: testClearSignedSingleLine took 0.666 sec [junit] Testcase: testClearSigned took 0.26 sec [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.716 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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.883 sec [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.883 sec [junit] [junit] Testcase: testPGP took 25.393 sec [junit] Testcase: testGenerateK2048H256 took 0.025 sec [junit] Testcase: testGenerateK2048H512 took 0.024 sec [junit] Testcase: testK2048H224 took 0.021 sec [junit] Testcase: testK15360H512 took 1.73 sec [junit] Testcase: testK7680H384 took 0.328 sec [junit] Testcase: testK3072H256 took 0.036 sec [junit] Testcase: testGenerateK1024H224 took 0.006 sec [junit] Testcase: testGenerateK1024H256 took 0.006 sec [junit] Testcase: testGenerateK1024H384 took 0.006 sec [junit] Testcase: testGenerateK1024H512 took 0.006 sec [junit] Testcase: testK1024H160 took 0.003 sec [junit] Testcase: testK1024H224 took 0.004 sec [junit] Testcase: testK1024H256 took 0.003 sec [junit] Testcase: testK1024H384 took 0.004 sec [junit] Testcase: testK1024H512 took 0.003 sec [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.883 sec [junit] package: jar: javadoc: [javadoc] Javadoc 1.4 doesn't support the -1.1 switch anymore [javadoc] Generating Javadoc [javadoc] Javadoc execution [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.bc... [javadoc] Loading source files for package org.bouncycastle.openpgp.examples... [javadoc] Loading source files for package org.bouncycastle.openpgp.jcajce... [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 reading file: /usr/share/javadoc/java/package-list [javadoc] Creating destination directory: "/builddir/build/BUILD/bcpg-jdk15on-154/build/apidocs/" [javadoc] Standard Doclet version 1.8.0_121 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /builddir/build/BUILD/bcpg-jdk15on-154/build/apidocs/help-doc.html... [javadoc] 1 warning BUILD SUCCESSFUL Total time: 38 seconds Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qVyjd6 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch ++ dirname /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch + cd bcpg-jdk15on-154 + /usr/bin/python3 /usr/share/java-utils/mvn_file.py org.bouncycastle:bcpg-jdk15on bcpg + /usr/bin/python3 /usr/share/java-utils/mvn_alias.py org.bouncycastle:bcpg-jdk15on org.bouncycastle:bcpg-jdk16 org.bouncycastle:bcpg-jdk15 + /usr/bin/python3 /usr/share/java-utils/mvn_artifact.py /builddir/build/SOURCES/bcpg-jdk15on-1.54.pom build/bcpg.jar + xmvn-install -R .xmvn-reactor -n bouncycastle-pg -d /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch [INFO] Installing artifact org.bouncycastle:bcpg-jdk15on:pom:1.54 [INFO] Installing artifact org.bouncycastle:bcpg-jdk15on:jar:1.54 [INFO] Installation successful + jdir=build/apidocs + '[' -d build/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.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/script.js build/apidocs/serialized-form.html build/apidocs/stylesheet.css /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/javadoc/bouncycastle-pg + echo /usr/share/javadoc/bouncycastle-pg + /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-154 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: bouncycastle-pg-1.54-2.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7P6W2A + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-154 + DOCDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/doc/bouncycastle-pg + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/doc/bouncycastle-pg + cp -pr CONTRIBUTORS.html /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/doc/bouncycastle-pg + cp -pr index.html /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/doc/bouncycastle-pg + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.q95wT5 + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-154 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/licenses/bouncycastle-pg + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/licenses/bouncycastle-pg + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/licenses/bouncycastle-pg + exit 0 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/java/bcpg.jar'] [INFO osgi.prov] osgi(bcpg) = 1.54 [INFO osgi.req] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/java/bcpg.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/maven-metadata/bouncycastle-pg.xml'] [INFO maven.prov] mvn(org.bouncycastle:bcpg-jdk15on) = 1.54 mvn(org.bouncycastle:bcpg-jdk16) = 1.54 mvn(org.bouncycastle:bcpg-jdk15) = 1.54, mvn(org.bouncycastle:bcpg-jdk15on:pom:) = 1.54 mvn(org.bouncycastle:bcpg-jdk16:pom:) = 1.54 mvn(org.bouncycastle:bcpg-jdk15:pom:) = 1.54 [INFO maven.req] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/maven-metadata/bouncycastle-pg.xml'] [INFO maven.req] javapackages-tools, java-headless, mvn(org.bouncycastle:bcprov-jdk15on) Provides: bouncycastle-pg = 1.54-2.fc26 mvn(org.bouncycastle:bcpg-jdk15) = 1.54 mvn(org.bouncycastle:bcpg-jdk15:pom:) = 1.54 mvn(org.bouncycastle:bcpg-jdk15on) = 1.54 mvn(org.bouncycastle:bcpg-jdk15on:pom:) = 1.54 mvn(org.bouncycastle:bcpg-jdk16) = 1.54 mvn(org.bouncycastle:bcpg-jdk16:pom:) = 1.54 osgi(bcpg) = 1.54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless javapackages-tools mvn(org.bouncycastle:bcprov-jdk15on) Processing files: bouncycastle-pg-javadoc-1.54-2.fc26.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.k5xweC + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-154 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/licenses/bouncycastle-pg-javadoc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/licenses/bouncycastle-pg-javadoc + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch/usr/share/licenses/bouncycastle-pg-javadoc + exit 0 Provides: bouncycastle-pg-javadoc = 1.54-2.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-tools Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch Wrote: /builddir/build/RPMS/bouncycastle-pg-1.54-2.fc26.noarch.rpm Wrote: /builddir/build/RPMS/bouncycastle-pg-javadoc-1.54-2.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.26CKSb + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-154 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bouncycastle-pg-1.54-2.fc26.noarch + exit 0 Child return code was: 0