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 <je...@builds.apache.org> on 2014/04/13 13:25:53 UTC

Build failed in Jenkins: SpamAssassin-trunk #9613

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

Changes:

[spamassassin_role] promotions validated

------------------------------------------
Started by an SCM change
Building remotely on solaris1 (Solaris) in workspace <https://builds.apache.org/job/SpamAssassin-trunk/ws/>
Updating http://svn.apache.org/repos/asf/spamassassin/trunk at revision '2014-04-13T11:19:38.962 +0000'
U         rules/active.list
At revision 1586960
[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/hudson6298097090330959332.sh
+ cd <https://builds.apache.org/job/SpamAssassin-trunk/ws/sa_trunk>
+ <https://builds.apache.org/job/SpamAssassin-trunk/ws/sa_trunk/build/jenkins/run_build>
+ rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin-3.4.1 Mail-SpamAssassin-3.4.1.tar.gz 
+ make distclean 
<https://builds.apache.org/job/SpamAssassin-trunk/ws/sa_trunk/build/jenkins/run_build>: make: not found
+ true 
+ mkdir artifacts testxml 
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:/usr/ucb/
PERL5LIB=/export/home/hudson/tools/sa_perl/lib/site_perl/
+ export PATH PERL5LIB 
+ 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

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...

***************************************************************************
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 Geo::IP 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 IO::Socket::IP module is not installed,
minimum required version is 0.09.

  Installing this module is recommended if spamd is to listen
  on IPv6 sockets or if DNS queries should go to an IPv6 name server.
  If IO::Socket::IP is not available, using an older module
  IO::Socket::INET6 will be attempted, and in its absence the support
  for IPv6 will not be available. Some plugins and underlying
  modules may also prefer IO::Socket::IP over IO::Socket::INET6.


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

  This module is an older alternative to IO::Socket::IP.
  Spamd, as well some underlying modules, will fall back to using
  IO::Socket::INET6 if IO::Socket::IP is unavailable. One or the other
  module is required to support IPv6 (e.g. in spamd/spamc protocol,
  for DNS lookups or in plugins like DCC). Some plugins or underlying
  modules may still require IO::Socket::INET6 for IPv6 support even
  if IO::Socket::IP is available.


***************************************************************************
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 a number of entries in these tables is large, i.e. in hundreds
  or thousands. However, in case of overlapping (or conflicting) networks
  in these tables, lookup results may differ as Net::Patricia finds a
  tightest-matching entry, while a sequential NetAddr::IP search finds
  a first-matching entry. So when overlapping network ranges are given,
  specifying more specific subnets (longest netmask) first, followed by
  wider subnets ensures predictable results.

checking binary dependencies and their versions...

***************************************************************************
NOTE: the optional gpg binary is not installed,
recommended version is 1.0.6 or higher.

  The "sa-update" program requires this executable to verify  
  encryption signatures.  It is not recommended, but you can use 
  "sa-update" with the --no-gpg to skip the verification. 


***************************************************************************
NOTE: the optional wget binary is not installed,
recommended version is 1.8.2 or higher.

   Sa-update will use curl, wget or fetch to download updates.  
   Because perl module LWP does not support IPv6, sa-update as of
   3.4.0 will use these standard programs to download rule updates
   leaving LWP as a fallback if none of the programs are found.

   *IMPORTANT NOTE*: You only need one of these programs.

Warning: prerequisite Mail::DKIM 0.31 not found.

***************************************************************************
NOTE: the optional fetch binary is not installed.

   Sa-update will use curl, wget or fetch to download updates.  
   Because perl module LWP does not support IPv6, sa-update as of
   3.4.0 will use these standard programs to download rule updates
   leaving LWP as a fallback if none of the programs are found.

   *IMPORTANT NOTE*: You only need one of these programs.

dependency check complete...

optional module missing: Digest::SHA
optional module missing: DB_File
optional module missing: Mail::SPF
optional module missing: Geo::IP
optional module missing: Razor2
optional module missing: IO::Socket::IP
optional module missing: IO::Socket::INET6
optional module missing: Mail::DKIM
optional module missing: Encode::Detect
optional module missing: Net::Patricia
optional binary missing or nonfunctional: gpg
optional binary missing or nonfunctional: wget
optional binary missing or nonfunctional: fetch

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

Writing Makefile for Mail::SpamAssassin
Makefile written by ExtUtils::MakeMaker 6.36
+ make 
cp sa-compile blib/script/sa-compile
/export/home/jm/tools/perl586/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/sa-compile
cp spamc/spamc blib/script/spamc
/export/home/jm/tools/perl586/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/spamc
Out of memory!
Callback called exit.
BEGIN failed--compilation aborted.
*** Error code 11
make: Fatal error: Command failed for target `blib/script/spamc'
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results

Jenkins build is back to normal : SpamAssassin-trunk #9614

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