Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/jvyamlb.spec'], False, '/var/lib/mock/dist-f12-build-524950-80035/root/', None, 86400, True, 0, 103, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/jvyamlb.spec'] warning: Could not canonicalize hostname: xenbuilder2.fedora.redhat.com Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/jvyamlb-0.2.5-3.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/jvyamlb.spec'], False, '/var/lib/mock/dist-f12-build-524950-80035/root/', None, 86400, True, 0, 103, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/jvyamlb.spec'] Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8vZ4yY + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf jvyamlb-0.2.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/jvyamlb-src-0.2.5.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd jvyamlb-0.2.5 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm lib/bytelist-0.1.jar lib/joda-time-1.5.1.jar lib/jvyamlb-0.2.1.jar lib/jvyamlb-0.2.2.jar lib/jvyamlb-0.2.3.jar lib/jvyamlb-0.2.4.jar lib/jvyamlb-0.2.5.jar lib/jvyamlb-0.2.jar + build-jar-repository -s -p lib joda-time bytelist jcodings + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jmhVKD + umask 022 + cd /builddir/build/BUILD + cd jvyamlb-0.2.5 + LANG=C + export LANG + unset DISPLAY + ant Buildfile: build.xml prepare: [mkdir] Created dir: /builddir/build/BUILD/jvyamlb-0.2.5/build [mkdir] Created dir: /builddir/build/BUILD/jvyamlb-0.2.5/build/classes [mkdir] Created dir: /builddir/build/BUILD/jvyamlb-0.2.5/build/classes/jvyaml [mkdir] Created dir: /builddir/build/BUILD/jvyamlb-0.2.5/build/classes/test compile: [javac] Compiling 125 source files to /builddir/build/BUILD/jvyamlb-0.2.5/build/classes/jvyaml [javac] ---------- [javac] 1. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ComposerImpl.java (at line 162) [javac] final Event key = parser.peekEvent(); [javac] ^^^ [javac] The local variable key is never read [javac] ---------- [javac] ---------- [javac] 2. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ConstructorImpl.java (at line 19) [javac] import org.jvyamlb.exceptions.ConstructorException; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jvyamlb.exceptions.ConstructorException is never used [javac] ---------- [javac] ---------- [javac] 3. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/EmitterImpl.java [javac] (at line 1259) [javac] boolean inlineSpaces = false; // non-space space+ non-space [javac] ^^^^^^^^^^^^ [javac] The local variable inlineSpaces is never read [javac] ---------- [javac] ---------- [javac] 4. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/PositioningParserImpl.java (at line 17) [javac] import org.jvyamlb.events.PositionedDocumentEndEvent; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jvyamlb.events.PositionedDocumentEndEvent is never used [javac] ---------- [javac] ---------- [javac] 5. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/RepresenterImpl.java [javac] (at line 27) [javac] import org.jvyamlb.nodes.CollectionNode; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jvyamlb.nodes.CollectionNode is never used [javac] ---------- [javac] 6. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/RepresenterImpl.java (at line 31) [javac] import org.jvyamlb.util.IntHashMap; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jvyamlb.util.IntHashMap is never used [javac] ---------- [javac] 7. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/RepresenterImpl.java (at line 92) [javac] char realStyle = style == 0 ? this.defaultStyle : style; [javac] ^^^^^^^^^ [javac] The local variable realStyle is never read [javac] ---------- [javac] 8. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/RepresenterImpl.java (at line 404) [javac] private static class TestJavaBean implements Serializable { [javac] ^^^^^^^^^^^^ [javac] The serializable class TestJavaBean does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 9. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverImpl.java [javac] (at line 69) [javac] Class newKind = null; [javac] ^^^^^^^ [javac] The local variable newKind is never read [javac] ---------- [javac] 10. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverImpl.java (at line 165) [javac] List resolvers = null; [javac] ^^^^^^^^^ [javac] The local variable resolvers is never read [javac] ---------- [javac] ---------- [javac] 11. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverScanner.java [javac] (at line 315) [javac] private static final byte _resolver_scanner_trans_actions_wi[] = create__resolver_scanner_trans_actions_wi(); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The field ResolverScanner._resolver_scanner_trans_actions_wi is never read locally [javac] ---------- [javac] 12. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverScanner.java (at line 356) [javac] int act; [javac] ^^^ [javac] The local variable act is never read [javac] ---------- [javac] 13. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverScanner.java (at line 357) [javac] int have = 0; [javac] ^^^^ [javac] The local variable have is never read [javac] ---------- [javac] 14. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverScanner.java (at line 358) [javac] int nread = 0; [javac] ^^^^^ [javac] The local variable nread is never read [javac] ---------- [javac] 15. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverScanner.java (at line 361) [javac] int tokstart = -1; [javac] ^^^^^^^^ [javac] The local variable tokstart is never read [javac] ---------- [javac] 16. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverScanner.java (at line 362) [javac] int tokend = -1; [javac] ^^^^^^ [javac] The local variable tokend is never read [javac] ---------- [javac] 17. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ResolverScanner.java (at line 387) [javac] _again: do { [javac] ^^^^^^ [javac] The label _again is never explicitly referenced [javac] ---------- [javac] ---------- [javac] 18. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/ScannerImpl.java (at line 1308) [javac] final boolean leadingNonSpace = !BLANK_T[peek()]; [javac] ^^^^^^^^^^^^^^^ [javac] The local variable leadingNonSpace is never read [javac] ---------- [javac] ---------- [javac] 19. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/SerializerImpl.java (at line 14) [javac] import java.util.HashMap; [javac] ^^^^^^^^^^^^^^^^^ [javac] The import java.util.HashMap is never used [javac] ---------- [javac] 20. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/SerializerImpl.java (at line 15) [javac] import java.util.Set; [javac] ^^^^^^^^^^^^^ [javac] The import java.util.Set is never used [javac] ---------- [javac] 21. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/SerializerImpl.java (at line 16) [javac] import java.util.HashSet; [javac] ^^^^^^^^^^^^^^^^^ [javac] The import java.util.HashSet is never used [javac] ---------- [javac] 22. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/SerializerImpl.java (at line 50) [javac] private boolean useTags; [javac] ^^^^^^^ [javac] The field SerializerImpl.useTags is never read locally [javac] ---------- [javac] ---------- [javac] 23. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/events/PositionedDocumentEndEvent.java (at line 6) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] ---------- [javac] 24. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/events/PositionedDocumentStartEvent.java (at line 6) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] [javac] ---------- [javac] ---------- [javac] 25. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/events/PositionedMappingStartEvent.java (at line 6) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] ---------- [javac] 26. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/events/PositionedSequenceSta [javac] rtEvent.java (at line 6) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] ---------- [javac] 27. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/ComposerException.java (at line 9) [javac] public class ComposerException extends YAMLException { [javac] ^^^^^^^^^^^^^^^^^ [javac] The serializable class ComposerException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 28. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/ConstructorExcept [javac] ion.java (at line 9) [javac] public class ConstructorException extends YAMLException { [javac] ^^^^^^^^^^^^^^^^^^^^ [javac] The serializable class ConstructorException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 29. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/EmitterException.java (at line 9) [javac] public class EmitterException extends YAMLException { [javac] ^^^^^^^^^^^^^^^^ [javac] The serializable class EmitterException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 30. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/ParserException.j [javac] ava (at line 9) [javac] public class ParserException extends YAMLException { [javac] ^^^^^^^^^^^^^^^ [javac] The serializable class ParserException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 31. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/PositionedComposerException.java (at line 12) [javac] public class PositionedComposerException extends ComposerException imp [javac] lements Positionable { [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The serializable class PositionedComposerException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 32. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/PositionedParserException.java (at line 12) [javac] public class PositionedParserException extends ParserException implement [javac] s Positionable { [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The serializable class PositionedParserException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 33. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/PositionedScannerException.java (at line 12) [javac] public class PositionedScannerException extends ScannerException implem [javac] ents Positionable { [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The serializable class PositionedScannerException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 34. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/RepresenterException.java (at line 9) [javac] public class RepresenterException extends YAMLException { [javac] ^^^^^^^^^^^^^^^^^^^^ [javac] The serializable class RepresenterException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 35. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/ResolverException [javac] .java (at line 9) [javac] public class ResolverException extends YAMLException { [javac] ^^^^^^^^^^^^^^^^^ [javac] The serializable class ResolverException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 36. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/ScannerException.java (at line 10) [javac] public class ScannerException extends YAMLException { [javac] ^^^^^^^^^^^^^^^^ [javac] The serializable class ScannerException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 37. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/SerializerExcepti [javac] on.java (at line 9) [javac] public class SerializerException extends YAMLException { [javac] ^^^^^^^^^^^^^^^^^^^ [javac] The serializable class SerializerException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 38. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/exceptions/YAMLException.java (at line 9) [javac] public class YAMLException extends RuntimeException { [javac] ^^^^^^^^^^^^^ [javac] The serializable class YAMLException does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] ---------- [javac] 39. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/tokens/PositionedAliasToken. [javac] java (at line 6) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] ---------- [javac] 40. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/tokens/PositionedAnchorToken.java (at line 6) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] ---------- [javac] 41. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/main/org/jvyamlb/tokens/PositionedDirectiveToken.java (at line 6) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] 41 problems (41 warnings) compile-tests: [javac] Compiling 11 source files to /builddir/build/BUILD/jvyamlb-0.2.5/build/classes/test [javac] ---------- [javac] 1. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/test/org/jvyamlb/PositioningComposerImplTest.java (at line 7) [javac] import java.util.Iterator; [javac] ^^^^^^^^^^^^^^^^^^ [javac] The import java.util.Iterator is never used [javac] ---------- [javac] 2. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/test/org/jvyamlb/PositioningComposerImplTest.java (at line 10) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] ---------- [javac] 3. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/test/org/jvyamlb/PositioningParserImplTest.java (at line 10) [javac] import org.jruby.util.ByteList; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jruby.util.ByteList is never used [javac] ---------- [javac] ---------- [javac] 4. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/test/org/jvyamlb/PositioningScannerImplTest.java (at line 10) [javac] import org.jvyamlb.tokens.PositionedDocumentEndToken; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.jvyamlb.tokens.PositionedDocumentEndToken is never used [javac] ---------- [javac] ---------- [javac] 5. WARNING in /builddir/build/BUILD/jvyamlb-0.2.5/src/test/org/jvyamlb/YAMLDumpTest.java (at line 75) [javac] String s = v.toString(); [javac] ^ [javac] The local variable s is never read [javac] ---------- [javac] 5 problems (5 warnings) test: [junit] Testsuite: org.jvyamlb.PositionTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec [junit] [junit] Testsuite: org.jvyamlb.PositioningComposerImplTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.032 sec [junit] [junit] Testsuite: org.jvyamlb.PositioningParserImplTest [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 0.083 sec [junit] [junit] Testsuite: org.jvyamlb.PositioningScannerImplTest [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 0.03 sec [junit] [junit] Testsuite: org.jvyamlb.RoundtripTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.158 sec [junit] [junit] Testsuite: org.jvyamlb.SimpleLoadTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.117 sec [junit] [junit] Testsuite: org.jvyamlb.YAMLDumpTest [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.035 sec [junit] [junit] Testsuite: org.jvyamlb.YAMLLoadTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.14 sec [junit] jar: [jar] Building jar: /builddir/build/BUILD/jvyamlb-0.2.5/lib/jvyamlb-0.2.5.jar BUILD SUCCESSFUL Total time: 15 seconds + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iIZNO9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch ++ dirname /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch + cd jvyamlb-0.2.5 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch + mkdir -p /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch/usr/share/java + cp -p lib/jvyamlb-0.2.5.jar /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch/usr/share/java/jvyamlb.jar + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/jvyamlb-0.2.5 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jhuNHK + umask 022 + cd /builddir/build/BUILD + cd jvyamlb-0.2.5 + unset DISPLAY + ant test Buildfile: build.xml prepare: compile: compile-tests: test: [junit] Testsuite: org.jvyamlb.PositionTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec [junit] [junit] Testsuite: org.jvyamlb.PositioningComposerImplTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.034 sec [junit] [junit] Testsuite: org.jvyamlb.PositioningParserImplTest [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 0.049 sec [junit] [junit] Testsuite: org.jvyamlb.PositioningScannerImplTest [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 0.031 sec [junit] [junit] Testsuite: org.jvyamlb.RoundtripTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.562 sec [junit] [junit] Testsuite: org.jvyamlb.SimpleLoadTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.177 sec [junit] [junit] Testsuite: org.jvyamlb.YAMLDumpTest [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.039 sec [junit] [junit] Testsuite: org.jvyamlb.YAMLLoadTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.144 sec [junit] BUILD SUCCESSFUL Total time: 14 seconds + exit 0 Processing files: jvyamlb-0.2.5-3.fc12.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lTwqD7 + umask 022 + cd /builddir/build/BUILD + cd jvyamlb-0.2.5 + DOCDIR=/builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch/usr/share/doc/jvyamlb-0.2.5 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch/usr/share/doc/jvyamlb-0.2.5 + /bin/mkdir -p /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch/usr/share/doc/jvyamlb-0.2.5 + cp -pr LICENSE README CREDITS /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch/usr/share/doc/jvyamlb-0.2.5 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch warning: Could not canonicalize hostname: xenbuilder2.fedora.redhat.com Wrote: /builddir/build/RPMS/jvyamlb-0.2.5-3.fc12.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.x7HLnS + umask 022 + cd /builddir/build/BUILD + cd jvyamlb-0.2.5 + rm -rf /builddir/build/BUILDROOT/jvyamlb-0.2.5-3.fc12.noarch + exit 0 Child returncode was: 0 LEAVE do -->