FreeBSD_HEAD_i386 - Build #3866 - Still Failing:

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

Change summaries:

305479 by wma:
Import missing enum declaration in pci_host_generic header file

Other files including pci_host_generic.h failed to compile
due to missing declaration of enum pci_id_type.

Obtained from:         Semihalf
Submitted by:          Michal Stanek <m...@semihalf.com>
Sponsored by:          Annapurna Labs
Reviewed by:           wma
Differential Revision: https://reviews.freebsd.org/D7561

305478 by wma:
Remove check for 64-bit FDT ranges in pci-host-generic

This allows 32-bit platforms to use pci-host-generic.

Obtained from:         Semihalf
Submitted by:          Michal Stanek <m...@semihalf.com>
Sponsored by:          Annapurna Labs
Reviewed by:           wma
Differential Revision: https://reviews.freebsd.org/D7560

305477 by wma:
Update Annapurna Alpine HAL to a newer version.
  HAL version: 2.7a

Import from vendor-sys, r305475

305474 by emaste:
bhnd: remove redundant ;s at the end of functions or switch statements



The end of the build log:

[...truncated 121691 lines...]
--- pipe_fstat_bug_test.debug ---
objcopy --only-keep-debug pipe_fstat_bug_test.full pipe_fstat_bug_test.debug
--- pipe_fstat_bug_test ---
objcopy --strip-debug --add-gnu-debuglink=pipe_fstat_bug_test.debug  
pipe_fstat_bug_test.full pipe_fstat_bug_test
--- pipe_ino_test ---
(cd /usr/src/tests/sys/kern/pipe &&  DEPENDFILE=.depend.pipe_ino_test  
NO_SUBDIR=1 /usr/obj/usr/src/make.i386/bmake -f 
/usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t  PROG=pipe_ino_test )
--- .depend.pipe_ino_test ---
echo pipe_ino_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> 
.depend.pipe_ino_test
--- pipe_ino_test.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -g -MD  
-MF.depend.pipe_ino_test.pipe_ino_test.o -MTpipe_ino_test.o -std=gnu99 
-fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter 
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
 -Qunused-arguments  -c /usr/src/tests/sys/kern/pipe/pipe_ino_test.c -o 
pipe_ino_test.o
--- all_subdir_usr.sbin ---
--- utdebug.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing   
-I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD  -MF.depend.utdebug.o 
-MTutdebug.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c 
/usr/src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/utilities/utdebug.c
 -o utdebug.o
--- all_subdir_tests ---
--- pipe_ino_test.full ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -g -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Qunused-arguments  -o pipe_ino_test.full pipe_ino_test.o  
--- pipe_ino_test.debug ---
objcopy --only-keep-debug pipe_ino_test.full pipe_ino_test.debug
--- pipe_ino_test ---
objcopy --strip-debug --add-gnu-debuglink=pipe_ino_test.debug  
pipe_ino_test.full pipe_ino_test
--- pipe_overcommit1_test ---
(cd /usr/src/tests/sys/kern/pipe &&  DEPENDFILE=.depend.pipe_overcommit1_test  
NO_SUBDIR=1 /usr/obj/usr/src/make.i386/bmake -f 
/usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t  
PROG=pipe_overcommit1_test )
--- .depend.pipe_overcommit1_test ---
echo pipe_overcommit1_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> 
.depend.pipe_overcommit1_test
--- pipe_overcommit1_test.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -g -MD  
-MF.depend.pipe_overcommit1_test.pipe_overcommit1_test.o 
-MTpipe_overcommit1_test.o -std=gnu99 -fstack-protector-strong -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c 
/usr/src/tests/sys/kern/pipe/pipe_overcommit1_test.c -o pipe_overcommit1_test.o
--- pipe_overcommit1_test.full ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -g -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Qunused-arguments  -o pipe_overcommit1_test.full pipe_overcommit1_test.o  
--- all_subdir_usr.sbin ---
--- utdecode.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing   
-I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD  -MF.depend.utdecode.o 
-MTutdecode.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror 
-Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c 
/usr/src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/utilities/utdecode.c
 -o utdecode.o
