Build failed in Jenkins: 3.2-matrix » obsd-51-x86 #275

From: <noc_at_squid-cache.org>
Date: Sun, 21 Oct 2012 04:19:06 +0200 (CEST)

See <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/275/changes>

Changes:

[Amos Jeffries] 3.2.3

[Amos Jeffries] Remove the refresh_pattern ignore-no-cache option

With the HTTP/1.1 Cache-Control:no-cache compliance upgrade this option became
obsolete. Its main use-case was to force caching of responses which contained this
control. Revalidation is now happening and no-cache objects are cached by default.

The one remaining effect of ignoring no-cache is to prevent no-cache from allowing
authenticated responses being cached. Which is the opposite of its usually expected
result and allowing that change of behaviour would be counter productive.

[Amos Jeffries] HTTP/1.1: Cache-Control compliance upgrade

trunk rev 11361 converted Cache-Control header from using a single mask
bitmap (shared by request and response) to separate CC header objects in
the request response. This conversion contained several regressions like
the one bug 3670 reports.

This patch:
* documents HttpStateData::cacheableReply() clarifying the overall
method action and what each individual check it doing.
* resolves several visible regressions, including bug 3670.
* extends the caching to handle the "no-cache" controls as per HTTP/1.1
(MAY store, but MUST revalidate before use).
* extends the caching for several lesser known cases of "MAY store"
exemptions handling authenticated transactions.
* removes an old hack handling Pragme:no-cache (undefined in HTTP/1.1)

One side effect of now caching transactions utilizing "no-cache" is that
hacks around Pragma:no-cache are reduced to only having any effect when
Cache-Control is absent. Reducing their performance cost. And now require
--enable-http-violations is built in since HTTP/1.1 states that
response Pragma are not defined and thus SHOULD be ignored.

