Your message dated Fri, 13 Jul 2012 12:14:32 +0000
with message-id <[email protected]>
and subject line Bug#680224: Removed package(s) from unstable
has caused the Debian Bug report #674345,
regarding jwordsplitter: FTBFS: tests failed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
674345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674345
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Version: 3.0-1.1+rm
Dear submitter,
as the package jwordsplitter has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/680224
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---