--- all_subdir_tests ---
--- pipe_overcommit1_test.debug ---
objcopy --only-keep-debug pipe_overcommit1_test.full pipe_overcommit1_test.debug
--- pipe_overcommit1_test ---
objcopy --strip-debug --add-gnu-debuglink=pipe_overcommit1_test.debug  
pipe_overcommit1_test.full pipe_overcommit1_test
--- pipe_overcommit2_test ---
(cd /usr/src/tests/sys/kern/pipe &&  DEPENDFILE=.depend.pipe_overcommit2_test  
NO_SUBDIR=1 /usr/obj/usr/src/make.i386/bmake -f 
/usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t  
PROG=pipe_overcommit2_test )
--- .depend.pipe_overcommit2_test ---
echo pipe_overcommit2_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> 
.depend.pipe_overcommit2_test
--- pipe_overcommit2_test.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -g -MD  
-MF.depend.pipe_overcommit2_test.pipe_overcommit2_test.o 
-MTpipe_overcommit2_test.o -std=gnu99 -fstack-protector-strong -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c 
/usr/src/tests/sys/kern/pipe/pipe_overcommit2_test.c -o pipe_overcommit2_test.o
--- pipe_overcommit2_test.full ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -g -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Qunused-arguments  -o pipe_overcommit2_test.full pipe_overcommit2_test.o  
--- pipe_overcommit2_test.debug ---
objcopy --only-keep-debug pipe_overcommit2_test.full pipe_overcommit2_test.debug
--- pipe_overcommit2_test ---
objcopy --strip-debug --add-gnu-debuglink=pipe_overcommit2_test.debug  
pipe_overcommit2_test.full pipe_overcommit2_test
--- all_subdir_usr.sbin ---
--- utdelete.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing   
-I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD  -MF.depend.utdelete.o 
-MTutdelete.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror 
-Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c 
/usr/src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/utilities/utdelete.c
 -o utdelete.o
--- all_subdir_tests ---
--- pipe_reverse2_test ---
(cd /usr/src/tests/sys/kern/pipe &&  DEPENDFILE=.depend.pipe_reverse2_test  
NO_SUBDIR=1 /usr/obj/usr/src/make.i386/bmake -f 
/usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t  
PROG=pipe_reverse2_test )
--- .depend.pipe_reverse2_test ---
echo pipe_reverse2_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> 
.depend.pipe_reverse2_test
--- pipe_reverse2_test.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -g -MD  
-MF.depend.pipe_reverse2_test.pipe_reverse2_test.o -MTpipe_reverse2_test.o 
-std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c 
/usr/src/tests/sys/kern/pipe/pipe_reverse2_test.c -o pipe_reverse2_test.o
--- pipe_reverse2_test.full ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -g -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Qunused-arguments  -o pipe_reverse2_test.full pipe_reverse2_test.o  
--- pipe_reverse2_test.debug ---
objcopy --only-keep-debug pipe_reverse2_test.full pipe_reverse2_test.debug
--- pipe_reverse2_test ---
objcopy --strip-debug --add-gnu-debuglink=pipe_reverse2_test.debug  
pipe_reverse2_test.full pipe_reverse2_test
--- pipe_reverse_test ---
(cd /usr/src/tests/sys/kern/pipe &&  DEPENDFILE=.depend.pipe_reverse_test  
NO_SUBDIR=1 /usr/obj/usr/src/make.i386/bmake -f 
/usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t  
PROG=pipe_reverse_test )
--- .depend.pipe_reverse_test ---
echo pipe_reverse_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> 
.depend.pipe_reverse_test
--- pipe_reverse_test.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -g -MD  
-MF.depend.pipe_reverse_test.pipe_reverse_test.o -MTpipe_reverse_test.o 
-std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c 
/usr/src/tests/sys/kern/pipe/pipe_reverse_test.c -o pipe_reverse_test.o
--- all_subdir_usr.sbin ---
--- uterror.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing   
-I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD  -MF.depend.uterror.o 
-MTuterror.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c 
/usr/src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/utilities/uterror.c
 -o uterror.o