------------------------------------------
[...truncated 4738 lines...]
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testHttpRequest AccessLogEntry.o AclRegs.o AuthReg.o HttpParser.o HttpRequest.o HttpRequestMethod.o mem.o String.o tests/testHttpRequest.o tests/testHttpRequestMethod.o tests/testMain.o tests/stub_DiskIOModule.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/stub_store_stats.o time.o BodyPipe.o cache_manager.o cache_cf.o debug.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o disk.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o ETag.o external_acl.o ExternalACLEntry.o fd.o fde.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHeader.o HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpReply.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o store_client.o store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o event.o tools.o tunnel.o SwapDir.o MemStore.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la auth/libauth.la acl/libapi.la libsquid.la ip/libip.la fs/libfs.la ipc/libipc.la base/libbase.la mgr/libmgr.la anyp/libanyp.la snmp/libsnmp.la ../snmplib/libsnmplib.a icmp/libicmp.la icmp/libicmp-core.la comm/libcomm.la log/liblog.la format/libformat.la repl/liblru.a ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -lpthread -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testHttpRequest AccessLogEntry.o AclRegs.o AuthReg.o HttpParser.o HttpRequest.o HttpRequestMethod.o mem.o String.o tests/testHttpRequest.o tests/testHttpRequestMethod.o tests/testMain.o tests/stub_DiskIOModule.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/stub_store_stats.o time.o BodyPipe.o cache_manager.o cache_cf.o debug.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o disk.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o ETag.o external_acl.o ExternalACLEntry.o fd.o fde.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHeader.o HttpHeaderTools.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpMsg.o HttpReply.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatCounters.o StatHist.o stmem.o store.o store_client.o store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o event.o tools.o tunnel.o SwapDir.o MemStore.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o auth/.libs/libacls.a ident/.libs/libident.a acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a auth/.libs/libauth.a acl/.libs/libapi.a ./.libs/libsquid.a ip/.libs/libip.a fs/.libs/libfs.a ipc/.libs/libipc.a base/.libs/libbase.a mgr/.libs/libmgr.a anyp/.libs/libanyp.a snmp/.libs/libsnmp.a ../snmplib/libsnmplib.a icmp/.libs/libicmp.a icmp/.libs/libicmp-core.a comm/.libs/libcomm.a log/.libs/liblog.a format/.libs/libformat.a repl/liblru.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -lpthread -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
cache_cf.o(.text+0x107be): In function `parseOneConfigFile(char const*, unsigned int)':
: warning: strcpy() is almost always misused, please use strlcpy()
dns_internal.o(.text+0x2a96): In function `idnsALookup(char const*, void (*)(void*, _rfc1035_rr const*, int, char const*), void*)':
: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
depbase=`echo tests/stub_comm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/stub_comm.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_comm.o ../../src/tests/stub_comm.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testStore.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testStore.o -MD -MP -MF $depbase.Tpo -c -o tests/testStore.o ../../src/tests/testStore.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testStoreEntryStream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testStoreEntryStream.o -MD -MP -MF $depbase.Tpo -c -o tests/testStoreEntryStream.o ../../src/tests/testStoreEntryStream.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testStoreController.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testStoreController.o -MD -MP -MF $depbase.Tpo -c -o tests/testStoreController.o ../../src/tests/testStoreController.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testStoreHashIndex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testStoreHashIndex.o -MD -MP -MF $depbase.Tpo -c -o tests/testStoreHashIndex.o ../../src/tests/testStoreHashIndex.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/TestSwapDir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/TestSwapDir.o -MD -MP -MF $depbase.Tpo -c -o tests/TestSwapDir.o ../../src/tests/TestSwapDir.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testStore CacheDigest.o cbdata.o ConfigOption.o ConfigParser.o disk.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o ETag.o event.o EventLoop.o filemap.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeaderTools.o HttpHeader.o HttpMsg.o HttpRequestMethod.o int.o list.o mem.o mem_node.o MemBuf.o Packer.o Parsing.o RemovalPolicy.o refresh.o StatCounters.o StatHist.o stmem.o store.o store_dir.o store_io.o store_swapout.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o store_key_md5.o String.o SwapDir.o tests/stub_access_log.o tests/stub_acl.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_client_side_request.o tests/stub_comm.o tests/stub_debug.o tests/stub_DiskIOModule.o tests/stub_errorpage.o tests/stub_fd.o tests/stub_helper.o tests/stub_HelperChildConfig.o tests/stub_http.o HttpBody.o tests/stub_HttpReply.o tests/stub_HttpRequest.o tests/stub_libcomm.o tests/stub_MemObject.o tests/stub_MemStore.o tests/stub_mime.o tests/stub_Port.o tests/stub_store_client.o tests/stub_store_stats.o tests/stub_store_rebuild.o tests/stub_store_swapout.o tests/stub_tools.o tests/stub_UdsOp.o tests/testMain.o tests/testStore.o tests/testStoreEntryStream.o tests/testStoreController.o tests/testStoreHashIndex.o tests/testStoreSupport.o tests/TestSwapDir.o time.o url.o URLScheme.o wordlist.o test_tools.o globals.o SquidMath.o swap_log_op.o auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la auth/libauth.la acl/libapi.la base/libbase.la libsquid.la ip/libip.la fs/libfs.la mgr/libmgr.la ipc/libipc.la anyp/libanyp.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit CommCalls.o DnsLookupDetails.o -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testStore CacheDigest.o cbdata.o ConfigOption.o ConfigParser.o disk.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o ETag.o event.o EventLoop.o filemap.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeaderTools.o HttpHeader.o HttpMsg.o HttpRequestMethod.o int.o list.o mem.o mem_node.o MemBuf.o Packer.o Parsing.o RemovalPolicy.o refresh.o StatCounters.o StatHist.o stmem.o store.o store_dir.o store_io.o store_swapout.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o store_key_md5.o String.o SwapDir.o tests/stub_access_log.o tests/stub_acl.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_client_side_request.o tests/stub_comm.o tests/stub_debug.o tests/stub_DiskIOModule.o tests/stub_errorpage.o tests/stub_fd.o tests/stub_helper.o tests/stub_HelperChildConfig.o tests/stub_http.o HttpBody.o tests/stub_HttpReply.o tests/stub_HttpRequest.o tests/stub_libcomm.o tests/stub_MemObject.o tests/stub_MemStore.o tests/stub_mime.o tests/stub_Port.o tests/stub_store_client.o tests/stub_store_stats.o tests/stub_store_rebuild.o tests/stub_store_swapout.o tests/stub_tools.o tests/stub_UdsOp.o tests/testMain.o tests/testStore.o tests/testStoreEntryStream.o tests/testStoreController.o tests/testStoreHashIndex.o tests/testStoreSupport.o tests/TestSwapDir.o time.o url.o URLScheme.o wordlist.o test_tools.o globals.o SquidMath.o swap_log_op.o CommCalls.o DnsLookupDetails.o auth/.libs/libacls.a ident/.libs/libident.a acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a auth/.libs/libauth.a acl/.libs/libapi.a base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a fs/.libs/libfs.a mgr/.libs/libmgr.a ipc/.libs/libipc.a anyp/.libs/libanyp.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
url.o(.text+0xc72): In function `urlCanonicalClean':
: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
depbase=`echo tests/testString.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testString.o -MD -MP -MF $depbase.Tpo -c -o tests/testString.o ../../src/tests/testString.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testString mem.o MemBuf.o String.o tests/testMain.o tests/testString.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o time.o wordlist.o test_tools.o globals.o base/libbase.la libsquid.la ip/libip.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testString mem.o MemBuf.o String.o tests/testMain.o tests/testString.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o time.o wordlist.o test_tools.o globals.o base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
depbase=`echo tests/testURL.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testURL.o -MD -MP -MF $depbase.Tpo -c -o tests/testURL.o ../../src/tests/testURL.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testURLScheme.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testURLScheme.o -MD -MP -MF $depbase.Tpo -c -o tests/testURLScheme.o ../../src/tests/testURLScheme.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testURL AccessLogEntry.o AclRegs.o AuthReg.o BodyPipe.o cache_cf.o cache_manager.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o disk.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o ETag.o event.o external_acl.o ExternalACLEntry.o fd.o fde.o filemap.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpParser.o HttpReply.o HttpRequest.o HttpRequestMethod.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatCounters.o tests/stub_StatHist.o stmem.o store.o store_client.o store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o String.o SwapDir.o MemStore.o tests/stub_debug.o tests/stub_DiskIOModule.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/stub_store_stats.o tests/testURL.o tests/testURLScheme.o tests/testMain.o time.o tools.o tunnel.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o anyp/libanyp.la auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la auth/libauth.la acl/libapi.la base/libbase.la libsquid.la ip/libip.la fs/libfs.la ipc/libipc.la mgr/libmgr.la snmp/libsnmp.la ../snmplib/libsnmplib.a icmp/libicmp.la icmp/libicmp-core.la comm/libcomm.la log/liblog.la -lpthread format/libformat.la repl/liblru.a ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -L../compat -lcompat-squid -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testURL AccessLogEntry.o AclRegs.o AuthReg.o BodyPipe.o cache_cf.o cache_manager.o CacheDigest.o carp.o cbdata.o ChunkedCodingParser.o client_db.o client_side.o client_side_reply.o client_side_request.o clientStream.o ConfigOption.o ConfigParser.o CpuAffinityMap.o CpuAffinitySet.o disk.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o dlink.o dns_internal.o DnsLookupDetails.o errorpage.o ETag.o event.o external_acl.o ExternalACLEntry.o fd.o fde.o filemap.o forward.o fqdncache.o ftp.o gopher.o helper.o HelperChildConfig.o htcp.o http.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpParser.o HttpReply.o HttpRequest.o HttpRequestMethod.o HttpStatusLine.o icp_v2.o icp_v3.o ipc.o ipcache.o int.o internal.o list.o multicast.o mem.o mem_node.o MemBuf.o MemObject.o mime.o mime_header.o neighbors.o Packer.o Parsing.o pconn.o peer_digest.o peer_proxy_negotiate_auth.o peer_select.o peer_sourcehash.o peer_userhash.o redirect.o refresh.o RemovalPolicy.o Server.o snmp_core.o snmp_agent.o SquidMath.o stat.o StatCounters.o tests/stub_StatHist.o stmem.o store.o store_client.o store_digest.o store_dir.o store_io.o store_key_md5.o store_log.o store_rebuild.o store_swapin.o store_swapmeta.o store_swapout.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreSwapLogData.o String.o SwapDir.o MemStore.o tests/stub_debug.o tests/stub_DiskIOModule.o tests/stub_main_cc.o tests/stub_ipc_Forwarder.o tests/stub_store_stats.o tests/testURL.o tests/testURLScheme.o tests/testMain.o time.o tools.o tunnel.o url.o URLScheme.o urn.o wccp2.o whois.o FadingCounter.o wordlist.o err_type.o err_detail_type.o globals.o hier_code.o icp_opcode.o lookup_t.o repl_modules.o swap_log_op.o anyp/.libs/libanyp.a auth/.libs/libacls.a ident/.libs/libident.a acl/.libs/libacls.a eui/.libs/libeui.a acl/.libs/libstate.a auth/.libs/libauth.a acl/.libs/libapi.a base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a fs/.libs/libfs.a ipc/.libs/libipc.a mgr/.libs/libmgr.a snmp/.libs/libsnmp.a ../snmplib/libsnmplib.a icmp/.libs/libicmp.a icmp/.libs/libicmp-core.a comm/.libs/libcomm.a log/.libs/liblog.a -lpthread format/.libs/libformat.a repl/liblru.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -L../compat -L/usr/local/lib -lcppunit -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
cache_cf.o(.text+0x107be): In function `parseOneConfigFile(char const*, unsigned int)':
: warning: strcpy() is almost always misused, please use strlcpy()
dns_internal.o(.text+0x2a96): In function `idnsALookup(char const*, void (*)(void*, _rfc1035_rr const*, int, char const*), void*)':
: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
depbase=`echo tests/testConfigParser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testConfigParser.o -MD -MP -MF $depbase.Tpo -c -o tests/testConfigParser.o ../../src/tests/testConfigParser.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testConfigParser mem.o MemBuf.o String.o ConfigParser.o tests/testMain.o tests/testConfigParser.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o time.o wordlist.o test_tools.o globals.o base/libbase.la libsquid.la ip/libip.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testConfigParser mem.o MemBuf.o String.o ConfigParser.o tests/testMain.o tests/testConfigParser.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_debug.o tests/stub_HelperChildConfig.o time.o wordlist.o test_tools.o globals.o base/.libs/libbase.a ./.libs/libsquid.a ip/.libs/libip.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
tests/testConfigParser.o(.text+0x2c8): In function `testConfigParser::doParseQuotedTest(char const*, char const*)':
: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
depbase=`echo tests/stub_mem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/stub_mem.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_mem.o ../../src/tests/stub_mem.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/stub_stmem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/stub_stmem.o -MD -MP -MF $depbase.Tpo -c -o tests/stub_stmem.o ../../src/tests/stub_stmem.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/testStatHist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testStatHist.o -MD -MP -MF $depbase.Tpo -c -o tests/testStatHist.o ../../src/tests/testStatHist.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testStatHist cbdata.o MemBuf.o StatHist.o String.o tests/stub_cache_manager.o tests/stub_comm.o tests/stub_debug.o tests/stub_DelayId.o tests/stub_HelperChildConfig.o tests/stub_mem.o tests/stub_MemObject.o tests/stub_mime.o tests/stub_pconn.o tests/stub_stmem.o tests/stub_store.o tests/stub_store_stats.o tests/stub_tools.o tests/testMain.o tests/testStatHist.o time.o test_tools.o globals.o base/libbase.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit -L../compat -lcompat-squid
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testStatHist cbdata.o MemBuf.o StatHist.o String.o tests/stub_cache_manager.o tests/stub_comm.o tests/stub_debug.o tests/stub_DelayId.o tests/stub_HelperChildConfig.o tests/stub_mem.o tests/stub_MemObject.o tests/stub_mime.o tests/stub_pconn.o tests/stub_stmem.o tests/stub_store.o tests/stub_store_stats.o tests/stub_tools.o tests/testMain.o tests/testStatHist.o time.o test_tools.o globals.o base/.libs/libbase.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -lm -L../compat -lcompat-squid -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
depbase=`echo tests/testRock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testRock.o -MD -MP -MF $depbase.Tpo -c -o tests/testRock.o ../../src/tests/testRock.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testRock cbdata.o CacheDigest.o ConfigOption.o ConfigParser.o disk.o ETag.o EventLoop.o event.o fd.o filemap.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpReply.o HttpRequestMethod.o HttpStatusLine.o int.o list.o mem.o MemBuf.o MemObject.o mem_node.o Packer.o Parsing.o RemovalPolicy.o StatCounters.o tests/stub_StatHist.o stmem.o store.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaURL.o StoreMetaUnpacker.o StoreMetaVary.o StoreSwapLogData.o store_dir.o store_io.o store_key_md5.o store_swapmeta.o store_swapout.o String.o SwapDir.o tests/testRock.o tests/testMain.o tests/testStoreSupport.o tests/stub_access_log.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_client_db.o tests/stub_client_side_request.o tests/stub_debug.o tests/stub_errorpage.o tests/stub_HelperChildConfig.o tests/stub_http.o tests/stub_HttpRequest.o tests/stub_icp.o tests/stub_ipc.o tests/stub_ipcache.o tests/stub_libicmp.o tests/stub_MemStore.o tests/stub_mime.o tests/stub_Port.o tests/stub_pconn.o tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_store_stats.o tests/stub_tools.o tests/stub_UdsOp.o time.o url.o URLScheme.o wordlist.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o unlinkd.o DiskIO/DiskIOModules_gen.o swap_log_op.o SquidMath.o test_tools.o globals.o libsquid.la comm/libcomm.la anyp/libanyp.la ip/libip.la fs/libfs.la auth/libauth.la repl/liblru.a libBlocking.a libDiskDaemon.a libDiskThreads.a libMmapped.a -lpthread acl/libacls.la acl/libapi.la acl/libstate.la eui/libeui.la ipc/libipc.la mgr/libmgr.la base/libbase.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testRock cbdata.o CacheDigest.o ConfigOption.o ConfigParser.o disk.o ETag.o EventLoop.o event.o fd.o filemap.o HttpBody.o HttpHdrCc.o HttpHdrContRange.o HttpHdrRange.o HttpHdrSc.o HttpHdrScTarget.o HttpHeader.o HttpHeaderTools.o HttpMsg.o HttpReply.o HttpRequestMethod.o HttpStatusLine.o int.o list.o mem.o MemBuf.o MemObject.o mem_node.o Packer.o Parsing.o RemovalPolicy.o StatCounters.o tests/stub_StatHist.o stmem.o store.o StoreFileSystem.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaURL.o StoreMetaUnpacker.o StoreMetaVary.o StoreSwapLogData.o store_dir.o store_io.o store_key_md5.o store_swapmeta.o store_swapout.o String.o SwapDir.o tests/testRock.o tests/testMain.o tests/testStoreSupport.o tests/stub_access_log.o tests/stub_cache_cf.o tests/stub_cache_manager.o tests/stub_client_db.o tests/stub_client_side_request.o tests/stub_debug.o tests/stub_errorpage.o tests/stub_HelperChildConfig.o tests/stub_http.o tests/stub_HttpRequest.o tests/stub_icp.o tests/stub_ipc.o tests/stub_ipcache.o tests/stub_libicmp.o tests/stub_MemStore.o tests/stub_mime.o tests/stub_Port.o tests/stub_pconn.o tests/stub_store_client.o tests/stub_store_rebuild.o tests/stub_store_stats.o tests/stub_tools.o tests/stub_UdsOp.o time.o url.o URLScheme.o wordlist.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o unlinkd.o DiskIO/DiskIOModules_gen.o swap_log_op.o SquidMath.o test_tools.o globals.o ./.libs/libsquid.a comm/.libs/libcomm.a anyp/.libs/libanyp.a ip/.libs/libip.a fs/.libs/libfs.a auth/.libs/libauth.a repl/liblru.a libBlocking.a libDiskDaemon.a libDiskThreads.a libMmapped.a -lpthread acl/.libs/libacls.a acl/.libs/libapi.a acl/.libs/libstate.a eui/.libs/libeui.a ipc/.libs/libipc.a mgr/.libs/libmgr.a base/.libs/libbase.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
url.o(.text+0xc72): In function `urlCanonicalClean':
: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
depbase=`echo tests/testUfs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT tests/testUfs.o -MD -MP -MF $depbase.Tpo -c -o tests/testUfs.o ../../src/tests/testUfs.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testUfs tests/testUfs.o tests/testMain.o tests/stub_cache_manager.o tests/stub_client_db.o tests/stub_HelperChildConfig.o tests/stub_icp.o tests/stub_ipc.o tests/stub_MemStore.o tests/stub_pconn.o tests/stub_Port.o tests/stub_UdsOp.o tests/stub_internal.o tests/stub_store_rebuild.o tests/stub_store_stats.o fd.o disk.o filemap.o HttpBody.o HttpReply.o HttpStatusLine.o int.o list.o MemObject.o StoreSwapLogData.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreFileSystem.o store_io.o store_swapout.o store_swapmeta.o unlinkd.o event.o CacheDigest.o ConfigParser.o EventLoop.o HttpMsg.o RemovalPolicy.o store_dir.o store.o HttpRequestMethod.o store_key_md5.o Parsing.o ConfigOption.o SwapDir.o tests/stub_acl.o tests/stub_cache_cf.o tests/stub_helper.o cbdata.o String.o tests/stub_debug.o tests/stub_client_side_request.o tests/stub_http.o mem_node.o stmem.o tests/stub_mime.o HttpHeaderTools.o HttpHeader.o mem.o MemBuf.o HttpHdrContRange.o Packer.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o url.o StatCounters.o StatHist.o HttpHdrRange.o ETag.o tests/stub_errorpage.o tests/stub_HttpRequest.o tests/stub_access_log.o refresh.o tests/stub_store_client.o tests/stub_tools.o tests/testStoreSupport.o time.o URLScheme.o wordlist.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o test_tools.o globals.o DiskIO/DiskIOModules_gen.o SquidMath.o swap_log_op.o CommCalls.o DnsLookupDetails.o auth/libacls.la ident/libident.la acl/libacls.la eui/libeui.la acl/libstate.la auth/libauth.la acl/libapi.la libsquid.la ip/libip.la fs/libfs.la mgr/libmgr.la repl/liblru.a acl/libacls.la libBlocking.a libDiskDaemon.a libDiskThreads.a libMmapped.a -lpthread acl/libapi.la ipc/libipc.la comm/libcomm.la anyp/libanyp.la base/libbase.la ip/libip.la ../lib/libmisccontainers.la ../lib/libmiscencoding.la ../lib/libmiscutil.la -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o tests/testUfs tests/testUfs.o tests/testMain.o tests/stub_cache_manager.o tests/stub_client_db.o tests/stub_HelperChildConfig.o tests/stub_icp.o tests/stub_ipc.o tests/stub_MemStore.o tests/stub_pconn.o tests/stub_Port.o tests/stub_UdsOp.o tests/stub_internal.o tests/stub_store_rebuild.o tests/stub_store_stats.o fd.o disk.o filemap.o HttpBody.o HttpReply.o HttpStatusLine.o int.o list.o MemObject.o StoreSwapLogData.o StoreIOState.o StoreMeta.o StoreMetaMD5.o StoreMetaSTD.o StoreMetaSTDLFS.o StoreMetaUnpacker.o StoreMetaURL.o StoreMetaVary.o StoreFileSystem.o store_io.o store_swapout.o store_swapmeta.o unlinkd.o event.o CacheDigest.o ConfigParser.o EventLoop.o HttpMsg.o RemovalPolicy.o store_dir.o store.o HttpRequestMethod.o store_key_md5.o Parsing.o ConfigOption.o SwapDir.o tests/stub_acl.o tests/stub_cache_cf.o tests/stub_helper.o cbdata.o String.o tests/stub_debug.o tests/stub_client_side_request.o tests/stub_http.o mem_node.o stmem.o tests/stub_mime.o HttpHeaderTools.o HttpHeader.o mem.o MemBuf.o HttpHdrContRange.o Packer.o HttpHdrCc.o HttpHdrSc.o HttpHdrScTarget.o url.o StatCounters.o StatHist.o HttpHdrRange.o ETag.o tests/stub_errorpage.o tests/stub_HttpRequest.o tests/stub_access_log.o refresh.o tests/stub_store_client.o tests/stub_tools.o tests/testStoreSupport.o time.o URLScheme.o wordlist.o DiskIO/DiskIOModule.o DiskIO/ReadRequest.o DiskIO/WriteRequest.o test_tools.o globals.o DiskIO/DiskIOModules_gen.o SquidMath.o swap_log_op.o CommCalls.o DnsLookupDetails.o auth/.libs/libacls.a ident/.libs/libident.a eui/.libs/libeui.a acl/.libs/libstate.a auth/.libs/libauth.a ./.libs/libsquid.a fs/.libs/libfs.a mgr/.libs/libmgr.a repl/liblru.a acl/.libs/libacls.a libBlocking.a libDiskDaemon.a libDiskThreads.a libMmapped.a -lpthread acl/.libs/libapi.a ipc/.libs/libipc.a comm/.libs/libcomm.a anyp/.libs/libanyp.a base/.libs/libbase.a ip/.libs/libip.a ../lib/.libs/libmisccontainers.a ../lib/.libs/libmiscencoding.a ../lib/.libs/libmiscutil.a -L/usr/local/lib -lcppunit -L../compat -lcompat-squid -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
url.o(.text+0xc72): In function `urlCanonicalClean':
: warning: strcpy() is almost always misused, please use strlcpy()
fs/.libs/libfs.a(store_dir_ufs.o)(.text+0x2a3f): In function `UFSSwapDir::logFile(char const*) const':
: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/libcppunit.so.3.0: warning: sprintf() is often misused, please use snprintf()
make check-TESTS
/bin/sh ../../test-suite/testheaders.sh "ccache g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/squid.conf\"> -DDEFAULT_SQUID_DATA_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share\"> -DDEFAULT_SQUID_CONFIG_DIR=\"<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc\"> -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../src -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT " || exit 1
..
OK (2)
PASS: tests/testACLMaxUserIP
.
OK (1)
PASS: tests/testBoilerplate
..
OK (2)
PASS: tests/testCacheManager
.
OK (1)
PASS: tests/testDiskIO
..Actual Text:
Last event to run: last event

