Build failed in Jenkins: 3.HEAD-x64-debian-unstable #678

From: <noc_at_squid-cache.org>
Date: Fri, 29 Aug 2014 17:39:08 +0200 (CEST)

See <http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/678/changes>

Changes:

[Amos Jeffries] Boilerplate: update authorship contributions by Markus Moeller

With permission.

./helpers/negotiate_auth/kerberos/COPYRIGHT
- remove, since it duplicates the Squid top level COPYRIGHT file.

./lib/base64.c
- removing the inaccurate line "AUTHOR: Markus Moeller", since other
authors (myself at least) have adjusted that code as well.

./src/peer_proxy_negotiate_auth.h
- removing the line: "AUTHOR: Markus Moeller (markus_moeller at
compuserve.com)"

./src/peer_proxy_negotiate_auth.cc
- removing the "Hosted at" line as inaccurate, the file is hosted in
Squid repository, launchpad and elsewhere.

- replacing the license blurb with Squid Software Foundation blurb
(remains GPLv2+).

[Amos Jeffries] Boilerplate: update copyright blurbs for Basic authentication helpers

* added Squid Software Foundation blurbs

* updated CONTRIBUTORS with missing authors

* updated CREDITS with missing licenses

* removed duplicate GPL license in helpers/basic_auth/SMB/COPYING-2.0

* removed obsolete file helpers/basic_auth/MSNT/byteorder.h

------------------------------------------
[...truncated 1872 lines...]
touch uz.lang
if test "off" != "" && test "off" != "no" && test "off" != "off" && test -f ../.././test-suite/../errors/en.po; then \
    lang=`basename vi.lang .lang`; \
    mkdir -p ../errors/$lang; \
    echo -n "Translate '$lang' ..."; \
    for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
        page=`basename $f`; \
        off `off --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
    done; \
    cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
    echo "done."; \
fi; \
touch vi.lang
if test "off" != "" && test "off" != "no" && test "off" != "off" && test -f ../.././test-suite/../errors/en.po; then \
    lang=`basename zh-hans.lang .lang`; \
    mkdir -p ../errors/$lang; \
    echo -n "Translate '$lang' ..."; \
    for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
        page=`basename $f`; \
        off `off --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
    done; \
    cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
    echo "done."; \
