varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

make check failed for both 0.12.1 release & git clone #85

Closed zoglun closed 6 years ago

zoglun commented 6 years ago

Debian 9 varnishd -V varnishd (varnish-5.2.0 revision 4c4875cbf) Copyright (c) 2006 Verdens Gang AS Copyright (c) 2006-2015 Varnish Software AS

# make check
Making check in src
make[1]: Entering directory '/root/varnish-modules-0.12.1/src'
  GEN      vmod_bodyaccess.3
  GEN      vmod_cookie.3
  GEN      vmod_header.3
  GEN      vmod_saintmode.3
  GEN      vmod_softpurge.3
  GEN      vmod_tcp.3
  GEN      vmod_var.3
  GEN      vmod_vsthrottle.3
  GEN      vmod_xkey.3
make  check-TESTS
make[2]: Entering directory '/root/varnish-modules-0.12.1/src'
make[3]: Entering directory '/root/varnish-modules-0.12.1/src'
FAIL: tests/bodyaccess/test01.vtc
FAIL: tests/bodyaccess/test02.vtc
FAIL: tests/bodyaccess/test03.vtc
FAIL: tests/bodyaccess/test04.vtc
FAIL: tests/bodyaccess/test05.vtc
FAIL: tests/cookie/01-set-delete-produce.vtc
FAIL: tests/cookie/02-clean.vtc
FAIL: tests/cookie/03-null.vtc
FAIL: tests/cookie/04-filter_except.vtc
FAIL: tests/cookie/05-filter.vtc
FAIL: tests/cookie/05-get.vtc
FAIL: tests/cookie/06-concurrent-query.vtc
FAIL: tests/cookie/07-isset.vtc
FAIL: tests/cookie/08-overflow.vtc
FAIL: tests/cookie/10-parser.vtc
FAIL: tests/cookie/30-format_1123.vtc
FAIL: tests/cookie/r28.vtc
FAIL: tests/header/append.vtc
FAIL: tests/header/copy.vtc
FAIL: tests/header/get.vtc
FAIL: tests/header/import.vtc
FAIL: tests/header/keep-others.vtc
FAIL: tests/header/remove.vtc
FAIL: tests/header/some-data.vtc
FAIL: tests/saintmode/test01.vtc
FAIL: tests/saintmode/test02.vtc
FAIL: tests/saintmode/test03.vtc
FAIL: tests/softpurge/01-load.vtc
FAIL: tests/softpurge/02-simple-hit.vtc
FAIL: tests/softpurge/03-simple-miss.vtc
FAIL: tests/softpurge/10-softpurge-hit.vtc
FAIL: tests/softpurge/11-really-purged.vtc
FAIL: tests/softpurge/12-softpurge-variants.vtc
FAIL: tests/softpurge/13-softpurge-variants-sickbackend.vtc
FAIL: tests/softpurge/14-mind-the-refcounters.vtc
FAIL: tests/tcp/01-dumpinfo.vtc
FAIL: tests/tcp/02-congestion.vtc
FAIL: tests/tcp/03-read-tcpinfo.vtc
FAIL: tests/tcp/04-pacing.vtc
FAIL: tests/var/test01.vtc
FAIL: tests/var/test02.vtc
FAIL: tests/var/test03.vtc
FAIL: tests/var/test04.vtc
FAIL: tests/var/test05.vtc
FAIL: tests/vsthrottle/test01.vtc
FAIL: tests/vsthrottle/test02.vtc
FAIL: tests/xkey/test01.vtc
FAIL: tests/xkey/test02.vtc
FAIL: tests/xkey/test03.vtc
FAIL: tests/xkey/test04.vtc
FAIL: tests/xkey/test05.vtc
FAIL: tests/xkey/test06.vtc
FAIL: tests/xkey/test07.vtc
FAIL: tests/xkey/test08.vtc
============================================================================
Testsuite summary for varnish-modules 0.12.1
============================================================================
# TOTAL: 54
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  54
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
============================================================================
Makefile:981: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/root/varnish-modules-0.12.1/src'
Makefile:1087: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/root/varnish-modules-0.12.1/src'
Makefile:1153: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/root/varnish-modules-0.12.1/src'
Makefile:538: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
daghf commented 6 years ago

Could you please include the src/test-suite.log output?

dridi commented 6 years ago

I'm closing this issue, but feel free to reopen it once you have test logs to share.