You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Apache Jenkins Server <hu...@hudson.apache.org> on 2011/05/24 18:55:24 UTC

Build failed in Jenkins: SpamAssassin-trunk #7074

See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7074/changes>

Changes:

[kmcgrail] Pass #2 on cleaning up Debian Files

[kmcgrail] Patch for issue 6520 - Might break Jenkins due to NetAddr::IP requirement

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         debian/spamc.substvars
U         debian/files
U         debian/spamc.debhelper.log
U         debian/spamc/DEBIAN/control
U         debian/spamc/DEBIAN/md5sums
U         debian/spamc/usr/share/doc/spamc/procmailrc.example
U         debian/spamc/usr/share/doc/spamc/copyright
U         debian/spamc/usr/share/doc/spamc/TRADEMARK
U         debian/spamc/usr/share/doc/spamc/sample-spam.txt
U         debian/spamc/usr/share/doc/spamc/README.Debian
U         debian/spamassassin.debhelper.log
U         lib/Mail/SpamAssassin/Util/DependencyInfo.pm
U         MANIFEST
U         Makefile.PL
At revision 1127137
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson3473510243112391558.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin-3.4.0 Mail-SpamAssassin-3.4.0.tar.gz 
+ make distclean 
rm -f \
  blib/script/sa-compile blib/script/spamc \
  blib/script/sa-learn blib/script/sa-awl \
  blib/script/spamassassin blib/script/spamd \
  blib/script/sa-check_spamd blib/script/sa-update 
rm -f \
  *.a core \
  core.[0-9] blib/arch/auto/Mail/SpamAssassin/extralibs.all \
  core.[0-9][0-9] SpamAssassin.bso \
  pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \
  SpamAssassin.x  \
  perl tmon.out \
  *.o pm_to_blib \
  blib/arch/auto/Mail/SpamAssassin/extralibs.ld blibdirs.ts \
  core.[0-9][0-9][0-9][0-9][0-9] *perl.core \
  core.*perl.*.? Makefile.aperl \
  perl SpamAssassin.def \
  core.[0-9][0-9][0-9] mon.out \
  libSpamAssassin.def perlmain.c \
  perl.exe so_locations \
  SpamAssassin.exp 
