Mock Version: 1.2.14 Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec'], env={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}logger=gid=425uid=1000timeout=172800shell=FalsechrootPath='/var/lib/mock/f24-build-4910086-577790/root'printOutput=Falseuser='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec'] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False warning: Could not canonicalize hostname: arm01-builder07.arm.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/bouncycastle-pg-1.52-9.fc24.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec '], env={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}logger=gid=425uid=1000timeout=172800private_network=TruechrootPath='/var/lib/mock/f24-build-4910086-577790/root'shell=FalseprintOutput=Falseuser='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/bouncycastle-pg.spec '] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Z16AVE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bcpg-jdk15on-152 + /usr/bin/gzip -dc /builddir/build/SOURCES/bcpg-jdk15on-152.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcpg-jdk15on-152 + /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/ + mv src/java/org/bouncycastle/openpgp/test src/test/org/bouncycastle/openpgp/ + mkdir -p src/test/org/bouncycastle/openpgp/examples + 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 + 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.52|' build.xml 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.cKY25y + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-152 + ant jar javadoc Buildfile: /builddir/build/BUILD/bcpg-jdk15on-152/build.xml compile: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-152/build/classes [javac] /builddir/build/BUILD/bcpg-jdk15on-152/build.xml:69: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 199 source files to /builddir/build/BUILD/bcpg-jdk15on-152/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /builddir/build/BUILD/bcpg-jdk15on-152/src/java/org/bouncycastle/bcpg/ECPublicBCPGKey.java:41: warning: [deprecation] getEncoded() in ECPoint has been deprecated [javac] this.point = new BigInteger(1, point.getEncoded()); [javac] ^ [javac] /builddir/build/BUILD/bcpg-jdk15on-152/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-152/build/test-classes [javac] /builddir/build/BUILD/bcpg-jdk15on-152/build.xml:94: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 23 source files to /builddir/build/BUILD/bcpg-jdk15on-152/build/test-classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] 1 warning test-junit-present: test-junit-status: junit-missing: test: [mkdir] Created dir: /builddir/build/BUILD/bcpg-jdk15on-152/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: 1,444.588 sec [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,444.588 sec [junit] [junit] Testcase: testRSAKeyGeneration took 67.012 sec [junit] Testcase: testClearSignedBogusInput took 0.839 sec [junit] Testcase: testDSAElGamaleKeyGeneration took 1,177.395 sec [junit] Testcase: testPBEEncryption took 2.572 sec [junit] Testcase: testClearSigned took 196.521 sec [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,444.588 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: 8,417.584 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,417.584 sec [junit] [junit] Testcase: testPGP took 8,417.274 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8,417.584 sec [junit] package: [bnd] # addAll 'build/classes' with :, [bnd] # addAll 'bcpg.bnd' with , [bnd] # bcpg (bcpg.jar) 238 jar: javadoc: [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] Creating destination directory: "/builddir/build/BUILD/bcpg-jdk15on-152/build/apidocs/" [javadoc] javadoc: warning - Error fetching URL: https://docs.oracle.com/javase/8/docs/api/ [javadoc] Standard Doclet version 1.8.0_72 [javadoc] Building tree for all the packages and classes... [javadoc] /builddir/build/BUILD/bcpg-jdk15on-152/src/java/org/bouncycastle/openpgp/PGPUtil.java:257: warning - Tag @see:illegal character: "123" in "{@link PGPLiteralDataGenerator#open(OutputStream, char, String, Date, byte[])}." [javadoc] /builddir/build/BUILD/bcpg-jdk15on-152/src/java/org/bouncycastle/openpgp/PGPUtil.java:257: warning - Tag @see:illegal character: "64" in "{@link PGPLiteralDataGenerator#open(OutputStream, char, String, Date, byte[])}." [javadoc] /builddir/build/BUILD/bcpg-jdk15on-152/src/java/org/bouncycastle/openpgp/PGPUtil.java:257: warning - Tag @see: reference not found: {@link PGPLiteralDataGenerator#open(OutputStream, char, String, Date, byte[])}. [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /builddir/build/BUILD/bcpg-jdk15on-152/build/apidocs/help-doc.html... [javadoc] 4 warnings BUILD SUCCESSFUL Total time: 167 minutes 57 seconds + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nCVT5D + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch ++ dirname /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch + cd bcpg-jdk15on-152 + /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.52.pom build/bcpg.jar + xmvn-install -R .xmvn-reactor -n bouncycastle-pg -d /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch [INFO] Installing artifact org.bouncycastle:bcpg-jdk15on:pom:1.52 [INFO] Installing artifact org.bouncycastle:bcpg-jdk15on:jar:1.52 [INFO] Installation successful + jdir=build/apidocs + '[' -d build/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.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.52-9.fc24.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-152 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /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 + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: bouncycastle-pg-1.52-9.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ACjyjV + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-152 + DOCDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/doc/bouncycastle-pg + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/doc/bouncycastle-pg + cp -pr CONTRIBUTORS.html /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/doc/bouncycastle-pg + cp -pr index.html /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/doc/bouncycastle-pg + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Nezsce + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-152 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/licenses/bouncycastle-pg + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/licenses/bouncycastle-pg + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/licenses/bouncycastle-pg + exit 0 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/java/bcpg.jar'] [INFO osgi.prov] osgi(bcpg) = 1.52 [INFO osgi.req] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/java/bcpg.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/maven-metadata/bouncycastle-pg.xml'] [INFO maven.prov] mvn(org.bouncycastle:bcpg-jdk15on) = 1.52 mvn(org.bouncycastle:bcpg-jdk16) = 1.52 mvn(org.bouncycastle:bcpg-jdk15) = 1.52, mvn(org.bouncycastle:bcpg-jdk15on:pom:) = 1.52 mvn(org.bouncycastle:bcpg-jdk16:pom:) = 1.52 mvn(org.bouncycastle:bcpg-jdk15:pom:) = 1.52 [INFO maven.req] input: ['/builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/maven-metadata/bouncycastle-pg.xml'] [INFO maven.req] jpackage-utils, mvn(org.bouncycastle:bcprov-jdk15on), java-headless Provides: bouncycastle-pg = 1.52-9.fc24 mvn(org.bouncycastle:bcpg-jdk15) = 1.52 mvn(org.bouncycastle:bcpg-jdk15:pom:) = 1.52 mvn(org.bouncycastle:bcpg-jdk15on) = 1.52 mvn(org.bouncycastle:bcpg-jdk15on:pom:) = 1.52 mvn(org.bouncycastle:bcpg-jdk16) = 1.52 mvn(org.bouncycastle:bcpg-jdk16:pom:) = 1.52 osgi(bcpg) = 1.52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless jpackage-utils mvn(org.bouncycastle:bcprov-jdk15on) Processing files: bouncycastle-pg-javadoc-1.52-9.fc24.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OlemxK + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-152 + LICENSEDIR=/builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/licenses/bouncycastle-pg-javadoc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/licenses/bouncycastle-pg-javadoc + cp -pr LICENSE.html /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch/usr/share/licenses/bouncycastle-pg-javadoc + exit 0 Provides: bouncycastle-pg-javadoc = 1.52-9.fc24 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.52-9.fc24.noarch warning: Could not canonicalize hostname: arm01-builder07.arm.fedoraproject.org Wrote: /builddir/build/RPMS/bouncycastle-pg-1.52-9.fc24.noarch.rpm Wrote: /builddir/build/RPMS/bouncycastle-pg-javadoc-1.52-9.fc24.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.p3Nm7O + umask 022 + cd /builddir/build/BUILD + cd bcpg-jdk15on-152 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bouncycastle-pg-1.52-9.fc24.noarch + exit 0 Child return code was: 0 LEAVE do -->