--- all_subdir_tests ---
--- pipe_reverse_test.full ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -g -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Qunused-arguments  -o pipe_reverse_test.full pipe_reverse_test.o  
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/ncal/tests ---
===> usr.bin/ncal/tests (all)
--- all_subdir_tests ---
--- pipe_reverse_test.debug ---
objcopy --only-keep-debug pipe_reverse_test.full pipe_reverse_test.debug
--- pipe_reverse_test ---
objcopy --strip-debug --add-gnu-debuglink=pipe_reverse_test.debug  
pipe_reverse_test.full pipe_reverse_test
--- pipe_wraparound_test ---
(cd /usr/src/tests/sys/kern/pipe &&  DEPENDFILE=.depend.pipe_wraparound_test  
NO_SUBDIR=1 /usr/obj/usr/src/make.i386/bmake -f 
/usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t  
PROG=pipe_wraparound_test )
--- all_subdir_usr.bin ---
--- legacy_test ---
cat /usr/src/usr.bin/ncal/tests/legacy_test.sh >legacy_test.tmp
chmod +x legacy_test.tmp
mv legacy_test.tmp legacy_test
--- Kyuafile ---
--- ncal.full ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -g -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Qunused-arguments  -o ncal.full ncal.o   -lcalendar  -lncursesw
--- all_subdir_tests ---
--- .depend.pipe_wraparound_test ---
echo pipe_wraparound_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a  >> 
.depend.pipe_wraparound_test
--- pipe_wraparound_test.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -g -MD  
-MF.depend.pipe_wraparound_test.pipe_wraparound_test.o 
-MTpipe_wraparound_test.o -std=gnu99 -fstack-protector-strong -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c 
/usr/src/tests/sys/kern/pipe/pipe_wraparound_test.c -o pipe_wraparound_test.o
--- all_subdir_usr.bin ---
--- ncal.1.gz ---
gzip -cn /usr/src/usr.bin/ncal/ncal.1 > ncal.1.gz
--- ncal.debug ---
objcopy --only-keep-debug ncal.full ncal.debug
--- ncal ---
objcopy --strip-debug --add-gnu-debuglink=ncal.debug  ncal.full ncal
--- all_subdir_usr.bin/netstat ---
===> usr.bin/netstat (all)
--- all_subdir_usr.sbin ---
--- uteval.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing   
-I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD  -MF.depend.uteval.o 
-MTuteval.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c 
/usr/src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/utilities/uteval.c
 -o uteval.o
--- all_subdir_usr.bin ---
--- nl_defs.h ---
awk ' BEGIN {  print "#include <nlist.h>";  print "extern struct nlist nl[];";  
i = 0;  }  !/^\#/ { printf("\#define\tN%s\t%s\n", toupper($2), i++); }'  < 
/usr/src/usr.bin/netstat/nlist_symbols > nl_defs.h || rm -f nl_defs.h
--- nl_symbols.c ---
awk ' BEGIN {  print "#include <sys/param.h>";  print "#include <nlist.h>";  
print "struct nlist nl[] = {";  }  !/^\#/ { printf("\t{ .n_name = \"%s\" },\n", 
$2); }  END { print "\t{ .n_name = NULL },\n};" }  ' < 
/usr/src/usr.bin/netstat/nlist_symbols > nl_symbols.c || rm -f nl_symbols.c
--- .depend ---
echo netstat.full: /usr/obj/usr/src/tmp/usr/lib/libc.a 
/usr/obj/usr/src/tmp/usr/lib/libkvm.a /usr/obj/usr/src/tmp/usr/lib/libmemstat.a 
/usr/obj/usr/src/tmp/usr/lib/libxo.a /usr/obj/usr/src/tmp/usr/lib/libutil.a 
/usr/obj/usr/src/tmp/usr/lib/libnetgraph.a >> .depend
--- if.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -I/usr/obj/usr/src/usr.bin/netstat 
-fno-strict-aliasing -DIPSEC -DSCTP -DINET -DINET6 -DPF -DNETGRAPH -g -MD  
-MF.depend.if.o -MTif.o -std=gnu99 -fstack-protector-strong -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c /usr/src/usr.bin/netstat/if.c -o if.o
--- all_subdir_tests ---
--- pipe_wraparound_test.full ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -g -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations 
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Qunused-arguments  -o pipe_wraparound_test.full pipe_wraparound_test.o  
--- pipe_wraparound_test.debug ---
objcopy --only-keep-debug pipe_wraparound_test.full pipe_wraparound_test.debug
--- pipe_wraparound_test ---
objcopy --strip-debug --add-gnu-debuglink=pipe_wraparound_test.debug  
pipe_wraparound_test.full pipe_wraparound_test
--- Kyuafile ---
--- Kyuafile ---
--- all_subdir_tests/sys/kqueue ---
===> tests/sys/kqueue (all)
--- proc1_test ---
(cd /usr/src/tests/sys/kqueue &&  DEPENDFILE=.depend.proc1_test  NO_SUBDIR=1 
/usr/obj/usr/src/make.i386/bmake -f /usr/src/tests/sys/kqueue/Makefile 
_RECURSING_PROGS=t  PROG=proc1_test )
--- all_subdir_usr.sbin ---
--- utexcep.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing   
-I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD  -MF.depend.utexcep.o 
-MTutexcep.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c 
/usr/src/usr.sbin/acpi/acpidb/../../../sys/contrib/dev/acpica/components/utilities/utexcep.c
 -o utexcep.o
