Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/exec-maven-plugin.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/module-javapackages-tools-201902-8020020200519224608-af5e9d52-build-44328-7624/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/exec-maven-plugin.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/exec-maven-plugin.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/module-javapackages-tools-201902-8020020200519224608-af5e9d52-build-44328-7624/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/exec-maven-plugin.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OUfLtN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf exec-maven-plugin-1.6.0 + /usr/bin/unzip -qq /builddir/build/SOURCES/exec-maven-plugin-1.6.0-source-release.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd exec-maven-plugin-1.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/\r$//' LICENSE.txt + find . -name '*.jar' -delete + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :animal-sniffer-maven-plugin + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.orN3WA + umask 022 + cd /builddir/build/BUILD + cd exec-maven-plugin-1.6.0 + /usr/bin/python3 /usr/share/java-utils/mvn_build.py --xmvn-javadoc -f Executing: xmvn --batch-mode --offline -Dmaven.test.skip=true package org.fedoraproject.xmvn:xmvn-mojo:install org.fedoraproject.xmvn:xmvn-mojo:javadoc org.fedoraproject.xmvn:xmvn-mojo:builddep ['xmvn', '--batch-mode', '--offline', '-Dmaven.test.skip=true', 'package', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.fedoraproject.xmvn:xmvn-mojo:javadoc', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] [INFO] Scanning for projects... [INFO] [INFO] ----------------< org.codehaus.mojo:exec-maven-plugin >----------------- [INFO] Building Exec Maven Plugin 1.6.0 [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (help-mojo) @ exec-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ exec-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/exec-maven-plugin-1.6.0/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ exec-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /builddir/build/BUILD/exec-maven-plugin-1.6.0/target/classes [INFO] /builddir/build/BUILD/exec-maven-plugin-1.6.0/src/main/java/org/codehaus/mojo/exec/ExecJavaMojo.java: Some input files use or override a deprecated API. [INFO] /builddir/build/BUILD/exec-maven-plugin-1.6.0/src/main/java/org/codehaus/mojo/exec/ExecJavaMojo.java: Recompile with -Xlint:deprecation for details. [INFO] /builddir/build/BUILD/exec-maven-plugin-1.6.0/src/main/java/org/codehaus/mojo/exec/ExecJavaMojo.java: /builddir/build/BUILD/exec-maven-plugin-1.6.0/src/main/java/org/codehaus/mojo/exec/ExecJavaMojo.java uses unchecked or unsafe operations. [INFO] /builddir/build/BUILD/exec-maven-plugin-1.6.0/src/main/java/org/codehaus/mojo/exec/ExecJavaMojo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ exec-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ exec-maven-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ exec-maven-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ exec-maven-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ exec-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ exec-maven-plugin --- [INFO] Building jar: /builddir/build/BUILD/exec-maven-plugin-1.6.0/target/exec-maven-plugin-1.6.0.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ exec-maven-plugin --- [INFO] [INFO] ----------------< org.codehaus.mojo:exec-maven-plugin >----------------- [INFO] Building Exec Maven Plugin 1.6.0 [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- xmvn-mojo:4.0.0-SNAPSHOT:install (default-cli) @ exec-maven-plugin --- [INFO] [INFO] --- xmvn-mojo:4.0.0-SNAPSHOT:javadoc (default-cli) @ exec-maven-plugin --- /builddir/build/BUILD/exec-maven-plugin-1.6.0/src/main/java/org/codehaus/mojo/exec/ExecMojo.java:903: warning - invalid usage of tag > [INFO] [INFO] --- xmvn-mojo:4.0.0-SNAPSHOT:builddep (default-cli) @ exec-maven-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.801 s [INFO] Finished at: 2020-05-20T02:11:53Z [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA82VwW6DMAyG732KjHtg7ZlSbTtx2KmatKsXPJqK2FEIFX37hULVbppYq3VoJ2Tn V/4viW3SVWsqsUNXa6ZlNI/vI4GkuNBULqOXtXxYP+V5tMpm6Z2U4rHRVSEKtEhFkGmsRYmEDjwW 4m0vXp93JKQM6nNNNhPilNh3YUiUjhubFxm7Mg6GuIGmjg1vOU2OS70QnNfvoHxIdMvSgkPyaXKW 74XYeqTuIJllkyansPNPPgNcyGMrbJt6hKgXSMXGMgUsadBDAR6+8l0HABbUBmMDO6QA0ZSaxigO Otnrhs/t/H/09cyV2sCkntbxFpWf0NGEmqi+qbqhebJFvIjnaXIM/xbmmPhvPNIAQYluwndR7HDK wuubDKz+nenVI6bxuqpvPlUOzXvxaAEi9uBDPdUTn/40YG/GMNxG2Nnw6HQdFBJbVOOWZ1H33/sA 4CvEDV4HAAA= -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1Xpa25 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch ++ dirname /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch + cd exec-maven-plugin-1.6.0 + xmvn-install -R .xmvn-reactor -n exec-maven-plugin -d /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch [INFO] Installing artifact org.codehaus.mojo:exec-maven-plugin:jar:1.6.0 [INFO] Installing artifact org.codehaus.mojo:exec-maven-plugin:pom:1.6.0 [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' + jdir=.xmvn/apidocs + /usr/bin/mkdir -p /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/licenses + '[' -d .xmvn/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/javadoc/exec-maven-plugin + cp -pr .xmvn/apidocs/allclasses-index.html .xmvn/apidocs/allclasses.html .xmvn/apidocs/allpackages-index.html .xmvn/apidocs/args .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/element-list .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/jquery .xmvn/apidocs/member-search-index.js .xmvn/apidocs/member-search-index.zip .xmvn/apidocs/org .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-search-index.js .xmvn/apidocs/package-search-index.zip .xmvn/apidocs/resources .xmvn/apidocs/script.js .xmvn/apidocs/search.js .xmvn/apidocs/stylesheet.css .xmvn/apidocs/type-search-index.js .xmvn/apidocs/type-search-index.zip /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/javadoc/exec-maven-plugin + echo /usr/share/javadoc/exec-maven-plugin + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 1.6.0-5.module_el8.2.0+358+6cf64c46 --unique-debug-suffix -1.6.0-5.module_el8.2.0+358+6cf64c46.noarch --unique-debug-src-base exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/exec-maven-plugin-1.6.0 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Bq0c3H + umask 022 + cd /builddir/build/BUILD + cd exec-maven-plugin-1.6.0 + DOCDIR=/builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/doc/exec-maven-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/doc/exec-maven-plugin + cp -pr LICENSE.txt /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/doc/exec-maven-plugin + exit 0 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/java/exec-maven-plugin/exec-maven-plugin.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/java/exec-maven-plugin/exec-maven-plugin.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/maven-metadata/exec-maven-plugin.xml'] [INFO maven.prov] mvn(org.codehaus.mojo:exec-maven-plugin:pom:) = 1.6.0, mvn(org.codehaus.mojo:exec-maven-plugin) = 1.6.0 [INFO maven.req] input: ['/builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/maven-metadata/exec-maven-plugin.xml'] [INFO maven.req] mvn(org.apache.maven:maven-toolchain), mvn(org.codehaus.plexus:plexus-utils), mvn(org.apache.maven:maven-plugin-api), mvn(org.apache.maven:maven-project), mvn(org.apache.maven:maven-core), mvn(org.apache.maven:maven-artifact:2.2.1), mvn(org.apache.maven:maven-model:2.2.1), mvn(org.apache.maven:maven-artifact-manager), mvn(org.apache.commons:commons-exec), java-headless >= 1:1.7, javapackages-filesystem Provides: exec-maven-plugin = 1.6.0-5.module_el8.2.0+358+6cf64c46 maven-plugin-exec = 1.6.0-5.module_el8.2.0+358+6cf64c46 mvn(org.codehaus.mojo:exec-maven-plugin) = 1.6.0 mvn(org.codehaus.mojo:exec-maven-plugin:pom:) = 1.6.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless >= 1:1.7 javapackages-filesystem mvn(org.apache.commons:commons-exec) mvn(org.apache.maven:maven-artifact-manager) mvn(org.apache.maven:maven-artifact:2.2.1) mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven-model:2.2.1) mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven:maven-project) mvn(org.apache.maven:maven-toolchain) mvn(org.codehaus.plexus:plexus-utils) Processing files: exec-maven-plugin-javadoc-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MFyAf2 + umask 022 + cd /builddir/build/BUILD + cd exec-maven-plugin-1.6.0 + DOCDIR=/builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/doc/exec-maven-plugin-javadoc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/doc/exec-maven-plugin-javadoc + cp -pr LICENSE.txt /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch/usr/share/doc/exec-maven-plugin-javadoc + exit 0 Provides: exec-maven-plugin-javadoc = 1.6.0-5.module_el8.2.0+358+6cf64c46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-filesystem Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch Wrote: /builddir/build/RPMS/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch.rpm Wrote: /builddir/build/RPMS/exec-maven-plugin-javadoc-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xlPAZ8 + umask 022 + cd /builddir/build/BUILD + cd exec-maven-plugin-1.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/exec-maven-plugin-1.6.0-5.module_el8.2.0+358+6cf64c46.noarch + exit 0 Child return code was: 0