[squid-dev] Build failed in Jenkins: trunk-x64-centos-7 #370

noc at squid-cache.org noc at squid-cache.org
Thu Feb 26 13:56:42 UTC 2015


See <http://build.squid-cache.org/job/trunk-x64-centos-7/370/changes>

Changes:

[Amos Jeffries] Parser-NG: HTTP Response Parser upgrade

1) convert the HTTP server read buffer to an SBuf using the same design
and Comm::Read API implemented previously for the client connections.

The buffer remains default initialized at 16KB per connection but is no
longer absolutely limited to 256KB. Instead it is limited by
configuration options controlling maximum server input sizes on
read_ahead_gap and response message headers.

The Client API has been extended with a new method to estimate size
requirements of an SBuf I/O buffer. Modelled on and deprecating the
existing MemBuf estimator.

The Comm::ReadNow() API is extended to allow limited-size read(2)
operations by setting the CommIoCbParams::size parameter.

The HttpStateData buffer is partially detached from
StoreEntry::delayAwareRead() API due to requirements of the
Comm::ReadNow() API. Instead StoreEntry::bytesWanted() is used directly
to determine read(2) size, and DeferredRead are generated only when
ReadNow() is actually and immediately to be deferred. Theoretically this
means less read operations get deferred in some high load cases.
Practically it means there is no longer an AsyncCall queue plus socket
wait delay between delay_pools promising a read size, doing the
read(2), and accounting for the bytes received - accuracy should be much
improved under load.

This introduces one temporary performance regression converting the SBuf
content to MemBuf for chunked decoder to process.



2) add Http1::ResponseParser class for parsing HTTP response messages.

Modelled on the same design as used for the HTTP RequestParser, and
inheriting from a mutual parent Http1::Parser.

The Parser is Tokeniser based, incremental and 'consumes' bytes out of
the buffer as they are parsed.

The Tokenizer int64 API is updated to handle limited-length scans and
optional +/- symbols.

This Parser class recognises HTTP/1.x and ICY/1 syntax messages. Any
unknown syntax input is assumed to be HTTP "0.9" and it will
gateway/transform the response to HTTP/1.1.
NOTE: these are all semantic actions performed by the code being
replaced in (3). Only the form and OO scoping has changed.

The mime header block detection operation is generalized into the
Http1::Parser for use by both RequestParser and ResponseParser. The
request_parse_status error code has also been adapted for shared use.



3) integrate the HTTP1::ResponseParser with HttpStateData server
response processing.

This is largely code shuffling. Though I have extended the EOF \r\n hack
such that it enables Squid to parse truncated response headers now.

