Build failed in Jenkins: 3.HEAD-i386-OpenBSD #1126

From: <noc_at_squid-cache.org>
Date: Fri, 23 Sep 2011 02:02:50 +0200 (CEST)

See <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/1126/changes>

Changes:

[Amos Jeffries] Workaround: disable translation of error-details.txt

po2txt was translating sub-strings inside name: fields.

This is a TEMPORARY measure to prevent breakign any more installations.

[Alex Rousskov] Fixed SwapDir::reconfigure() arguments broken by my poor conflict resolution.

[Alex Rousskov] Fix cache_dir type check during reconfiguration.

SwapDir::type() returns C strings which should be compared with
strcmp(3) instead of checking pointers for equality.

[Alex Rousskov] Remove SwapDir::reconfigure() arguments since they are not used.

Before the change, SwapDir::reconfigure() took index and path
arguments, but none of them was actually used: neither index nor path
can be changed during reconfigure. And both index and path are
available as SwapDir members so there is no reason to have these
arguments.

[Alex Rousskov] Ignore and warn about attempts to reconfigure static Rock store options.

Some Rock store options cannot be changed dynamically: path, size, and
max-size. Before the change, there were no checks during reconfigure
to prevent changing these options. This may lead to Rock cache
corruption and other bugs. The patch adds necessary checks to Rock
store code. If user tries to change an option that cannot be updated
dynamically, a warning is reported and the value is left unchanged.

