http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5761
Summary: SA 32x/r607737 'make test' failures (139/2082) on
FreeBSD
Product: Spamassassin
Version: 3.2.3
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: Regression Tests
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
hi,
building
SA branches/3.2, r607737
in a FreeBSD jail,
uname -a
FreeBSD jMAIL.internal.net 6.2-RELEASE-p9 FreeBSD
6.2-RELEASE-p9 #0: Fri Dec
21 13:28:48 PST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/JAILHOST amd64
using,
setenv LDFLAGS "-L/usr/local/lib"
setenv CFLAGS "-I/usr/local/include"
setenv CPPFLAGS $CFLAGS
perl Makefile.PL \
PREFIX=/usr/local \
DATADIR=/usr/local/etc/SA/Dist \
CONFDIR=/usr/local/etc/SA/Local \
LOCALSTATEDIR=/usr/local/etc/SA/Updates \
ENABLE_SSL="yes" \
CONTACT_ADDRESS=""
make install
build's OK, SA --lints fine, and all seesm to run well.
however, 'make test',
/usr/local/bin/spamd \
--local \
--port=48373 \
--listen-ip=10.0.0.200 \
--nouser-config \
--ipv4only \
--daemonize \
--configpath=/usr/local/etc/SA/Dist \
--socketpath /var/run/spamd/spamd.sock \
--socketowner spamd \
--socketgroup spamd \
--socketmode 0664
setenv SPAMD_HOST "10.0.0.200"
chown -R spamd .
sudo -u spamd make test
fails (summary)
Test Summary Report
-------------------
t/spamc_B.t (Wstat: 0 Tests: 9 Failed: 1)
Failed test number(s): 9
t/spamc_c.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test number(s): 1
t/spamc_c_stdout_closed.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test number(s): 1
t/spamc_E.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test number(s): 2
t/spamc_headers.t (Wstat: 0 Tests: 5 Failed: 2)
Failed test number(s): 3-4
t/spamc_optC.t (Wstat: 0 Tests: 9 Failed: 4)
Failed test number(s): 2, 4, 6, 8
t/spamc_optL.t (Wstat: 0 Tests: 16 Failed: 16)
Failed test number(s): 1-16
t/spamc_x_e.t (Wstat: 0 Tests: 7 Failed: 3)
Failed test number(s): 2-4
t/spamc_x_E_R.t (Wstat: 0 Tests: 49 Failed: 5)
Failed test number(s): 4-6, 8, 11
t/spamc_z.t (Wstat: 0 Tests: 9 Failed: 5)
Failed test number(s): 4-5, 7-9
t/spamd.t (Wstat: 0 Tests: 14 Failed: 7)
Failed test number(s): 5-6, 8-10, 12-13
t/spamd_allow_user_rules.t (Wstat: 0 Tests: 5 Failed: 1)
Failed test number(s): 4
t/spamd_hup.t (Wstat: 0 Tests: 110 Failed: 10)
Failed test number(s): 11, 22, 33, 44, 55, 66, 77, 88, 99, 110
t/spamd_kill_restart.t (Wstat: 0 Tests: 93 Failed: 1)
Failed test number(s): 93
t/spamd_kill_restart_rr.t (Wstat: 0 Tests: 93 Failed: 1)
Failed test number(s): 93
t/spamd_maxchildren.t (Wstat: 0 Tests: 22 Failed: 10)
Failed test number(s): 3-7, 17-21
t/spamd_parallel.t (Wstat: 0 Tests: 20 Failed: 10)
Failed test number(s): 2-6, 16-20
t/spamd_port.t (Wstat: 0 Tests: 4 Failed: 2)
Failed test number(s): 3-4
t/spamd_protocol_10.t (Wstat: 0 Tests: 8 Failed: 6)
Failed test number(s): 2-4, 6-8
Parse errors: Bad plan. You planned 10 tests but ran 8.
t/spamd_report.t (Wstat: 0 Tests: 6 Failed: 3)
Failed test number(s): 3-5
t/spamd_report_ifspam.t (Wstat: 0 Tests: 10 Failed: 3)
Failed test number(s): 3-5
t/spamd_ssl.t (Wstat: 0 Tests: 9 Failed: 5)
Failed test number(s): 4-5, 7-9
t/spamd_ssl_accept_fail.t (Wstat: 0 Tests: 12 Failed: 5)
Failed test number(s): 7-8, 10-12
t/spamd_ssl_tls.t (Wstat: 0 Tests: 9 Failed: 5)
Failed test number(s): 4-5, 7-9
t/spamd_ssl_v2.t (Wstat: 0 Tests: 9 Failed: 5)
Failed test number(s): 4-5, 7-9
t/spamd_ssl_v23.t (Wstat: 0 Tests: 9 Failed: 5)
Failed test number(s): 4-5, 7-9
t/spamd_ssl_v3.t (Wstat: 0 Tests: 9 Failed: 5)
Failed test number(s): 4-5, 7-9
t/spamd_stop.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test number(s): 2
t/spamd_symbols.t (Wstat: 0 Tests: 3 Failed: 2)
Failed test number(s): 2-3
t/spamd_syslog.t (Wstat: 0 Tests: 7 Failed: 5)
Failed test number(s): 3-7
t/spamd_user_rules_leak.t (Wstat: 0 Tests: 28 Failed: 6)
Failed test number(s): 3-6, 9, 20
t/spamd_utf8.t (Wstat: 0 Tests: 3 Failed: 2)
Failed test number(s): 2-3
Files=144, Tests=2082, 930 wallclock secs ( 1.46 usr 1.81 sys + 407.12
cusr
109.15 csys = 519.55 CPU)
Result: FAIL
Failed 32/144 test programs. 139/2082 subtests failed.
*** Error code 255
fwiw, the same results are obtained with/without the SPAMD_HOST var set.
verbose failed-test details are attached.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.