fi; \
touch zh-hans.lang
if test "off" != "" && test "off" != "no" && test "off" != "off" && test -f ../.././test-suite/../errors/en.po; then \
    lang=`basename zh-hant.lang .lang`; \
    mkdir -p ../errors/$lang; \
    echo -n "Translate '$lang' ..."; \
    for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONFLICT_HOST templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT ; do \
        page=`basename $f`; \
        off `off --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; \
    done; \
    cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1; \
    echo "done."; \
fi; \
touch zh-hant.lang
for lang in af.lang ar.lang az.lang bg.lang ca.lang cs.lang da.lang de.lang el.lang en.lang es.lang et.lang fa.lang fi.lang fr.lang he.lang hu.lang hy.lang id.lang it.lang ja.lang ka.lang ko.lang lt.lang lv.lang ms.lang nl.lang oc.lang pl.lang pt-br.lang pt.lang ro.lang ru.lang sk.lang sl.lang sr-cyrl.lang sr-latn.lang sv.lang th.lang tr.lang uk.lang uz.lang vi.lang zh-hans.lang zh-hant.lang ; do \
  lang=`basename $lang .lang`; \
  if test -d $lang ; then \
        mkdir -p ../squid-3.HEAD-BZR/errors/$lang; \
        cp -p ../errors/$lang/ERR_* ../squid-3.HEAD-BZR/errors/$lang || exit 1; \
        cp -p ../errors/$lang/error-details.txt ../squid-3.HEAD-BZR/errors/$lang || exit 1; \
  fi; \
done
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/errors'>
make[2]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/errors'>
 (cd contrib && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/contrib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/contrib'>
make[2]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/contrib'>
 (cd doc && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/doc'>
 (cd manuals && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/doc/manuals \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/doc/manuals'>
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/doc/manuals'>
make[2]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/doc'>
 (cd helpers && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/helpers \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers'>
 (cd basic_auth && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/helpers/basic_auth \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth'>
 (cd DB && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/DB \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/DB'>
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../.././test-suite/../helpers/basic_auth/DB/basic_db_auth.pl.in >basic_db_auth || (/bin/rm -f -f basic_db_auth ; exit 1)
pod2man basic_db_auth basic_db_auth.8
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/DB'>
 (cd fake && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/fake \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/fake'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/fake'>
 (cd getpwnam && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/getpwnam \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/getpwnam'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/getpwnam'>
 (cd LDAP && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/LDAP \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/LDAP'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/LDAP'>
 (cd MSNT && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/MSNT \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/MSNT'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/MSNT'>
 (cd MSNT-multi-domain && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/MSNT-multi-domain \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/MSNT-multi-domain'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/MSNT-multi-domain'>
 (cd NCSA && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/NCSA \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/NCSA'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/NCSA'>
 (cd NIS && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/NIS \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/NIS'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/NIS'>
 (cd PAM && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/PAM \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/PAM'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/PAM'>
 (cd POP3 && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/POP3 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/POP3'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/POP3'>
 (cd RADIUS && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/RADIUS \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/RADIUS'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/RADIUS'>
 (cd SASL && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/SASL \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/SASL'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/SASL'>
 (cd SMB && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/SMB \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/SMB'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/SMB'>
 (cd SSPI && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/basic_auth/SSPI \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/SSPI'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth/SSPI'>
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/basic_auth'>
 (cd digest_auth && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/helpers/digest_auth \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth'>
 (cd eDirectory && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/digest_auth/eDirectory \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth/eDirectory'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth/eDirectory'>
 (cd file && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/digest_auth/file \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth/file'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth/file'>
 (cd LDAP && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/digest_auth/LDAP \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth/LDAP'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth/LDAP'>
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/digest_auth'>
 (cd external_acl && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/helpers/external_acl \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl'>
 (cd AD_group && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/AD_group \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/AD_group'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/AD_group'>
 (cd delayer && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/delayer \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/delayer'>
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../.././test-suite/../helpers/external_acl/delayer/ext_delayer_acl.pl.in >ext_delayer_acl || (/bin/rm -f -f ext_delayer_acl ; exit 1)
pod2man ext_delayer_acl ext_delayer_acl.8
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/delayer'>
 (cd eDirectory_userip && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/eDirectory_userip \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/eDirectory_userip'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/eDirectory_userip'>
 (cd file_userip && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/file_userip \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/file_userip'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/file_userip'>
 (cd kerberos_ldap_group && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/kerberos_ldap_group \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/kerberos_ldap_group'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/kerberos_ldap_group'>
 (cd LDAP_group && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/LDAP_group \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/LDAP_group'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/LDAP_group'>
 (cd LM_group && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/LM_group \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/LM_group'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/LM_group'>
 (cd session && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/session \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/session'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/session'>
 (cd SQL_session && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/SQL_session \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/SQL_session'>
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../.././test-suite/../helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in >ext_sql_session_acl || (/bin/rm -f -f ext_sql_session_acl ; exit 1)
pod2man ext_sql_session_acl ext_sql_session_acl.8
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/SQL_session'>
 (cd time_quota && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/time_quota \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/time_quota'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/time_quota'>
 (cd unix_group && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/unix_group \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/unix_group'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/unix_group'>
 (cd wbinfo_group && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/external_acl/wbinfo_group \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/wbinfo_group'>
pod2man ../../../.././test-suite/../helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in ext_wbinfo_group_acl.8
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl/wbinfo_group'>
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/external_acl'>
 (cd log_daemon && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/helpers/log_daemon \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/log_daemon'>
 (cd DB && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/log_daemon/DB \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/log_daemon/DB'>
sed -e 's,[@]PERL[@],/usr/bin/perl,g' <../../../.././test-suite/../helpers/log_daemon/DB/log_db_daemon.pl.in >log_db_daemon || (/bin/rm -f -f log_db_daemon ; exit 1)
pod2man log_db_daemon log_db_daemon.8
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/log_daemon/DB'>
 (cd file && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/log_daemon/file \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/log_daemon/file'>
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/log_daemon/file'>
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/log_daemon'>
 (cd negotiate_auth && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/helpers/negotiate_auth \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/negotiate_auth'>
 (cd kerberos && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/helpers/negotiate_auth/kerberos \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/negotiate_auth/kerberos'>
make[4]: *** No rule to make target 'COPYING', needed by 'distdir'. Stop.
make[4]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/negotiate_auth/kerberos'>
Makefile:594: recipe for target 'distdir' failed
make[3]: *** [distdir] Error 1
make[3]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers/negotiate_auth'>
Makefile:609: recipe for target 'distdir' failed
make[2]: *** [distdir] Error 1
make[2]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default/helpers'>
Makefile:670: recipe for target 'distdir' failed
make[1]: *** [distdir] Error 1
make[1]: Leaving directory '<http://build.squid-cache.org/job/3.HEAD-x64-debian-unstable/ws/btlayer-00-default'>
Makefile:771: recipe for target 'dist' failed
make: *** [dist] Error 2
buildtest.sh result is 2
BUILD: .././test-suite/buildtests/layer-00-default.opts
configure: BUILD LIBRARIES:
configure: BUILD EXTRA LIBRARIES: -lm -lnsl -lresolv -lcap -lrt -ldl -ldl
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS: -Wall -g -O2
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS: -g -O2 -std=c++11
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -pipe -D_REENTRANT
configure: BUILD Tools C++ FLAGS: -g -O2 -std=c++11
checking for egrep... .././test-suite/../configure: line 7139: echo: write error: Broken pipe
checking for fgrep... .././test-suite/../configure: line 8049: echo: write error: Broken pipe
make[3]: *** [distdir] Error 1
make[2]: *** [distdir] Error 1
make[1]: *** [distdir] Error 1
make: *** [dist] Error 2
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Fri Aug 29 2014 - 15:39:11 MDT

This archive was generated by hypermail 2.2.0 : Sat Aug 30 2014 - 12:00:18 MDT