Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/felix-shell.spec'], False, '/var/lib/mock/sclo7-maven30-rh-el7-build-7834-10341/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/felix-shell.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/maven30-felix-shell-1.4.3-5.8.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/felix-shell.spec'], False, '/var/lib/mock/sclo7-maven30-rh-el7-build-7834-10341/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/felix-shell.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.L1tpYN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf org.apache.felix.shell-1.4.3 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/org.apache.felix.shell-1.4.3-source-release.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd org.apache.felix.shell-1.4.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + scl enable rh-java-common maven30 maven30 - + /usr/bin/python /opt/rh/rh-java-common/root/usr/share/java-utils/pom_editor.py pom_remove_plugin org.codehaus.mojo:rat-maven-plugin + /usr/bin/python /opt/rh/rh-java-common/root/usr/share/java-utils/mvn_file.py : felix/org.apache.felix.shell + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NxJVT2 + umask 022 + cd /builddir/build/BUILD + cd org.apache.felix.shell-1.4.3 + scl enable rh-java-common maven30 maven30 - + /usr/bin/python /opt/rh/rh-java-common/root/usr/share/java-utils/mvn_build.py Executing: xmvn --batch-mode --offline verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep ['xmvn', '--batch-mode', '--offline', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.felix:org.apache.felix.shell:bundle:1.4.3 [WARNING] The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-report-plugin is missing. @ org.apache.felix:felix-parent:1.2.1, /opt/rh/maven30/root/usr/share/maven-poms/felix-parent/felix-parent.pom, line 333, column 15 [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-jxr-plugin is missing. @ org.apache.felix:felix-parent:1.2.1, /opt/rh/maven30/root/usr/share/maven-poms/felix-parent/felix-parent.pom, line 337, column 15 [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 Apache Felix Shell Service 1.4.3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ org.apache.felix.shell --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.apache.felix.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources to META-INF [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ org.apache.felix.shell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/classes [WARNING] /builddir/build/BUILD/org.apache.felix.shell-1.4.3/src/main/java/org/apache/felix/shell/impl/FindCommandImpl.java: Some input files use unchecked or unsafe operations. [WARNING] /builddir/build/BUILD/org.apache.felix.shell-1.4.3/src/main/java/org/apache/felix/shell/impl/FindCommandImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.apache.felix.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/org.apache.felix.shell-1.4.3/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ org.apache.felix.shell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ org.apache.felix.shell --- [INFO] Surefire report directory: /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.felix.shell.impl.SystemPropertiesTest Set foo=barbar Set foo=bar Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.felix.shell.impl.SystemPropertiesTest Running org.apache.felix.shell.impl.LogOptionsTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.felix.shell.impl.LogOptionsTest Results : Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ org.apache.felix.shell --- Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Felix Shell Service 1.4.3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:2.1.1:install (default-cli) @ org.apache.felix.shell --- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] [INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) @ org.apache.felix.shell >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) @ org.apache.felix.shell <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ org.apache.felix.shell --- [INFO] Loading source files for package org.apache.felix.shell... Loading source files for package org.apache.felix.shell.impl... Loading source files for package org.ungoverned.osgi.service.shell... Constructing Javadoc information... Standard Doclet version 1.7.0_85 Building tree for all the packages and classes... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/CdCommand.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/Command.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/ShellService.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/Activator.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/Activator.ExecutePrivileged.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/BundleLevelCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/CdCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/FindCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/HeadersCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/HelpCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/InspectCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/InstallCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/LogCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/LogOptions.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/PsCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/RefreshCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/ResolveCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/ShutdownCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/StartCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/StartLevelCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/StopCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/SystemPropertiesCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/UninstallCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/UpdateCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/Util.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/VersionCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/CdCommand.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/Command.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/ShellService.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/overview-frame.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/package-frame.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/package-summary.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/package-tree.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/package-frame.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/package-summary.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/package-tree.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/package-frame.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/package-summary.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/package-tree.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/class-use/ShellService.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/class-use/CdCommand.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/class-use/Command.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/HelpCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/CdCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/HeadersCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/InspectCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/UninstallCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/LogCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/InstallCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/ShutdownCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/Activator.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/Activator.ExecutePrivileged.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/StartLevelCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/PsCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/VersionCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/LogOptions.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/StartCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/StopCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/SystemPropertiesCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/Util.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/ResolveCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/UpdateCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/BundleLevelCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/RefreshCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/class-use/FindCommandImpl.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/class-use/ShellService.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/class-use/CdCommand.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/class-use/Command.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/package-use.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/apache/felix/shell/impl/package-use.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/org/ungoverned/osgi/service/shell/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/index.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/overview-summary.html... Generating /builddir/build/BUILD/org.apache.felix.shell-1.4.3/target/site/apidocs/help-doc.html... [INFO] [INFO] --- xmvn-mojo:2.1.1:builddep (default-cli) @ org.apache.felix.shell --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.974s [INFO] Finished at: Sun Oct 04 19:11:54 UTC 2015 [INFO] Final Memory: 21M/481M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA7WRMW/DIBSE9/yKV+/YzU4ctZk8dIoidSXmhT4JHgiD5fz7mkZR3A5Wparj3X3i DpD7yVkYMQ7keVdt6+cKkHuvic2uOh3Fy/HQddW+3cgnIeA1k9WgMSDrGSMcwCBjVAk1nK/w/jYy CDHTS6bdADyMa5GzYaLPodOtj6ZWQfUfWF/Q0iSbe3LjVEx0UX2aja9cBBWRk2wWwY3EKSGXi7TB O9k8ZOlvvg9Y3+MHQys77kjd+4g/h/xXkyunUHZ/6/vlSzs1IotzZm1RBJsN8XrvQpUf/wRaKtX0 WAIAAA== -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VgnafB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch ++ dirname /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch + cd org.apache.felix.shell-1.4.3 + scl enable rh-java-common maven30 maven30 - + xmvn-install -R .xmvn-reactor -n felix-shell -d /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch [INFO] Installing artifact org.apache.felix:org.apache.felix.shell:jar:1.4.3 [INFO] Installing artifact org.apache.felix:org.apache.felix.shell:pom:1.4.3 [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' + jdir=.xmvn/apidocs + '[' -d .xmvn/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/javadoc/felix-shell + cp -pr .xmvn/apidocs/allclasses-frame.html .xmvn/apidocs/allclasses-noframe.html .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/org .xmvn/apidocs/overview-frame.html .xmvn/apidocs/overview-summary.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-list .xmvn/apidocs/resources .xmvn/apidocs/stylesheet.css /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/javadoc/felix-shell + echo /opt/rh/maven30/root/usr/share/javadoc/felix-shell + /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/org.apache.felix.shell-1.4.3 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/maven30/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/maven30/root + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: maven30-felix-shell-1.4.3-5.8.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3pUHie + umask 022 + cd /builddir/build/BUILD + cd org.apache.felix.shell-1.4.3 + DOCDIR=/builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-1.4.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-1.4.3 + cp -pr LICENSE /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-1.4.3 + cp -pr NOTICE /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-1.4.3 + exit 0 Finding Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 10986 --scl maven30 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/java/felix/org.apache.felix.shell.jar'] [INFO osgi.prov] maven30-osgi(org.apache.felix.shell) = 1.4.3 [INFO maven.prov] input: ['/builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/maven-metadata/felix-shell.xml'] [INFO maven.prov] maven30-mvn(org.apache.felix:org.apache.felix.shell) = 1.4.3, maven30-mvn(org.apache.felix:org.apache.felix.shell:pom:) = 1.4.3 Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-requires-wrapper /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 10986 --scl maven30 [INFO maven.req] input: ['/builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/maven-metadata/felix-shell.xml'] [INFO maven.req] maven30-runtime, maven30-mvn(org.osgi:org.osgi.core), java, maven30-mvn(org.osgi:org.osgi.compendium) Provides: maven30-felix-shell = 1.4.3-5.8.el7 maven30-osgi(org.apache.felix.shell) = 1.4.3 maven30-mvn(org.apache.felix:org.apache.felix.shell) = 1.4.3 maven30-mvn(org.apache.felix:org.apache.felix.shell:pom:) = 1.4.3 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: maven30-runtime maven30-mvn(org.osgi:org.osgi.core) java maven30-mvn(org.osgi:org.osgi.compendium) Processing files: maven30-felix-shell-javadoc-1.4.3-5.8.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xQ5MQT + umask 022 + cd /builddir/build/BUILD + cd org.apache.felix.shell-1.4.3 + DOCDIR=/builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-javadoc-1.4.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-javadoc-1.4.3 + cp -pr LICENSE /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-javadoc-1.4.3 + cp -pr NOTICE /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch/opt/rh/maven30/root/usr/share/doc/maven30-felix-shell-javadoc-1.4.3 + exit 0 Finding Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 10986 --scl maven30 Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-requires-wrapper /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 10986 --scl maven30 Provides: maven30-felix-shell-javadoc = 1.4.3-5.8.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: maven30-runtime Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch Wrote: /builddir/build/RPMS/maven30-felix-shell-1.4.3-5.8.el7.noarch.rpm Wrote: /builddir/build/RPMS/maven30-felix-shell-javadoc-1.4.3-5.8.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BUjcv9 + umask 022 + cd /builddir/build/BUILD + cd org.apache.felix.shell-1.4.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/maven30-felix-shell-1.4.3-5.8.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->