Operation \tNext Execution \tWeight\tCallback Valid?
test event \t0.000 sec\t 0\t N/A
test event2 \t0.000 sec\t 0\t N/A

....
OK (6)
PASS: tests/testEvent
...
OK (3)
PASS: tests/testEventLoop
PASS: tests/test_http_range
.....
OK (5)
PASS: tests/testHttpParser
.
OK (1)
PASS: tests/testHttpReply
.............
OK (13)
PASS: tests/testHttpRequest
Not implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implemented...........
OK (11)
PASS: tests/testStore
....
OK (4)
PASS: tests/testString
stub time| persistent connection module initialized
..........
OK (10)
PASS: tests/testURL
.
OK (1)
PASS: tests/testConfigParser
...
OK (3)
PASS: tests/testStatHist
Not implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implementedNot implemented..
OK (2)
PASS: tests/testRock
Not implementedNot implemented..
OK (2)
PASS: tests/testUfs
PASS: testHeaders
===================
All 18 tests passed
===================
Making check in tools
Making check in purge
make
make check-TESTS
==================
All 0 tests passed
==================
make
Making all in purge
make check-TESTS
==================
All 0 tests passed
==================
Making check in test-suite
make debug MemPoolTest mem_node_test mem_hdr_test refcount splay StackTest syntheticoperators VirtualDeleteOperator
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../../test-suite/debug.cc && mv -f $depbase.Tpo $depbase.Po
depbase=`echo test_tools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT test_tools.o -MD -MP -MF $depbase.Tpo -c -o test_tools.o ../../test-suite/test_tools.cc && mv -f $depbase.Tpo $depbase.Po
cp ../../src/tests/stub_debug.cc .
depbase=`echo stub_debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT stub_debug.o -MD -MP -MF $depbase.Tpo -c -o stub_debug.o stub_debug.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o debug debug.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o debug debug.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo MemPoolTest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT MemPoolTest.o -MD -MP -MF $depbase.Tpo -c -o MemPoolTest.o ../../test-suite/MemPoolTest.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o MemPoolTest MemPoolTest.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o MemPoolTest MemPoolTest.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo mem_node_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT mem_node_test.o -MD -MP -MF $depbase.Tpo -c -o mem_node_test.o ../../test-suite/mem_node_test.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o mem_node_test mem_node_test.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o mem_node_test mem_node_test.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo mem_hdr_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT mem_hdr_test.o -MD -MP -MF $depbase.Tpo -c -o mem_hdr_test.o ../../test-suite/mem_hdr_test.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o mem_hdr_test mem_hdr_test.o test_tools.o stub_debug.o ../src/stmem.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o mem_hdr_test mem_hdr_test.o test_tools.o stub_debug.o ../src/stmem.o ../src/mem_node.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo refcount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT refcount.o -MD -MP -MF $depbase.Tpo -c -o refcount.o ../../test-suite/refcount.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o refcount refcount.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o refcount refcount.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo splay.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT splay.o -MD -MP -MF $depbase.Tpo -c -o splay.o ../../test-suite/splay.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o splay splay.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o splay splay.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo StackTest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT StackTest.o -MD -MP -MF $depbase.Tpo -c -o StackTest.o ../../test-suite/StackTest.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o StackTest StackTest.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o StackTest StackTest.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo syntheticoperators.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT syntheticoperators.o -MD -MP -MF $depbase.Tpo -c -o syntheticoperators.o ../../test-suite/syntheticoperators.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o syntheticoperators syntheticoperators.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o syntheticoperators syntheticoperators.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
depbase=`echo VirtualDeleteOperator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; ccache g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../include -I/usr/local/include -I../../libltdl -I../../test-suite -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -MT VirtualDeleteOperator.o -MD -MP -MF $depbase.Tpo -c -o VirtualDeleteOperator.o ../../test-suite/VirtualDeleteOperator.cc && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o VirtualDeleteOperator VirtualDeleteOperator.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/libmiscutil.la -L../compat -lcompat-squid -lm
libtool: link: ccache g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -g -o VirtualDeleteOperator VirtualDeleteOperator.o test_tools.o stub_debug.o ../src/globals.o ../src/time.o ../lib/.libs/libmiscutil.a -L../compat -lcompat-squid -lm
make check-TESTS
stub time| teststring
stub time| teststring
stub time| teststring
stub time| stream test
stub time| 5 ThisIsAStreamTest
PASS: debug
PASS: syntheticoperators
PASS: VirtualDeleteOperator
PASS: StackTest
PASS: refcount
PASS: splay
PASS: MemPoolTest
PASS: mem_node_test
PASS: mem_hdr_test
==================
All 9 tests passed
==================
Making install in compat
Making install in lib
Making all in rfcnb
Making all in smblib
Making all in ntlmauth
Making install in snmplib
Making install in libltdl
make install-am
test -z "<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/lib"> || ../../libltdl/config/install-sh -c -d "<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/lib">
test -z "<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/include"> || ../../libltdl/config/install-sh -c -d "<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/include">
test -z "" || ../../libltdl/config/install-sh -c -d ""
Making install in scripts
Making install in icons
test -z "<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share/icons/silk"> || ../../cfgaux/install-sh -c -d "<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share/icons/silk">
 /usr/bin/install -c -m 644 ../../icons/silk/application.png ../../icons/silk/arrow_up.png ../../icons/silk/bomb.png ../../icons/silk/box.png ../../icons/silk/bricks.png ../../icons/silk/bullet_red.png ../../icons/silk/cd.png ../../icons/silk/chart_line.png ../../icons/silk/compress.png ../../icons/silk/computer_link.png ../../icons/silk/css.png ../../icons/silk/cup.png ../../icons/silk/database.png ../../icons/silk/database_table.png ../../icons/silk/drive_disk.png ../../icons/silk/film.png ../../icons/silk/film_key.png ../../icons/silk/folder.png ../../icons/silk/folder_table.png ../../icons/silk/image.png ../../icons/silk/information.png ../../icons/silk/layers.png ../../icons/silk/layout.png ../../icons/silk/link.png ../../icons/silk/music.png ../../icons/silk/package.png ../../icons/silk/package_go.png ../../icons/silk/page_code.png ../../icons/silk/page_excel.png ../../icons/silk/page_green.png ../../icons/silk/page_white.png ../../icons/silk/page_white_acrobat.png ../../icons/silk/page_white_c.png ../../icons/silk/page_white_cplusplus.png ../../icons/silk/page_white_flash.png ../../icons/silk/page_white_magnify.png ../../icons/silk/page_white_picture.png ../../icons/silk/page_white_powerpoint.png ../../icons/silk/page_white_stack.png ../../icons/silk/page_white_text.png '<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share/icons/silk'>
 /usr/bin/install -c -m 644 ../../icons/silk/page_white_word.png ../../icons/silk/page_white_zip.png ../../icons/silk/page_world.png ../../icons/silk/photo.png ../../icons/silk/picture.png ../../icons/silk/plugin.png ../../icons/silk/plugin_add.png ../../icons/silk/script.png ../../icons/silk/script_gear.png ../../icons/silk/script_palette.png '<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share/icons/silk'>
/usr/bin/install -c -m 644 ../../icons/SN.png "<http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/share/icons/">
Making install in errors
if test -f <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/errorpage.css> ; then echo "install-exec-local will not overwrite existing <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/errorpage.css"> ; else /bin/sh /bin/sh <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/cfgaux/install-sh> -d `dirname <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/errorpage.css`> ; echo "/usr/bin/install -c -m 644 ../../errors/errorpage.css <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/errorpage.css";> /usr/bin/install -c -m 644 ../../errors/errorpage.css <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_inst/etc/errorpage.css;> fi
/bin/sh: syntax error: `(' unexpected
/bin/sh[1]: cannot open �d��]����u��}���]��D$�: No such file or directory
/bin/sh[2]: cannot open ����m����U��4$��M: No such file or directory
/bin/sh[2]: cannot open 9���M: No such file or directory
/bin/sh[3]: syntax error: `< ' unexpected
/bin/sh[2]: �D���$�: not found
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_build/errors> (line 603 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_build/errors> (line 465 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default/squid-3.2.3-BZR/_build> (line 440 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.2-matrix/./label=obsd-51-x86/ws/btlayer-00-default> (line 668 of Makefile).
buildtest.sh result is 1
BUILD: .././test-suite/buildtests/layer-00-default.opts
configure: BUILD LIBRARIES:
configure: BUILD EXTRA LIBRARIES: -lm
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS: -Wall
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS:
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD LIBRARIES:
configure: BUILD EXTRA LIBRARIES: -lm
configure: BUILD OBJECTS:
configure: BUILD EXTRA OBJECTS:
configure: BUILD C FLAGS: -Wall
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -pipe -D_REENTRANT
configure: BUILD C++ FLAGS:
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
/bin/sh: syntax error: `(' unexpected
/bin/sh[1]: cannot open �d��]����u��}���]��D$�: No such file or directory
/bin/sh[2]: cannot open ����m����U��4$��M: No such file or directory
/bin/sh[2]: cannot open 9���M: No such file or directory
/bin/sh[3]: syntax error: `< ' unexpected
*** Error code 1
*** Error code 1
*** Error code 1
*** Error code 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Sun Oct 21 2012 - 02:19:10 MDT

This archive was generated by hypermail 2.2.0 : Mon Oct 29 2012 - 12:00:18 MDT