https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6884
Bug ID: 6884
Summary: Jenkins is failing on URIBL tests
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Windows 7
Status: NEW
Severity: normal
Priority: P2
Component: Regression Tests
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
- We have failed the last 5 buidls 8280 through 8285 such as:
- Test failure output example:
https://builds.apache.org/job/SpamAssassin-trunk/8284/testReport/make_test/t_uribl_all_types_t/test______2/
- make test on my systems works without issue
Thoughts:
- Might be wrong output in the rules report vis a vis a bug similar to freemail
where we haveincorrect output going into the report
- Might be DNS related but Mark doesn't think so
- Try and get the log output from Jenkins which KAM doesn't know how to do
Per Michael:
One thing you could do is modify the tests/jenkins to archive the logs so that
you can go to the web interface and review them. I'd actually be surprised if
that wasn't already done.
It's been awhile since I messed with the source, but I think just adding a tar
czvf log_output.tgz WORKDIR/t/log/* or whatever the path actually is, would get
you a .tgz of the logs and then modify the Jenkins config to archive that file
along with the results.
--
You are receiving this mail because:
You are the assignee for the bug.