Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openprops.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-bd14eb1905408a62d4d7bb5e83be3cdc7c03f887/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openprops.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openprops-0.7.1-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openprops.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-bd14eb1905408a62d4d7bb5e83be3cdc7c03f887/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openprops.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lzMUIM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openprops-openprops-0.7.1 + /usr/bin/unzip -qq /builddir/build/SOURCES/openprops-0.7.1.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd openprops-openprops-0.7.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin org.apache.maven.plugins:maven-gpg-plugin + set +x + . /usr/share/java-utils/pom_editor.sh + pom_xpath_inject pom:build/pom:plugins 'org.apache.maven.pluginsmaven-javadoc-plugin2.9.1attach-javadocsjar' + set +x + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KnMGeH + umask 022 + cd /builddir/build/BUILD + cd openprops-openprops-0.7.1 + python /usr/share/java-utils/mvn_build.py -n openprops [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.fedorahosted.openprops:openprops:jar:0.7.1 [WARNING] 'profiles.profile[release].plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-javadoc-plugin @ line 147, column 19 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building OpenProps 0.7.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ openprops --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ openprops --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Compiling 2 source files to /builddir/build/BUILD/openprops-openprops-0.7.1/target/classes [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ openprops --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 15 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ openprops --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Compiling 1 source file to /builddir/build/BUILD/openprops-openprops-0.7.1/target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ openprops --- [INFO] Surefire report directory: /builddir/build/BUILD/openprops-openprops-0.7.1/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.fedorahosted.openprops.PropertiesTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 sec - in org.fedorahosted.openprops.PropertiesTest Results : Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ openprops --- [INFO] Building jar: /builddir/build/BUILD/openprops-openprops-0.7.1/target/openprops-0.7.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ openprops --- [WARNING] Source files encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Loading source files for package org.fedorahosted.openprops... Constructing Javadoc information... Standard Doclet version 1.7.0_95 Building tree for all the packages and classes... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/org/fedorahosted/openprops/Properties.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/org/fedorahosted/openprops/package-frame.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/org/fedorahosted/openprops/package-summary.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/org/fedorahosted/openprops/package-tree.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/constant-values.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/org/fedorahosted/openprops/class-use/Properties.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/org/fedorahosted/openprops/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/overview-tree.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/index-all.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/index.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs/help-doc.html... 5 warnings [WARNING] Javadoc Warnings [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:127: warning - Tag @see: missing final '>': "native2ascii tool for Windows [WARNING]

This class is thread-safe: multiple threads can share a single [WARNING] Properties object without the need for external synchronization." [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1000: warning - Tag @see: can't find defaults in org.fedorahosted.openprops.Properties [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1208: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1237: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1288: warning - @return tag has no arguments. [INFO] Building jar: /builddir/build/BUILD/openprops-openprops-0.7.1/target/openprops-0.7.1-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building OpenProps 0.7.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:1.3.0:install (default-cli) @ openprops --- [INFO] [INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) @ openprops >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) @ openprops <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ openprops --- [WARNING] Source files encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Loading source files for package org.fedorahosted.openprops... Constructing Javadoc information... Standard Doclet version 1.7.0_95 Building tree for all the packages and classes... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/org/fedorahosted/openprops/Properties.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/org/fedorahosted/openprops/package-frame.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/org/fedorahosted/openprops/package-summary.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/org/fedorahosted/openprops/package-tree.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/org/fedorahosted/openprops/class-use/Properties.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/org/fedorahosted/openprops/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/index.html... Generating /builddir/build/BUILD/openprops-openprops-0.7.1/target/site/apidocs/help-doc.html... 5 warnings [WARNING] Javadoc Warnings [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:127: warning - Tag @see: missing final '>': "native2ascii tool for Windows [WARNING]

This class is thread-safe: multiple threads can share a single [WARNING] Properties object without the need for external synchronization." [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1000: warning - Tag @see: can't find defaults in org.fedorahosted.openprops.Properties [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1208: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1237: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1288: warning - @return tag has no arguments. [INFO] [INFO] --- xmvn-mojo:1.3.0:builddep (default-cli) @ openprops --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33.428s [INFO] Finished at: Tue Mar 15 20:14:26 UTC 2016 [INFO] Final Memory: 10M/25M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA02NsQ7CIBRF937Fkx2rO6VRJwanxsQVy5Ng6qOh0Ni/l8aYMt5zT+4V7ec9wIxh cp4adtwfGCD13jiyDbt1/NRdlGKtrMSOczgnNxgwOCKZrDmcwCJh0BENPBa4X2cCzrNdOrIC2MCy xgxs8GlURr4SuSjqf/yVOkT31H3c+oKsc3W5V6T17gtA6oV81QAAAA== -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M9w3nN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch + cd openprops-openprops-0.7.1 + xmvn-install -R .xmvn-reactor -n openprops -d /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.fedorahosted.openprops [INFO] artifactId: openprops [INFO] extension: jar [INFO] classifier: [INFO] version: 0.7.1 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/openprops-openprops-0.7.1/target/openprops-0.7.1.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/openprops [INFO] artifactId: openprops [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/openprops/openprops.jar [INFO] =============================================== + jdir=target/site/apidocs + '[' -d target/site/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch/usr/share/javadoc/openprops + cp -pr target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/stylesheet.css /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch/usr/share/javadoc/openprops + echo /usr/share/javadoc/openprops + /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/openprops-openprops-0.7.1 /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: openprops-0.7.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ThLo30 + umask 022 + cd /builddir/build/BUILD + cd openprops-openprops-0.7.1 + DOCDIR=/builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch/usr/share/doc/openprops-0.7.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch/usr/share/doc/openprops-0.7.1 + cp -pr COPYING.txt /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch/usr/share/doc/openprops-0.7.1 + exit 0 Provides: mvn(org.fedorahosted.openprops:openprops) = 0.7.1 openprops = 0.7.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1:1.6 jpackage-utils Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch Wrote: /builddir/build/RPMS/openprops-0.7.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lRmQbN + umask 022 + cd /builddir/build/BUILD + cd openprops-openprops-0.7.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openprops-0.7.1-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->