Source: libcommons-lang3-java
Version: 3.0.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20111210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh 
> /build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/debian
> skip faking of existing gnu-getopt:getopt::debian
> mh_patchpoms -plibcommons-lang3-java --debian-build --keep-pom-version 
> --maven-repo=/build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/debian/maven-repo
>  
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to 
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
>               /usr/bin/make -f debian/rules patch-poms; \
>       fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  
> -Dproperties.file.manual=/build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/debian/maven.properties
>  -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/debian/maven-repo
>   package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Commons Lang
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 99 source files to 
> /build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 116 source files to 
> /build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: 
> /build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------

...

> Results :
> 
> Failed tests:   
> org.apache.commons.lang3.ObjectUtilsTest.testMedian_nullItems(): The 
> validated array is empty
>   org.apache.commons.lang3.ObjectUtilsTest.testMedian_emptyItems(): The 
> validated array is empty
>   
> org.apache.commons.lang3.ObjectUtilsTest.testComparatorMedian_nullComparator():
>  null comparator
>   org.apache.commons.lang3.ObjectUtilsTest.testComparatorMedian_nullItems(): 
> null/empty items
>   org.apache.commons.lang3.ObjectUtilsTest.testComparatorMedian_emptyItems(): 
> null/empty items
>   org.apache.commons.lang3.ObjectUtilsTest.testCloneOfUncloneable(): 
> org.apache.commons.lang3.ObjectUtilsTest$UncloneableString.clone()
>   org.apache.commons.lang3.ObjectUtilsTest.testPossibleCloneOfUncloneable(): 
> org.apache.commons.lang3.ObjectUtilsTest$UncloneableString.clone()
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBoolean_int_int_int_noMatch():
>  The Integer did not match either specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBoolean_Integer_Integer_Integer_nullValue():
>  The Integer did not match either specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBoolean_Integer_Integer_Integer_noMatch():
>  The Integer did not match either specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBooleanObject_int_int_int_noMatch():
>  The Integer did not match any specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBooleanObject_Integer_Integer_Integer_Integer_nullValue():
>  The Integer did not match any specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBooleanObject_Integer_Integer_Integer_Integer_noMatch():
>  The Integer did not match any specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBooleanObject_String_String_String_String_nullValue():
>  The String did not match any specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBooleanObject_String_String_String_String_noMatch():
>  The String did not match any specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBoolean_String_String_String_nullValue():
>  The String did not match either specified value
>   
> org.apache.commons.lang3.BooleanUtilsTest.test_toBoolean_String_String_String_noMatch():
>  The String did not match either specified value
>   org.apache.commons.lang3.BooleanUtilsTest.testXor_primitive_nullInput(): 
> The Array must not be null
>   org.apache.commons.lang3.BooleanUtilsTest.testXor_primitive_emptyInput(): 
> Array is empty
>   org.apache.commons.lang3.BooleanUtilsTest.testXor_object_nullInput(): The 
> Array must not be null
>   org.apache.commons.lang3.BooleanUtilsTest.testXor_object_emptyInput(): 
> Array is empty
>   
> org.apache.commons.lang3.BooleanUtilsTest.testXor_object_nullElementInput(): 
> The array must not contain any null elements
>   org.apache.commons.lang3.BooleanUtilsTest.testAnd_primitive_nullInput(): 
> The Array must not be null
>   org.apache.commons.lang3.BooleanUtilsTest.testAnd_primitive_emptyInput(): 
> Array is empty
>   org.apache.commons.lang3.BooleanUtilsTest.testAnd_object_nullInput(): The 
> Array must not be null
>   org.apache.commons.lang3.BooleanUtilsTest.testAnd_object_emptyInput(): 
> Array is empty
>   
> org.apache.commons.lang3.BooleanUtilsTest.testAnd_object_nullElementInput(): 
> The array must not contain any null elements
>   org.apache.commons.lang3.BooleanUtilsTest.testOr_primitive_nullInput(): The 
> Array must not be null
>   org.apache.commons.lang3.BooleanUtilsTest.testOr_primitive_emptyInput(): 
> Array is empty
>   org.apache.commons.lang3.BooleanUtilsTest.testOr_object_nullInput(): The 
> Array must not be null
>   org.apache.commons.lang3.BooleanUtilsTest.testOr_object_emptyInput(): Array 
> is empty
>   org.apache.commons.lang3.BooleanUtilsTest.testOr_object_nullElementInput(): 
> The array must not contain any null elements
>   org.apache.commons.lang3.RangeTest.testHashCode()
>   org.apache.commons.lang3.RangeTest.testEqualsObject()
>   org.apache.commons.lang3.RangeTest.testToString()
>   org.apache.commons.lang3.RangeTest.testToStringFormat()
>   org.apache.commons.lang3.RangeTest.testGetMinimum()
>   org.apache.commons.lang3.RangeTest.testGetMaximum()
>   org.apache.commons.lang3.RangeTest.testContains()
>   org.apache.commons.lang3.RangeTest.testIsAfter()
>   org.apache.commons.lang3.RangeTest.testIsStartedBy()
>   org.apache.commons.lang3.RangeTest.testIsEndedBy()
>   org.apache.commons.lang3.RangeTest.testIsBefore()
>   org.apache.commons.lang3.RangeTest.testElementCompareTo()
>   org.apache.commons.lang3.RangeTest.testContainsRange()
>   org.apache.commons.lang3.RangeTest.testIsAfterRange()
>   org.apache.commons.lang3.RangeTest.testIsOverlappedBy()
>   org.apache.commons.lang3.RangeTest.testIsBeforeRange()
>   org.apache.commons.lang3.RangeTest.testIntersectionWith()
>   org.apache.commons.lang3.RangeTest.testIntersectionWithNull()
>   org.apache.commons.lang3.RangeTest.testIntersectionWithNonOverlapping()
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllObjectArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllObjectArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullObjectArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllBooleanArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllBooleanArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullBooleanArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllByteArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllByteArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullByteArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllCharArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllCharArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullCharArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllDoubleArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllDoubleArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullDoubleArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllFloatArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllFloatArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullFloatArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllIntArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllIntArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullIntArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllLongArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllLongArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullLongArray():
>  Index: 0, Length: 0
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllShortArrayNegativeIndex():
>  Index: -1, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllShortArrayOutOfBoundsIndex():
>  Index: 2, Length: 2
>   
> org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest.testRemoveAllNullShortArray():
>  Index: 0, Length: 0
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinLong_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinLong_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinInt_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinInt_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinShort_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinShort_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinByte_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinByte_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinDouble_nullArray(): 
> The Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinDouble_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinFloat_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMinFloat_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxLong_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxLong_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxInt_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxInt_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxShort_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxShort_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxByte_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxByte_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxDouble_nullArray(): 
> The Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxDouble_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxFloat_nullArray(): The 
> Array must not be null
>   org.apache.commons.lang3.math.NumberUtilsTest.testMaxFloat_emptyArray(): 
> Array cannot be empty.
>   org.apache.commons.lang3.EnumUtilsTest.test_isEnum_nullClass()
>   org.apache.commons.lang3.EnumUtilsTest.test_getEnum_nullClass()
>   org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_nullClass(): 
> EnumClass must be defined.
>   
> org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_nullIterable(): 
> EnumClass must be defined.
>   
> org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_nullClassWithArray():
>  EnumClass must be defined.
>   org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_nullArray(): 
> The validated object is null
>   org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_longClass(): 
> Cannot store 65 TooMany values in 64 bits
>   
> org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_longClassWithArray():
>  Cannot store 65 TooMany values in 64 bits
>   
> org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_nonEnumClass(): 
> class java.lang.Object does not seem to be an Enum type
>   
> org.apache.commons.lang3.EnumUtilsTest.test_generateBitVector_nonEnumClassWithArray():
>  class java.lang.Object does not seem to be an Enum type
>   org.apache.commons.lang3.EnumUtilsTest.test_processBitVector_nullClass(): 
> EnumClass must be defined.
>   org.apache.commons.lang3.EnumUtilsTest.test_processBitVector_longClass(): 
> Cannot store 65 TooMany values in 64 bits
>   org.apache.commons.lang3.AnnotationUtilsTest.testHashCode()
>   org.apache.commons.lang3.AnnotationUtilsTest.testEquivalence()
>   org.apache.commons.lang3.AnnotationUtilsTest.testSameInstance()
>   
> org.apache.commons.lang3.AnnotationUtilsTest.testNonEquivalentAnnotationsOfSameType()
>   
> org.apache.commons.lang3.AnnotationUtilsTest.testAnnotationsOfDifferingTypes()
>   org.apache.commons.lang3.AnnotationUtilsTest.testOneArgNull()
>   org.apache.commons.lang3.text.FormattableUtilsTest.testIllegalEllipsis(): 
> Specified ellipsis 'xx' exceeds precision of 1
>   
> org.apache.commons.lang3.concurrent.ConcurrentUtilsTest.testConcurrentExceptionCauseUnchecked():
>  Not a checked exception: java.lang.RuntimeException
>   
> org.apache.commons.lang3.concurrent.ConcurrentUtilsTest.testConcurrentExceptionCauseError():
>  Not a checked exception: java.lang.Error
>   
> org.apache.commons.lang3.concurrent.ConcurrentUtilsTest.testConcurrentExceptionCauseNull():
>  Not a checked exception: null
>   
> org.apache.commons.lang3.concurrent.ConcurrentUtilsTest.testConcurrentRuntimeExceptionCauseUnchecked():
>  Not a checked exception: java.lang.RuntimeException
>   
> org.apache.commons.lang3.concurrent.ConcurrentUtilsTest.testConcurrentRuntimeExceptionCauseError():
>  Not a checked exception: java.lang.Error
>   
> org.apache.commons.lang3.concurrent.ConcurrentUtilsTest.testConcurrentRuntimeExceptionCauseNull():
>  Not a checked exception: null
>   org.apache.commons.lang3.concurrent.ConstantInitializerTest.testToString()
>   org.apache.commons.lang3.concurrent.ConstantInitializerTest.testGetObject()
>   org.apache.commons.lang3.concurrent.ConstantInitializerTest.testGet()
>   org.apache.commons.lang3.concurrent.ConstantInitializerTest.testEqualsTrue()
>   
> org.apache.commons.lang3.concurrent.ConstantInitializerTest.testEqualsFalse()
>   
> org.apache.commons.lang3.concurrent.ConstantInitializerTest.testEqualsWithOtherObjects()
>   org.apache.commons.lang3.concurrent.LazyInitializerTest.testGet()
>   
> org.apache.commons.lang3.concurrent.LazyInitializerTest.testGetMultipleTimes()
>   org.apache.commons.lang3.concurrent.LazyInitializerTest.testGetConcurrent()
>   
> org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest.testNumberOfInitializeInvocations()
>   org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest.testGet()
>   
> org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest.testGetMultipleTimes()
>   
> org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest.testGetConcurrent()
>   
> org.apache.commons.lang3.concurrent.TimedSemaphoreTest.testInitInvalidPeriod():
>  Time period must be greater 0!
>   
> org.apache.commons.lang3.concurrent.TimedSemaphoreTest.testPassAfterShutdown():
>  TimedSemaphore is shut down!
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testBuildDefaults()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testBuildNamingPatternNull()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testBuildWrappedFactoryNull()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testBuildUncaughtExceptionHandlerNull()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testBuilderReset()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testBuilderResetAfterBuild()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadNamingPattern()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadNoNamingPattern()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadDaemonTrue()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadDaemonFalse()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadNoDaemonFlag()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadPriority()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadNoPriority()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadExHandler()
>   
> org.apache.commons.lang3.concurrent.BasicThreadFactoryTest.testNewThreadNoExHandler()
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testAddInitializerNullName()
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testAddInitializerNullInit()
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeNoChildren()
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeTempExec()
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeChildWithExecutor():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testResultGetInitializerUnknown():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testResultGetResultObjectUnknown():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testResultGetExceptionUnknown():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testResultIsExceptionUnknown():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testResultInitializerNamesModify():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeRuntimeEx():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeEx():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeResultsIsSuccessfulTrue():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeResultsIsSuccessfulFalse():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest.testInitializeNested():
>  addInitializer() must not be called after start()!
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetFieldIllegalArgumentException1():
>  The class must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetFieldIllegalArgumentException2():
>  The field name must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetFieldForceAccessIllegalArgumentException1():
>  The class must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetFieldForceAccessIllegalArgumentException2():
>  The field name must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetDeclaredFieldAccessIllegalArgumentException1():
>  The class must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetDeclaredFieldAccessIllegalArgumentException2():
>  The field name must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetDeclaredFieldForceAccessIllegalArgumentException1():
>  The class must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testGetDeclaredFieldForceAccessIllegalArgumentException2():
>  The field name must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testReadStaticFieldIllegalArgumentException1():
>  The field must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testReadStaticFieldIllegalArgumentException2():
>  The field 's' is not static
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testReadStaticFieldForceAccessIllegalArgumentException1():
>  The field must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testReadStaticFieldForceAccessIllegalArgumentException2():
>  The field 's' is not static
>   org.apache.commons.lang3.reflect.FieldUtilsTest.testReadField()
>   org.apache.commons.lang3.reflect.FieldUtilsTest.testReadFieldForceAccess()
>   org.apache.commons.lang3.reflect.FieldUtilsTest.testReadNamedField(): 
> target object must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testReadNamedFieldForceAccess():
>  target object must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testReadDeclaredNamedField(): 
> target object must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testReadDeclaredNamedFieldForceAccess():
>  target object must not be null
>   org.apache.commons.lang3.reflect.FieldUtilsTest.testWriteField()
>   org.apache.commons.lang3.reflect.FieldUtilsTest.testWriteFieldForceAccess()
>   org.apache.commons.lang3.reflect.FieldUtilsTest.testWriteNamedField(): 
> target object must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testWriteNamedFieldForceAccess():
>  target object must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testWriteDeclaredNamedField():
>  target object must not be null
>   
> org.apache.commons.lang3.reflect.FieldUtilsTest.testWriteDeclaredNamedFieldForceAccess():
>  target object must not be null
>   org.apache.commons.lang3.reflect.FieldUtilsTest.testAmbig(): Reference to 
> field VALUE is ambiguous relative to class 
> org.apache.commons.lang3.reflect.testbed.Ambig; a matching field exists on 
> two or more implemented interfaces.
> 
> Tests run: 2039, Failures: 197, Errors: 0, Skipped: 0
> 
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> 
> Please refer to 
> /build/libcommons-lang3-java-2JnoUA/libcommons-lang3-java-3.0.1/target/surefire-reports
>  for the individual test results.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 15 seconds
> [INFO] Finished at: Sat Dec 10 16:15:49 CET 2011
> [INFO] Final Memory: 19M/361M
> [INFO] 
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/12/10/libcommons-lang3-java_3.0.1-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.



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

Reply via email to