Mock Version: 1.2.9 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/xstream.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-22028/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=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/xstream.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/maven30-xstream-1.3.1-9.12.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/xstream.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-22028/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=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/xstream.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YOAozE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xstream-1.3.1 + /usr/bin/unzip -qq /builddir/build/SOURCES/xstream-distribution-1.3.1-src.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd xstream-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + scl enable maven30 - + find . -name '*.jar' -delete + find -name XomDriver.java -delete + find -name XomReader.java -delete + find -name XomWriter.java -delete + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VmZWky + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + scl enable maven30 - + pushd xstream/lib ~/build/BUILD/xstream-1.3.1/xstream/lib ~/build/BUILD/xstream-1.3.1 ++ build-classpath cglib + ln -sf /opt/rh/maven30/root/usr/share/java/cglib.jar ++ build-classpath commons-lang + ln -sf /opt/rh/rh-java-common/root/usr/share/java/commons-lang.jar ++ build-classpath dom4j + ln -sf /opt/rh/rh-java-common/root/usr/share/java/dom4j.jar ++ build-classpath jdom + ln -sf /opt/rh/rh-java-common/root/usr/share/java/jdom.jar ++ build-classpath jettison + ln -sf /opt/rh/maven30/root/usr/share/java/jettison.jar ++ build-classpath joda-time + ln -sf /opt/rh/maven30/root/usr/share/java/joda-time.jar ++ build-classpath junit + ln -sf /opt/rh/rh-java-common/root/usr/share/java/junit.jar ++ build-classpath oro + ln -sf /opt/rh/rh-java-common/root/usr/share/java/oro.jar ++ build-classpath bea-stax-ri + ln -sf /opt/rh/rh-java-common/root/usr/share/java/bea-stax-ri.jar ++ build-classpath bea-stax-api + ln -sf /opt/rh/rh-java-common/root/usr/share/java/bea-stax-api.jar ++ build-classpath xpp3 + ln -sf /opt/rh/rh-java-common/root/usr/share/java/xpp3.jar + popd ~/build/BUILD/xstream-1.3.1 + pushd xstream ~/build/BUILD/xstream-1.3.1/xstream ~/build/BUILD/xstream-1.3.1 + ant benchmark:compile jar javadoc Buildfile: /builddir/build/BUILD/xstream-1.3.1/xstream/build.xml compile:init: [mkdir] Created dir: /builddir/build/BUILD/xstream-1.3.1/xstream/target/classes [echo] Java version used for compile: 1.7.0_79 compile:java3: [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/build.xml:65: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 229 source files to /builddir/build/BUILD/xstream-1.3.1/xstream/target/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3 [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:14: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:15: warning: ReflectionFactory is internal proprietary API and may be removed in a future release [javac] import sun.reflect.ReflectionFactory; [javac] ^ [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:35: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] private final static Unsafe unsafe; [javac] ^ [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:38: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] Unsafe u = null; [javac] ^ [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:44: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] u = (Unsafe) unsafeField.get(null); [javac] ^ [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:60: warning: ReflectionFactory is internal proprietary API and may be removed in a future release [javac] private transient ReflectionFactory reflectionFactory = ReflectionFactory.getReflectionFactory(); [javac] ^ [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:60: warning: ReflectionFactory is internal proprietary API and may be removed in a future release [javac] private transient ReflectionFactory reflectionFactory = ReflectionFactory.getReflectionFactory(); [javac] ^ [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:149: warning: ReflectionFactory is internal proprietary API and may be removed in a future release [javac] reflectionFactory = ReflectionFactory.getReflectionFactory(); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 9 warnings compile:java5: [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 18 source files to /builddir/build/BUILD/xstream-1.3.1/xstream/target/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning compile: benchmark:compile: [mkdir] Created dir: /builddir/build/BUILD/xstream-1.3.1/xstream/target/benchmark-classes [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/build.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 22 source files to /builddir/build/BUILD/xstream-1.3.1/xstream/target/benchmark-classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. compile:init: [echo] Java version used for compile: 1.7.0_79 compile:java3: [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/build.xml:65: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds compile:java5: [javac] /builddir/build/BUILD/xstream-1.3.1/xstream/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds compile: jar: [jar] Building jar: /builddir/build/BUILD/xstream-1.3.1/xstream/target/xstream-SNAPSHOT.jar [jar] Building jar: /builddir/build/BUILD/xstream-1.3.1/xstream/target/xstream-benchmark-SNAPSHOT.jar jdk-check: javadoc: [mkdir] Created dir: /builddir/build/BUILD/xstream-1.3.1/xstream/target/javadoc [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package com.thoughtworks.xstream... [javadoc] Loading source files for package com.thoughtworks.xstream.alias... [javadoc] Loading source files for package com.thoughtworks.xstream.annotations... [javadoc] Loading source files for package com.thoughtworks.xstream.converters... [javadoc] Loading source files for package com.thoughtworks.xstream.converters.basic... [javadoc] Loading source files for package com.thoughtworks.xstream.converters.collections... [javadoc] Loading source files for package com.thoughtworks.xstream.converters.enums... [javadoc] Loading source files for package com.thoughtworks.xstream.converters.extended... [javadoc] Loading source files for package com.thoughtworks.xstream.converters.javabean... [javadoc] Loading source files for package com.thoughtworks.xstream.converters.reflection... [javadoc] Loading source files for package com.thoughtworks.xstream.io... [javadoc] Loading source files for package com.thoughtworks.xstream.io.binary... [javadoc] Loading source files for package com.thoughtworks.xstream.io.copy... [javadoc] Loading source files for package com.thoughtworks.xstream.io.json... [javadoc] Loading source files for package com.thoughtworks.xstream.io.path... [javadoc] Loading source files for package com.thoughtworks.xstream.io.xml... [javadoc] Loading source files for package com.thoughtworks.xstream.mapper... [javadoc] Loading source files for package com.thoughtworks.xstream.persistence... [javadoc] Constructing Javadoc information... [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/HarmonyReflectionProvider.java:13: error: package org.apache.harmony.misc.accessors does not exist [javadoc] import org.apache.harmony.misc.accessors.ObjectAccessor; [javadoc] ^ [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/HarmonyReflectionProvider.java:35: error: cannot find symbol [javadoc] private final static ObjectAccessor objectAccess; [javadoc] ^ [javadoc] symbol: class ObjectAccessor [javadoc] location: class HarmonyReflectionProvider [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:14: warning: Unsafe is internal proprietary API and may be removed in a future release [javadoc] import sun.misc.Unsafe; [javadoc] ^ [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java:15: warning: ReflectionFactory is internal proprietary API and may be removed in a future release [javadoc] import sun.reflect.ReflectionFactory; [javadoc] ^ [javadoc] Standard Doclet version 1.7.0_79 [javadoc] Building tree for all the packages and classes... [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/XStream.java:383: warning - Tag @link: can't find XStream(ReflectionProvider, HierarchicalStreamDriver, Mapper, ClassLoader) in com.thoughtworks.xstream.XStream [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/alias/ClassMapper.java:25: warning - Tag @link: reference not found: Mapper.Null [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/alias/ClassMapper.java:25: warning - Tag @link: reference not found: Mapper.Null [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/annotations/XStreamConverter.java:39: warning - Tag @link: reference not found: com.thoughtworks.xstream.converters.ConverterMatche [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java:32: warning - Tag @link: reference not found: AttributedCharacterIterator.Attribute [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/HarmonyReflectionProvider.java:34: warning - Tag @link: reference not found: com.thoughtworks.acceptance.objects.StandardObject [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/mapper/EnumMapper.java:59: warning - Tag @link: malformed: "#EnumMapper(Mapper))" [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/mapper/EnumMapper.java:59: warning - Tag @link: reference not found: #EnumMapper(Mapper)) [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/mapper/EnumMapper.java:59: warning - Tag @link: reference not found: #EnumMapper(Mapper)) [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/alias/ClassMapper.java:25: warning - Tag @link: reference not found: Mapper.Null [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java:32: warning - Tag @link: reference not found: AttributedCharacterIterator.Attribute [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/mapper/EnumMapper.java:59: warning - Tag @link: reference not found: #EnumMapper(Mapper)) [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java:32: warning - Tag @link: reference not found: AttributedCharacterIterator.Attribute [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java:32: warning - Tag @link: reference not found: AttributedCharacterIterator.Attribute [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java:32: warning - Tag @link: reference not found: AttributedCharacterIterator.Attribute [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/alias/ClassMapper.java:25: warning - Tag @link: reference not found: Mapper.Null [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java:32: warning - Tag @link: reference not found: AttributedCharacterIterator.Attribute [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java:32: warning - Tag @link: reference not found: AttributedCharacterIterator.Attribute [javadoc] Building index for all the packages and classes... [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/alias/ClassMapper.java:25: warning - Tag @link: reference not found: Mapper.Null [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/mapper/EnumMapper.java:59: warning - Tag @link: reference not found: #EnumMapper(Mapper)) [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/alias/ClassMapper.java:25: warning - Tag @link: reference not found: Mapper.Null [javadoc] /builddir/build/BUILD/xstream-1.3.1/xstream/src/java/com/thoughtworks/xstream/mapper/EnumMapper.java:59: warning - Tag @link: reference not found: #EnumMapper(Mapper)) [javadoc] Building index for all classes... [javadoc] Generating /builddir/build/BUILD/xstream-1.3.1/xstream/target/javadoc/help-doc.html... [javadoc] 26 warnings BUILD SUCCESSFUL Total time: 15 seconds + popd ~/build/BUILD/xstream-1.3.1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kuDRy9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 + cd xstream-1.3.1 + scl enable maven30 - + install -d /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java + install -d /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/javadoc + pushd xstream ~/build/BUILD/xstream-1.3.1/xstream ~/build/BUILD/xstream-1.3.1 + install -p -m644 target/xstream-SNAPSHOT.jar /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream.jar + install -p -m644 target/xstream-benchmark-SNAPSHOT.jar /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar + cp -pr target/javadoc /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/javadoc/maven30-xstream ~/build/BUILD/xstream-1.3.1 + popd + install -d -m 755 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-poms + install -pm 644 pom.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream-parent.pom + set -e + _pompart=JPP-xstream-parent.pom + _jarpart=%2 + _filelist=.mfiles + install -dm 755 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/lib/java/%2 ']' + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f '/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64%{_javajnidir}/%2' ']' + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/%2 ']' + /usr/bin/python /opt/rh/rh-java-common/root/usr/share/java-utils/maven_depmap.py -n maven30 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/xstream.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream-parent.pom + sed -i s:/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64:: .mfiles + sort -u -o .mfiles .mfiles + install -pm 644 xstream/pom.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream.pom + set -e + _pompart=JPP-xstream.pom + _jarpart=xstream.jar + _filelist=.mfiles + install -dm 755 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/lib/java/xstream.jar ']' + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f '/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64%{_javajnidir}/xstream.jar' ']' + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream.jar ']' + _jpath=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream.jar + /usr/bin/python /opt/rh/rh-java-common/root/usr/share/java-utils/maven_depmap.py -n maven30 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/xstream.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream.pom /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream.jar + sed -i s:/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64:: .mfiles + sort -u -o .mfiles .mfiles + install -pm 644 xstream-benchmark/pom.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream-benchmark.pom + set -e + _pompart=JPP-xstream-benchmark.pom + _jarpart=xstream-benchmark.jar + _filelist=.mfiles-benchmark + install -dm 755 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/lib/java/xstream-benchmark.jar ']' + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f '/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64%{_javajnidir}/xstream-benchmark.jar' ']' + for _dir in /opt/rh/maven30/root/usr/lib/java '%{_javajnidir}' /opt/rh/maven30/root/usr/share/java + '[' -f /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar ']' + _jpath=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar + /usr/bin/python /opt/rh/rh-java-common/root/usr/share/java-utils/maven_depmap.py -n maven30 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/xstream-benchmark.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream-benchmark.pom /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar + sed -i s:/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64:: .mfiles-benchmark + sort -u -o .mfiles-benchmark .mfiles-benchmark + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/xstream-1.3.1 /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-xstream-1.3.1-9.12.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wxiJLY + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-xstream-1.3.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-xstream-1.3.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-xstream-1.3.1 + exit 0 warning: File listed twice: /opt/rh/maven30/root/usr/share/java/xstream.jar Finding Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 22993 --scl maven30 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/xstream.xml'] [INFO maven.prov] maven30-mvn(com.thoughtworks.xstream:xstream) = 1.3.1, maven30-mvn(com.thoughtworks.xstream:xstream-parent:pom:) = 1.3.1, maven30-mvn(com.thoughtworks.xstream:xstream:pom:) = 1.3.1 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-xstream-1.3.1-9.12.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 22993 --scl maven30 [INFO maven.req] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/xstream.xml'] [INFO maven.req] maven30-runtime, java Provides: maven30-xstream = 1.3.1-9.12.el7.centos maven30-mvn(com.thoughtworks.xstream:xstream) = 1.3.1 maven30-mvn(com.thoughtworks.xstream:xstream-parent:pom:) = 1.3.1 maven30-mvn(com.thoughtworks.xstream:xstream:pom:) = 1.3.1 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: maven30-runtime java Processing files: maven30-xstream-javadoc-1.3.1-9.12.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MJDnbR + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-xstream-javadoc-1.3.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-xstream-javadoc-1.3.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-xstream-javadoc-1.3.1 + exit 0 Finding Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 22993 --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-xstream-1.3.1-9.12.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 22993 --scl maven30 Provides: maven30-xstream-javadoc = 1.3.1-9.12.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: maven30-runtime Processing files: maven30-xstream-benchmark-1.3.1-9.12.el7.centos.noarch Finding Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 22993 --scl maven30 warning: File listed twice: /opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/xstream-benchmark.xml'] [INFO maven.prov] maven30-mvn(com.thoughtworks.xstream:xstream-benchmark:pom:) = 1.3.1, maven30-mvn(com.thoughtworks.xstream:xstream-benchmark) = 1.3.1 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-xstream-1.3.1-9.12.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 22993 --scl maven30 [INFO maven.req] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/xstream-benchmark.xml'] [INFO maven.req] maven30-runtime, java Provides: maven30-xstream-benchmark = 1.3.1-9.12.el7.centos maven30-mvn(com.thoughtworks.xstream:xstream-benchmark:pom:) = 1.3.1 maven30-mvn(com.thoughtworks.xstream:xstream-benchmark) = 1.3.1 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: maven30-runtime java Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 Wrote: /builddir/build/RPMS/maven30-xstream-1.3.1-9.12.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/maven30-xstream-javadoc-1.3.1-9.12.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/maven30-xstream-benchmark-1.3.1-9.12.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WM0uTb + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/maven30-xstream-1.3.1-9.12.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->