FreeBSD_HEAD_i386 - Build #3596 - Failure

jenkins-admin at FreeBSD.org jenkins-admin at FreeBSD.org
Fri Jul 15 18:17:31 UTC 2016


FreeBSD_HEAD_i386 - Build #3596 - Failure:

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

Change summaries:

302906 by ae:
Add net.inet6.ip6.intr_queue_maxlen sysctl. It can be used to
change netisr queue limit for IPv6 at runtime.

Obtained from:	Yandex LLC
MFC after:	2 weeks
Sponsored by:	Yandex LLC

302904 by tuexen:
Fix a bug which results in a core dump when running netstat with
the -W option and having a listening SCTP socket.
The bug was introduced in r279122 when adding support for libxo.

MFC after:	3 days

302903 by pfg:
mail(1): Update more prototypes.

Also rename delete and undelete_messages to deletecmd and undeletecmd
respectively in an attempt to sync with other BSDs.

Obtained from:	OpenBSD

302902 by jhb:
Add a mask of optional ptrace() events.

ptrace() now stores a mask of optional events in p_ptevents.  Currently
this mask is a single integer, but it can be expanded into an array of
integers in the future.

Two new ptrace requests can be used to manipulate the event mask:
PT_GET_EVENT_MASK fetches the current event mask and PT_SET_EVENT_MASK
sets the current event mask.

The current set of events include:
- PTRACE_EXEC: trace calls to execve().
- PTRACE_SCE: trace system call entries.
- PTRACE_SCX: trace syscam call exits.
- PTRACE_FORK: trace forks and auto-attach to new child processes.
- PTRACE_LWP: trace LWP events.

The S_PT_SCX and S_PT_SCE events in the procfs p_stops flags have
been replaced by PTRACE_SCE and PTRACE_SCX.  PTRACE_FORK replaces
P_FOLLOW_FORK and PTRACE_LWP replaces P2_LWP_EVENTS.

The PT_FOLLOW_FORK and PT_LWP_EVENTS ptrace requests remain for
compatibility but now simply toggle corresponding flags in the
event mask.

While here, document that PT_SYSCALL, PT_TO_SCE, and PT_TO_SCX both
modify the event mask and continue the traced process.

Reviewed by:	kib
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D7044

302900 by jhb:
Add a test for user signal delivery.

This test verifies we get the correct ptrace event details when a signal
is posted to a traced process from userland.

Reviewed by:	kib (part of D7044)



The end of the build log:

