Source: jwordsplitter Version: 3.0-1.1 Severity: serious Tags: wheezy sid User: [email protected] Usertags: qa-ftbfs-20120524 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 `/«PKGBUILDDIR»' > make[1]: Nothing to be done for `update-config'. > make[1]: Leaving directory `/«PKGBUILDDIR»' > install -d $LOCPATH > localedef -f UTF-8 -i en_US $LOCPATH/en_US.UTF-8 > 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/junit.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 -Dcompile.debug=true > -Dcompile.optimize=true test build > Buildfile: /«PKGBUILDDIR»/build.xml > > clean: > > init: > [echo] Apache Ant(TM) version 1.8.2 compiled on September 22 2011 > [mkdir] Created dir: /«PKGBUILDDIR»/build > [mkdir] Created dir: /«PKGBUILDDIR»/dist > > compile: > [mkdir] Created dir: /«PKGBUILDDIR»/build/classes > [javac] /«PKGBUILDDIR»/build.xml:52: warning: 'includeantruntime' was not > set, defaulting to build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 10 source files to /«PKGBUILDDIR»/build/classes > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] /«PKGBUILDDIR»/build.xml:60: warning: 'includeantruntime' was not > set, defaulting to build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 1 source file to /«PKGBUILDDIR»/build/classes > > test: > [mkdir] Created dir: /«PKGBUILDDIR»/build/tests > [junit] Running > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest > [junit] Testsuite: > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest > [junit] Tests run: 9, Failures: 6, Errors: 0, Time elapsed: 0.097 sec > [junit] Tests run: 9, Failures: 6, Errors: 0, Time elapsed: 0.097 sec > [junit] > [junit] Testcase: test took 0.031 sec > [junit] FAILED > [junit] expected:<[Verhalten[, ]st?rung]> but was:<[Verhalten[]st?rung]> > [junit] junit.framework.ComparisonFailure: expected:<[Verhalten[, > ]st?rung]> but was:<[Verhalten[]st?rung]> > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.expect(Unknown > Source) > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.test(Unknown > Source) > [junit] > [junit] Testcase: testWithHyphen took 0.002 sec > [junit] FAILED > [junit] expected:<[Verhalten[, ]St?rung]> but was:<[Verhalten[s-]St?rung]> > [junit] junit.framework.ComparisonFailure: expected:<[Verhalten[, > ]St?rung]> but was:<[Verhalten[s-]St?rung]> > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.expect(Unknown > Source) > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.testWithHyphen(Unknown > Source) > [junit] > [junit] Testcase: testWrongCase took 0.001 sec > [junit] FAILED > [junit] expected:<[VERHALTEN[, ]ST?RUNG]> but was:<[VERHALTEN[S]ST?RUNG]> > [junit] junit.framework.ComparisonFailure: expected:<[VERHALTEN[, > ]ST?RUNG]> but was:<[VERHALTEN[S]ST?RUNG]> > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.expect(Unknown > Source) > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.testWrongCase(Unknown > Source) > [junit] > [junit] Testcase: testWithConnectionCharacter took 0.002 sec > [junit] FAILED > [junit] expected:<[Verhalten[, ]st?rung]> but was:<[Verhalten[]st?rung]> > [junit] junit.framework.ComparisonFailure: expected:<[Verhalten[, > ]st?rung]> but was:<[Verhalten[]st?rung]> > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.expect(Unknown > Source) > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.testWithConnectionCharacter(Unknown > Source) > [junit] > [junit] Testcase: testTooShortWords took 0.001 sec > [junit] Testcase: testNonStrictMode took 0.029 sec > [junit] FAILED > [junit] expected:<[Verhalten[, s]t?rung]> but was:<[Verhalten[s, ]t?rung]> > [junit] junit.framework.ComparisonFailure: expected:<[Verhalten[, > s]t?rung]> but was:<[Verhalten[s, ]t?rung]> > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.expect(Unknown > Source) > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.testNonStrictMode(Unknown > Source) > [junit] > [junit] Testcase: testLongerWords took 0.013 sec > [junit] FAILED > [junit] expected:<[Sauerstoff[, flaschen, st?rungs, ]verhalten]> but > was:<[Sauerstoff[flaschenst?rungs]verhalten]> > [junit] junit.framework.ComparisonFailure: expected:<[Sauerstoff[, > flaschen, st?rungs, ]verhalten]> but > was:<[Sauerstoff[flaschenst?rungs]verhalten]> > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.expect(Unknown > Source) > [junit] at > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest.testLongerWords(Unknown > Source) > [junit] > [junit] Testcase: testNoCompounds took 0.005 sec > [junit] Testcase: testSpecialCases took 0 sec > [junit] Test > de.abelssoft.wordtools.jWordSplitter.impl.GermanWordSplitterTest FAILED > > BUILD FAILED > /«PKGBUILDDIR»/build.xml:78: Tests failed! > > Total time: 2 seconds > make: *** [debian/stamp-ant-build] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2012/05/24/jwordsplitter_3.0-1.1_unstable.log 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

