Package: velocity-tools
Version: 1.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4'
> touch debian/stamp-patched
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/antlr.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-collections.jar:/usr/share/java/commons-digester.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-validator.jar:/usr/share/java/oro.jar:/usr/share/java/servlet-api.jar:/usr/share/java/velocity.jar:/usr/share/java/junit4.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dskip-download=true    
>  jar.view javadoc
> Buildfile: build.xml
> 
> prepare.compile:
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/classes
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/dist
> 
> base-download:
> 
> commons-collections-download:
> 
> http-download:
> 
> do-http-download:
> 
> velocity-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile-download:
> 
> commons-beanutils-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-digester-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-lang-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-logging-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-validator-download:
> 
> http-download:
> 
> do-http-download:
> 
> oro-download:
> 
> http-download:
> 
> do-http-download:
> 
> servletapi-download:
> 
> http-download:
> 
> do-http-download:
> 
> sslext-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-core-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-tiles-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-taglib-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile.view:
>     [javac] Compiling 45 source files to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/classes
>     [javac] ----------
>     [javac] 1. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/generic/ComparisonDateTool.java
>  (at line 23)
>     [javac]   import java.util.Date;
>     [javac]          ^^^^^^^^^^^^^^
>     [javac] The import java.util.Date is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 2. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/generic/ValueParser.java (at line 23)
>     [javac]   import java.util.ArrayList;
>     [javac]          ^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.util.ArrayList is never used
>     [javac] ----------
>     [javac] 3. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/generic/ValueParser.java
>  (at line 26)
>     [javac]   import java.util.List;
>     [javac]          ^^^^^^^^^^^^^^
>     [javac] The import java.util.List is never used
>     [javac] ----------
>     [javac] 
>     [javac] ----------
>     [javac] 4. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/ViewToolInfo.java
>  (at line 96)
>     [javac]   Object instance = clazz.newInstance();
>     [javac]          ^^^^^^^^
>     [javac] The local variable instance is never read
>     [javac] ----------
>     [javac] ----------
>     [javac] 5. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/view/context/ChainedContext.java (at line 70)
>     [javac]   public class ChainedContext extends VelocityContext implements 
> ViewContext
>     [javac]                ^^^^^^^^^^^^^^
>     [javac] The serializable class ChainedContext does not declare a static 
> final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 6. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/view/servlet/ServletToolInfo.java (at line 22)
>     [javac]   import javax.servlet.http.HttpServletRequest;
>     [javac]          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import javax.servlet.http.HttpServletRequest is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 7. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/servlet/ServletToolboxManager.java
>  (at line 23)
>     [javac]   import java.io.PrintWriter;
>     [javac]          ^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.io.PrintWriter is never used
>     [javac] ----------
>     [javac] 8. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/servlet/ServletToolboxManager.java
>     [javac]  (at line 24)
>     [javac]   import java.io.StringWriter;
>     [javac]          ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.io.StringWriter is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 9. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/view/servlet/VelocityViewServlet.java (at line 29)
>     [javac]   import java.util.Properties;
>     [javac]          ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.util.Properties is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 10. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/tools/LinkTool.java
>  (at line 983)
>     [javac]   return URLEncoder.encode(url);
>     [javac]          ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method encode(String) from the type URLEncoder is deprecated
>     [javac] ----------
>     [javac] 10 problems (10 warnings)
>      [copy] Copying 2 files to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/classes
> 
> jar.view:
>       [jar] Building jar: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/dist/velocity-tools-view-1.4.jar
> 
> javadoc:
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/docs/javadoc
>   [javadoc] Generating Javadoc
>   [javadoc] Javadoc execution
>   [javadoc] Loading classes for package org.apache.velocity.tools.generic...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.generic.log...
>   [javadoc] Loading classes for package org.apache.velocity.tools.struts...
>   [javadoc] Loading classes for package org.apache.velocity.tools.view...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.view.context...
>   [javadoc] Loading classes for package org.apache.velocity.tools.view.i18n...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.view.servlet...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.view.tools...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] WARNING: Cannot locate class java.lang.Object referenced in class 
> org.apache.velocity.tools.generic.Alternator
>   [javadoc] WARNING: Error while loading class List
>   [javadoc] WARNING: Error while loading class Field
>   [javadoc] WARNING: Error while loading class DateFormat
>   [javadoc] WARNING: Error while loading class SimpleDateFormat
>   [javadoc] WARNING: Error while loading class Date
>   [javadoc] WARNING: Error while loading class Calendar
>   [javadoc] WARNING: Error while loading class Locale
>   [javadoc] WARNING: Error while loading class Map
>   [javadoc] WARNING: Error while loading class TimeZone
>   [javadoc] WARNING: Error while loading class URLEncoder
>   [javadoc] WARNING: Error while loading class UnsupportedEncodingException
>   [javadoc] WARNING: Error while loading class StringEscapeUtils
>   [javadoc] WARNING: Error while loading class Array
>   [javadoc] WARNING: Error while loading class ArrayList
>   [javadoc] WARNING: Error while loading class Collection
>   [javadoc] WARNING: Error while loading class Iterator
>   [javadoc] WARNING: Error while loading class Collections
>   [javadoc] WARNING: Error while loading class LinkedHashMap
>   [javadoc] WARNING: Error while loading class MissingResourceException
>   [javadoc] WARNING: Error while loading class ResourceBundle
>   [javadoc] WARNING: Error while loading class MessageFormat
>   [javadoc] WARNING: Error while loading class Enumeration
>   [javadoc] WARNING: Error while loading class ArrayIterator
>   [javadoc] WARNING: Error while loading class EnumerationIterator
>   [javadoc] WARNING: Error while loading class DecimalFormat
>   [javadoc] WARNING: Error while loading class DecimalFormatSymbols
>   [javadoc] WARNING: Error while loading class NumberFormat
>   [javadoc] WARNING: Error while loading class Arrays
>   [javadoc] WARNING: Error while loading class Comparator
>   [javadoc] WARNING: Error while loading class PropertyUtils
>   [javadoc] WARNING: Error while loading class StringWriter
>   [javadoc] WARNING: Error while loading class Velocity
>   [javadoc] WARNING: Error while loading class VelocityEngine
>   [javadoc] WARNING: Error while loading class Context
>   [javadoc] WARNING: Error while loading class PrintWriter
>   [javadoc] WARNING: Error while loading class Log
>   [javadoc] WARNING: Error while loading class LogSystem
>   [javadoc] WARNING: Error while loading class LogFactory
>   [javadoc] WARNING: Error while loading class RuntimeServices
>   [javadoc] WARNING: Error while loading class HttpServletRequest
>   [javadoc] WARNING: Error while loading class HttpSession
>   [javadoc] WARNING: Error while loading class ActionForm
>   [javadoc] WARNING: Error while loading class ServletContext
>   [javadoc] WARNING: Error while loading class Globals
>   [javadoc] WARNING: Error while loading class ActionMessage
>   [javadoc] WARNING: Error while loading class ActionMessages
>   [javadoc] WARNING: Error while loading class ModuleConfig
>   [javadoc] WARNING: Error while loading class ForwardConfig
>   [javadoc] WARNING: Error while loading class ActionConfig
>   [javadoc] WARNING: Error while loading class MessageResources
>   [javadoc] WARNING: Error while loading class RequestUtils
>   [javadoc] WARNING: Error while loading class TagUtils
>   [javadoc] WARNING: Error while loading class ModuleUtils
>   [javadoc] WARNING: Error while loading class SecurePlugInInterface
>   [javadoc] WARNING: Error while loading class SecureActionConfig
>   [javadoc] WARNING: Error while loading class Stack
>   [javadoc] WARNING: Error while loading class AttributeDefinition
>   [javadoc] WARNING: Error while loading class ComponentContext
>   [javadoc] WARNING: Error while loading class ComponentDefinition
>   [javadoc] WARNING: Error while loading class Controller
>   [javadoc] WARNING: Error while loading class DefinitionAttribute
>   [javadoc] WARNING: Error while loading class DefinitionNameAttribute
>   [javadoc] WARNING: Error while loading class DefinitionsFactoryException
>   [javadoc] WARNING: Error while loading class DirectStringAttribute
>   [javadoc] WARNING: Error while loading class TilesUtil
>   [javadoc] WARNING: Error while loading class Form
>   [javadoc] WARNING: Error while loading class ValidatorAction
>   [javadoc] WARNING: Error while loading class ValidatorResources
>   [javadoc] WARNING: Error while loading class Var
>   [javadoc] WARNING: Error while loading class Resources
>   [javadoc] WARNING: Error while loading class ValidatorPlugIn
>   [javadoc] WARNING: Error while loading class Rule
>   [javadoc] WARNING: Error while loading class Digester
>   [javadoc] WARNING: Error while loading class RuleSetBase
>   [javadoc] WARNING: Error while loading class Attributes
>   [javadoc] WARNING: Error while loading class Reader
>   [javadoc] WARNING: Error while loading class HttpServletResponseWrapper
>   [javadoc] WARNING: Error while loading class BufferedReader
>   [javadoc] WARNING: Error while loading class ByteArrayOutputStream
>   [javadoc] WARNING: Error while loading class IOException
>   [javadoc] WARNING: Error while loading class InputStream
>   [javadoc] WARNING: Error while loading class InputStreamReader
>   [javadoc] WARNING: Error while loading class StringReader
>   [javadoc] WARNING: Error while loading class HttpURLConnection
>   [javadoc] WARNING: Error while loading class URL
>   [javadoc] WARNING: Error while loading class URLConnection
>   [javadoc] WARNING: Error while loading class RequestDispatcher
>   [javadoc] WARNING: Error while loading class ServletOutputStream
>   [javadoc] WARNING: Error while loading class HttpServletResponse
>   [javadoc] WARNING: Error while loading class InvocationTargetException
>   [javadoc] WARNING: Error while loading class Method
>   [javadoc] WARNING: Error while loading class HashMap
>   [javadoc] WARNING: Error while loading class File
>   [javadoc] WARNING: Error while loading class FileInputStream
>   [javadoc] WARNING: Error while loading class RuleSet
>   [javadoc] WARNING: Error while loading class VelocityContext
>   [javadoc] WARNING: Error while loading class HttpServlet
>   [javadoc] WARNING: Error while loading class OutputStreamWriter
>   [javadoc] WARNING: Error while loading class Writer
>   [javadoc] WARNING: Error while loading class Properties
>   [javadoc] WARNING: Error while loading class ServletConfig
>   [javadoc] WARNING: Error while loading class ServletException
>   [javadoc] WARNING: Error while loading class ExtendedProperties
>   [javadoc] WARNING: Error while loading class Template
>   [javadoc] WARNING: Error while loading class MethodInvocationException
>   [javadoc] WARNING: Error while loading class ParseErrorException
>   [javadoc] WARNING: Error while loading class ResourceNotFoundException
>   [javadoc] WARNING: Error while loading class VelocityWriter
>   [javadoc] WARNING: Error while loading class RuntimeConstants
>   [javadoc] WARNING: Error while loading class SimplePool
>   [javadoc] WARNING: Error while loading class ResourceLoader
>   [javadoc] WARNING: Error while loading class Resource
>   [javadoc] WARNING: Error while loading class HashSet
>   [javadoc] WARNING: Error while loading class ServletRequest
>   [javadoc] WARNING: Error while loading class Matcher
>   [javadoc] WARNING: Error while loading class Pattern
>   [javadoc] WARNING: Error while loading class PatternSyntaxException
>   [javadoc] WARNING: Error while loading class Cookie
>   [javadoc] WARNING: Error while loading class Set
>   [javadoc] WARNING: Error while loading class AbstractContext
>   [javadoc] Resolving references in comments...
>   [javadoc] Resolving references in classes...
>   [javadoc] Resolving references in packages...
>   [javadoc] Resolving references in class comments...
>   [javadoc] Resolving references in package comments...
>   [javadoc] Running doclet...
>   [javadoc] WARNING: Option -validhtml hasn't been specified. Generated HTML 
> will not validate.
>   [javadoc] Building cross-reference information...
>   [javadoc] Writing overview files...
>   [javadoc] Writing full tree...
>   [javadoc] Writing index...
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.generic
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.generic.log
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.struts
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.view
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.view.context
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.view.i18n
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.view.servlet
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.view.tools
>   [javadoc] 122 warnings
> 
> BUILD SUCCESSFUL
> Total time: 3 seconds
> touch debian/stamp-ant-build
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/antlr.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-collections.jar:/usr/share/java/commons-digester.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-validator.jar:/usr/share/java/oro.jar:/usr/share/java/servlet-api.jar:/usr/share/java/velocity.jar:/usr/share/java/junit4.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dskip-download=true    
>  test.generic
> Buildfile: build.xml
> 
> prepare.compile:
> 
> base-download:
> 
> commons-collections-download:
> 
> http-download:
> 
> do-http-download:
> 
> velocity-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile-download:
> 
> commons-beanutils-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-digester-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-lang-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-logging-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-validator-download:
> 
> http-download:
> 
> do-http-download:
> 
> oro-download:
> 
> http-download:
> 
> do-http-download:
> 
> servletapi-download:
> 
> http-download:
> 
> do-http-download:
> 
> sslext-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-core-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-tiles-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-taglib-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile.view:
> 
> jar.view:
> 
> test.generic:
> 
> prepare.test:
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/test/lib
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/rst
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/classes
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/log
>      [copy] Copying 9 files to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src
>      [copy] Copying 1 file to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/test/etc
> 
> whitebox.test.download:
> 
> base-download:
> 
> commons-collections-download:
> 
> http-download:
> 
> do-http-download:
> 
> velocity-download:
> 
> http-download:
> 
> do-http-download:
> 
> whitebox-test-download:
> 
> junit-download:
> 
> http-test-download:
> 
> do-http-test-download:
> 
> compile.whitebox.test:
>     [javac] Compiling 1 source file to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/classes
>     [javac] ----------
>     [javac] 1. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 55)
>     [javac]   private static Map toolbox = null;
>     [javac]                  ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be 
> parameterized
>     [javac] ----------
>     [javac] 2. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 100)
>     [javac]   assertEquals(2007,dateTool.getYear(disp));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 3. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 101)
>     [javac]   assertEquals(0,dateTool.getMonth(disp));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 4. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 102)
>     [javac]   assertEquals(2,dateTool.getDay(disp));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 5. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 131)
>     [javac]   assertEquals(3,mathTool.ceil(2.5));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 6. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 133)
>     [javac]   assertEquals(5,mathTool.floor(5.1));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 7. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 137)
>     [javac]   assertEquals(8,mathTool.idiv(130,16));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 8. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 140)
>     [javac]   assertEquals(11,mathTool.mod(37,13));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 9. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 142)
>     [javac]   assertEquals(13,mathTool.round(12.8));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 10. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apa
>     [javac] che/velocity/tools/test/whitebox/GenericToolsTests.java (at line 
> 143)
>     [javac]   assertEquals(14.2,mathTool.roundTo(1,14.18));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 11. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 144)
>     [javac]   assertEquals(-5.0,mathTool.roundTo(2,-4.999));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 12. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apa
>     [javac] che/velocity/tools/test/whitebox/GenericToolsTests.java (at line 
> 147)
>     [javac]   assertEquals(17,mathTool.toInteger("17"));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 13. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 148)
>     [javac]   assertEquals(18.1,mathTool.toDouble("18.1"));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 13 problems (12 errors, 1 warning)
> 
> BUILD FAILED
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build.xml:590:
>  The following error occurred while executing this line:
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/test.xml:111:
>  Compile failed; see the compiler error output for details.
> 
> Total time: 2 seconds
> make: *** [debian/stamp-ant-check] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/velocity-tools_1.4-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to