FreeBSD_HEAD_i386 - Build #2909 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 20 Apr 2016 20:06:13 +0000 (GMT)
FreeBSD_HEAD_i386 - Build #2909 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2909/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2909/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2909/console

Change summaries:

298361 by emaste:
elfcopy: map all !alnum characters to '_' in binary input symbol names

This matches bfd and gold.

Obtained from:	ELF Tool Chain r3445
Sponsored by:	The FreeBSD Foundation

298360 by avos:
net80211 (trivial, noop): remove duplicate check from hostap_recv_mgmt()

Differential Revision:	https://reviews.freebsd.org/D5483

298359 by avos:
net80211: replace internal LE_READ_*/LE_WRITE_* macro with system
le*dec / le*enc functions.

Replace net80211 specific macros with system-wide bytestream
encoding/decoding functions:
- LE_READ_2 ->  le16dec
- LE_READ_4 ->  le32dec
- LE_WRITE_2 -> le16enc
- LE_WRITE_4 -> le32enc

+ drop ieee80211_input.h include, where it was included for these
operations only.

Reviewed by:	adrian
Differential Revision:	https://reviews.freebsd.org/D6030

298358 by wma:
Fix KGDB backtrace on ARM

Modify trapframe decoding to properly analyze trapframe.

Provide method for fixup_pc. It happens, that in some kernel
functions, the GDB stack frame decoder cannot determine both
func name and frame size. This is because these functions
either contain invalid instruction, or their format does
not match standard schema. Detect that scenarios and move
PC accordingly to jump into known function schema, which
GDB is able to parse.

Obtained from:         Semihalf
Sponsored by:          Juniper Networks
Reviewed by:           kib, zbb
Differential Revision: https://reviews.freebsd.org/D5976

298357 by wma:
Fix MFS symbol redefinition with clang 3.8.0

Newest CLANG objcpy uses different name parsing.
Modify regexp to match (i.e. avoid substitution
of "/" or "-" with "_").

Obtained from:         Semihalf
Sponsored by:          Juniper Networks
Reviewed by:           hselasky, zbb
Differential Revision: https://reviews.freebsd.org/D5873

298356 by kib:
Arm and arm64 both have fueword() implemented for some time.  Correct
the comment.

Sponsored by:	The FreeBSD Foundation



The end of the build log:

