Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/xstream.spec'], False, '/var/lib/mock/sclo6-maven30-rh-el6-build-4385-6576/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/xstream.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'} warning: Could not canonicalize hostname: c1bj.rdu2.centos.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/xstream.spec'], False, '/var/lib/mock/sclo6-maven30-rh-el6-build-4385-6576/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/xstream.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.8EOiRY + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + 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 + /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.feRA2G + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + LANG=C + export LANG + unset DISPLAY + 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 + pushd xstream ~/build/BUILD/xstream-1.3.1 ~/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_85 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_85 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_85 [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] /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] Building index for all the packages and classes... [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: 9 seconds + popd ~/build/BUILD/xstream-1.3.1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.60uSqM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch ++ dirname /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch + cd xstream-1.3.1 + LANG=C + export LANG + unset DISPLAY + scl enable maven30 - + install -d /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java + install -d /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar + cp -pr target/javadoc /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/javadoc/maven30-xstream + popd ~/build/BUILD/xstream-1.3.1 + install -d -m 755 /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-poms + install -pm 644 pom.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch%{_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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-metadata/xstream.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream-parent.pom + sed -i s:/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch:: .mfiles + sort -u -o .mfiles .mfiles + install -pm 644 xstream/pom.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch%{_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-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java/xstream.jar ']' + _jpath=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-metadata/xstream.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream.pom /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java/xstream.jar + sed -i s:/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch:: .mfiles + sort -u -o .mfiles .mfiles + install -pm 644 xstream-benchmark/pom.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch%{_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-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar ']' + _jpath=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-metadata/xstream-benchmark.xml /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-poms/JPP-xstream-benchmark.pom /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar + sed -i s:/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch:: .mfiles-benchmark + sort -u -o .mfiles-benchmark .mfiles-benchmark + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/xstream-1.3.1 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/maven30/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python /opt/rh/maven30/root + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7NXWsU + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-xstream-1.3.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-xstream-1.3.1 + /bin/mkdir -p /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-xstream-1.3.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java/xstream.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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 Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 7153 --scl maven30 [INFO maven.req] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-metadata/xstream.xml'] [INFO maven.req] maven30-runtime, java Finding Requires: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-requires-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 7153 --scl maven30 Provides: 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 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: maven30-runtime java Processing files: maven30-xstream-javadoc-1.3.1-8.bootstrap1.9.12.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SPM1B4 + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-xstream-javadoc-1.3.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-xstream-javadoc-1.3.1 + /bin/mkdir -p /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch/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-8.bootstrap1.9.12.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 7153 --scl maven30 Finding Requires: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-requires-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 7153 --scl maven30 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-8.bootstrap1.9.12.el6.noarch 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-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/java/xstream-benchmark.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/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 Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 7153 --scl maven30 [INFO maven.req] input: ['/builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch/opt/rh/maven30/root/usr/share/maven-metadata/xstream-benchmark.xml'] [INFO maven.req] maven30-runtime, java Finding Requires: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-requires-wrapper /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 7153 --scl maven30 Provides: 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 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: maven30-runtime java Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch warning: Could not canonicalize hostname: c1bj.rdu2.centos.org Wrote: /builddir/build/RPMS/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch.rpm Wrote: /builddir/build/RPMS/maven30-xstream-javadoc-1.3.1-8.bootstrap1.9.12.el6.noarch.rpm Wrote: /builddir/build/RPMS/maven30-xstream-benchmark-1.3.1-8.bootstrap1.9.12.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aKMCPI + umask 022 + cd /builddir/build/BUILD + cd xstream-1.3.1 + /bin/rm -rf /builddir/build/BUILDROOT/maven30-xstream-1.3.1-8.bootstrap1.9.12.el6.noarch + exit 0 Child return code was: 0 LEAVE do -->