[...truncated 170573 lines...]
awk -f /usr/src/sys/conf/kmod_syms.awk mac_lomac.kld  export_syms | xargs -J% objcopy % mac_lomac.kld
--- mac_lomac.ko.full ---
ld -Bshareable -d -warn-common -o mac_lomac.ko.full mac_lomac.kld
--- all_subdir_mac_portacl ---
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- mac_portacl.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.mac_portacl.o -MTmac_portacl.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/mac_portacl/../../security/mac_portacl/mac_portacl.c -o mac_portacl.o
--- all_subdir_mac_lomac ---
--- mac_lomac.ko.debug ---
objcopy --only-keep-debug mac_lomac.ko.full mac_lomac.ko.debug
--- mac_lomac.ko ---
objcopy --strip-debug --add-gnu-debuglink=mac_lomac.ko.debug  mac_lomac.ko.full mac_lomac.ko
--- nsparse.o ---
cc  -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -MD  -MF.depend.nsparse.o -MTnsparse.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  /usr/src/sys/contrib/dev/acpica/components/namespace/nsparse.c
--- modules-all ---
--- all_subdir_mac_mls ---
ctfconvert -L VERSION -g mac_mls.o
--- nsparse.o ---
ctfconvert -L VERSION -g nsparse.o
--- modules-all ---
--- all_subdir_linux ---
--- linux_uid16.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.linux_uid16.o -MTlinux_uid16.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_uid16.c -o linux_uid16.o
--- all_subdir_mac_mls ---
--- mac_mls.kld ---
ld -d -warn-common -r -d -o mac_mls.kld mac_mls.o
ctfmerge -L VERSION -g -o mac_mls.kld mac_mls.o
--- all_subdir_mac_portacl ---
ctfconvert -L VERSION -g mac_portacl.o
--- all_subdir_mac_mls ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk mac_mls.kld  export_syms | xargs -J% objcopy % mac_mls.kld
--- all_subdir_mac_portacl ---
--- mac_portacl.kld ---
ld -d -warn-common -r -d -o mac_portacl.kld mac_portacl.o
--- all_subdir_mac_mls ---
--- mac_mls.ko.full ---
ld -Bshareable -d -warn-common -o mac_mls.ko.full mac_mls.kld
--- all_subdir_mac_portacl ---
ctfmerge -L VERSION -g -o mac_portacl.kld mac_portacl.o
--- all_subdir_mac_mls ---
--- mac_mls.ko.debug ---
objcopy --only-keep-debug mac_mls.ko.full mac_mls.ko.debug
--- all_subdir_mac_portacl ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk mac_portacl.kld  export_syms | xargs -J% objcopy % mac_portacl.kld
--- all_subdir_mac_mls ---
--- mac_mls.ko ---
objcopy --strip-debug --add-gnu-debuglink=mac_mls.ko.debug  mac_mls.ko.full mac_mls.ko
--- all_subdir_mac_portacl ---
--- mac_portacl.ko.full ---
ld -Bshareable -d -warn-common -o mac_portacl.ko.full mac_portacl.kld
--- nspredef.o ---
cc  -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -MD  -MF.depend.nspredef.o -MTnspredef.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -Werror  /usr/src/sys/contrib/dev/acpica/components/namespace/nspredef.c
--- modules-all ---
--- mac_portacl.ko.debug ---
objcopy --only-keep-debug mac_portacl.ko.full mac_portacl.ko.debug
--- mac_portacl.ko ---
objcopy --strip-debug --add-gnu-debuglink=mac_portacl.ko.debug  mac_portacl.ko.full mac_portacl.ko
--- all_subdir_linux ---
--- linux_time.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.linux_time.o -MTlinux_time.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_time.c -o linux_time.o
--- linux_sysvec.o ---
ctfconvert -L VERSION -g linux_sysvec.o
--- all_subdir_mac_seeotheruids ---
===> mac_seeotheruids (all)
--- machine ---
machine -> /usr/src/sys/i386/include
--- nspredef.o ---
ctfconvert -L VERSION -g nspredef.o
--- modules-all ---
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- vnode_if_newproto.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p
--- vnode_if_typedef.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q
--- vnode_if.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h
--- all_subdir_mac_stub ---
===> mac_stub (all)
--- all_subdir_mac_seeotheruids ---
--- mac_seeotheruids.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.mac_seeotheruids.o -MTmac_seeotheruids.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/mac_seeotheruids/../../security/mac_seeotheruids/mac_seeotheruids.c -o mac_seeotheruids.o
--- all_subdir_mac_stub ---
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- vnode_if_newproto.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p
--- vnode_if_typedef.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q
--- vnode_if.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h
--- mac_stub.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.mac_stub.o -MTmac_stub.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/mac_stub/../../security/mac_stub/mac_stub.c -o mac_stub.o
--- all_subdir_linux ---
--- linux_uid16.o ---
ctfconvert -L VERSION -g linux_uid16.o
--- all_subdir_mac_test ---
===> mac_test (all)
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- vnode_if_newproto.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p
--- vnode_if_typedef.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q
--- vnode_if.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h
--- all_subdir_mac_seeotheruids ---
ctfconvert -L VERSION -g mac_seeotheruids.o
--- all_subdir_mac_test ---
--- mac_test.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.mac_test.o -MTmac_test.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/mac_test/../../security/mac_test/mac_test.c -o mac_test.o
--- all_subdir_mac_seeotheruids ---
--- mac_seeotheruids.kld ---
ld -d -warn-common -r -d -o mac_seeotheruids.kld mac_seeotheruids.o
ctfmerge -L VERSION -g -o mac_seeotheruids.kld mac_seeotheruids.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk mac_seeotheruids.kld  export_syms | xargs -J% objcopy % mac_seeotheruids.kld
--- mac_seeotheruids.ko.full ---
ld -Bshareable -d -warn-common -o mac_seeotheruids.ko.full mac_seeotheruids.kld
--- mac_seeotheruids.ko.debug ---
objcopy --only-keep-debug mac_seeotheruids.ko.full mac_seeotheruids.ko.debug
--- mac_seeotheruids.ko ---
objcopy --strip-debug --add-gnu-debuglink=mac_seeotheruids.ko.debug  mac_seeotheruids.ko.full mac_seeotheruids.ko
--- all_subdir_linux ---
--- linux_timer.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.linux_timer.o -MTlinux_timer.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_timer.c -o linux_timer.o
--- linux_time.o ---
ctfconvert -L VERSION -g linux_time.o
--- all_subdir_malo ---
===> malo (all)
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- opt_malo.h ---
echo '#define MALO_DEBUG 1'> opt_malo.h
--- device_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h
--- bus_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h
--- pci_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h
--- if_malohal.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.if_malohal.o -MTif_malohal.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/malo/../../dev/malo/if_malohal.c -o if_malohal.o
--- all_subdir_linux ---
--- linux_timer.o ---
ctfconvert -L VERSION -g linux_timer.o
--- linux_vdso.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.linux_vdso.o -MTlinux_vdso.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_vdso.c -o linux_vdso.o
ctfconvert -L VERSION -g linux_vdso.o
--- assym.o ---
as  -o assym.o assym.s
ctfconvert -L VERSION -g assym.o
--- linux_ptrace.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.linux_ptrace.o -MTlinux_ptrace.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c -o linux_ptrace.o
--- all_subdir_mac_stub ---
ctfconvert -L VERSION -g mac_stub.o
--- mac_stub.kld ---
ld -d -warn-common -r -d -o mac_stub.kld mac_stub.o
--- all_subdir_linux ---
/usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c:72:9: error: 'PTRACE_SYSCALL' macro redefined [-Werror,-Wmacro-redefined]
#define PTRACE_SYSCALL          24
        ^