[...truncated 89252 lines...]
--- all_subdir_lib ---
--- h_snprintf.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_snprintf.full h_snprintf.o  
--- h_snprintf.debug ---
objcopy --only-keep-debug h_snprintf.full h_snprintf.debug
--- all_subdir_gnu ---
--- trgt.o ---
--- all_subdir_lib ---
--- h_snprintf ---
--- all_subdir_gnu ---
cc  -O2 -pipe   -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1 -DTUI=1 -DDEBUGDIR=\"/usr/lib/debug\" -I. -I/usr/src/gnu/usr.bin/gdb/kgdb/../arch/i386 -I/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libbfd -I/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libbfd/i386 -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/gdb -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/gdb/config -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/include -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/binutils/bfd -I/usr/obj/usr/src/gnu/usr.bin/gdb/kgdb/../../../lib/libreadline/readline/.. -g -MD -MP -MF.depend.trgt.o -MTtrgt.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/gnu/usr.bin/gdb/kgdb/trgt.c -o trgt.o
--- all_subdir_lib ---
objcopy --strip-debug --add-gnu-debuglink=h_snprintf.debug  h_snprintf.full h_snprintf
--- h_sprintf ---
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_sprintf  NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_sprintf )
--- .depend.h_sprintf ---
echo h_sprintf.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend.h_sprintf
--- h_sprintf.o ---
cc  -O2 -pipe   -g -MD -MP -MF.depend.h_sprintf.h_sprintf.o -MTh_sprintf.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/contrib/netbsd-tests/lib/libc/ssp/h_sprintf.c -o h_sprintf.o
--- h_sprintf.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_sprintf.full h_sprintf.o  
--- h_sprintf.debug ---
objcopy --only-keep-debug h_sprintf.full h_sprintf.debug
--- h_sprintf ---
objcopy --strip-debug --add-gnu-debuglink=h_sprintf.debug  h_sprintf.full h_sprintf
--- h_stpcpy ---
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_stpcpy  NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_stpcpy )
--- .depend.h_stpcpy ---
echo h_stpcpy.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend.h_stpcpy
--- h_stpcpy.o ---
cc  -O2 -pipe   -g -MD -MP -MF.depend.h_stpcpy.h_stpcpy.o -MTh_stpcpy.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/contrib/netbsd-tests/lib/libc/ssp/h_stpcpy.c -o h_stpcpy.o
--- h_stpcpy.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_stpcpy.full h_stpcpy.o  
--- h_stpcpy.debug ---
objcopy --only-keep-debug h_stpcpy.full h_stpcpy.debug
--- h_stpcpy ---
objcopy --strip-debug --add-gnu-debuglink=h_stpcpy.debug  h_stpcpy.full h_stpcpy
--- h_stpncpy ---
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_stpncpy  NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_stpncpy )
--- .depend.h_stpncpy ---
echo h_stpncpy.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend.h_stpncpy
--- h_stpncpy.o ---
cc  -O2 -pipe   -g -MD -MP -MF.depend.h_stpncpy.h_stpncpy.o -MTh_stpncpy.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/contrib/netbsd-tests/lib/libc/ssp/h_stpncpy.c -o h_stpncpy.o
--- h_stpncpy.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_stpncpy.full h_stpncpy.o  
--- all_subdir_gnu ---
--- trgt_i386.o ---
cc  -O2 -pipe   -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1 -DTUI=1 -DDEBUGDIR=\"/usr/lib/debug\" -I. -I/usr/src/gnu/usr.bin/gdb/kgdb/../arch/i386 -I/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libbfd -I/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libbfd/i386 -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/gdb -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/gdb/config -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/include -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/binutils/bfd -I/usr/obj/usr/src/gnu/usr.bin/gdb/kgdb/../../../lib/libreadline/readline/.. -g -MD -MP -MF.depend.trgt_i386.o -MTtrgt_i386.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/gnu/usr.bin/gdb/kgdb/trgt_i386.c -o trgt_i386.o
--- all_subdir_lib ---
--- h_stpncpy.debug ---
objcopy --only-keep-debug h_stpncpy.full h_stpncpy.debug
--- h_stpncpy ---
objcopy --strip-debug --add-gnu-debuglink=h_stpncpy.debug  h_stpncpy.full h_stpncpy
--- h_strcat ---
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_strcat  NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_strcat )
--- .depend.h_strcat ---
echo h_strcat.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend.h_strcat
--- h_strcat.o ---
cc  -O2 -pipe   -g -MD -MP -MF.depend.h_strcat.h_strcat.o -MTh_strcat.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/contrib/netbsd-tests/lib/libc/ssp/h_strcat.c -o h_strcat.o
--- h_strcat.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_strcat.full h_strcat.o  
--- h_strcat.debug ---
objcopy --only-keep-debug h_strcat.full h_strcat.debug
--- h_strcat ---
objcopy --strip-debug --add-gnu-debuglink=h_strcat.debug  h_strcat.full h_strcat
--- h_strcpy ---
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_strcpy  NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_strcpy )
--- .depend.h_strcpy ---
echo h_strcpy.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend.h_strcpy
--- h_strcpy.o ---
cc  -O2 -pipe   -g -MD -MP -MF.depend.h_strcpy.h_strcpy.o -MTh_strcpy.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/contrib/netbsd-tests/lib/libc/ssp/h_strcpy.c -o h_strcpy.o
--- all_subdir_rescue ---
5 warnings generated.
--- zfs_iter.o ---
cc  -O2 -pipe -I/usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/sbin/zfs/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/sbin/zfs/../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/cddl/sbin/zfs/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libzfs_core/common -I/usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libumem/common -I/usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/sbin/zfs/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/sbin/zfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cddl/sbin/zfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/src/cddl/sbin/zfs/../../../sys/cddl/contrib/opensolaris/common/zfs   -DNEED_SOLARIS_BOOLEAN -DRESCUE -MD -MP -MF.depend.zfs_iter.o -MTzfs_iter.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/cmd/zfs/zfs_iter.c -o zfs_iter.o
--- all_subdir_lib ---
--- h_strcpy.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_strcpy.full h_strcpy.o  
--- h_strcpy.debug ---
objcopy --only-keep-debug h_strcpy.full h_strcpy.debug
--- h_strcpy ---
objcopy --strip-debug --add-gnu-debuglink=h_strcpy.debug  h_strcpy.full h_strcpy
--- h_strncat ---
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_strncat  NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_strncat )
--- all_subdir_gnu ---
--- kgdb.full ---
cc -O2 -pipe -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1 -DTUI=1 -DDEBUGDIR=\"/usr/lib/debug\" -I. -I/usr/src/gnu/usr.bin/gdb/kgdb/../arch/i386 -I/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libbfd -I/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libbfd/i386 -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/gdb -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/gdb/config -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/gdb/include -I/usr/src/gnu/usr.bin/gdb/kgdb/../../../../contrib/binutils/bfd -I/usr/obj/usr/src/gnu/usr.bin/gdb/kgdb/../../../lib/libreadline/readline/.. -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o kgdb.full main.o kld.o kthr.o trgt.o trgt_i386.o  /usr/obj/usr/src/gnu/usr.bin/gdb/kgdb/../../gdb/libgdb/libgdb.a /usr/obj/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libbfd/libbfd.a /usr/obj/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libopcodes/libopcodes.a  /usr/obj/usr/src/gnu/usr.bin/gdb/kgdb/../../binutils/libiberty/libiberty.a  -lm -L/usr/obj/usr/src/gnu/lib/libreadline/readline -L/usr/obj/usr/src/gnu/lib/libreadline/readline -lreadline  -lncursesw  -lncursesw  -lncursesw  -lgnuregex  -lkvm
--- all_subdir_lib ---
--- .depend.h_strncat ---
echo h_strncat.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend.h_strncat
--- h_strncat.o ---
cc  -O2 -pipe   -g -MD -MP -MF.depend.h_strncat.h_strncat.o -MTh_strncat.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/contrib/netbsd-tests/lib/libc/ssp/h_strncat.c -o h_strncat.o
--- h_strncat.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_strncat.full h_strncat.o  
--- h_strncat.debug ---
objcopy --only-keep-debug h_strncat.full h_strncat.debug
--- h_strncat ---
objcopy --strip-debug --add-gnu-debuglink=h_strncat.debug  h_strncat.full h_strncat
--- h_strncpy ---
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_strncpy  NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_strncpy )
--- .depend.h_strncpy ---
echo h_strncpy.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> .depend.h_strncpy
--- h_strncpy.o ---
cc  -O2 -pipe   -g -MD -MP -MF.depend.h_strncpy.h_strncpy.o -MTh_strncpy.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments  -c /usr/src/contrib/netbsd-tests/lib/libc/ssp/h_strncpy.c -o h_strncpy.o
--- all_subdir_gnu ---
main.o: In function `main':
/usr/src/gnu/usr.bin/gdb/kgdb/main.c:478: undefined reference to `kgdb_trgt_pc_fixup'
--- all_subdir_lib ---
--- h_strncpy.full ---
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments  -o h_strncpy.full h_strncpy.o  
--- all_subdir_kerberos5 ---
--- kpasswdd.full ---
cc -O2 -pipe -I/usr/src/kerberos5/libexec/kpasswdd/../../../crypto/heimdal/lib/roken -I../../lib/libhdb -DHAVE_CONFIG_H -I/usr/src/kerberos5/libexec/kpasswdd/../../include -g -std=gnu99 -fstack-protector-strong -Qunused-arguments  -o kpasswdd.full kpasswdd.o    -lkadm5srv  -lhdb  -lkrb5  -lroken -L/usr/obj/usr/src/kerberos5/lib/libvers -lvers  -lasn1
--- all_subdir_gnu ---
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [kgdb.full] Error code 1

