D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/velocity-1.7-24.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Svqx0G + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf velocity-1.7 + /usr/bin/tar -xof /home/iurt/rpmbuild/SOURCES/velocity-1.7.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd velocity-1.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.jar' '!' -name 'test*.jar' -print -delete + find . -name '*.class' '!' -name Foo.class -print -delete + cp /home/iurt/rpmbuild/SOURCES/velocity-1.7.pom ./pom.xml + echo 'Patch #0 (0000-Remove-avalon-logkit.patch):' Patch #0 (0000-Remove-avalon-logkit.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file pom.xml patching file src/java/org/apache/velocity/runtime/defaults/velocity.properties patching file src/java/org/apache/velocity/runtime/log/LogManager.java + echo 'Patch #1 (0001-Use-log4j-1.2.17.patch):' Patch #1 (0001-Use-log4j-1.2.17.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file pom.xml + echo 'Patch #2 (0002-Use-system-jars.patch):' Patch #2 (0002-Use-system-jars.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file build/build.xml patching file build/testcases.xml + echo 'Patch #3 (0003-JDBC-41-compat.patch):' Patch #3 (0003-JDBC-41-compat.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/test/org/apache/velocity/test/sql/HsqlDataSource.java + echo 'Patch #4 (0004-Do-not-use-Werken-XPath.patch):' Patch #4 (0004-Do-not-use-Werken-XPath.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/java/org/apache/velocity/anakia/AnakiaElement.java patching file src/java/org/apache/velocity/anakia/NodeList.java patching file src/java/org/apache/velocity/anakia/XPathCache.java patching file src/java/org/apache/velocity/anakia/XPathTool.java + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_dep werken-xpath: + echo 'Patch #5 (0005-Skip-Java-8-incompatible-test.patch):' Patch #5 (0005-Skip-Java-8-incompatible-test.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/test/org/apache/velocity/test/issues/VelTools66TestCase.java + echo 'Patch #6 (0006-Run-javadoc-with-Xdoclint-none.patch):' Patch #6 (0006-Run-javadoc-with-Xdoclint-none.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file build/build.xml + echo 'Patch #7 (0007-Fix-OSGi-metadata.patch):' Patch #7 (0007-Fix-OSGi-metadata.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file build/build.properties + echo 'Patch #8 (0008-Port-to-apache-commons-lang3.patch):' Patch #8 (0008-Port-to-apache-commons-lang3.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file build/build.properties patching file pom.xml Hunk #1 succeeded at 143 (offset -5 lines). patching file src/java/org/apache/velocity/app/event/implement/EscapeHtmlReference.java patching file src/java/org/apache/velocity/app/event/implement/EscapeJavaScriptReference.java patching file src/java/org/apache/velocity/app/event/implement/EscapeSqlReference.java patching file src/java/org/apache/velocity/app/event/implement/EscapeXmlReference.java patching file src/java/org/apache/velocity/runtime/RuntimeInstance.java patching file src/java/org/apache/velocity/runtime/VelocimacroFactory.java patching file src/java/org/apache/velocity/runtime/directive/Block.java patching file src/java/org/apache/velocity/runtime/directive/RuntimeMacro.java patching file src/java/org/apache/velocity/runtime/log/AvalonLogChute.java patching file src/java/org/apache/velocity/runtime/parser/Parser.java patching file src/java/org/apache/velocity/runtime/parser/ParserTokenManager.java patching file src/java/org/apache/velocity/runtime/parser/node/ASTDirective.java patching file src/java/org/apache/velocity/runtime/parser/node/ASTMethod.java patching file src/java/org/apache/velocity/runtime/parser/node/ASTStringLiteral.java patching file src/java/org/apache/velocity/runtime/parser/node/NodeUtils.java patching file src/java/org/apache/velocity/runtime/parser/node/PropertyExecutor.java patching file src/java/org/apache/velocity/runtime/parser/node/SetPropertyExecutor.java patching file src/java/org/apache/velocity/runtime/parser/node/SimpleNode.java patching file src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java patching file src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java patching file src/java/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java patching file src/java/org/apache/velocity/runtime/resource/loader/FileResourceLoader.java patching file src/java/org/apache/velocity/runtime/resource/loader/JarResourceLoader.java patching file src/java/org/apache/velocity/runtime/resource/loader/StringResourceLoader.java patching file src/java/org/apache/velocity/runtime/resource/loader/URLResourceLoader.java patching file src/java/org/apache/velocity/util/introspection/ClassMap.java patching file src/parser/Parser.jjt patching file src/test/org/apache/velocity/io/UnicodeInputStreamTestCase.java patching file src/test/org/apache/velocity/test/BaseTestCase.java patching file src/test/org/apache/velocity/test/MethodCacheKeyTestCase.java patching file src/test/org/apache/velocity/test/sql/HsqlDB.java + rm -f src/java/org/apache/velocity/runtime/log/AvalonLogChute.java + rm -f src/java/org/apache/velocity/runtime/log/AvalonLogSystem.java + rm -f src/java/org/apache/velocity/runtime/log/VelocityFormatter.java + rm src/test/org/apache/velocity/test/VelocityServletTestCase.java + rm src/test/org/apache/velocity/test/sql/DataSourceResourceLoaderTestCase.java + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QTYMmF + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ build-classpath antlr apache-commons-collections commons-lang3 commons-logging glassfish-servlet-api junit jakarta-oro log4j:log4j:1.2.17 jaxen jdom bcel hsqldb junit + export CLASSPATH=/usr/share/java/antlr.jar:/usr/share/java/apache-commons-collections.jar:/usr/share/java/commons-lang3.jar:/usr/share/java/commons-logging.jar:/usr/share/java/glassfish-servlet-api.jar:/usr/share/java/junit.jar:/usr/share/java/jakarta-oro.jar:/usr/share/java/log4j-1.2.17.jar:/usr/share/java/jaxen.jar:/usr/share/java/jdom.jar:/usr/share/java/bcel.jar:/usr/share/java/hsqldb.jar:/usr/share/java/junit.jar + CLASSPATH=/usr/share/java/antlr.jar:/usr/share/java/apache-commons-collections.jar:/usr/share/java/commons-lang3.jar:/usr/share/java/commons-logging.jar:/usr/share/java/glassfish-servlet-api.jar:/usr/share/java/junit.jar:/usr/share/java/jakarta-oro.jar:/usr/share/java/log4j-1.2.17.jar:/usr/share/java/jaxen.jar:/usr/share/java/jdom.jar:/usr/share/java/bcel.jar:/usr/share/java/hsqldb.jar:/usr/share/java/junit.jar + ant -buildfile build/build.xml -Dbuild.sysclasspath=first -Djavac.target=1.6 -Djavac.source=1.6 -Dtest.haltonfailure=false jar javadocs test Buildfile: /home/iurt/rpmbuild/BUILD/velocity-1.7/build/build.xml basic-prepare: [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/classes [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test-src [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test-classes [copy] Copying 231 files to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src [copy] Copying 135 files to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test-src check-jdbc: check-jdbc-true: [copy] Copying 1 file to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src [copy] Copying 3 files to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test-src check-jdbc-false: prepare-jdbc: check-jdk14: check-jdk14-true: [copy] Copying 1 file to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src [copy] Copying 1 file to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test-src check-jdk14-false: prepare-jdk14: prepare: compile-src: [javac] Compiling 233 source files to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac] warning: [options] source value 6 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/util/introspection/UberspectImpl.java:152: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] Method iter = type.getMethod("iterator", null); [javac] ^ [javac] cast to Class for a varargs call [javac] cast to Class[] for a non-varargs call and to suppress this warning [javac] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/util/introspection/UberspectImpl.java:158: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] return (Iterator)iter.invoke(obj, null); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning [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] 6 warnings [copy] Copying 3 files to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/classes clean-dependency-classes: [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/deps jar: build-jar: [jar] Building jar: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/velocity-1.7.jar bundlor: basic-prepare: check-jdbc: check-jdbc-true: check-jdbc-false: prepare-jdbc: check-jdk14: check-jdk14-true: check-jdk14-false: prepare-jdk14: prepare: javadocs: [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/apidocs [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.velocity... [javadoc] Loading source files for package org.apache.velocity.anakia... [javadoc] Loading source files for package org.apache.velocity.app... [javadoc] Loading source files for package org.apache.velocity.app.event... [javadoc] Loading source files for package org.apache.velocity.app.event.implement... [javadoc] Loading source files for package org.apache.velocity.app.tools... [javadoc] Loading source files for package org.apache.velocity.context... [javadoc] Loading source files for package org.apache.velocity.convert... [javadoc] Loading source files for package org.apache.velocity.exception... [javadoc] Loading source files for package org.apache.velocity.io... [javadoc] Loading source files for package org.apache.velocity.runtime... [javadoc] Loading source files for package org.apache.velocity.runtime.directive... [javadoc] Loading source files for package org.apache.velocity.runtime.log... [javadoc] Loading source files for package org.apache.velocity.runtime.parser... [javadoc] Loading source files for package org.apache.velocity.runtime.parser.node... [javadoc] Loading source files for package org.apache.velocity.runtime.resource... [javadoc] Loading source files for package org.apache.velocity.runtime.resource.loader... [javadoc] Loading source files for package org.apache.velocity.runtime.resource.util... [javadoc] Loading source files for package org.apache.velocity.runtime.visitor... [javadoc] Loading source files for package org.apache.velocity.servlet... [javadoc] Loading source files for package org.apache.velocity.texen... [javadoc] Loading source files for package org.apache.velocity.texen.ant... [javadoc] Loading source files for package org.apache.velocity.texen.util... [javadoc] Loading source files for package org.apache.velocity.util... [javadoc] Loading source files for package org.apache.velocity.util.introspection... [javadoc] Constructing Javadoc information... [javadoc] javadoc: error - Error fetching URL: http://java.sun.com/j2se/1.4.2/docs/api/ [javadoc] javadoc: error - Error fetching URL: http://www.jdom.org/docs/apidocs/ [javadoc] javadoc: error - Error fetching URL: http://logging.apache.org/log4j/docs/api/ [javadoc] javadoc: error - Error fetching URL: http://excalibur.apache.org/apidocs/ [javadoc] javadoc: error - Error fetching URL: http://tomcat.apache.org/tomcat-4.1-doc/servletapi/ [javadoc] Standard Doclet version 11.0.9-ea [javadoc] Building tree for all the packages and classes... [javadoc] javadoc: error - Error fetching URL: http://jakarta.apache.org/oro/api/ [javadoc] javadoc: error - Error fetching URL: http://jakarta.apache.org/commons/lang/api-release/ [javadoc] javadoc: error - Error fetching URL: http://jakarta.apache.org/commons/collections/api-release/ [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/anakia/Escape.java:25: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/io/VelocityWriter.java:106: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/JdkLogChute.java:30: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/JdkLogChute.java:30: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogChute.java:36: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogChute.java:36: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogChute.java:37: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogChute.java:37: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogChute.java:38: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogChute.java:38: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogSystem.java:30: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogSystem.java:30: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogSystem.java:31: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogSystem.java:31: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogSystem.java:32: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/Log4JLogSystem.java:32: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/PrimordialLogSystem.java:24: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/PrimordialLogSystem.java:24: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java:39: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java:39: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/ParserTokenManager.java:35: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/ParserTokenManager.java:35: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:80: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:81: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:82: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:83: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:80: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:81: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:82: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:83: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTReference.java:53: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTReference.java:53: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTReference.java:89: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java:35: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java:35: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/MathUtils.java:443: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/MathUtils.java:443: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:78: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:78: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:80: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:80: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:80: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:80: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:81: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:81: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:81: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:81: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:82: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:82: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:82: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:82: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:83: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java:83: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/servlet/VelocityServlet.java:217: warning - invalid usage of tag < [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:80: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:81: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:82: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:83: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:80: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:81: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:82: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:83: warning - invalid usage of tag > [javadoc] Building index for all the packages and classes... [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:79: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:80: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTAndNode.java:81: warning - invalid usage of tag & [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:80: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:81: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:82: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/node/ASTOrNode.java:83: warning - invalid usage of tag > [javadoc] /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/src/org/apache/velocity/runtime/parser/ParserTokenManager.java:35: warning - invalid usage of tag & [javadoc] Building index for all classes... [javadoc] Building index for all classes... [javadoc] Generating /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/apidocs/help-doc.html... [javadoc] 8 errors [javadoc] 97 warnings [jar] Building jar: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/velocity-1.7-javadoc.jar basic-prepare: check-jdbc: check-jdbc-true: check-jdbc-false: prepare-jdbc: check-jdk14: check-jdk14-true: check-jdk14-false: prepare-jdk14: prepare: compile-src: compile-test: [javac] Compiling 139 source files to /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test-classes [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. test-main: [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test-reports [junit] WARNING: multiple versions of ant detected in path for junit [junit] jar:file:/usr/share/java/ant.jar!/org/apache/tools/ant/Project.class [junit] and jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class [junit] Running org.apache.velocity.io.UnicodeInputStreamTestCase [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 sec [junit] Running org.apache.velocity.test.AbsoluteFileResourceLoaderTestCase [junit] Retrieving template at absolute path: /home/iurt/rpmbuild/BUILD/velocity-1.7/test/absolute/absolute.vm [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec [junit] Running org.apache.velocity.test.ArithmeticTestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec [junit] Running org.apache.velocity.test.ArrayMethodsTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec [junit] Running org.apache.velocity.test.BlockMacroTestCase [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 sec [junit] Running org.apache.velocity.test.BreakDirectiveTestCase [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec [junit] Running org.apache.velocity.test.BuiltInEventHandlerTestCase [junit] Tests run: 13, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.711 sec [junit] Test org.apache.velocity.test.BuiltInEventHandlerTestCase FAILED [junit] Running org.apache.velocity.test.ClassloaderChangeTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec [junit] Running org.apache.velocity.test.CommentsTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec [junit] Running org.apache.velocity.test.CommonsExtPropTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec [junit] Running org.apache.velocity.test.ContextSafetyTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec [junit] Running org.apache.velocity.test.DefineTestCase [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec [junit] Running org.apache.velocity.test.EncodingTestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 sec [junit] Running org.apache.velocity.test.EvaluateContextTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec [junit] Running org.apache.velocity.test.EvaluateTestCase [junit] [warn] The directive.evaluate.context.class property has been deprecated. It will be removed in Velocity 2.0. Instead, please use the automatically provided $evaluate namespace to get and set local references (e.g. #set($evaluate.foo = 'bar') and $evaluate.foo). [junit] [warn] The directive.evaluate.context.class property has been deprecated. It will be removed in Velocity 2.0. Instead, please use the automatically provided $evaluate namespace to get and set local references (e.g. #set($evaluate.foo = 'bar') and $evaluate.foo). [junit] [warn] The directive.evaluate.context.class property has been deprecated. It will be removed in Velocity 2.0. Instead, please use the automatically provided $evaluate namespace to get and set local references (e.g. #set($evaluate.foo = 'bar') and $evaluate.foo). [junit] [warn] The directive.evaluate.context.class property has been deprecated. It will be removed in Velocity 2.0. Instead, please use the automatically provided $evaluate namespace to get and set local references (e.g. #set($evaluate.foo = 'bar') and $evaluate.foo). [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 sec [junit] Running org.apache.velocity.test.EventHandlingTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec [junit] Running org.apache.velocity.test.ExceptionTestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 sec [junit] Running org.apache.velocity.test.ExternalLoggerTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec [junit] Running org.apache.velocity.test.FilteredEventHandlingTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec [junit] Running org.apache.velocity.test.ForeachTestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec [junit] Running org.apache.velocity.test.IfNullTestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 sec [junit] Running org.apache.velocity.test.IncludeErrorTestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec [junit] Running org.apache.velocity.test.IncludeEventHandlingTestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec [junit] Running org.apache.velocity.test.IndexTestCase [junit] [warn] The directive.foreach.counter.initial.value property has been deprecated. It will be removed (along with $velocityCount itself) in Velocity 2.0. Instead, please use $foreach.index to access the 0-based loop index and $foreach.count to access the 1-based loop counter. [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 sec [junit] Running org.apache.velocity.test.InfoTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec [junit] Running org.apache.velocity.test.InlineScopeVMTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec [junit] Running org.apache.velocity.test.IntrospectionCacheDataTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec [junit] Running org.apache.velocity.test.Introspector2TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec [junit] Running org.apache.velocity.test.Introspector3TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec [junit] Running org.apache.velocity.test.IntrospectorTestCase [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec [junit] Running org.apache.velocity.test.InvalidEventHandlerTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec [junit] Running org.apache.velocity.test.MacroForwardDefineTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec [junit] Running org.apache.velocity.test.MethodCacheKeyTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec [junit] Running org.apache.velocity.test.MethodInvocationExceptionTestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec [junit] Running org.apache.velocity.test.MethodOverloadingTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec [junit] Running org.apache.velocity.test.MiscTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec [junit] Running org.apache.velocity.test.MultipleFileResourcePathTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec [junit] Running org.apache.velocity.test.NumberMethodCallsTestCase [junit] Testing: method calls with arguments as context objects [junit] Testing: method calls with arguments as literals [junit] Testing: method calls with arguments as calculated values [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 sec [junit] Running org.apache.velocity.test.ParseExceptionTestCase [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec [junit] Running org.apache.velocity.test.ParseWithMacroLibsTestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 sec [junit] Running org.apache.velocity.test.ParserTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 sec [junit] Running org.apache.velocity.test.PropertyMethodPrecedenceTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec [junit] Running org.apache.velocity.test.ResourceCachingTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 sec [junit] Running org.apache.velocity.test.ResourceExistsTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec [junit] Running org.apache.velocity.test.ResourceLoaderInstanceTestCase [junit] All needed files exist [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec [junit] Running org.apache.velocity.test.ScopeTestCase [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.821 sec [junit] Running org.apache.velocity.test.SecureIntrospectionTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 sec [junit] Running org.apache.velocity.test.SetTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec [junit] Running org.apache.velocity.test.StaticUtilityMethodsTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec [junit] Running org.apache.velocity.test.StopDirectiveTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 sec [junit] Running org.apache.velocity.test.StrictCompareTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec [junit] Running org.apache.velocity.test.StrictEscapeTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec [junit] Running org.apache.velocity.test.StrictForeachTestCase [junit] [error] #foreach parameter $bad at #foreach( $i in[line 1, column 17] is of type org.apache.velocity.test.StrictForeachTestCase$BadIterable and is either of wrong type or cannot be iterated. [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec [junit] [error] #foreach parameter $ugly at #foreach( $i in[line 1, column 17] is of type org.apache.velocity.test.StrictForeachTestCase$UglyIterable and is either of wrong type or cannot be iterated. [junit] Running org.apache.velocity.test.StrictMathTestCase [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec [junit] Running org.apache.velocity.test.StrictReferenceTestCase [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec [junit] Running org.apache.velocity.test.StringConcatenationTestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec [junit] Running org.apache.velocity.test.StringResourceLoaderRepositoryTestCase [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec [junit] Running org.apache.velocity.test.StringResourceLoaderTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.3 sec [junit] Adding TemplateTestCase : arithmetic [junit] Adding TemplateTestCase : array [junit] Adding TemplateTestCase : block [junit] Adding TemplateTestCase : comment [junit] Adding TemplateTestCase : equality [junit] Adding TemplateTestCase : escape [junit] Adding TemplateTestCase : foreach-array [junit] Adding TemplateTestCase : foreach-method [junit] Adding TemplateTestCase : foreach-variable [junit] Adding TemplateTestCase : formal [junit] Adding TemplateTestCase : if [junit] Adding TemplateTestCase : logical [junit] Adding TemplateTestCase : loop [junit] Adding TemplateTestCase : method [junit] Adding TemplateTestCase : quotes [junit] Adding TemplateTestCase : sample [junit] Adding TemplateTestCase : shorthand [junit] Adding TemplateTestCase : test [junit] Adding TemplateTestCase : diabolical [junit] Adding TemplateTestCase : pedantic [junit] Adding TemplateTestCase : subclass [junit] Adding TemplateTestCase : foreach-map [junit] Adding TemplateTestCase : include [junit] Adding TemplateTestCase : escape2 [junit] Adding TemplateTestCase : parse [junit] Adding TemplateTestCase : velocimacro [junit] Adding TemplateTestCase : reference [junit] Adding TemplateTestCase : interpolation [junit] Adding TemplateTestCase : vm_test1 [junit] Adding TemplateTestCase : map [junit] Adding TemplateTestCase : literal [junit] Adding TemplateTestCase : ifstatement [junit] Adding TemplateTestCase : math [junit] Adding TemplateTestCase : range [junit] Adding TemplateTestCase : get [junit] Adding TemplateTestCase : velocimacro2 [junit] Adding TemplateTestCase : foreach-type [junit] Adding TemplateTestCase : foreach-introspect [junit] Adding TemplateTestCase : settest [junit] Adding TemplateTestCase : newline [junit] Adding TemplateTestCase : logical2 [junit] Adding TemplateTestCase : string [junit] Adding TemplateTestCase : stop1 [junit] Adding TemplateTestCase : stop2 [junit] Adding TemplateTestCase : foreach-null-list [junit] Adding TemplateTestCase : curly-directive [junit] Adding TemplateTestCase : comment-eof [junit] Adding TemplateTestCase : commas [junit] Adding TemplateTestCase : stop3 [junit] Running org.apache.velocity.test.TemplateTestCase [junit] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.545 sec [junit] Running org.apache.velocity.test.TestBaseTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 sec [junit] Running org.apache.velocity.test.TextblockTestCase [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 sec [junit] Running org.apache.velocity.test.URLResourceLoaderTimeoutTestCase [junit] Testing a 1.5+ JDK [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec [junit] Running org.apache.velocity.test.UberspectorTestCase [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec [junit] Running org.apache.velocity.test.UnicodeEscapeTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec [junit] Running org.apache.velocity.test.VMContextLocalscopeTestCase [junit] [warn] The velocimacro.context.localscope feature is deprecated and will be removed in Velocity 2.0. Instead, please use the $macro scope to store references that must be local to your macros (e.g. #set( $macro.foo = 'bar' ) and $macro.foo). This $macro namespace is automatically created and destroyed for you at the beginning and end of the macro rendering. [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 sec [junit] Running org.apache.velocity.test.VMLibraryTestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec [junit] Running org.apache.velocity.test.VarargMethodsTestCase [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 sec [junit] Running org.apache.velocity.test.VelocimacroTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec [junit] Running org.apache.velocity.test.VelocityAppTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec [junit] Running org.apache.velocity.test.WrappedExceptionTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec [junit] Running org.apache.velocity.test.issues.VelTools66TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec [junit] Running org.apache.velocity.test.issues.Velocity355And552TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec [junit] Running org.apache.velocity.test.issues.Velocity532TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec [junit] Running org.apache.velocity.test.issues.Velocity537TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec [junit] Running org.apache.velocity.test.issues.Velocity544TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec [junit] Running org.apache.velocity.test.issues.Velocity579TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec [junit] Running org.apache.velocity.test.issues.Velocity580TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec [junit] Running org.apache.velocity.test.issues.Velocity587TestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec [junit] Running org.apache.velocity.test.issues.Velocity589TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 sec [junit] Running org.apache.velocity.test.issues.Velocity614TestCase [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec [junit] Running org.apache.velocity.test.issues.Velocity615TestCase [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec [junit] Running org.apache.velocity.test.issues.Velocity616TestCase [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec [junit] Running org.apache.velocity.test.issues.Velocity625TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec [junit] Running org.apache.velocity.test.issues.Velocity627TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec [junit] Running org.apache.velocity.test.issues.Velocity629TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec [junit] Running org.apache.velocity.test.issues.Velocity62TestCase [junit] [warn] The velocimacro.context.localscope feature is deprecated and will be removed in Velocity 2.0. Instead, please use the $macro scope to store references that must be local to your macros (e.g. #set( $macro.foo = 'bar' ) and $macro.foo). This $macro namespace is automatically created and destroyed for you at the beginning and end of the macro rendering. [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec [junit] [warn] The velocimacro.context.localscope feature is deprecated and will be removed in Velocity 2.0. Instead, please use the $macro scope to store references that must be local to your macros (e.g. #set( $macro.foo = 'bar' ) and $macro.foo). This $macro namespace is automatically created and destroyed for you at the beginning and end of the macro rendering. [junit] Running org.apache.velocity.test.issues.Velocity630TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec [junit] Running org.apache.velocity.test.issues.Velocity631TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec [junit] Running org.apache.velocity.test.issues.Velocity644TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 sec [junit] Running org.apache.velocity.test.issues.Velocity667TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec [junit] Running org.apache.velocity.test.issues.Velocity682TestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 sec [junit] Running org.apache.velocity.test.issues.Velocity689TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.929 sec [junit] Running org.apache.velocity.test.issues.Velocity701TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec [junit] Running org.apache.velocity.test.issues.Velocity702TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec [junit] Running org.apache.velocity.test.issues.Velocity709TestCase [junit] #set($var = "\" )#set($var2 = "${var}")$var2 [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec [junit] Running org.apache.velocity.test.issues.Velocity727TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec [junit] Running org.apache.velocity.test.issues.Velocity728TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec [junit] Running org.apache.velocity.test.issues.Velocity729TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec [junit] Running org.apache.velocity.test.issues.Velocity730TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec [junit] Running org.apache.velocity.test.issues.Velocity742TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec [junit] Running org.apache.velocity.test.issues.Velocity753TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec [junit] Running org.apache.velocity.test.issues.Velocity755TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec [junit] Running org.apache.velocity.test.issues.Velocity758TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec [junit] Running org.apache.velocity.test.issues.Velocity762TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec [junit] Running org.apache.velocity.test.issues.Velocity785TestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec [junit] Running org.apache.velocity.test.util.introspection.ChainedUberspectorsTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec [junit] Running org.apache.velocity.test.util.introspection.ClassMapTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec [junit] Running org.apache.velocity.util.SimplePoolTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec test-legacy: test-cpload: [echo] Running Classpath Resource tests... [java] .. [java] Time: 0.13 [java] [java] OK (2 tests) [java] test-anakia: [echo] Running Anakia tests... [anakia] Transforming into: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test/anakia [anakia] Input: index.xml [anakia] Output: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test/anakia/index.html [anakia] Transforming into: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test/anakia [anakia] Input: index.xml [anakia] Output: /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test/anakia/index.context.html [java] .Passed! [java] . [java] Time: 0.149 [java] [java] OK (2 tests) [java] test-texen: [texen] Using contextProperties file: /home/iurt/rpmbuild/BUILD/velocity-1.7/test/texen/service.props [texen] Using contextProperties file: /home/iurt/rpmbuild/BUILD/velocity-1.7/test/texen/additional.props [texen] /home/iurt/rpmbuild/BUILD/velocity-1.7/test/texen/templates [texen] Generating to file /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test/texen/report [java] .. [java] Time: 0.036 [java] [java] OK (2 tests) [java] test-texen-classpath: Trying to override old definition of task texen [texen] Using contextProperties file: /home/iurt/rpmbuild/BUILD/velocity-1.7/service.props [texen] Using classpath [texen] Generating to file /home/iurt/rpmbuild/BUILD/velocity-1.7/bin/test/texen-classpath/report [java] .. [java] Time: 0.036 [java] [java] OK (2 tests) [java] test-multiloader: [echo] Running MultiLoader tests... [java] .. [java] Time: 0.149 [java] [java] OK (2 tests) [java] test-all: test: BUILD SUCCESSFUL Total time: 2 minutes 16 seconds + sed -i 's/\r//' docs/api/stylesheet.css docs/api/package-list + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xszTaF + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64 + cd velocity-1.7 + '[' 1 -eq 1 ']' + /usr/bin/python3 /usr/share/java-utils/mvn_file.py : velocity + /usr/bin/python3 /usr/share/java-utils/mvn_alias.py : velocity:velocity + /usr/bin/python3 /usr/share/java-utils/mvn_artifact.py pom.xml bin/velocity-1.7.jar + xmvn-install -R .xmvn-reactor -n velocity -d /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64 [INFO] Installing artifact org.apache.velocity:velocity:pom:1.7 [INFO] Installing artifact org.apache.velocity:velocity:jar:1.7 [INFO] Installation successful + jdir=docs/api + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses + '[' -d docs/api ']' + install -dm755 /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/javadoc/velocity + cp -pr docs/api/allclasses-frame.html docs/api/allclasses-noframe.html docs/api/constant-values.html docs/api/deprecated-list.html docs/api/help-doc.html docs/api/index-all.html docs/api/index.html docs/api/org docs/api/overview-frame.html docs/api/overview-summary.html docs/api/overview-tree.html docs/api/package-list docs/api/packages.html docs/api/resources docs/api/serialized-form.html docs/api/stylesheet.css /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/javadoc/velocity + echo /usr/share/javadoc/velocity + rm -r test/issues/velocity-537/compare/velocity537.vm.cmp + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity + cp -pr examples test /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.7-24.mga8 --unique-debug-suffix -1.7-24.mga8.x86_64 --unique-debug-src-base velocity-1.7-24.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/velocity-1.7 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: velocity-1.7-24.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tapiPG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/doc/velocity + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/doc/velocity + cp -pr README.txt /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/doc/velocity + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uloYAF + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity + cp -pr NOTICE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity + RPM_EC=0 ++ jobs -p + exit 0 [INFO maven.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/maven-metadata/velocity.xml'] [INFO maven.prov] mvn(org.apache.velocity:velocity:pom:) = 1.7 mvn(velocity:velocity:pom:) = 1.7, mvn(org.apache.velocity:velocity) = 1.7 mvn(velocity:velocity) = 1.7 [INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/java/velocity.jar'] [INFO osgi.prov] osgi(org.apache.velocity) = 1.7 [INFO maven.req] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/maven-metadata/velocity.xml'] [INFO maven.req] mvn(commons-collections:commons-collections), java-headless, mvn(org.apache.commons:commons-lang3), javapackages-filesystem [INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/java/velocity.jar'] Provides: mvn(org.apache.velocity:velocity) = 1.7 mvn(org.apache.velocity:velocity:pom:) = 1.7 mvn(velocity:velocity) = 1.7 mvn(velocity:velocity:pom:) = 1.7 osgi(org.apache.velocity) = 1.7 velocity = 0:1.7-24.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless javapackages-filesystem mvn(commons-collections:commons-collections) mvn(org.apache.commons:commons-lang3) Processing files: velocity-manual-1.7-24.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7ZPERF + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/doc/velocity-manual + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/doc/velocity-manual + cp -pr docs/api docs/build.html docs/developer-guide.html docs/getting-started.html docs/glossary.html docs/images docs/index.html docs/jar-dependencies.html docs/overview.html docs/site.css docs/translations docs/user-guide.html docs/vtl-reference-guide.html docs/webapps.html /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/doc/velocity-manual + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1IPvCF + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-manual + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-manual + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-manual + cp -pr NOTICE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-manual + RPM_EC=0 ++ jobs -p + exit 0 Provides: velocity-manual = 0:1.7-24.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: velocity-javadoc-1.7-24.mga8.noarch Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6SRzcD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-javadoc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-javadoc + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-javadoc + cp -pr NOTICE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-javadoc + RPM_EC=0 ++ jobs -p + exit 0 Provides: velocity-javadoc = 0:1.7-24.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-filesystem Processing files: velocity-demo-1.7-24.mga8.noarch Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MkKviH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-demo + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-demo + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-demo + cp -pr NOTICE /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/licenses/velocity-demo + RPM_EC=0 ++ jobs -p + exit 0 [INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/cpload/test1.jar'] [INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/cpload/test2.jar'] [INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/multiloader/test1.jar'] [INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/multiloader/test2.jar'] [INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/texen-classpath/test.jar'] [INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/cpload/test1.jar'] [INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/cpload/test2.jar'] [INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/multiloader/test1.jar'] [INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/multiloader/test2.jar'] [INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64/usr/share/velocity/test/texen-classpath/test.jar'] Provides: velocity-demo = 0:1.7-24.mga8 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 /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/velocity-demo-1.7-24.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/velocity-1.7-24.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/velocity-manual-1.7-24.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/velocity-javadoc-1.7-24.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vh1N8C + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd velocity-1.7 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/velocity-1.7-24.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Wpp32C + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf velocity-1.7 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!