Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openprops.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-60657a1bc5631c38aa7e9d6e1cace88c087bcbd7/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 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openprops.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-60657a1bc5631c38aa7e9d6e1cace88c087bcbd7/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', u'/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.n59aBG + 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.yVHETH + 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: 3.831 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.8.0_161 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... 1 error 13 warnings [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping OpenProps [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:28.458s [INFO] Finished at: Thu Mar 29 07:55:04 UTC 2018 [INFO] Final Memory: 11M/27M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (attach-javadocs) on project openprops: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:247: warning: empty

tag [ERROR] *

[ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:255: warning: empty

tag [ERROR] *

[ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:262: warning: empty

tag [ERROR] *

[ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:271: warning: empty

tag [ERROR] *

[ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:275: warning: empty

tag [ERROR] * element is the empty string "".

[ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:964: warning: no @param for encoding [ERROR] public synchronized void storeToXML(OutputStream os, String comment, [ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:998: error: reference not found [ERROR] * @see #defaults [ERROR] ^ [ERROR] /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 [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1206: warning: no description for @return [ERROR] * @return [ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1234: warning: no description for @param [ERROR] * @param key [ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1235: warning: no description for @return [ERROR] * @return [ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1285: warning: no description for @param [ERROR] * @param key [ERROR] ^ [ERROR] /builddir/build/BUILD/openprops-openprops-0.7.1/src/main/java/org/fedorahosted/openprops/Properties.java:1286: warning: no description for @return [ERROR] * @return [ERROR] ^ [ERROR] /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 [ERROR] [ERROR]

This class is thread-safe: multiple threads can share a single [ERROR] Properties object without the need for external synchronization." [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.arm/jre/../bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/builddir/build/BUILD/openprops-openprops-0.7.1/target/apidocs' dir. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.yVHETH (%build) Bad exit status from /var/tmp/rpm-tmp.yVHETH (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 88, in trace result = func(*args, **kw) File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 547, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openprops.spec