make[6]: stopped in /usr/src/gnu/usr.bin/gdb/kgdb
1 error

make[6]: stopped in /usr/src/gnu/usr.bin/gdb/kgdb
*** [all] Error code 2

make[5]: stopped in /usr/src/gnu/usr.bin/gdb
1 error

make[5]: stopped in /usr/src/gnu/usr.bin/gdb
*** [all_subdir_gnu/usr.bin/gdb] Error code 2

make[4]: stopped in /usr/src/gnu/usr.bin
1 error

make[4]: stopped in /usr/src/gnu/usr.bin
*** [all_subdir_gnu/usr.bin] Error code 2

make[3]: stopped in /usr/src/gnu
1 error

make[3]: stopped in /usr/src/gnu
*** [all_subdir_gnu] Error code 2

make[2]: stopped in /usr/src
--- all_subdir_lib ---
A failure has been detected in another branch of the parallel make

make[7]: stopped in /usr/src/lib/libc/tests/ssp
*** [h_strncpy] Error code 2

make[6]: stopped in /usr/src/lib/libc/tests/ssp
1 error

make[6]: stopped in /usr/src/lib/libc/tests/ssp
*** [all_subdir_lib/libc/tests/ssp] Error code 2

make[5]: stopped in /usr/src/lib/libc/tests
1 error