------------------------------------------
[...truncated 4729 lines...]
libtool: link: (cd .libs/libfs.lax/libufs.a && /usr/bin/ar x "<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/fs/./.libs/libufs.a")>
libtool: link: /usr/bin/ar cru .libs/libfs.a .libs/Module.o   .libs/libfs.lax/libaufs.a/StoreFSaufs.o  .libs/libfs.lax/libdiskd.a/StoreFSdiskd.o  .libs/libfs.lax/librock.a/RockDbCell.o .libs/libfs.lax/librock.a/RockIoRequests.o .libs/libfs.lax/librock.a/RockIoState.o .libs/libfs.lax/librock.a/RockRebuild.o .libs/libfs.lax/librock.a/RockStoreFileSystem.o .libs/libfs.lax/librock.a/RockSwapDir.o  .libs/libfs.lax/libufs.a/RebuildState.o .libs/libfs.lax/libufs.a/StoreFSufs.o .libs/libfs.lax/libufs.a/StoreSearchUFS.o .libs/libfs.lax/libufs.a/UFSStoreState.o .libs/libfs.lax/libufs.a/UFSStrategy.o .libs/libfs.lax/libufs.a/UFSSwapDir.o .libs/libfs.lax/libufs.a/UFSSwapLogParser.o 
libtool: link: ranlib .libs/libfs.a
libtool: link: rm -fr .libs/libfs.lax
libtool: link: ( cd ".libs" && rm -f "libfs.la" && ln -s "../libfs.la" "libfs.la" )
make[4]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/fs'>
Making all in repl
make[4]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/repl'>
depbase=`echo lru/store_repl_lru.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include    -I../../../src/repl  -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT lru/store_repl_lru.o -MD -MP -MF $depbase.Tpo -c -o lru/store_repl_lru.o ../../../src/repl/lru/store_repl_lru.cc &&\
mv -f $depbase.Tpo $depbase.Po
rm -f liblru.a
/usr/bin/ar cru liblru.a lru/store_repl_lru.o 
ranlib liblru.a
make[4]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/repl'>
Making all in auth
make[4]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth'>
Making all in basic
make[5]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/basic'>
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo ../../../../src/auth/basic/Config.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c -o Scheme.lo ../../../../src/auth/basic/Scheme.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c -o User.lo ../../../../src/auth/basic/User.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c -o UserRequest.lo ../../../../src/auth/basic/UserRequest.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/basic/Scheme.cc  -fPIC -DPIC -o .libs/Scheme.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/basic/UserRequest.cc  -fPIC -DPIC -o .libs/UserRequest.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/basic/User.cc  -fPIC -DPIC -o .libs/User.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/basic/Config.cc  -fPIC -DPIC -o .libs/Config.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/basic/User.cc -o User.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/basic/Scheme.cc -o Scheme.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/basic/UserRequest.cc -o UserRequest.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/basic/Config.cc -o Config.o >/dev/null 2>&1
mv -f .deps/User.Tpo .deps/User.Plo
mv -f .deps/Scheme.Tpo .deps/Scheme.Plo
mv -f .deps/Config.Tpo .deps/Config.Plo
mv -f .deps/UserRequest.Tpo .deps/UserRequest.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11  -g -o libbasic.la  Config.lo Scheme.lo User.lo UserRequest.lo  
libtool: link: /usr/bin/ar cru .libs/libbasic.a .libs/Config.o .libs/Scheme.o .libs/User.o .libs/UserRequest.o 
libtool: link: ranlib .libs/libbasic.a
libtool: link: ( cd ".libs" && rm -f "libbasic.la" && ln -s "../libbasic.la" "libbasic.la" )
make[5]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/basic'>
Making all in digest
make[5]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/digest'>
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo ../../../../src/auth/digest/Config.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c -o Scheme.lo ../../../../src/auth/digest/Scheme.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c -o User.lo ../../../../src/auth/digest/User.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c -o UserRequest.lo ../../../../src/auth/digest/UserRequest.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/digest/User.cc  -fPIC -DPIC -o .libs/User.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/digest/Config.cc  -fPIC -DPIC -o .libs/Config.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/digest/Scheme.cc  -fPIC -DPIC -o .libs/Scheme.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/digest/UserRequest.cc  -fPIC -DPIC -o .libs/UserRequest.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/digest/User.cc -o User.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/digest/Scheme.cc -o Scheme.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/digest/UserRequest.cc -o UserRequest.o >/dev/null 2>&1
mv -f .deps/User.Tpo .deps/User.Plo
mv -f .deps/Scheme.Tpo .deps/Scheme.Plo
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/digest/Config.cc -o Config.o >/dev/null 2>&1
mv -f .deps/UserRequest.Tpo .deps/UserRequest.Plo
mv -f .deps/Config.Tpo .deps/Config.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11  -g -o libdigest.la  Config.lo Scheme.lo User.lo UserRequest.lo  
libtool: link: /usr/bin/ar cru .libs/libdigest.a .libs/Config.o .libs/Scheme.o .libs/User.o .libs/UserRequest.o 
libtool: link: ranlib .libs/libdigest.a
libtool: link: ( cd ".libs" && rm -f "libdigest.la" && ln -s "../libdigest.la" "libdigest.la" )
make[5]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/digest'>
Making all in negotiate
make[5]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/negotiate'>
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c -o Scheme.lo ../../../../src/auth/negotiate/Scheme.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo ../../../../src/auth/negotiate/Config.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c -o User.lo ../../../../src/auth/negotiate/User.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c -o UserRequest.lo ../../../../src/auth/negotiate/UserRequest.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/negotiate/User.cc  -fPIC -DPIC -o .libs/User.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/negotiate/Config.cc  -fPIC -DPIC -o .libs/Config.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/negotiate/Scheme.cc  -fPIC -DPIC -o .libs/Scheme.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/negotiate/UserRequest.cc  -fPIC -DPIC -o .libs/UserRequest.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/negotiate/User.cc -o User.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/negotiate/Scheme.cc -o Scheme.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/negotiate/Config.cc -o Config.o >/dev/null 2>&1
mv -f .deps/User.Tpo .deps/User.Plo
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/negotiate/UserRequest.cc -o UserRequest.o >/dev/null 2>&1
mv -f .deps/Scheme.Tpo .deps/Scheme.Plo
mv -f .deps/Config.Tpo .deps/Config.Plo
mv -f .deps/UserRequest.Tpo .deps/UserRequest.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11  -g -o libnegotiate.la  Scheme.lo Config.lo User.lo UserRequest.lo  
libtool: link: /usr/bin/ar cru .libs/libnegotiate.a .libs/Scheme.o .libs/Config.o .libs/User.o .libs/UserRequest.o 
libtool: link: ranlib .libs/libnegotiate.a
libtool: link: ( cd ".libs" && rm -f "libnegotiate.la" && ln -s "../libnegotiate.la" "libnegotiate.la" )
make[5]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/negotiate'>
Making all in ntlm
make[5]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/ntlm'>
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo ../../../../src/auth/ntlm/Config.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c -o Scheme.lo ../../../../src/auth/ntlm/Scheme.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c -o User.lo ../../../../src/auth/ntlm/User.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c -o UserRequest.lo ../../../../src/auth/ntlm/UserRequest.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/ntlm/UserRequest.cc  -fPIC -DPIC -o .libs/UserRequest.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/ntlm/Config.cc  -fPIC -DPIC -o .libs/Config.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/ntlm/User.cc  -fPIC -DPIC -o .libs/User.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/ntlm/Scheme.cc  -fPIC -DPIC -o .libs/Scheme.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../../src/auth/ntlm/User.cc -o User.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../../src/auth/ntlm/Scheme.cc -o Scheme.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../../src/auth/ntlm/Config.cc -o Config.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../../src/auth/ntlm/UserRequest.cc -o UserRequest.o >/dev/null 2>&1
mv -f .deps/User.Tpo .deps/User.Plo
mv -f .deps/Scheme.Tpo .deps/Scheme.Plo
mv -f .deps/Config.Tpo .deps/Config.Plo
mv -f .deps/UserRequest.Tpo .deps/UserRequest.Plo
/bin/sh ../../../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11  -g -o libntlm.la  Config.lo Scheme.lo User.lo UserRequest.lo  
libtool: link: /usr/bin/ar cru .libs/libntlm.a .libs/Config.o .libs/Scheme.o .libs/User.o .libs/UserRequest.o 
libtool: link: ranlib .libs/libntlm.a
libtool: link: ( cd ".libs" && rm -f "libntlm.la" && ln -s "../libntlm.la" "libntlm.la" )
make[5]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/ntlm'>
make[5]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth'>
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Type.lo -MD -MP -MF .deps/Type.Tpo -c -o Type.lo ../../../src/auth/Type.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c -o Config.lo ../../../src/auth/Config.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT CredentialState.lo -MD -MP -MF .deps/CredentialState.Tpo -c -o CredentialState.lo ../../../src/auth/CredentialState.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c -o Gadgets.lo ../../../src/auth/Gadgets.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../src/auth/Config.cc  -fPIC -DPIC -o .libs/Config.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Type.lo -MD -MP -MF .deps/Type.Tpo -c ../../../src/auth/Type.cc  -fPIC -DPIC -o .libs/Type.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT CredentialState.lo -MD -MP -MF .deps/CredentialState.Tpo -c ../../../src/auth/CredentialState.cc  -fPIC -DPIC -o .libs/CredentialState.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Type.lo -MD -MP -MF .deps/Type.Tpo -c ../../../src/auth/Type.cc -o Type.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c ../../../src/auth/Gadgets.cc  -fPIC -DPIC -o .libs/Gadgets.o
mv -f .deps/Type.Tpo .deps/Type.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c -o Scheme.lo ../../../src/auth/Scheme.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../src/auth/Scheme.cc  -fPIC -DPIC -o .libs/Scheme.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT CredentialState.lo -MD -MP -MF .deps/CredentialState.Tpo -c ../../../src/auth/CredentialState.cc -o CredentialState.o >/dev/null 2>&1
mv -f .deps/CredentialState.Tpo .deps/CredentialState.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT State.lo -MD -MP -MF .deps/State.Tpo -c -o State.lo ../../../src/auth/State.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT State.lo -MD -MP -MF .deps/State.Tpo -c ../../../src/auth/State.cc  -fPIC -DPIC -o .libs/State.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c ../../../src/auth/Config.cc -o Config.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Scheme.lo -MD -MP -MF .deps/Scheme.Tpo -c ../../../src/auth/Scheme.cc -o Scheme.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Gadgets.lo -MD -MP -MF .deps/Gadgets.Tpo -c ../../../src/auth/Gadgets.cc -o Gadgets.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT State.lo -MD -MP -MF .deps/State.Tpo -c ../../../src/auth/State.cc -o State.o >/dev/null 2>&1
mv -f .deps/Config.Tpo .deps/Config.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c -o User.lo ../../../src/auth/User.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../src/auth/User.cc  -fPIC -DPIC -o .libs/User.o
mv -f .deps/Scheme.Tpo .deps/Scheme.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c -o UserRequest.lo ../../../src/auth/UserRequest.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../src/auth/UserRequest.cc  -fPIC -DPIC -o .libs/UserRequest.o
mv -f .deps/State.Tpo .deps/State.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c -o Acl.lo ../../../src/auth/Acl.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c ../../../src/auth/Acl.cc  -fPIC -DPIC -o .libs/Acl.o
mv -f .deps/Gadgets.Tpo .deps/Gadgets.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c -o AclMaxUserIp.lo ../../../src/auth/AclMaxUserIp.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c ../../../src/auth/AclMaxUserIp.cc  -fPIC -DPIC -o .libs/AclMaxUserIp.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT User.lo -MD -MP -MF .deps/User.Tpo -c ../../../src/auth/User.cc -o User.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Acl.lo -MD -MP -MF .deps/Acl.Tpo -c ../../../src/auth/Acl.cc -o Acl.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT AclMaxUserIp.lo -MD -MP -MF .deps/AclMaxUserIp.Tpo -c ../../../src/auth/AclMaxUserIp.cc -o AclMaxUserIp.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT UserRequest.lo -MD -MP -MF .deps/UserRequest.Tpo -c ../../../src/auth/UserRequest.cc -o UserRequest.o >/dev/null 2>&1
mv -f .deps/Acl.Tpo .deps/Acl.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c -o AclProxyAuth.lo ../../../src/auth/AclProxyAuth.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c ../../../src/auth/AclProxyAuth.cc  -fPIC -DPIC -o .libs/AclProxyAuth.o
mv -f .deps/User.Tpo .deps/User.Plo
mv -f .deps/AclMaxUserIp.Tpo .deps/AclMaxUserIp.Plo
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT AclProxyAuth.lo -MD -MP -MF .deps/AclProxyAuth.Tpo -c ../../../src/auth/AclProxyAuth.cc -o AclProxyAuth.o >/dev/null 2>&1
mv -f .deps/UserRequest.Tpo .deps/UserRequest.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11  -g -o libauth.la  Type.lo Config.lo CredentialState.lo Gadgets.lo Scheme.lo State.lo User.lo UserRequest.lo basic/libbasic.la digest/libdigest.la negotiate/libnegotiate.la ntlm/libntlm.la 
libtool: link: (cd .libs/libauth.lax/libbasic.a && /usr/bin/ar x "<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/basic/.libs/libbasic.a")>
libtool: link: (cd .libs/libauth.lax/libdigest.a && /usr/bin/ar x "<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/digest/.libs/libdigest.a")>
libtool: link: (cd .libs/libauth.lax/libnegotiate.a && /usr/bin/ar x "<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/negotiate/.libs/libnegotiate.a")>
libtool: link: (cd .libs/libauth.lax/libntlm.a && /usr/bin/ar x "<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth/ntlm/.libs/libntlm.a")>
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libauth.lax/libbasic.a/Config.o .libs/libauth.lax/lt1-Config.o || cp .libs/libauth.lax/libbasic.a/Config.o .libs/libauth.lax/lt1-Config.o
libtool: link: ln .libs/libauth.lax/libbasic.a/Scheme.o .libs/libauth.lax/lt2-Scheme.o || cp .libs/libauth.lax/libbasic.a/Scheme.o .libs/libauth.lax/lt2-Scheme.o
libtool: link: ln .libs/libauth.lax/libbasic.a/User.o .libs/libauth.lax/lt3-User.o || cp .libs/libauth.lax/libbasic.a/User.o .libs/libauth.lax/lt3-User.o
libtool: link: ln .libs/libauth.lax/libbasic.a/UserRequest.o .libs/libauth.lax/lt4-UserRequest.o || cp .libs/libauth.lax/libbasic.a/UserRequest.o .libs/libauth.lax/lt4-UserRequest.o
libtool: link: ln .libs/libauth.lax/libdigest.a/Config.o .libs/libauth.lax/lt5-Config.o || cp .libs/libauth.lax/libdigest.a/Config.o .libs/libauth.lax/lt5-Config.o
libtool: link: ln .libs/libauth.lax/libdigest.a/Scheme.o .libs/libauth.lax/lt6-Scheme.o || cp .libs/libauth.lax/libdigest.a/Scheme.o .libs/libauth.lax/lt6-Scheme.o
libtool: link: ln .libs/libauth.lax/libdigest.a/User.o .libs/libauth.lax/lt7-User.o || cp .libs/libauth.lax/libdigest.a/User.o .libs/libauth.lax/lt7-User.o
libtool: link: ln .libs/libauth.lax/libdigest.a/UserRequest.o .libs/libauth.lax/lt8-UserRequest.o || cp .libs/libauth.lax/libdigest.a/UserRequest.o .libs/libauth.lax/lt8-UserRequest.o
libtool: link: ln .libs/libauth.lax/libnegotiate.a/Config.o .libs/libauth.lax/lt9-Config.o || cp .libs/libauth.lax/libnegotiate.a/Config.o .libs/libauth.lax/lt9-Config.o
libtool: link: ln .libs/libauth.lax/libnegotiate.a/Scheme.o .libs/libauth.lax/lt10-Scheme.o || cp .libs/libauth.lax/libnegotiate.a/Scheme.o .libs/libauth.lax/lt10-Scheme.o
libtool: link: ln .libs/libauth.lax/libnegotiate.a/User.o .libs/libauth.lax/lt11-User.o || cp .libs/libauth.lax/libnegotiate.a/User.o .libs/libauth.lax/lt11-User.o
libtool: link: ln .libs/libauth.lax/libnegotiate.a/UserRequest.o .libs/libauth.lax/lt12-UserRequest.o || cp .libs/libauth.lax/libnegotiate.a/UserRequest.o .libs/libauth.lax/lt12-UserRequest.o
libtool: link: ln .libs/libauth.lax/libntlm.a/Config.o .libs/libauth.lax/lt13-Config.o || cp .libs/libauth.lax/libntlm.a/Config.o .libs/libauth.lax/lt13-Config.o
libtool: link: ln .libs/libauth.lax/libntlm.a/Scheme.o .libs/libauth.lax/lt14-Scheme.o || cp .libs/libauth.lax/libntlm.a/Scheme.o .libs/libauth.lax/lt14-Scheme.o
libtool: link: ln .libs/libauth.lax/libntlm.a/User.o .libs/libauth.lax/lt15-User.o || cp .libs/libauth.lax/libntlm.a/User.o .libs/libauth.lax/lt15-User.o
libtool: link: ln .libs/libauth.lax/libntlm.a/UserRequest.o .libs/libauth.lax/lt16-UserRequest.o || cp .libs/libauth.lax/libntlm.a/UserRequest.o .libs/libauth.lax/lt16-UserRequest.o
libtool: link: /usr/bin/ar cru .libs/libauth.a .libs/Type.o .libs/Config.o .libs/CredentialState.o .libs/Gadgets.o .libs/Scheme.o .libs/State.o .libs/User.o .libs/UserRequest.o .libs/libauth.lax/lt1-Config.o .libs/libauth.lax/lt2-Scheme.o .libs/libauth.lax/lt3-User.o .libs/libauth.lax/lt4-UserRequest.o .libs/libauth.lax/lt5-Config.o .libs/libauth.lax/lt6-Scheme.o .libs/libauth.lax/lt7-User.o .libs/libauth.lax/lt8-UserRequest.o .libs/libauth.lax/lt9-Config.o .libs/libauth.lax/lt10-Scheme.o .libs/libauth.lax/lt11-User.o .libs/libauth.lax/lt12-UserRequest.o .libs/libauth.lax/lt13-Config.o .libs/libauth.lax/lt14-Scheme.o .libs/libauth.lax/lt15-User.o .libs/libauth.lax/lt16-UserRequest.o
libtool: link: ranlib .libs/libauth.a
libtool: link: rm -fr .libs/libauth.lax .libs/libauth.lax
mv -f .deps/AclProxyAuth.Tpo .deps/AclProxyAuth.Plo
/bin/sh ../../libtool  --tag=CXX   --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11  -g -o libacls.la  Acl.lo AclMaxUserIp.lo AclProxyAuth.lo  
libtool: link: ( cd ".libs" && rm -f "libauth.la" && ln -s "../libauth.la" "libauth.la" )
libtool: link: /usr/bin/ar cru .libs/libacls.a .libs/Acl.o .libs/AclMaxUserIp.o .libs/AclProxyAuth.o 
libtool: link: ranlib .libs/libacls.a
libtool: link: ( cd ".libs" && rm -f "libacls.la" && ln -s "../libacls.la" "libacls.la" )
make[5]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth'>
make[4]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/auth'>
Making all in http
make[4]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/http'>
Making all in one
make[5]: Entering directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/http/one'>
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Parser.lo -MD -MP -MF .deps/Parser.Tpo -c -o Parser.lo ../../../../src/http/one/Parser.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT RequestParser.lo -MD -MP -MF .deps/RequestParser.Tpo -c -o RequestParser.lo ../../../../src/http/one/RequestParser.cc
/bin/sh ../../../libtool  --tag=CXX   --mode=compile ccache g++ -DHAVE_CONFIG_H   -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include     -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT ResponseParser.lo -MD -MP -MF .deps/ResponseParser.Tpo -c -o ResponseParser.lo ../../../../src/http/one/ResponseParser.cc
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT Parser.lo -MD -MP -MF .deps/Parser.Tpo -c ../../../../src/http/one/Parser.cc  -fPIC -DPIC -o .libs/Parser.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT RequestParser.lo -MD -MP -MF .deps/RequestParser.Tpo -c ../../../../src/http/one/RequestParser.cc  -fPIC -DPIC -o .libs/RequestParser.o
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT ResponseParser.lo -MD -MP -MF .deps/ResponseParser.Tpo -c ../../../../src/http/one/ResponseParser.cc  -fPIC -DPIC -o .libs/ResponseParser.o
../../../../src/http/one/Parser.cc: In member function 'bool Http::One::Parser::grabMimeBlock(const char*, size_t)':
../../../../src/http/one/Parser.cc:57:54: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
             if (firstLineSize() + mimeHeaderBytes >= limit) {
                                                      ^
At global scope:
cc1plus: error: unrecognized command line option "-Wno-deprecated-register" [-Werror]
cc1plus: all warnings being treated as errors
make[5]: *** [Parser.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT ResponseParser.lo -MD -MP -MF .deps/ResponseParser.Tpo -c ../../../../src/http/one/ResponseParser.cc -o ResponseParser.o >/dev/null 2>&1
libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../lib -I../../../../src -I../../../include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Werror -Wno-deprecated-register -pipe -D_REENTRANT -g -O2 -std=c++11 -MT RequestParser.lo -MD -MP -MF .deps/RequestParser.Tpo -c ../../../../src/http/one/RequestParser.cc -o RequestParser.o >/dev/null 2>&1
mv -f .deps/ResponseParser.Tpo .deps/ResponseParser.Plo
mv -f .deps/RequestParser.Tpo .deps/RequestParser.Plo
make[5]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/http/one'>
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src/http'>
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[2]: *** [all] Error 2
make[2]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build/src'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<http://build.squid-cache.org/job/trunk-x64-centos-7/ws/btlayer-00-default/squid-3.HEAD-BZR/_build'>
make: *** [distcheck] Error 1
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: 
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 -Wno-deprecated-register -pipe -D_REENTRANT
configure: BUILD Tools C++ FLAGS:  -g -O2 -std=c++11
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: 
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 -Wno-deprecated-register -pipe -D_REENTRANT
configure: BUILD Tools C++ FLAGS:  -g -O2 -std=c++11
../../../../src/http/one/Parser.cc:57:54: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
cc1plus: error: unrecognized command line option "-Wno-deprecated-register" [-Werror]
make[5]: *** [Parser.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure


More information about the squid-dev mailing list