--- all_subdir_tests ---
--- .depend.proc1_test ---
echo proc1_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a 
/usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a 
/usr/obj/usr/src/lib/libnetbsd/libnetbsd.a >> .depend.proc1_test
--- t_proc1.o ---
cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp 
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe   -I/usr/src/lib/libnetbsd 
-I/usr/src/contrib/netbsd-tests -g -MD  -MF.depend.proc1_test.t_proc1.o 
-MTt_proc1.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -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  
-Qunused-arguments  -c /usr/src/contrib/netbsd-tests/kernel/kqueue/t_proc1.c -o 
t_proc1.o
/usr/src/contrib/netbsd-tests/kernel/kqueue/t_proc1.c:142:45: error: format 
specifies type 'long long' but the argument has type 'intptr_t' (aka 'int') 
[-Werror,-Wformat]
                        printf(" NOTE_CHILD, parent = %" PRId64, event[0].data);
                                                      ~~~        ^~~~~~~~~~~~~
1 error generated.
*** [t_proc1.o] Error code 1

bmake[6]: stopped in /usr/src/tests/sys/kqueue
1 error

bmake[6]: stopped in /usr/src/tests/sys/kqueue
*** [proc1_test] Error code 2

bmake[5]: stopped in /usr/src/tests/sys/kqueue
1 error

bmake[5]: stopped in /usr/src/tests/sys/kqueue
*** [all_subdir_tests/sys/kqueue] Error code 2

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

bmake[4]: stopped in /usr/src/tests/sys
*** [all_subdir_tests/sys] Error code 2

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

bmake[3]: stopped in /usr/src/tests
*** [all_subdir_tests] Error code 2

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

bmake[5]: stopped in /usr/src/usr.sbin/acpi/acpidb
*** [all_subdir_usr.sbin/acpi/acpidb] Error code 2

bmake[4]: stopped in /usr/src/usr.sbin/acpi
1 error

bmake[4]: stopped in /usr/src/usr.sbin/acpi
*** [all_subdir_usr.sbin/acpi] Error code 2

bmake[3]: stopped in /usr/src/usr.sbin
1 error

bmake[3]: stopped in /usr/src/usr.sbin
*** [all_subdir_usr.sbin] Error code 2

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

bmake[4]: stopped in /usr/src/usr.bin/netstat
*** [all_subdir_usr.bin/netstat] Error code 2

bmake[3]: stopped in /usr/src/usr.bin
1 error

bmake[3]: stopped in /usr/src/usr.bin
*** [all_subdir_usr.bin] Error code 2

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

bmake[4]: stopped in /usr/src/lib/libxo
*** [all_subdir_lib/libxo] Error code 2

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

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

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

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

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

bmake[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/hudson7544024361756753606.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
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to