Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/opencsv.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-5dd145706db5355022d1503d09f88980062fbadd/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/opencsv.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/opencsv-2.3-9.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/opencsv.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-5dd145706db5355022d1503d09f88980062fbadd/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/opencsv.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.fjD4ss + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf opencsv-2.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/opencsv-2.3-src-with-libs.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd opencsv-2.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.jar' -delete + find . -name '*.class' -delete + rm -rf 'lib/*' doc deploy Patch #0 (opencsv-2.3-java7.patch): + echo 'Patch #0 (opencsv-2.3-java7.patch):' + /usr/bin/cat /builddir/build/SOURCES/opencsv-2.3-java7.patch + /usr/bin/patch -p0 --fuzz=0 patching file test/au/com/bytecode/opencsv/MockResultSet.java + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :maven-source-plugin + set +x + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :maven-gpg-plugin + set +x + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :findbugs-maven-plugin + set +x + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :maven-javadoc-plugin + set +x + sed -i 's/\r//' examples/MockResultSet.java + sed -i 's/\r//' examples/JdbcExample.java + sed -i 's/\r//' examples/addresses.csv + sed -i 's/\r//' examples/AddressExample.java + cp -p /builddir/build/SOURCES/LICENSE-2.0.txt . + sed -i 's/\r//' LICENSE-2.0.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EuAKfk + umask 022 + cd /builddir/build/BUILD + cd opencsv-2.3 + python /usr/share/java-utils/mvn_file.py :opencsv opencsv + python /usr/share/java-utils/mvn_build.py -n opencsv -- -Dproject.build.sourceEncoding=UTF-8 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for net.sf.opencsv:opencsv:jar:2.3 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 50, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 57, column 12 [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 opencsv 2.3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ opencsv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/opencsv-2.3/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ opencsv --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /builddir/build/BUILD/opencsv-2.3/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ opencsv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/opencsv-2.3/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ opencsv --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /builddir/build/BUILD/opencsv-2.3/target/test-classes [WARNING] /builddir/build/BUILD/opencsv-2.3/test/au/com/bytecode/opencsv/TestUtilitiesTest.java: Some input files use or override a deprecated API. [WARNING] /builddir/build/BUILD/opencsv-2.3/test/au/com/bytecode/opencsv/TestUtilitiesTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /builddir/build/BUILD/opencsv-2.3/test/integrationTest/issue3189428/CsvSample.java: Some input files use unchecked or unsafe operations. [WARNING] /builddir/build/BUILD/opencsv-2.3/test/integrationTest/issue3189428/CsvSample.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ opencsv --- [INFO] Surefire report directory: /builddir/build/BUILD/opencsv-2.3/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running au.com.bytecode.opencsv.ResultSetHelperServiceTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in au.com.bytecode.opencsv.ResultSetHelperServiceTest Running au.com.bytecode.opencsv.UniCodeTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in au.com.bytecode.opencsv.UniCodeTest Running au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategyTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategyTest Running au.com.bytecode.opencsv.bean.HeaderColumnNameTranslateMappingStrategyTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in au.com.bytecode.opencsv.bean.HeaderColumnNameTranslateMappingStrategyTest Running au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategyTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategyTest Running au.com.bytecode.opencsv.bean.CsvToBeanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in au.com.bytecode.opencsv.bean.CsvToBeanTest Running au.com.bytecode.opencsv.CSVParserTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in au.com.bytecode.opencsv.CSVParserTest Running au.com.bytecode.opencsv.OpencsvTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in au.com.bytecode.opencsv.OpencsvTest Running au.com.bytecode.opencsv.CSVWriterTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in au.com.bytecode.opencsv.CSVWriterTest Running au.com.bytecode.opencsv.CSVReaderTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in au.com.bytecode.opencsv.CSVReaderTest Results : Tests run: 111, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ opencsv --- [INFO] Building jar: /builddir/build/BUILD/opencsv-2.3/target/opencsv-2.3.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building opencsv 2.3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:1.3.0:install (default-cli) @ opencsv --- [INFO] [INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) @ opencsv >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) @ opencsv <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ opencsv --- [INFO] Loading source files for package au.com.bytecode.opencsv... Loading source files for package au.com.bytecode.opencsv.bean... Constructing Javadoc information... Standard Doclet version 1.7.0_95 Building tree for all the packages and classes... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/CSVParser.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/CSVReader.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/CSVWriter.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/ResultSetHelper.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/ResultSetHelperService.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/ColumnPositionMappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/CsvToBean.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/HeaderColumnNameMappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/HeaderColumnNameTranslateMappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/MappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/overview-frame.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/package-frame.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/package-summary.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/package-tree.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/package-frame.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/package-summary.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/package-tree.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/class-use/CSVParser.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/class-use/ResultSetHelper.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/class-use/CSVWriter.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/class-use/ResultSetHelperService.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/class-use/CSVReader.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/class-use/ColumnPositionMappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/class-use/CsvToBean.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/class-use/MappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/class-use/HeaderColumnNameMappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/class-use/HeaderColumnNameTranslateMappingStrategy.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/package-use.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/au/com/bytecode/opencsv/bean/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/index.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/overview-summary.html... Generating /builddir/build/BUILD/opencsv-2.3/target/site/apidocs/help-doc.html... [INFO] [INFO] --- xmvn-mojo:1.3.0:builddep (default-cli) @ opencsv --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33.888s [INFO] Finished at: Tue Mar 15 19:56:51 UTC 2016 [INFO] Final Memory: 11M/27M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA8WQPw+CMBDFdz7FyV7QnT9RJwYnYuJa6FFrypW0QOTbCxIDDho3x/fud+9eLkrv tYYerVOGYn8XbH1AKo1QJGP/nLN9fswyP028aMMYHDqlBQhskMSIKXQgkdDyFgUUA1xOPQFjI71m Eg9gMYZJjoa0pmsykdw6Um0UvuQ85LZVFS/bZb5yprjwPe9zvLEy4A0vrxjUvEcKGt1JRe7LxSfH uHNYF3pg88IfGiBVxpZof2qwUtPLH5Htn9PZAQAA -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aJmqgd + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch ++ dirname /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch + cd opencsv-2.3 + xmvn-install -R .xmvn-reactor -n opencsv -d /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: net.sf.opencsv [INFO] artifactId: opencsv [INFO] extension: jar [INFO] classifier: [INFO] version: 2.3 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/opencsv-2.3/target/opencsv-2.3.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP [INFO] artifactId: opencsv [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/opencsv.jar [INFO] =============================================== + jdir=target/site/apidocs + '[' -d target/site/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/javadoc/opencsv + cp -pr target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/au 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/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/stylesheet.css /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/javadoc/opencsv + echo /usr/share/javadoc/opencsv + /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/opencsv-2.3 /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: opencsv-2.3-9.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.brjZfa + umask 022 + cd /builddir/build/BUILD + cd opencsv-2.3 + DOCDIR=/builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/doc/opencsv-2.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/doc/opencsv-2.3 + cp -pr examples /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/doc/opencsv-2.3 + cp -pr LICENSE-2.0.txt /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/doc/opencsv-2.3 + exit 0 Provides: mvn(net.sf.opencsv:opencsv) = 2.3 opencsv = 2.3-9.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1.5 jpackage-utils Processing files: opencsv-javadoc-2.3-9.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EKJv1q + umask 022 + cd /builddir/build/BUILD + cd opencsv-2.3 + DOCDIR=/builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/doc/opencsv-javadoc-2.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/doc/opencsv-javadoc-2.3 + cp -pr LICENSE-2.0.txt /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch/usr/share/doc/opencsv-javadoc-2.3 + exit 0 Provides: opencsv-javadoc = 2.3-9.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/opencsv-2.3-9.el7.noarch Wrote: /builddir/build/RPMS/opencsv-2.3-9.el7.noarch.rpm Wrote: /builddir/build/RPMS/opencsv-javadoc-2.3-9.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nUcjSa + umask 022 + cd /builddir/build/BUILD + cd opencsv-2.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/opencsv-2.3-9.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->