Build failed in Hudson: 2.HEAD-amd64-CentOS-5.3 #3

From: <noc_at_squid-cache.org>
Date: Wed, 19 Aug 2009 04:01:46 +0200 (CEST)

See <http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/3/changes>

Changes:

[squidadm] Synchronized with cvs.squid-cache.org

------------------------------------------
[...truncated 329 lines...]
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for strsep... yes
checking for strtoll... yes
checking for sysconf... yes
checking for syslog... yes
checking for timegm... yes
checking for vsnprintf... yes
checking for epoll_ctl... yes
checking for crypt... yes
checking if epoll works... yes
Using epoll for the IO loop.
checking if AF_UNIX dgram sockets support large packets... yes
checking if setresuid is implemented... yes
checking if va_copy is implemented... yes
checking if __va_copy is implemented... yes
checking if GNUregex needs to be compiled... no
checking for drand48... yes
checking for tempnam... yes
checking for strerror... yes
checking for initgroups... yes
checking Default FD_SETSIZE value... 1024
checking Maximum number of filedescriptors we can open... 1024
checking Default UDP send buffer size... 126976
checking Default UDP receive buffer size... 126976
checking Default TCP send buffer size... 16384
checking Default TCP receive buffer size... 87380
Limiting receive buffer size to 64K
checking if sys_errlist is already defined... no
checking if inet_ntoa() actually works... "yes"
checking for working statvfs() interface... yes
checking for _res.nsaddr_list... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/RunCache
config.status: creating src/Makefile
config.status: creating src/fs/Makefile
config.status: creating src/repl/Makefile
config.status: creating src/auth/Makefile
config.status: creating contrib/Makefile
config.status: creating snmplib/Makefile
config.status: creating icons/Makefile
config.status: creating errors/Makefile
config.status: creating doc/Makefile
config.status: creating helpers/Makefile
config.status: creating helpers/basic_auth/Makefile
config.status: creating helpers/basic_auth/LDAP/Makefile
config.status: creating helpers/basic_auth/MSNT/Makefile
config.status: creating helpers/basic_auth/NCSA/Makefile
config.status: creating helpers/basic_auth/PAM/Makefile
config.status: creating helpers/basic_auth/SMB/Makefile
config.status: creating helpers/basic_auth/YP/Makefile
config.status: creating helpers/basic_auth/getpwnam/Makefile
config.status: creating helpers/basic_auth/mswin_sspi/Makefile
config.status: creating helpers/basic_auth/multi-domain-NTLM/Makefile
config.status: creating helpers/basic_auth/SASL/Makefile
config.status: creating helpers/basic_auth/POP3/Makefile
config.status: creating helpers/basic_auth/DB/Makefile
config.status: creating helpers/basic_auth/squid_radius_auth/Makefile
config.status: creating helpers/digest_auth/Makefile
config.status: creating helpers/digest_auth/password/Makefile
config.status: creating helpers/digest_auth/ldap/Makefile
config.status: creating helpers/digest_auth/eDirectory/Makefile
config.status: creating helpers/ntlm_auth/Makefile
config.status: creating helpers/ntlm_auth/fakeauth/Makefile
config.status: creating helpers/ntlm_auth/mswin_sspi/Makefile
config.status: creating helpers/ntlm_auth/no_check/Makefile
config.status: creating helpers/ntlm_auth/SMB/Makefile
config.status: creating helpers/ntlm_auth/SMB/smbval/Makefile
config.status: creating helpers/negotiate_auth/Makefile
config.status: creating helpers/negotiate_auth/mswin_sspi/Makefile
config.status: creating helpers/negotiate_auth/squid_kerb_auth/Makefile
config.status: creating helpers/external_acl/Makefile
config.status: creating helpers/external_acl/ip_user/Makefile
config.status: creating helpers/external_acl/ldap_group/Makefile
config.status: creating helpers/external_acl/mswin_ad_group/Makefile
config.status: creating helpers/external_acl/mswin_lm_group/Makefile
config.status: creating helpers/external_acl/session/Makefile
config.status: creating helpers/external_acl/unix_group/Makefile
config.status: creating helpers/external_acl/wbinfo_group/Makefile
config.status: creating tools/Makefile
config.status: creating include/autoconf.h
config.status: executing depfiles commands
+ make distcheck
{ test ! -d squid-2.HEAD-CVS || { find squid-2.HEAD-CVS -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr squid-2.HEAD-CVS; }; }
mkdir squid-2.HEAD-CVS
mkdir -p -- squid-2.HEAD-CVS/cfgaux squid-2.HEAD-CVS/include squid-2.HEAD-CVS/scripts
list='lib snmplib scripts src icons errors contrib doc helpers tools'; for subdir in $list; do \
          if test "$subdir" = .; then :; else \
            test -d "squid-2.HEAD-CVS/$subdir" \
            || mkdir -p -- "squid-2.HEAD-CVS/$subdir" \
            || exit 1; \
            distdir=`CDPATH="${ZSH_VERSION+.}:" && cd squid-2.HEAD-CVS && pwd`; \
            top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd squid-2.HEAD-CVS && pwd`; \
            (cd $subdir && \
              make \
                top_distdir="$top_distdir" \
                distdir="$distdir/$subdir" \
                distdir) \
              || exit 1; \
          fi; \
        done
make[1]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/lib'>
make[1]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/lib'>
make[1]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/snmplib'>
make[1]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/snmplib'>
make[1]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/scripts'>
make[1]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/scripts'>
make[1]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src'>
list='fs repl auth'; for subdir in $list; do \
          if test "$subdir" = .; then :; else \
            test -d "<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/squid-2.HEAD-CVS/src/$subdir"> \
            || mkdir -p -- "<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/squid-2.HEAD-CVS/src/$subdir"> \
            || exit 1; \
            distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/squid-2.HEAD-CVS/src> && pwd`; \
            top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd <http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/squid-2.HEAD-CVS> && pwd`; \
            (cd $subdir && \
              make \
                top_distdir="$top_distdir" \
                distdir="$distdir/$subdir" \
                distdir) \
              || exit 1; \
          fi; \
        done
make[2]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src/fs'>
mkdir -p -- <http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/squid-2.HEAD-CVS/src/fs/coss>
make[2]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src/fs'>
make[2]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src/repl'>
make[2]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src/repl'>
make[2]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src/auth'>
make[2]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src/auth'>
make[1]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/src'>
make[1]: Entering directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/icons'>
x - creating lock directory
x - extracting anthony-binhex.gif (binary)
./icons.shar: line 86: uudecode: command not found
restore of anthony-binhex.gif failed
anthony-binhex.gif: MD5 check failed
x - extracting anthony-bomb.gif (binary)
./icons.shar: line 114: uudecode: command not found
restore of anthony-bomb.gif failed
anthony-bomb.gif: MD5 check failed
x - extracting anthony-box.gif (binary)
./icons.shar: line 143: uudecode: command not found
restore of anthony-box.gif failed
anthony-box.gif: MD5 check failed
x - extracting anthony-box2.gif (binary)
./icons.shar: line 171: uudecode: command not found
restore of anthony-box2.gif failed
anthony-box2.gif: MD5 check failed
x - extracting anthony-c.gif (binary)
./icons.shar: line 199: uudecode: command not found
restore of anthony-c.gif failed
anthony-c.gif: MD5 check failed
x - extracting anthony-compressed.gif (binary)
./icons.shar: line 227: uudecode: command not found
restore of anthony-compressed.gif failed
anthony-compressed.gif: MD5 check failed
x - extracting anthony-dir.gif (binary)
./icons.shar: line 255: uudecode: command not found
restore of anthony-dir.gif failed
anthony-dir.gif: MD5 check failed
x - extracting anthony-dirup.gif (binary)
./icons.shar: line 283: uudecode: command not found
restore of anthony-dirup.gif failed
anthony-dirup.gif: MD5 check failed
x - extracting anthony-dvi.gif (binary)
./icons.shar: line 311: uudecode: command not found
restore of anthony-dvi.gif failed
anthony-dvi.gif: MD5 check failed
x - extracting anthony-f.gif (binary)
./icons.shar: line 339: uudecode: command not found
restore of anthony-f.gif failed
anthony-f.gif: MD5 check failed
x - extracting anthony-image.gif (binary)
./icons.shar: line 367: uudecode: command not found
restore of anthony-image.gif failed
anthony-image.gif: MD5 check failed
x - extracting anthony-image2.gif (binary)
./icons.shar: line 397: uudecode: command not found
restore of anthony-image2.gif failed
anthony-image2.gif: MD5 check failed
x - extracting anthony-layout.gif (binary)
./icons.shar: line 426: uudecode: command not found
restore of anthony-layout.gif failed
anthony-layout.gif: MD5 check failed
x - extracting anthony-link.gif (binary)
./icons.shar: line 455: uudecode: command not found
restore of anthony-link.gif failed
anthony-link.gif: MD5 check failed
x - extracting anthony-movie.gif (binary)
./icons.shar: line 482: uudecode: command not found
restore of anthony-movie.gif failed
anthony-movie.gif: MD5 check failed
x - extracting anthony-pdf.gif (binary)
./icons.shar: line 510: uudecode: command not found
restore of anthony-pdf.gif failed
anthony-pdf.gif: MD5 check failed
x - extracting anthony-portal.gif (binary)
./icons.shar: line 538: uudecode: command not found
restore of anthony-portal.gif failed
anthony-portal.gif: MD5 check failed
x - extracting anthony-ps.gif (binary)
./icons.shar: line 566: uudecode: command not found
restore of anthony-ps.gif failed
anthony-ps.gif: MD5 check failed
x - extracting anthony-quill.gif (binary)
./icons.shar: line 594: uudecode: command not found
restore of anthony-quill.gif failed
anthony-quill.gif: MD5 check failed
x - extracting anthony-script.gif (binary)
./icons.shar: line 622: uudecode: command not found
restore of anthony-script.gif failed
anthony-script.gif: MD5 check failed
x - extracting anthony-sound.gif (binary)
./icons.shar: line 650: uudecode: command not found
restore of anthony-sound.gif failed
anthony-sound.gif: MD5 check failed
x - extracting anthony-tar.gif (binary)
./icons.shar: line 678: uudecode: command not found
restore of anthony-tar.gif failed
anthony-tar.gif: MD5 check failed
x - extracting anthony-tex.gif (binary)
./icons.shar: line 706: uudecode: command not found
restore of anthony-tex.gif failed
anthony-tex.gif: MD5 check failed
x - extracting anthony-text.gif (binary)
./icons.shar: line 734: uudecode: command not found
restore of anthony-text.gif failed
anthony-text.gif: MD5 check failed
x - extracting anthony-unknown.gif (binary)
./icons.shar: line 762: uudecode: command not found
restore of anthony-unknown.gif failed
anthony-unknown.gif: MD5 check failed
x - extracting anthony-xbm.gif (binary)
./icons.shar: line 790: uudecode: command not found
restore of anthony-xbm.gif failed
anthony-xbm.gif: MD5 check failed
x - extracting anthony-xpm.gif (binary)
./icons.shar: line 818: uudecode: command not found
restore of anthony-xpm.gif failed
anthony-xpm.gif: MD5 check failed
cp: cannot stat `./anthony-binhex.gif': No such file or directory
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/ws/icons'>
make: *** [distdir] Error 1
Received on Wed Aug 19 2009 - 02:01:52 MDT

This archive was generated by hypermail 2.2.0 : Wed Aug 19 2009 - 12:00:06 MDT