rm -rf \
  spamc/version.h spamc/config.log \
  sa-check_spamd t/bayessql.cf \
  doc spamc/qmail-spamc \
  spamc/*.so pod2htm* \
  spamc/*.o* t/do_net \
  t/log t/sql_based_whitelist.cf \
  version.env sa-update \
  spamc/Makefile sa-learn \
  spamd/spamd rules/*.pm \
  spamc/replace/*.o* rules/70_inactive.cf \
  sa-compile spamc/*.cache \
  spamc/spamc spamc/config.status \
  sa-awl spamassassin \
  spamc/config.h spamc/spamc.h \
  *.cache spamd/*spamc* \
  blib qmail 
mv Makefile Makefile.old > /dev/null 2>&1
rm -f \
  Makefile.old Makefile 
rm -rf \
  Mail-SpamAssassin-3.4.0 
/export/home/jm/tools/perl586/bin/perl "-MExtUtils::Manifest=fullcheck" -e fullcheck
Not in MANIFEST: lib/Mail/SpamAssassin/Plugin/AskDNS.pm
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required NetAddr::IP module is installed ( 4.007),
but is below the minimum required version 4.010,
some functionality will not be available.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module out of date: NetAddr::IP
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Mail::DKIM
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7101

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7101/>

------------------------------------------
Started by user gmcdonald
Building remotely on freebsd1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
At revision 1129017
no change for http://svn.apache.org/repos/asf/spamassassin/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson24855.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ /home/hudson/tools/scripts/spamassassin/run_build_fbsd
+ rm -rf t/log 't/log.*' artifacts testxml 'Mail-SpamAssassin*'
+ make distclean
rm -f  blib/script/sa-compile blib/script/spamc  blib/script/sa-learn blib/script/sa-awl  blib/script/spamassassin blib/script/spamd  blib/script/sa-check_spamd blib/script/sa-update
rm -f  *.a core  core.[0-9] blib/arch/auto/Mail/SpamAssassin/extralibs.all  core.[0-9][0-9] SpamAssassin.bso  pm_to_blib.ts core.[0-9][0-9][0-9][0-9]  SpamAssassin.x   perl tmon.out  *.o pm_to_blib  blib/arch/auto/Mail/SpamAssassin/extralibs.ld blibdirs.ts  core.[0-9][0-9][0-9][0-9][0-9] *perl.core  core.*perl.*.? Makefile.aperl  perl SpamAssassin.def  core.[0-9][0-9][0-9] mon.out  libSpamAssassin.def perlmain.c  perl.exe so_locations  SpamAssassin.exp
rm -rf  spamc/version.h spamc/config.log  sa-check_spamd t/bayessql.cf  doc spamc/qmail-spamc  spamc/*.so pod2htm*  spamc/*.o* t/do_net  t/log t/sql_based_whitelist.cf  version.env sa-update  spamc/Makefile sa-learn  spamd/spamd rules/*.pm  spamc/replace/*.o* rules/70_inactive.cf  sa-compile spamc/*.cache  spamc/spamc spamc/config.status  sa-awl spamassassin  spamc/config.h spamc/spamc.h  *.cache spamd/*spamc*  blib qmail
mv Makefile Makefile.old > /dev/null 2>&1
rm -f  Makefile.old Makefile
rm -rf  Mail-SpamAssassin-3.4.0
/usr/bin/perl "-MExtUtils::Manifest=fullcheck" -e fullcheck
+ mkdir artifacts testxml
+ perl MakeFile.pl
Can't open perl script "MakeFile.pl": No such file or directory
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
Archiving artifacts


Build failed in Jenkins: SpamAssassin-trunk #7100

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7100/changes>

Changes:

[jm] auto-generated test rules

[khopesh] auto-generated rules

[jm] auto-generated test rules

------------------------------------------
[...truncated 1197 lines...]
AU        t/spamd_utf8.t
AU        t/SATest.pl
A         t/SATest.pm
AU        t/root_spamd_virtual.t
AU        t/date.t
AU        t/uribl.t
AU        t/hashcash.t
AU        t/spamd_protocol_10.t
A         t/spamc_z.t
AU        t/spamd_ssl_v2.t
AU        t/dnsbl_sc_meta.t
AU        t/lang_pl_tests.t
AU        t/spamd_ssl_accept_fail.t
AU        t/missing_hb_separator.t
AU        t/spamc.t
AU        t/cidrs.t
AU        t/bayessdbm_seen_delete.t
A         t/data
A         t/data/whitelists
A         t/data/whitelists/winxpnews.com
A         t/data/whitelists/ibm_enews_de
A         t/data/whitelists/netsol_renewal
A         t/data/whitelists/mypoints
A         t/data/whitelists/register.com_password
A         t/data/whitelists/cert.org
A         t/data/whitelists/ryanairmail.com
A         t/data/whitelists/debian_bts_reassign
A         t/data/whitelists/orbitz.com
A         t/data/whitelists/media_unspun
A         t/data/whitelists/amazon_co_uk_ship
A         t/data/whitelists/mlist_mailman_message
A         t/data/whitelists/mlist_yahoo_groups_message
A         t/data/whitelists/sf.net
A         t/data/whitelists/networkworld
A         t/data/whitelists/lp.org
A         t/data/whitelists/action.eff.org
A         t/data/whitelists/linuxplanet
A         t/data/whitelists/infoworld
A         t/data/whitelists/paypal.com
A         t/data/whitelists/yahoo-inc.com
A         t/data/whitelists/oracle_net_techblast
A         t/data/whitelists/amazon_com_ship
A         t/data/whitelists/netcenter-direct_de
A         t/data/whitelists/neat_net_tricks
A         t/data/01_test_rules.cf
A         t/data/spam
A         t/data/spam/bsmtpnull
A         t/data/spam/bsmtp
A         t/data/spam/dnsbl_ipsonly.eml
A         t/data/spam/gtubedcc.eml
A         t/data/spam/badmime2.txt
A         t/data/spam/001
A         t/data/spam/002
A         t/data/spam/dnsbl_domsonly.eml
A         t/data/spam/003
A         t/data/spam/004
A         t/data/spam/005
A         t/data/spam/006
A         t/data/spam/007
A         t/data/spam/008
A         t/data/spam/009
A         t/data/spam/spf1
A         t/data/spam/spf2
A         t/data/spam/spf3
A         t/data/spam/dnsbl.eml
A         t/data/spam/gtube.eml
A         t/data/spam/010
A         t/data/spam/011
A         t/data/spam/012
A         t/data/spam/base64.txt
A         t/data/spam/013
A         t/data/spam/014
A         t/data/spam/015
A         t/data/spam/016
A         t/data/spam/017
A         t/data/spam/018
A         t/data/spam/badctype1
A         t/data/spam/badmime.txt
A         t/data/spam/badctype2
A         t/data/spamc_blank.cf
A         t/data/mime-subject.txt
A         t/data/dkim
A         t/data/dkim/test-pass-01.msg
A         t/data/dkim/test-pass-02.msg
A         t/data/dkim/test-pass-03.msg
A         t/data/dkim/test-pass-04.msg
A         t/data/dkim/test-pass-05.msg
A         t/data/dkim/test-pass-06.msg
A         t/data/dkim/test-fail-01.msg
A         t/data/dkim/test-pass-07.msg
A         t/data/dkim/test-fail-02.msg
A         t/data/dkim/test-pass-08.msg
A         t/data/dkim/test-fail-03.msg
A         t/data/dkim/test-pass-09.msg
A         t/data/dkim/test-fail-04.msg
A         t/data/dkim/test-fail-05.msg
A         t/data/dkim/test-fail-06.msg
A         t/data/dkim/test-fail-07.msg
A         t/data/dkim/test-fail-08.msg
A         t/data/dkim/test-fail-09.msg
A         t/data/dkim/test-adsp-11.msg
A         t/data/dkim/test-adsp-12.msg
A         t/data/dkim/test-adsp-13.msg
A         t/data/dkim/test-adsp-14.msg
A         t/data/dkim/test-adsp-15.msg
A         t/data/dkim/test-adsp-16.msg
A         t/data/dkim/test-adsp-17.msg
A         t/data/dkim/test-adsp-18.msg
A         t/data/dkim/test-adsp-19.msg
A         t/data/dkim/test-pass-10.msg
A         t/data/dkim/test-pass-11.msg
A         t/data/dkim/test-pass-12.msg
A         t/data/dkim/test-pass-13.msg
A         t/data/dkim/test-pass-14.msg
A         t/data/dkim/test-pass-15.msg
A         t/data/dkim/test-pass-16.msg
A         t/data/dkim/test-pass-17.msg
A         t/data/dkim/test-pass-18.msg
A         t/data/dkim/test-pass-19.msg
A         t/data/dkim/test-adsp-20.msg
A         t/data/dkim/test-adsp-21.msg
A         t/data/dkim/test-adsp-22.msg
A         t/data/taintcheckplugin.pm
A         t/data/validuserplugin.pm
A         t/data/testplugin.pm
A         t/data/etc
AU        t/data/etc/hello.txt
A         t/data/etc/testhost.key
A         t/data/etc/testhost.cert
A         t/data/testplugin2.pm
A         t/data/Dumpheaders.pm
A         t/data/reporterplugin.pm
A         t/data/01_test_rules.pre
A         t/data/nice
A         t/data/nice/dkim
A         t/data/nice/dkim/BasicTest_01
A         t/data/nice/dkim/MIMEnowsp_05
A         t/data/nice/dkim/MultipleSig_06
A         t/data/nice/dkim/MIMEsimple_04
A         t/data/nice/dkim/NonExistingHeader_09
A         t/data/nice/dkim/MultipleAuthRes_10
A         t/data/nice/dkim/Nowsp_03
A         t/data/nice/dkim/AddedVtag_07
A         t/data/nice/dkim/MultipleReceived_08
A         t/data/nice/dkim/Simple_02
A         t/data/nice/spf3-received-spf
A         t/data/nice/no_body
A         t/data/nice/001
A         t/data/nice/002
A         t/data/nice/not_gtube.eml
A         t/data/nice/003
A         t/data/nice/004
A         t/data/nice/005
A         t/data/nice/006
A         t/data/nice/007
A         t/data/nice/008
A         t/data/nice/mime1
A         t/data/nice/009
A         t/data/nice/mime2
A         t/data/nice/spf1
A         t/data/nice/spf2
A         t/data/nice/mime3
A         t/data/nice/spf3
A         t/data/nice/mime4
A         t/data/nice/mime5
A         t/data/nice/mime6
A         t/data/nice/mime7
A         t/data/nice/mime8
A         t/data/nice/mime9
A         t/data/nice/010
A         t/data/nice/mailman_message.txt
A         t/data/nice/orig_ip_hdr.eml
A         t/data/nice/011
A         t/data/nice/012
A         t/data/nice/base64.txt
A         t/data/nice/013
A         t/data/nice/014
A         t/data/nice/015
A         t/data/nice/016
A         t/data/nice/cjk
A         t/data/nice/cjk/gb2312.1
A         t/data/nice/cjk/gb2312.2
A         t/data/nice/cjk/iso-2022-jp.1
A         t/data/nice/cjk/iso-2022-jp.2
A         t/data/nice/cjk/big5-base64.1
A         t/data/nice/crlf-endings
AU        t/lang_lint.t
AU        t/spamd_port.t
A         t/sa_compile.t
A         t/if_can.t
AU        t/spamd_prefork_stress_2.t
AU        t/spamd_plugin.t
AU        t/spamd_maxchildren.t
AU        t/mimeparse.t
AU        t/spamd_sql_prefs.t
AU        t/reportheader.t
AU        t/db_based_whitelist_ips.t
AU        t/mkrules_else.t
AU        t/line_endings.t
AU        t/spamd_report_ifspam.t
AU        t/spamd_unix_and_tcp.t
AU        t/spamc_c_stdout_closed.t
AU        t/cpp_comments_in_spamc.t
AU        t/check_implemented.t
AU        t/mimeheader.t
AU        t/spamc_c.t
AU        t/dkim2.t
AU        t/plugin_priorities.t
AU        t/basic_lint.t
AU        t/spamd_allow_user_rules.t
AU        t/rcvd_parser.t
AU        t/spamd_symbols.t
AU        USAGE
A         spamd
A         spamd/PROTOCOL
AU        spamd/README.vpopmail
AU        spamd/redhat-rc-script.sh
AU        spamd/slackware-rc-script.sh
AU        spamd/solaris-rc-script.sh
A         spamd/README.SuSE
AU        spamd/suse-ancient-rc-script.sh
A         spamd/OSXStartup
A         spamd/OSXStartup/StartupParameters.plist
AU        spamd/OSXStartup/SAspamd
A         spamd/OSXStartup/README
AU        spamd/netbsd-rc-script.sh
AU        spamd/spamd.raw
AU        spamd/README
AU        sample-nonspam.txt
AU        TRADEMARK
AU        sa-awl.raw
 U        .
At revision 1129010
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson24853.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ /home/hudson/tools/scripts/spamassassin/run_build_fbsd
+ rm -rf t/log 't/log.*' artifacts testxml 'Mail-SpamAssassin*'
+ make distclean
make: don't know how to make distclean. Stop
+ true
+ mkdir artifacts testxml
+ make
make: no target to make.
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
Archiving artifacts


Build failed in Jenkins: SpamAssassin-trunk #7099

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7099/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128978
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson1760147236895939056.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Net::DNS
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7098

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7098/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128949
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson8294239983467388124.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7097

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7097/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128901
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson6007670042914218976.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7096

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7096/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128870
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson3841044544804207441.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7095

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7095/changes>

Changes:

[jm] auto-generated test rules

[khopesh] auto-generated rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/khopesh/20_khop_sc_bug_6114.cf
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128841
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson2429942771511046081.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7094

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7094/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128800
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson7869009942067901160.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7093

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7093/changes>

Changes:

[hege] No testing needed anymore

[hege] Bug 6353: Fix FH_FROMEML_NOTLD, add MISSING_FROM

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/emailed/00_FVGT_File001.cf
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         rulesrc/sandbox/hege/20_bug6353.cf
U         rules/20_head_tests.cf
At revision 1128775
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson5145248598844888252.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7092

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7092/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

[jm] auto-generated test rules

[kmcgrail] More work trying to get Jenkins/Hudson to identify the newer NetAddr::IP

[jm] auto-generated test rules

[spamassassin_role] promotions validated

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         rules/active.list
U         build/hudson/run_build
At revision 1128651
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson9198852286913161476.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl -I /export/home/hudson/tools/perl/lib/site_perl/ Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7091

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7091/changes>

Changes:

[jm] auto-generated test rules

[khopesh] auto-generated rules

[jm] auto-generated test rules

------------------------------------------
[...truncated 3 lines...]
U         rulesrc/sandbox/khopesh/20_khop_sc_bug_6114.cf
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128569
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson4138366352324284110.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7090

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7090/changes>

Changes:

[kmcgrail] Trivial change to META.yml to Up the version for NetAddr::IP and the SA version reflecting 3.4.0

[kmcgrail] SVN Keyword handling improvement bug 6605

[kmcgrail] Trivial change to add lib/Mail/SpamAssassin/Plugin/AskDNS.pm to MANIFEST

[kmcgrail] Make sa-learn handle an empty folder list correctly - Debian patch bug 6603

[jm] auto-generated test rules

[kmcgrail] Needed to avoid a test break with basic_meta.t due to dependencies with __KAM_LOTTO2

[jm] auto-generated test rules

[kmcgrail] trying a different path for hudson/jenkins perl that has the latest NetAddr::IP

------------------------------------------
[...truncated 11 lines...]
U         sa-update.raw
U         META.yml
U         build/hudson/run_build
At revision 1128546
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson7952927730708038994.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7089

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7089/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
[...truncated 2 lines...]
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128451
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson2572285261358802524.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7088

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7088/changes>

Changes:

[kmcgrail] Currently flying blind so adding some diag lines to run_build to see which perl is being run to ask INFRA to update modules for the correct one

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
[...truncated 3 lines...]
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         build/hudson/run_build
At revision 1128388
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson1033405301555075166.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ which perl 
/usr/bin/perl
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/export/home/jm/tools/perl586/bin/perl
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ which perl 
/usr/bin/perl
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7087

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7087/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

[spamassassin_role] promotions validated

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         rules/active.list
At revision 1128283
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson8604623564649463285.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7086

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7086/changes>

Changes:

[jm] auto-generated test rules

[khopesh] auto-generated rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/khopesh/20_khop_sc_bug_6114.cf
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128198
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson1253309683625819536.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7085

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7085/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128128
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson4778329519348026915.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7084

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7084/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1128073
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson6376866915279063260.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7083

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7083/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1127988
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson7788855229230963861.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7082

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7082/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1127890
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson6684887127128728282.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7081

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7081/changes>

Changes:

[spamassassin_role] promotions validated

[jm] auto-generated test rules

[khopesh] auto-generated rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/khopesh/20_khop_sc_bug_6114.cf
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         rules/active.list
At revision 1127846
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson2930501145185444711.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7080

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7080/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

[kmcgrail] Attempting to get Jenkins to work

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         build/hudson/run_build
At revision 1127749
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson8615604443810676327.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required Digest::SHA module is not installed.
ERROR: the required HTML::Parser module is not installed,
minimum required version is 3.43.
ERROR: the required Net::DNS module is not installed,
minimum required version is 0.34.
ERROR: the required NetAddr::IP module is not installed,
minimum required version is 4.010.
ERROR: the required Archive::Tar module is not installed,
minimum required version is 1.23.
ERROR: the required IO::Zlib module is not installed,
minimum required version is 1.04.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  The Digest::SHA module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also required by the DKIM plugin.


***************************************************************************

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.

  You need to make sure the Net::DNS version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************

  The "sa-update" program requires this module to access tar update
  archive files.


***************************************************************************

  The "sa-update" program requires this module to access compressed
  update archive files.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

  If you wish to use the optional zlib compression for communication
  between spamc and spamd (the -z option to spamc), you need to install
  this module.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the DBD driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" program requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" program requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module missing: Digest::SHA
REQUIRED module missing: HTML::Parser
REQUIRED module missing: Net::DNS
REQUIRED module missing: NetAddr::IP
REQUIRED module missing: Archive::Tar
REQUIRED module missing: IO::Zlib
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: Compress::Zlib
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7079

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7079/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

[kmcgrail] Removing debian patch that is in trunk

[kmcgrail] Removing debian patch that is in trunk

[kmcgrail] pass #2 trying to remove sandbox files

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
D         rulesrc/sandbox/kmcgrail/70_phishing.cf
D         rulesrc/sandbox/kmcgrail/80_deadrules.cf
A         rulesrc/sandbox/kmcgrail/70_phishing.cf.old
A         rulesrc/sandbox/kmcgrail/80_deadrules.cf.old
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
D         debian/patches/85_disable_SSLv2
U         debian/patches/series
U         MANIFEST
At revision 1127678
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson873167593432364292.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required NetAddr::IP module is installed ( 4.007),
but is below the minimum required version 4.010,
some functionality will not be available.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module out of date: NetAddr::IP
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Mail::DKIM
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7078

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7078/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

[kmcgrail] disabling sandbox files

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
D         rulesrc/sandbox/kmcgrail/70_mx.cf
D         rulesrc/sandbox/kmcgrail/20_test.cf
A         rulesrc/sandbox/kmcgrail/20_test.cf.old
A         rulesrc/sandbox/kmcgrail/70_mx.cf.old
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1127585
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson8922363826792924094.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required NetAddr::IP module is installed ( 4.007),
but is below the minimum required version 4.010,
some functionality will not be available.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module out of date: NetAddr::IP
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Mail::DKIM
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7077

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7077/changes>

Changes:

[axb] 

[axb] removed unused publish

May 25 13:41:11.116 [22908] dbg: config: warning: score set for non-existent rule FM_VIAGRA_SPAM1114

[axb] removed unused

May 25 13:41:11.116 [22908] dbg: config: warning: score set for non-existent rule FM_VIAGRA_SPAM1114

[axb] removed unused
score AXB_HELO_LH_HOME 3.406 2.059 3.458 3.619

[axb] removeded unused

May 25 13:41:11.115 [22908] dbg: config: warning: score set for non-existent rule SANE_2b173a7fb7518c75ac8a2d294d773fd8
May 25 13:41:11.116 [22908] dbg: config: warning: score set for non-existent rule SANE_7429530a7398f43f1f1b795f9420714e
May 25 13:41:11.116 [22908] dbg: config: warning: score set for non-existent rule FM_VIAGRA_SPAM1114
May 25 13:41:11.116 [22908] dbg: config: warning: score set for non-existent rule SANE_1c4f3286fa4aed6424ced88bfaf8b09c
May 25 13:41:11.116 [22908] dbg: config: warning: score set for non-existent rule SANE_91eb43f705d25c804374a746d7519660
May 25 13:41:11.117 [22908] dbg: config: warning: score set for non-existent rule SANE_04e8bf28eb445199a7f11b943c44d209
May 25 13:41:11.117 [22908] dbg: config: warning: score set for non-existent rule SANE_d0d2b0f6373bf91253d66dd74c594b87
May 25 13:41:11.117 [22908] dbg: config: warning: score set for non-existent rule AXB_HELO_LH_HOME
May 25 13:41:11.118 [22908] dbg: config: warning: score set for non-existent rule HK_FAKENAME_MICROSOFT
May 25 13:41:11.118 [22908] dbg: config: warning: score set for non-existent rule SANE_3b92eda751c992f230f215fb7eb36844
May 25 13:41:11.118 [22908] dbg: config: warning: score set for non-existent rule SANE_4ef8302546bf270a19baf98508afacc4

[jm] auto-generated test rules

[jm] auto-generated test rules

[spamassassin_role] promotions validated

[jm] auto-generated test rules

[khopesh] auto-generated rules

[jm] auto-generated test rules

[spamassassin_role] updated scores for revision 1126936 active rules added since last mass-check

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/10_force_active.cf
U         rulesrc/sandbox/khopesh/20_khop_sc_bug_6114.cf
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         rulesrc/scores/scores-set0
U         rulesrc/scores/stats-set0
U         rulesrc/scores/scores-set1
U         rulesrc/scores/stats-set1
U         rulesrc/scores/scores-set2
U         rulesrc/scores/scores-set3
U         rulesrc/scores/72_scores.cf
U         rules/active.list
U         rules/50_scores.cf
U         rules/73_sandbox_manual_scores.cf
At revision 1127498
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson809748660314475591.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required NetAddr::IP module is installed ( 4.007),
but is below the minimum required version 4.010,
some functionality will not be available.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module out of date: NetAddr::IP
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Mail::DKIM
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7076

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7076/changes>

Changes:

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
At revision 1127343
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson1744107698565368328.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required NetAddr::IP module is installed ( 4.007),
but is below the minimum required version 4.010,
some functionality will not be available.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module out of date: NetAddr::IP
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Mail::DKIM
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Jenkins: SpamAssassin-trunk #7075

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7075/changes>

Changes:

[kmcgrail] Disable SSLv2 support due to its removal from OpenSSL from Debian package maintenance and noted in Bug 6595

[jm] auto-generated test rules

[jm] auto-generated test rules

------------------------------------------
Started by an SCM change
Building remotely on solaris1
Updating http://svn.apache.org/repos/asf/spamassassin/trunk
U         rulesrc/sandbox/jm/20_sought.cf
U         rulesrc/sandbox/jm/20_sought_fraud.cf
U         spamc/libspamc.h
U         spamc/spamc.pod
U         spamc/spamc.c
U         spamc/libspamc.c
U         spamd/spamd.raw
At revision 1127276
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson6088725922061329572.sh
+ cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
+ ./build/hudson/run_build
+ . /export/home/jm/tools/setenvs 
PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
+ export PATH 
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* 
+ make distclean 
make: Fatal error: Don't know how to make target `distclean'
+ true 
+ mkdir artifacts testxml 
+ perl Makefile.PL 
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system
ERROR: the required NetAddr::IP module is installed ( 4.007),
but is below the minimum required version 4.010,
some functionality will not be available.

NOTE: settings for "make test" are now controlled using "t/config.dist". 
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************

  Used in determining which DNS tests are to be done for each of
  the header's received fields, used by AWL plugin for extracting network
  address from an IPv6 addresses (and from IPv4 address on nondefault mask),
  and used by DNSxL rules for assembling DNS queries out of IPv6 addresses.
  4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include
  error.
  Avoid versions 4.034 and 4.035.


***************************************************************************
NOTE: the optional Digest::SHA module is not installed.

  The Digest::SHA module is required by the DKIM plugin.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 module is not installed,
minimum required version is 2.61.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via an
  IPv6 address. Also used by a DCC plugin to access dccifd over network.


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed,
minimum required version is 0.31, recommended version is 0.37 or higher.

  If this module is installed and the DKIM plugin is enabled,
  SpamAssassin will perform DKIM signature verification when DKIM-Signature
  header fields are present in the message headers, and check ADSP rules
  (e.g. anti-phishing) when a mail message does not contain a valid author
  domain signature. Version 0.37 or later is needed to fully support ADSP.


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.


***************************************************************************
NOTE: the optional Net::Patricia module is not installed,
minimum required version is 1.16.

  If this module is available, it will be used for IP address lookups
  in tables internal_networks, trusted_networks, and msa_networks. Recommended
  when the number of entries in these tables is large, i.e. in hundreds or
  thousands.

REQUIRED module out of date: NetAddr::IP
optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Mail::DKIM
optional module missing: Encode::Detect
optional module missing: Net::Patricia

warning: some functionality may not be available,
please read the above report before continuing!

+ make 
make: Fatal error: No arguments to build
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Re: request for NetAddr::IP Update for Hudson/Jenkins

Posted by "Kevin A. McGrail" <KM...@PCCC.com>.
Understood. Jira ticket open to the best of my abilities.

https://issues.apache.org/jira/browse/INFRA-3654

On 5/24/2011 5:00 PM, Niklas Gustavsson wrote:
> I believe the slave is called the Project SpamAssassin-trunk
> >  (https://builds.apache.org/hudson/job/SpamAssassin-trunk/)
> >
> >  To install the NetAddr module, you could do it a few different ways:
> >
> >  1 - as root, run cpan NetAddr::IP or cpan install NetAddr::IP (depends on
> >  the version of cpan bundle installed)
> >
> >  2 - or you could install it manually with the following commands as root
> >  should work.
> >
> >          cd/tmp/
> >          wget
> >  http://www.peregrinehw.com/downloads/SpamAssassin/NetAddr-IP-4.044.tar.gz
> >          tar zxvf /tmp/20070905SPAM/NetAddr-IP-4.044.tar.gz
> >          cd NetAddr-IP-4.044/
> >          perl Makefile.PL
> >          make test&&  make install
> >
> >  If you give us feedback on how that goes, we can then give you more
> >  instructions for the other modules we would like.
> >
> >  Regards,
> >  KAM


Re: request for NetAddr::IP Update for Hudson/Jenkins

Posted by Niklas Gustavsson <ni...@protocol7.com>.
Thanks, please open a JIRA issue in the infra project for this and
we'll take care of it. The reason for the JIRA issue is that I need
some help with the installation.

/niklas

On Tue, May 24, 2011 at 9:24 PM, Kevin A. McGrail <KM...@pccc.com> wrote:
> Thanks Niklas.
>
> I believe the slave is called the Project SpamAssassin-trunk
> (https://builds.apache.org/hudson/job/SpamAssassin-trunk/)
>
> To install the NetAddr module, you could do it a few different ways:
>
> 1 - as root, run cpan NetAddr::IP or cpan install NetAddr::IP (depends on
> the version of cpan bundle installed)
>
> 2 - or you could install it manually with the following commands as root
> should work.
>
>        cd /tmp/
>        wget
> http://www.peregrinehw.com/downloads/SpamAssassin/NetAddr-IP-4.044.tar.gz
>        tar zxvf /tmp/20070905SPAM/NetAddr-IP-4.044.tar.gz
>        cd NetAddr-IP-4.044/
>        perl Makefile.PL
>        make test && make install
>
> If you give us feedback on how that goes, we can then give you more
> instructions for the other modules we would like.
>
> Regards,
> KAM
>
> On 5/24/2011 3:06 PM, Niklas Gustavsson wrote:
>>
>> This belongs on builds@a.o so I'm moving it there.
>>
>> Yes, we can install this for you. On what slaves do you need it and
>> can you please provide instructions as to how we should install them?
>>
>> /niklas
>>
>>
>> On Tue, May 24, 2011 at 7:07 PM, Kevin A. McGrail<KM...@pccc.com>
>>  wrote:
>>>
>>> Greetings,
>>>
>>> My name is Kevin A. McGrail and I am a PMC member for the ASF
>>> SpamAssassin
>>> project.
>>>
>>> I am uncertain if this is something we can resolve without infrastructure
>>> but we need perl modules installed/updated for Hudson/Jenkins.
>>>
>>> Specifically, NetAddr::IP needs to be updated to 4.010 or later.
>>>
>>> http://search.cpan.org/~miker/NetAddr-IP-4.044/
>>>
>>> 4.044 is the current version
>>>
>>> That is the most pressing issue.
>>>
>>> However, the following request has been made:
>>>
>>> Similarly, Hudson is not testing several other optional modules:
>>> SPF plugin because Mail::SPF is not installed; RelayCountry plugin
>>> because IP::Country module is not installed; Razor plugin because
>>> Razor2 module is not installed; DKIM plugin because Mail::DKIM
>>> is not installed, and a few more non-essential items. It would
>>> probably be prudent to install missing modules for Hudson (but I
>>> don't know how). Also, can we get Hudson an IPv6 connectivity?
>>>
>>> Is this something infrastructure handles or is this something we already
>>> have the ability to maintain and upgrade?
>>>
>>> Sincerely,
>>>
>>> Kevin A. McGrail aka KAM
>>>
>>>
>>> On 5/24/2011 12:55 PM, Apache Jenkins Server wrote:
>>>>
>>>>
>>>> See<https://builds.apache.org/hudson/job/SpamAssassin-trunk/7074/changes>
>>>>
>>>> Changes:
>>>>
>>>> [kmcgrail] Pass #2 on cleaning up Debian Files
>>>>
>>>> [kmcgrail] Patch for issue 6520 - Might break Jenkins due to NetAddr::IP
>>>> requirement
>>>>
>>>> [jm] auto-generated test rules
>>>>
>>>> ------------------------------------------
>>>> Started by an SCM change
>>>> Building remotely on solaris1
>>>> Updating http://svn.apache.org/repos/asf/spamassassin/trunk
>>>> U         rulesrc/sandbox/jm/20_sought_fraud.cf
>>>> U         debian/spamc.substvars
>>>> U         debian/files
>>>> U         debian/spamc.debhelper.log
>>>> U         debian/spamc/DEBIAN/control
>>>> U         debian/spamc/DEBIAN/md5sums
>>>> U         debian/spamc/usr/share/doc/spamc/procmailrc.example
>>>> U         debian/spamc/usr/share/doc/spamc/copyright
>>>> U         debian/spamc/usr/share/doc/spamc/TRADEMARK
>>>> U         debian/spamc/usr/share/doc/spamc/sample-spam.txt
>>>> U         debian/spamc/usr/share/doc/spamc/README.Debian
>>>> U         debian/spamassassin.debhelper.log
>>>> U         lib/Mail/SpamAssassin/Util/DependencyInfo.pm
>>>> U         MANIFEST
>>>> U         Makefile.PL
>>>> At revision 1127137
>>>> [locks-and-latches] Checking to see if we really have the locks
>>>> [locks-and-latches] Have all the locks, build can start
>>>> [SpamAssassin-trunk] $ /bin/bash -xe
>>>> /var/tmp/hudson3473510243112391558.sh
>>>> +
>>>> cd<https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
>>>> + ./build/hudson/run_build
>>>> + . /export/home/jm/tools/setenvs
>>>>
>>>>
>>>> PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
>>>> + export PATH
>>>> + rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin-3.4.0
>>>> Mail-SpamAssassin-3.4.0.tar.gz
>>>> + make distclean
>>>> rm -f \
>>>>   blib/script/sa-compile blib/script/spamc \
>>>>   blib/script/sa-learn blib/script/sa-awl \
>>>>   blib/script/spamassassin blib/script/spamd \
>>>>   blib/script/sa-check_spamd blib/script/sa-update
>>>> rm -f \
>>>>   *.a core \
>>>>   core.[0-9] blib/arch/auto/Mail/SpamAssassin/extralibs.all \
>>>>   core.[0-9][0-9] SpamAssassin.bso \
>>>>   pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \
>>>>   SpamAssassin.x  \
>>>>   perl tmon.out \
>>>>   *.o pm_to_blib \
>>>>   blib/arch/auto/Mail/SpamAssassin/extralibs.ld blibdirs.ts \
>>>>   core.[0-9][0-9][0-9][0-9][0-9] *perl.core \
>>>>   core.*perl.*.? Makefile.aperl \
>>>>   perl SpamAssassin.def \
>>>>   core.[0-9][0-9][0-9] mon.out \
>>>>   libSpamAssassin.def perlmain.c \
>>>>   perl.exe so_locations \
>>>>   SpamAssassin.exp
>>>> rm -rf \
>>>>   spamc/version.h spamc/config.log \
>>>>   sa-check_spamd t/bayessql.cf \
>>>>   doc spamc/qmail-spamc \
>>>>   spamc/*.so pod2htm* \
>>>>   spamc/*.o* t/do_net \
>>>>   t/log t/sql_based_whitelist.cf \
>>>>   version.env sa-update \
>>>>   spamc/Makefile sa-learn \
>>>>   spamd/spamd rules/*.pm \
>>>>   spamc/replace/*.o* rules/70_inactive.cf \
>>>>   sa-compile spamc/*.cache \
>>>>   spamc/spamc spamc/config.status \
>>>>   sa-awl spamassassin \
>>>>   spamc/config.h spamc/spamc.h \
>>>>   *.cache spamd/*spamc* \
>>>>   blib qmail
>>>> mv Makefile Makefile.old>    /dev/null 2>&1
>>>> rm -f \
>>>>   Makefile.old Makefile
>>>> rm -rf \
>>>>   Mail-SpamAssassin-3.4.0
>>>> /export/home/jm/tools/perl586/bin/perl "-MExtUtils::Manifest=fullcheck"
>>>> -e
>>>> fullcheck
>>>> Not in MANIFEST: lib/Mail/SpamAssassin/Plugin/AskDNS.pm
>>>> + mkdir artifacts testxml
>>>> + perl Makefile.PL
>>>> What email address or URL should be used in the suspected-spam report
>>>> text for users who want more information on your filter installation?
>>>> (In particular, ISPs should change this to a local Postmaster contact)
>>>> default text: [the administrator of that system] the administrator of
>>>> that
>>>> system
>>>>  ERROR: the required NetAddr::IP module is installed ( 4.007),
>>>> but is below the minimum required version 4.010,
>>>> some functionality will not be available.
>>>>
>>>> NOTE: settings for "make test" are now controlled using "t/config.dist".
>>>> See that file if you wish to customise what tests are run, and how.
>>>>
>>>> checking module dependencies and their versions...
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>>
>>>>   Used in determining which DNS tests are to be done for each of
>>>>   the header's received fields, used by AWL plugin for extracting
>>>> network
>>>>   address from an IPv6 addresses (and from IPv4 address on nondefault
>>>> mask),
>>>>   and used by DNSxL rules for assembling DNS queries out of IPv6
>>>> addresses.
>>>>   4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al
>>>> include
>>>>   error.
>>>>   Avoid versions 4.034 and 4.035.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional Digest::SHA module is not installed.
>>>>
>>>>   The Digest::SHA module is required by the DKIM plugin.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional DB_File module is not installed.
>>>>
>>>>   Used to store data on-disk, for the Bayes-style logic and
>>>>   auto-whitelist.  *Much* more efficient than the other standard Perl
>>>>   database packages.  Strongly recommended.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional Mail::SPF module is not installed.
>>>>
>>>>   Used to check DNS Sender Policy Framework (SPF) records to fight email
>>>>   address forgery and make it easier to identify spams.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional IP::Country module is not installed.
>>>>
>>>>   Used by the RelayCountry plugin (not enabled by default) to determine
>>>>   the domain country codes of each relay in the path of an email.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional Razor2 module is not installed,
>>>> minimum required version is 2.61.
>>>>
>>>>   Used to check message signatures against Vipul's Razor collaborative
>>>>   filtering network. Razor has a large number of dependencies on CPAN
>>>>   modules. Feel free to skip installing it, if this makes you nervous;
>>>>   SpamAssassin will still work well without it.
>>>>
>>>>   More info on installing and using Razor can be found
>>>>   at http://wiki.apache.org/spamassassin/InstallingRazor .
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional Net::Ident module is not installed.
>>>>
>>>>   If you plan to use the --auth-ident option to spamd, you will need
>>>>   to install this module.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional IO::Socket::INET6 module is not installed.
>>>>
>>>>   This is required if the first nameserver listed in your IP
>>>>   configuration or /etc/resolv.conf file is available only via an
>>>>   IPv6 address. Also used by a DCC plugin to access dccifd over network.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional Mail::DKIM module is not installed,
>>>> minimum required version is 0.31, recommended version is 0.37 or higher.
>>>>
>>>>   If this module is installed and the DKIM plugin is enabled,
>>>>   SpamAssassin will perform DKIM signature verification when
>>>> DKIM-Signature
>>>>   header fields are present in the message headers, and check ADSP rules
>>>>   (e.g. anti-phishing) when a mail message does not contain a valid
>>>> author
>>>>   domain signature. Version 0.37 or later is needed to fully support
>>>> ADSP.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional Encode::Detect module is not installed.
>>>>
>>>>   If you plan to use the normalize_charset config setting to detect
>>>>   charsets and convert them into Unicode, you will need to install
>>>>   this module.
>>>>
>>>>
>>>>
>>>>
>>>> ***************************************************************************
>>>> NOTE: the optional Net::Patricia module is not installed,
>>>> minimum required version is 1.16.
>>>>
>>>>   If this module is available, it will be used for IP address lookups
>>>>   in tables internal_networks, trusted_networks, and msa_networks.
>>>> Recommended
>>>>   when the number of entries in these tables is large, i.e. in hundreds
>>>> or
>>>>   thousands.
>>>>
>>>> REQUIRED module out of date: NetAddr::IP
>>>> optional module missing: Digest::SHA
>>>> optional module missing: DB_File
>>>> optional module missing: Mail::SPF
>>>> optional module missing: IP::Country
>>>> optional module missing: Razor2
>>>> optional module missing: Net::Ident
>>>> optional module missing: IO::Socket::INET6
>>>> optional module missing: Mail::DKIM
>>>> optional module missing: Encode::Detect
>>>> optional module missing: Net::Patricia
>>>>
>>>> warning: some functionality may not be available,
>>>> please read the above report before continuing!
>>>>
>>>> + make
>>>> make: Fatal error: No arguments to build
>>>> [locks-and-latches] Releasing all the locks
>>>> [locks-and-latches] All the locks released
>>>> Archiving artifacts
>>>> Recording test results
>>>
>
>

Re: request for NetAddr::IP Update for Hudson/Jenkins

Posted by "Kevin A. McGrail" <KM...@PCCC.com>.
Thanks Niklas.

I believe the slave is called the Project SpamAssassin-trunk 
(https://builds.apache.org/hudson/job/SpamAssassin-trunk/)

To install the NetAddr module, you could do it a few different ways:

1 - as root, run cpan NetAddr::IP or cpan install NetAddr::IP (depends 
on the version of cpan bundle installed)

2 - or you could install it manually with the following commands as root 
should work.

         cd /tmp/
         wget 
http://www.peregrinehw.com/downloads/SpamAssassin/NetAddr-IP-4.044.tar.gz
         tar zxvf /tmp/20070905SPAM/NetAddr-IP-4.044.tar.gz
         cd NetAddr-IP-4.044/
         perl Makefile.PL
         make test && make install

If you give us feedback on how that goes, we can then give you more 
instructions for the other modules we would like.

Regards,
KAM

On 5/24/2011 3:06 PM, Niklas Gustavsson wrote:
> This belongs on builds@a.o so I'm moving it there.
>
> Yes, we can install this for you. On what slaves do you need it and
> can you please provide instructions as to how we should install them?
>
> /niklas
>
>
> On Tue, May 24, 2011 at 7:07 PM, Kevin A. McGrail<KM...@pccc.com>  wrote:
>> Greetings,
>>
>> My name is Kevin A. McGrail and I am a PMC member for the ASF SpamAssassin
>> project.
>>
>> I am uncertain if this is something we can resolve without infrastructure
>> but we need perl modules installed/updated for Hudson/Jenkins.
>>
>> Specifically, NetAddr::IP needs to be updated to 4.010 or later.
>>
>> http://search.cpan.org/~miker/NetAddr-IP-4.044/
>>
>> 4.044 is the current version
>>
>> That is the most pressing issue.
>>
>> However, the following request has been made:
>>
>> Similarly, Hudson is not testing several other optional modules:
>> SPF plugin because Mail::SPF is not installed; RelayCountry plugin
>> because IP::Country module is not installed; Razor plugin because
>> Razor2 module is not installed; DKIM plugin because Mail::DKIM
>> is not installed, and a few more non-essential items. It would
>> probably be prudent to install missing modules for Hudson (but I
>> don't know how). Also, can we get Hudson an IPv6 connectivity?
>>
>> Is this something infrastructure handles or is this something we already
>> have the ability to maintain and upgrade?
>>
>> Sincerely,
>>
>> Kevin A. McGrail aka KAM
>>
>>
>> On 5/24/2011 12:55 PM, Apache Jenkins Server wrote:
>>> See<https://builds.apache.org/hudson/job/SpamAssassin-trunk/7074/changes>
>>>
>>> Changes:
>>>
>>> [kmcgrail] Pass #2 on cleaning up Debian Files
>>>
>>> [kmcgrail] Patch for issue 6520 - Might break Jenkins due to NetAddr::IP
>>> requirement
>>>
>>> [jm] auto-generated test rules
>>>
>>> ------------------------------------------
>>> Started by an SCM change
>>> Building remotely on solaris1
>>> Updating http://svn.apache.org/repos/asf/spamassassin/trunk
>>> U         rulesrc/sandbox/jm/20_sought_fraud.cf
>>> U         debian/spamc.substvars
>>> U         debian/files
>>> U         debian/spamc.debhelper.log
>>> U         debian/spamc/DEBIAN/control
>>> U         debian/spamc/DEBIAN/md5sums
>>> U         debian/spamc/usr/share/doc/spamc/procmailrc.example
>>> U         debian/spamc/usr/share/doc/spamc/copyright
>>> U         debian/spamc/usr/share/doc/spamc/TRADEMARK
>>> U         debian/spamc/usr/share/doc/spamc/sample-spam.txt
>>> U         debian/spamc/usr/share/doc/spamc/README.Debian
>>> U         debian/spamassassin.debhelper.log
>>> U         lib/Mail/SpamAssassin/Util/DependencyInfo.pm
>>> U         MANIFEST
>>> U         Makefile.PL
>>> At revision 1127137
>>> [locks-and-latches] Checking to see if we really have the locks
>>> [locks-and-latches] Have all the locks, build can start
>>> [SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson3473510243112391558.sh
>>> + cd<https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
>>> + ./build/hudson/run_build
>>> + . /export/home/jm/tools/setenvs
>>>
>>> PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
>>> + export PATH
>>> + rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin-3.4.0
>>> Mail-SpamAssassin-3.4.0.tar.gz
>>> + make distclean
>>> rm -f \
>>>    blib/script/sa-compile blib/script/spamc \
>>>    blib/script/sa-learn blib/script/sa-awl \
>>>    blib/script/spamassassin blib/script/spamd \
>>>    blib/script/sa-check_spamd blib/script/sa-update
>>> rm -f \
>>>    *.a core \
>>>    core.[0-9] blib/arch/auto/Mail/SpamAssassin/extralibs.all \
>>>    core.[0-9][0-9] SpamAssassin.bso \
>>>    pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \
>>>    SpamAssassin.x  \
>>>    perl tmon.out \
>>>    *.o pm_to_blib \
>>>    blib/arch/auto/Mail/SpamAssassin/extralibs.ld blibdirs.ts \
>>>    core.[0-9][0-9][0-9][0-9][0-9] *perl.core \
>>>    core.*perl.*.? Makefile.aperl \
>>>    perl SpamAssassin.def \
>>>    core.[0-9][0-9][0-9] mon.out \
>>>    libSpamAssassin.def perlmain.c \
>>>    perl.exe so_locations \
>>>    SpamAssassin.exp
>>> rm -rf \
>>>    spamc/version.h spamc/config.log \
>>>    sa-check_spamd t/bayessql.cf \
>>>    doc spamc/qmail-spamc \
>>>    spamc/*.so pod2htm* \
>>>    spamc/*.o* t/do_net \
>>>    t/log t/sql_based_whitelist.cf \
>>>    version.env sa-update \
>>>    spamc/Makefile sa-learn \
>>>    spamd/spamd rules/*.pm \
>>>    spamc/replace/*.o* rules/70_inactive.cf \
>>>    sa-compile spamc/*.cache \
>>>    spamc/spamc spamc/config.status \
>>>    sa-awl spamassassin \
>>>    spamc/config.h spamc/spamc.h \
>>>    *.cache spamd/*spamc* \
>>>    blib qmail
>>> mv Makefile Makefile.old>    /dev/null 2>&1
>>> rm -f \
>>>    Makefile.old Makefile
>>> rm -rf \
>>>    Mail-SpamAssassin-3.4.0
>>> /export/home/jm/tools/perl586/bin/perl "-MExtUtils::Manifest=fullcheck" -e
>>> fullcheck
>>> Not in MANIFEST: lib/Mail/SpamAssassin/Plugin/AskDNS.pm
>>> + mkdir artifacts testxml
>>> + perl Makefile.PL
>>> What email address or URL should be used in the suspected-spam report
>>> text for users who want more information on your filter installation?
>>> (In particular, ISPs should change this to a local Postmaster contact)
>>> default text: [the administrator of that system] the administrator of that
>>> system
>>>   ERROR: the required NetAddr::IP module is installed ( 4.007),
>>> but is below the minimum required version 4.010,
>>> some functionality will not be available.
>>>
>>> NOTE: settings for "make test" are now controlled using "t/config.dist".
>>> See that file if you wish to customise what tests are run, and how.
>>>
>>> checking module dependencies and their versions...
>>>
>>>
>>> ***************************************************************************
>>>
>>>    Used in determining which DNS tests are to be done for each of
>>>    the header's received fields, used by AWL plugin for extracting network
>>>    address from an IPv6 addresses (and from IPv4 address on nondefault
>>> mask),
>>>    and used by DNSxL rules for assembling DNS queries out of IPv6
>>> addresses.
>>>    4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al
>>> include
>>>    error.
>>>    Avoid versions 4.034 and 4.035.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional Digest::SHA module is not installed.
>>>
>>>    The Digest::SHA module is required by the DKIM plugin.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional DB_File module is not installed.
>>>
>>>    Used to store data on-disk, for the Bayes-style logic and
>>>    auto-whitelist.  *Much* more efficient than the other standard Perl
>>>    database packages.  Strongly recommended.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional Mail::SPF module is not installed.
>>>
>>>    Used to check DNS Sender Policy Framework (SPF) records to fight email
>>>    address forgery and make it easier to identify spams.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional IP::Country module is not installed.
>>>
>>>    Used by the RelayCountry plugin (not enabled by default) to determine
>>>    the domain country codes of each relay in the path of an email.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional Razor2 module is not installed,
>>> minimum required version is 2.61.
>>>
>>>    Used to check message signatures against Vipul's Razor collaborative
>>>    filtering network. Razor has a large number of dependencies on CPAN
>>>    modules. Feel free to skip installing it, if this makes you nervous;
>>>    SpamAssassin will still work well without it.
>>>
>>>    More info on installing and using Razor can be found
>>>    at http://wiki.apache.org/spamassassin/InstallingRazor .
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional Net::Ident module is not installed.
>>>
>>>    If you plan to use the --auth-ident option to spamd, you will need
>>>    to install this module.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional IO::Socket::INET6 module is not installed.
>>>
>>>    This is required if the first nameserver listed in your IP
>>>    configuration or /etc/resolv.conf file is available only via an
>>>    IPv6 address. Also used by a DCC plugin to access dccifd over network.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional Mail::DKIM module is not installed,
>>> minimum required version is 0.31, recommended version is 0.37 or higher.
>>>
>>>    If this module is installed and the DKIM plugin is enabled,
>>>    SpamAssassin will perform DKIM signature verification when
>>> DKIM-Signature
>>>    header fields are present in the message headers, and check ADSP rules
>>>    (e.g. anti-phishing) when a mail message does not contain a valid author
>>>    domain signature. Version 0.37 or later is needed to fully support ADSP.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional Encode::Detect module is not installed.
>>>
>>>    If you plan to use the normalize_charset config setting to detect
>>>    charsets and convert them into Unicode, you will need to install
>>>    this module.
>>>
>>>
>>>
>>> ***************************************************************************
>>> NOTE: the optional Net::Patricia module is not installed,
>>> minimum required version is 1.16.
>>>
>>>    If this module is available, it will be used for IP address lookups
>>>    in tables internal_networks, trusted_networks, and msa_networks.
>>> Recommended
>>>    when the number of entries in these tables is large, i.e. in hundreds or
>>>    thousands.
>>>
>>> REQUIRED module out of date: NetAddr::IP
>>> optional module missing: Digest::SHA
>>> optional module missing: DB_File
>>> optional module missing: Mail::SPF
>>> optional module missing: IP::Country
>>> optional module missing: Razor2
>>> optional module missing: Net::Ident
>>> optional module missing: IO::Socket::INET6
>>> optional module missing: Mail::DKIM
>>> optional module missing: Encode::Detect
>>> optional module missing: Net::Patricia
>>>
>>> warning: some functionality may not be available,
>>> please read the above report before continuing!
>>>
>>> + make
>>> make: Fatal error: No arguments to build
>>> [locks-and-latches] Releasing all the locks
>>> [locks-and-latches] All the locks released
>>> Archiving artifacts
>>> Recording test results
>>


Re: request for NetAddr::IP Update for Hudson/Jenkins

Posted by Niklas Gustavsson <ni...@protocol7.com>.
This belongs on builds@a.o so I'm moving it there.

Yes, we can install this for you. On what slaves do you need it and
can you please provide instructions as to how we should install them?

/niklas


On Tue, May 24, 2011 at 7:07 PM, Kevin A. McGrail <KM...@pccc.com> wrote:
> Greetings,
>
> My name is Kevin A. McGrail and I am a PMC member for the ASF SpamAssassin
> project.
>
> I am uncertain if this is something we can resolve without infrastructure
> but we need perl modules installed/updated for Hudson/Jenkins.
>
> Specifically, NetAddr::IP needs to be updated to 4.010 or later.
>
> http://search.cpan.org/~miker/NetAddr-IP-4.044/
>
> 4.044 is the current version
>
> That is the most pressing issue.
>
> However, the following request has been made:
>
> Similarly, Hudson is not testing several other optional modules:
> SPF plugin because Mail::SPF is not installed; RelayCountry plugin
> because IP::Country module is not installed; Razor plugin because
> Razor2 module is not installed; DKIM plugin because Mail::DKIM
> is not installed, and a few more non-essential items. It would
> probably be prudent to install missing modules for Hudson (but I
> don't know how). Also, can we get Hudson an IPv6 connectivity?
>
> Is this something infrastructure handles or is this something we already
> have the ability to maintain and upgrade?
>
> Sincerely,
>
> Kevin A. McGrail aka KAM
>
>
> On 5/24/2011 12:55 PM, Apache Jenkins Server wrote:
>>
>> See<https://builds.apache.org/hudson/job/SpamAssassin-trunk/7074/changes>
>>
>> Changes:
>>
>> [kmcgrail] Pass #2 on cleaning up Debian Files
>>
>> [kmcgrail] Patch for issue 6520 - Might break Jenkins due to NetAddr::IP
>> requirement
>>
>> [jm] auto-generated test rules
>>
>> ------------------------------------------
>> Started by an SCM change
>> Building remotely on solaris1
>> Updating http://svn.apache.org/repos/asf/spamassassin/trunk
>> U         rulesrc/sandbox/jm/20_sought_fraud.cf
>> U         debian/spamc.substvars
>> U         debian/files
>> U         debian/spamc.debhelper.log
>> U         debian/spamc/DEBIAN/control
>> U         debian/spamc/DEBIAN/md5sums
>> U         debian/spamc/usr/share/doc/spamc/procmailrc.example
>> U         debian/spamc/usr/share/doc/spamc/copyright
>> U         debian/spamc/usr/share/doc/spamc/TRADEMARK
>> U         debian/spamc/usr/share/doc/spamc/sample-spam.txt
>> U         debian/spamc/usr/share/doc/spamc/README.Debian
>> U         debian/spamassassin.debhelper.log
>> U         lib/Mail/SpamAssassin/Util/DependencyInfo.pm
>> U         MANIFEST
>> U         Makefile.PL
>> At revision 1127137
>> [locks-and-latches] Checking to see if we really have the locks
>> [locks-and-latches] Have all the locks, build can start
>> [SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson3473510243112391558.sh
>> + cd<https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk>
>> + ./build/hudson/run_build
>> + . /export/home/jm/tools/setenvs
>>
>> PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin
>> + export PATH
>> + rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin-3.4.0
>> Mail-SpamAssassin-3.4.0.tar.gz
>> + make distclean
>> rm -f \
>>   blib/script/sa-compile blib/script/spamc \
>>   blib/script/sa-learn blib/script/sa-awl \
>>   blib/script/spamassassin blib/script/spamd \
>>   blib/script/sa-check_spamd blib/script/sa-update
>> rm -f \
>>   *.a core \
>>   core.[0-9] blib/arch/auto/Mail/SpamAssassin/extralibs.all \
>>   core.[0-9][0-9] SpamAssassin.bso \
>>   pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \
>>   SpamAssassin.x  \
>>   perl tmon.out \
>>   *.o pm_to_blib \
>>   blib/arch/auto/Mail/SpamAssassin/extralibs.ld blibdirs.ts \
>>   core.[0-9][0-9][0-9][0-9][0-9] *perl.core \
>>   core.*perl.*.? Makefile.aperl \
>>   perl SpamAssassin.def \
>>   core.[0-9][0-9][0-9] mon.out \
>>   libSpamAssassin.def perlmain.c \
>>   perl.exe so_locations \
>>   SpamAssassin.exp
>> rm -rf \
>>   spamc/version.h spamc/config.log \
>>   sa-check_spamd t/bayessql.cf \
>>   doc spamc/qmail-spamc \
>>   spamc/*.so pod2htm* \
>>   spamc/*.o* t/do_net \
>>   t/log t/sql_based_whitelist.cf \
>>   version.env sa-update \
>>   spamc/Makefile sa-learn \
>>   spamd/spamd rules/*.pm \
>>   spamc/replace/*.o* rules/70_inactive.cf \
>>   sa-compile spamc/*.cache \
>>   spamc/spamc spamc/config.status \
>>   sa-awl spamassassin \
>>   spamc/config.h spamc/spamc.h \
>>   *.cache spamd/*spamc* \
>>   blib qmail
>> mv Makefile Makefile.old>  /dev/null 2>&1
>> rm -f \
>>   Makefile.old Makefile
>> rm -rf \
>>   Mail-SpamAssassin-3.4.0
>> /export/home/jm/tools/perl586/bin/perl "-MExtUtils::Manifest=fullcheck" -e
>> fullcheck
>> Not in MANIFEST: lib/Mail/SpamAssassin/Plugin/AskDNS.pm
>> + mkdir artifacts testxml
>> + perl Makefile.PL
>> What email address or URL should be used in the suspected-spam report
>> text for users who want more information on your filter installation?
>> (In particular, ISPs should change this to a local Postmaster contact)
>> default text: [the administrator of that system] the administrator of that
>> system
>>  ERROR: the required NetAddr::IP module is installed ( 4.007),
>> but is below the minimum required version 4.010,
>> some functionality will not be available.
>>
>> NOTE: settings for "make test" are now controlled using "t/config.dist".
>> See that file if you wish to customise what tests are run, and how.
>>
>> checking module dependencies and their versions...
>>
>>
>> ***************************************************************************
>>
>>   Used in determining which DNS tests are to be done for each of
>>   the header's received fields, used by AWL plugin for extracting network
>>   address from an IPv6 addresses (and from IPv4 address on nondefault
>> mask),
>>   and used by DNSxL rules for assembling DNS queries out of IPv6
>> addresses.
>>   4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al
>> include
>>   error.
>>   Avoid versions 4.034 and 4.035.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional Digest::SHA module is not installed.
>>
>>   The Digest::SHA module is required by the DKIM plugin.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional DB_File module is not installed.
>>
>>   Used to store data on-disk, for the Bayes-style logic and
>>   auto-whitelist.  *Much* more efficient than the other standard Perl
>>   database packages.  Strongly recommended.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional Mail::SPF module is not installed.
>>
>>   Used to check DNS Sender Policy Framework (SPF) records to fight email
>>   address forgery and make it easier to identify spams.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional IP::Country module is not installed.
>>
>>   Used by the RelayCountry plugin (not enabled by default) to determine
>>   the domain country codes of each relay in the path of an email.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional Razor2 module is not installed,
>> minimum required version is 2.61.
>>
>>   Used to check message signatures against Vipul's Razor collaborative
>>   filtering network. Razor has a large number of dependencies on CPAN
>>   modules. Feel free to skip installing it, if this makes you nervous;
>>   SpamAssassin will still work well without it.
>>
>>   More info on installing and using Razor can be found
>>   at http://wiki.apache.org/spamassassin/InstallingRazor .
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional Net::Ident module is not installed.
>>
>>   If you plan to use the --auth-ident option to spamd, you will need
>>   to install this module.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional IO::Socket::INET6 module is not installed.
>>
>>   This is required if the first nameserver listed in your IP
>>   configuration or /etc/resolv.conf file is available only via an
>>   IPv6 address. Also used by a DCC plugin to access dccifd over network.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional Mail::DKIM module is not installed,
>> minimum required version is 0.31, recommended version is 0.37 or higher.
>>
>>   If this module is installed and the DKIM plugin is enabled,
>>   SpamAssassin will perform DKIM signature verification when
>> DKIM-Signature
>>   header fields are present in the message headers, and check ADSP rules
>>   (e.g. anti-phishing) when a mail message does not contain a valid author
>>   domain signature. Version 0.37 or later is needed to fully support ADSP.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional Encode::Detect module is not installed.
>>
>>   If you plan to use the normalize_charset config setting to detect
>>   charsets and convert them into Unicode, you will need to install
>>   this module.
>>
>>
>>
>> ***************************************************************************
>> NOTE: the optional Net::Patricia module is not installed,
>> minimum required version is 1.16.
>>
>>   If this module is available, it will be used for IP address lookups
>>   in tables internal_networks, trusted_networks, and msa_networks.
>> Recommended
>>   when the number of entries in these tables is large, i.e. in hundreds or
>>   thousands.
>>
>> REQUIRED module out of date: NetAddr::IP
>> optional module missing: Digest::SHA
>> optional module missing: DB_File
>> optional module missing: Mail::SPF
>> optional module missing: IP::Country
>> optional module missing: Razor2
>> optional module missing: Net::Ident
>> optional module missing: IO::Socket::INET6
>> optional module missing: Mail::DKIM
>> optional module missing: Encode::Detect
>> optional module missing: Net::Patricia
>>
>> warning: some functionality may not be available,
>> please read the above report before continuing!
>>
>> + make
>> make: Fatal error: No arguments to build
>> [locks-and-latches] Releasing all the locks
>> [locks-and-latches] All the locks released
>> Archiving artifacts
>> Recording test results
>
>