/usr/src/sys/sys/ptrace.h:89:9: note: previous definition is here
#define PTRACE_SYSCALL  (PTRACE_SCE | PTRACE_SCX)
        ^
1 error generated.
*** [linux_ptrace.o] Error code 1

bmake[4]: stopped in /usr/src/sys/modules/linux
1 error

bmake[4]: stopped in /usr/src/sys/modules/linux
*** [all_subdir_linux] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
--- all_subdir_mac_stub ---
ctfmerge -L VERSION -g -o mac_stub.kld mac_stub.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk mac_stub.kld  export_syms | xargs -J% objcopy % mac_stub.kld
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/sys/modules/mac_stub
*** [all_subdir_mac_stub] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
--- all_subdir_malo ---
ctfconvert -L VERSION -g if_malohal.o
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/sys/modules/malo
*** [all_subdir_malo] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
--- all_subdir_mac_test ---
ctfconvert -L VERSION -g mac_test.o
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/sys/modules/mac_test
*** [all_subdir_mac_test] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
4 errors

bmake[3]: stopped in /usr/src/sys/modules
*** [modules-all] Error code 2

bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC
1 error

bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC
*** [buildkernel] Error code 2

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

bmake[1]: stopped in /usr/src
*** [buildkernel] 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/hudson459075502765149552.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::103: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


More information about the freebsd-current mailing list