make[5]: stopped in /usr/src/lib/libc/tests
*** [all] Error code 2

make[4]: stopped in /usr/src/lib/libc
1 error

make[4]: stopped in /usr/src/lib/libc
*** [all_subdir_lib/libc] Error code 2

make[3]: stopped in /usr/src/lib
1 error

make[3]: stopped in /usr/src/lib
*** [all_subdir_lib] Error code 2

make[2]: stopped in /usr/src
--- all_subdir_rescue ---
A failure has been detected in another branch of the parallel make

make[6]: stopped in /usr/src/cddl/sbin/zfs
*** [zfs_make] Error code 2

make[5]: stopped in /usr/obj/usr/src/rescue/rescue
1 error

make[5]: stopped in /usr/obj/usr/src/rescue/rescue
*** [objs] Error code 2

make[4]: stopped in /usr/src/rescue/rescue
1 error

make[4]: stopped in /usr/src/rescue/rescue
*** [all] Error code 2

make[3]: stopped in /usr/src/rescue
1 error

make[3]: stopped in /usr/src/rescue
*** [all_subdir_rescue] Error code 2

make[2]: stopped in /usr/src
--- all_subdir_kerberos5 ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/kerberos5/libexec/kpasswdd
*** [all_subdir_kerberos5/libexec/kpasswdd] Error code 2

make[4]: stopped in /usr/src/kerberos5/libexec
1 error

make[4]: stopped in /usr/src/kerberos5/libexec
*** [all_subdir_kerberos5/libexec] Error code 2

make[3]: stopped in /usr/src/kerberos5
1 error

make[3]: stopped in /usr/src/kerberos5
*** [all_subdir_kerberos5] Error code 2

make[2]: stopped in /usr/src
4 errors

make[2]: stopped in /usr/src
*** [everything] Error code 2

make[1]: stopped in /usr/src
1 error

make[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[PostBuildScript] - Execution post build scripts.
[FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson6020333059444055659.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_HEAD_i386'
+ echo 'clean up jail FreeBSD_HEAD_i386'
clean up jail FreeBSD_HEAD_i386
+ sudo jail -r FreeBSD_HEAD_i386
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias
+ sudo umount FreeBSD_HEAD_i386/usr/src
+ sudo umount FreeBSD_HEAD_i386/dev
+ sudo rm -fr FreeBSD_HEAD_i386
+ true
+ sudo chflags -R noschg FreeBSD_HEAD_i386
+ sudo rm -fr FreeBSD_HEAD_i386
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Received on Wed Apr 20 2016 - 18:06:16 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:04 UTC