Source: sdcv
Version: 0.5.2-1
Severity: serious

https://buildd.debian.org/status/package.php?p=sdcv&suite=sid

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p tmphome/.stardict/dic
# Exclude json test as it's broken in both bash and dash
export HOME=`pwd`/tmphome/; dh_auto_test -- ARGS+="--output-on-failure"
        cd obj-mips-linux-gnu && make -j1 test ARGS\+=--output-on-failure 
ARGS\+=-j1
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-mips-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --output-on-failure -j1
Test project /<<PKGBUILDDIR>>/obj-mips-linux-gnu
      Start  1: t_list
 1/10 Test  #1: t_list ...........................   Passed    0.03 sec
      Start  2: t_use
 2/10 Test  #2: t_use ............................   Passed    0.04 sec
      Start  3: t_only_data_dir
 3/10 Test  #3: t_only_data_dir ..................   Passed    0.03 sec
      Start  4: t_synonyms
 4/10 Test  #4: t_synonyms .......................   Passed    0.07 sec
      Start  5: t_json
 5/10 Test  #5: t_json ...........................***Failed    0.10 sec
sdcv: /<<PKGBUILDDIR>>/src/stardict_lib.cpp:542: const gchar* 
{anonymous}::OffsetIndex::read_first_on_page_key(glong): Assertion `(nitems == 
1)' failed.
Aborted
expected [
  {
    "dict": "Test synonyms",
    "word": "test",
    "definition": "
result of test"
  }
] but got 

      Start  6: t_exact
 6/10 Test  #6: t_exact ..........................   Passed    0.05 sec
      Start  7: t_interactive
 7/10 Test  #7: t_interactive ....................   Passed    1.01 sec
      Start  8: t_utf8output
 8/10 Test  #8: t_utf8output .....................   Passed    0.02 sec
      Start  9: t_utf8input
 9/10 Test  #9: t_utf8input ......................***Failed    0.03 sec
Aborted
/<<PKGBUILDDIR>>/tests/t_utf8input: empty results of search: test failed

      Start 10: t_datadir
10/10 Test #10: t_datadir ........................   Passed    0.03 sec

80% tests passed, 2 tests failed out of 10

Total Test time (real) =   1.43 sec

The following tests FAILED:
          5 - t_json (Failed)
          9 - t_utf8input (Failed)
Errors while running CTest
Makefile:110: recipe for target 'test' failed
make[2]: *** [test] Error 8
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-mips-linux-gnu'
dh_auto_test: cd obj-mips-linux-gnu && make -j1 test ARGS\+=--output-on-failure 
ARGS\+=-j1 returned exit code 2
debian/rules:15: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2

Reply via email to