------------------------------------------
[...truncated 1019 lines...]
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if ccache gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for ccache gcc option to produce PIC... (cached) -fPIC -DPIC
checking if ccache gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if ccache gcc static flag -static works... (cached) yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking whether the ccache gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) yes
checking dynamic linker characteristics... openbsd4.9 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking which extension is used for runtime loadable modules... (cached) .so
checking which variable specifies run-time module search path... (cached) LD_LIBRARY_PATH
checking for the default library search path... (cached) /usr/lib
checking for library containing dlopen... (cached) none required
checking for dlerror... (cached) yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... (cached) no
checking for _ prefix in compiled symbols... (cached) no
checking whether deplibs are loaded by dlopen... (cached) yes
checking for argz.h... (cached) no
checking for error_t... (cached) no
checking for argz_add... (cached) no
checking for argz_append... (cached) no
checking for argz_count... (cached) no
checking for argz_create_sep... (cached) no
checking for argz_insert... (cached) no
checking for argz_next... (cached) no
checking for argz_stringify... (cached) no
checking whether libtool supports -dlopen/-dlpreopen... (cached) yes
checking for unistd.h... (cached) yes
checking for dl.h... (cached) no
checking for sys/dl.h... (cached) no
checking for dld.h... (cached) no
checking for mach-o/dyld.h... (cached) no
checking for dirent.h... (cached) yes
checking for closedir... (cached) yes
checking for opendir... (cached) yes
checking for readdir... (cached) yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
configure: updating cache /tmp/config.cache.16653
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in lib/libTrie (<http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-00-default/lib/libTrie)>
configure: running /bin/sh ../../.././test-suite/../lib/libTrie/configure --disable-option-checking '--prefix=/usr/local/squid' 'CC=ccache gcc' 'CFLAGS=' 'CXX=ccache g++' 'CXXFLAGS=' '--enable-ltdl-convenience' --cache-file=/tmp/config.cache.16653 --srcdir=../../.././test-suite/../lib/libTrie
configure: loading cache /tmp/config.cache.16653
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether ccache g++ accepts -g... (cached) yes
checking for gcc... (cached) ccache gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether ccache gcc accepts -g... (cached) yes
checking for ccache gcc option to accept ISO C89... (cached) none needed
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../../.././test-suite/../lib/libTrie/cfgaux/install-sh -c -d
checking for gawk... (cached) awk
checking for style of include used by make... GNU
checking dependency style of ccache gcc... (cached) gcc3
checking dependency style of ccache g++... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... (cached) ranlib
checking build system type... (cached) i386-unknown-openbsd4.9
checking host system type... (cached) i386-unknown-openbsd4.9
checking how to print strings... print -r
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by ccache gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) no
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert i386-unknown-openbsd4.9 file names to i386-unknown-openbsd4.9 format... (cached) func_convert_file_noop
checking how to convert i386-unknown-openbsd4.9 file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... (cached) print -r --
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from ccache gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking how to run the C preprocessor... (cached) ccache gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if ccache gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for ccache gcc option to produce PIC... (cached) -fPIC -DPIC
checking if ccache gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if ccache gcc static flag -static works... (cached) yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking if ccache gcc supports -c -o file.o... (cached) yes
checking whether the ccache gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) yes
checking dynamic linker characteristics... openbsd4.9 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... (cached) ccache g++ -E
checking for ld used by ccache g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for ccache g++ option to produce PIC... (cached) -fPIC -DPIC
checking if ccache g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if ccache g++ static flag -static works... (cached) yes
checking if ccache g++ supports -c -o file.o... (cached) yes
checking if ccache g++ supports -c -o file.o... (cached) yes
checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... openbsd4.9 ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing dlopen... (cached) none required
checking for dlerror... (cached) yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... (cached) no
configure: strict error checking enabled: yes
checking whether compiler accepts -fhuge-objects... no
checking for iostream... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
configure: updating cache /tmp/config.cache.16653
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
{ test ! -d "squid-3.HEAD-BZR" || { find "squid-3.HEAD-BZR" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "squid-3.HEAD-BZR"; }; }
test -d "squid-3.HEAD-BZR" || mkdir "squid-3.HEAD-BZR"
 (cd compat && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/compat \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd lib && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/lib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd ntlmauth && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/lib/ntlmauth \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd profiler && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/lib/profiler \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd rfcnb && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/lib/rfcnb \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd smblib && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/lib/smblib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd libTrie && make top_distdir=../../squid-3.HEAD-BZR distdir=../../squid-3.HEAD-BZR/lib/libTrie \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
:
test -d "../../squid-3.HEAD-BZR/lib/libTrie" || mkdir "../../squid-3.HEAD-BZR/lib/libTrie"
 (cd include && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/lib/libTrie/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd src && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/lib/libTrie/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd test && make top_distdir=../../../squid-3.HEAD-BZR distdir=../../../squid-3.HEAD-BZR/lib/libTrie/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
test -n ":" || find "../../squid-3.HEAD-BZR/lib/libTrie" -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o ! -type d ! -perm -400 -exec chmod a+r {} \; -o ! -type d ! -perm -444 -exec /bin/sh <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/lib/libTrie/cfgaux/install-sh> -c -m a+r {} {} \; || chmod -R a+r "../../squid-3.HEAD-BZR/lib/libTrie"
 (cd libltdl && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/libltdl \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
:
test -d "../squid-3.HEAD-BZR/libltdl" || mkdir "../squid-3.HEAD-BZR/libltdl"
test -n ":" || find "../squid-3.HEAD-BZR/libltdl" -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o ! -type d ! -perm -400 -exec chmod a+r {} \; -o ! -type d ! -perm -444 -exec /bin/sh <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/libltdl/config/install-sh> -c -m a+r {} {} \; || chmod -R a+r "../squid-3.HEAD-BZR/libltdl"
 (cd snmplib && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/snmplib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd scripts && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/scripts \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd icons && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/icons \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd errors && make top_distdir=../squid-3.HEAD-BZR distdir=../squid-3.HEAD-BZR/errors \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make top_distdir="../squid-3.HEAD-BZR" distdir="../squid-3.HEAD-BZR/errors" dist-hook
case "" in off) echo "WARNING: Translation is disabled."; ;; ""|no) echo "WARNING: Translation toolkit was not detected."; ;; esac; touch translate-warn
WARNING: Translation toolkit was not detected.
if test "" != "" && test "" != "no" && test "" != "off" && test -f ../.././test-suite/../errors/en.po; then lang=`basename af.lang .lang`; mkdir -p ../errors/$lang; echo -n "Translate '$lang' ..."; for f in templates/ERR_ACCESS_DENIED templates/ERR_ACL_TIME_QUOTA_EXCEEDED templates/ERR_AGENT_CONFIGURE templates/ERR_AGENT_WPAD templates/ERR_CACHE_ACCESS_DENIED templates/ERR_CACHE_MGR_ACCESS_DENIED templates/ERR_CANNOT_FORWARD templates/ERR_CONNECT_FAIL templates/ERR_DIR_LISTING templates/ERR_DNS_FAIL templates/ERR_ESI templates/ERR_FORWARDING_DENIED templates/ERR_FTP_DISABLED templates/ERR_FTP_FAILURE templates/ERR_FTP_FORBIDDEN templates/ERR_FTP_NOT_FOUND templates/ERR_FTP_PUT_CREATED templates/ERR_FTP_PUT_ERROR templates/ERR_FTP_PUT_MODIFIED templates/ERR_FTP_UNAVAILABLE templates/ERR_GATEWAY_FAILURE templates/ERR_ICAP_FAILURE templates/ERR_INVALID_REQ templates/ERR_INVALID_RESP templates/ERR_INVALID_URL templates/ERR_LIFETIME_EXP templates/ERR_NO_RELAY templates/ERR_ONLY_IF_CACHED_MISS templates/ERR_PRECONDITION_FAILED templates/ERR_READ_ERROR templates/ERR_READ_TIMEOUT templates/ERR_SECURE_CONNECT_FAIL templates/ERR_SHUTTING_DOWN templates/ERR_SOCKET_FAILURE templates/ERR_TOO_BIG templates/ERR_UNSUP_HTTPVERSION templates/ERR_UNSUP_REQ templates/ERR_URN_RESOLVE templates/ERR_WRITE_ERROR templates/ERR_ZERO_SIZE_OBJECT; do page=`basename $f`; ` --help | grep -o "\-\-notidy"` --progress=none -i ../.././test-suite/../errors/$lang.po -t ../.././test-suite/../errors/$f >../errors/$lang/$page || exit 1; cp ../.././test-suite/../errors/templates/error-details.txt ../errors/$lang/error-details.txt || exit 1;
/bin/sh: syntax error: `for' unmatched
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-00-default/errors> (line 590 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-00-default/errors> (line 451 of Makefile).
*** Error code 1

Stop in <http://build.squid-cache.org/job/3.HEAD-i386-OpenBSD/ws/btlayer-00-default> (line 548 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:
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: `for' unmatched
*** Error code 1
*** Error code 1
*** Error code 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Fri Sep 23 2011 - 00:02:57 MDT

This archive was generated by hypermail 2.2.0 : Fri Sep 23 2011 - 12:00:03 MDT