Build failed in Jenkins: FreeBSD_HEAD #2658

From: <jenkins-admin_at_freebsd.org>
Date: Sat, 18 Apr 2015 07:35:43 +0000 (GMT)
See <https://jenkins.freebsd.org/job/FreeBSD_HEAD/2658/changes>

Changes:

[takawata] Add LE related HCI control command to hccontrol(1).

[loos] Move the items common to all SoCs to a single file.

[loos] Fix the style(9) and adds two missing parentheses on the licence.

Reduce the differences to bring in the MMC/SD driver.

Approved by:	ganbold (licence change)

[mckusick] More accurately collect name-cache statistics in sysctl functions
sysctl_debug_hashstat_nchash() and sysctl_debug_hashstat_rawnchash().
These changes are in preparation for allowing changes in the size
of the vnode hash tables driven by increases and decreases in the
maximum number of vnodes in the system.

Reviewed by: kib_at_
Phabric:     D2265

[loos] Simplify the receiver code a bit.

Drain the RX FIFO and continue on failure.

[emaste] crunchide: always include both 32- and 64-bit ELF support

This avoids the need to build a target-specific crunchide for cross-
uilds.

Differential Revision:	https://reviews.freebsd.org/D2314
Sponsored by:	The FreeBSD Foundation

[loos] Add the necessary support to use both TX queues available on if_emac.

Each TX queue can hold one packet (yes, if_emac can send only two(!)
packets at a time).

Even with this change the very limited FIFO buffer (3 KiB for TX and 13 KiB
for RX) fill up too quick to sustain higher throughput.

For the TCP case it turns out that TX isn't the limiting factor, but the RX
side is (the FIFO fill up and starts to discard packets, so the sender has
to slow down).

[pfg] Drop experimental dir_index support.

The htree directory index is a highly desirable feature for research
purposes and was meant to improve performance in our ext2/3 driver.
Unfortunately our implementation has two problems:

- It never really delivered any performance improvement.
- It appears to corrupt the filesystem in undetermined circumstances.

Strictly speaking dir_index is not required for read/write support in
ext2/3 and our limited ext4 support still works fine without it.

Regain stability in the ext2 driver by removing it. We may need it back
(fixed) if we want to support encrypted ext4 support but thanks to the
wonders of version control we can always revert this change and bring it
back.

PR:	191895
PR:	198731
PR:	199309

MFC after:	5 days

[loos] Remove unnecessary checks and fix an issue where the interrupt handler
could return with lock held.

------------------------------------------
[...truncated 177510 lines...]
--- all_subdir_libllvmmipsasmparser ---
===> lib/clang/libllvmmipsasmparser (all)
--- usr.sbin.all__D ---
--- hid.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd> -g -std=gnu99 -fstack-protector -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd/hid.c> -o hid.o
--- lib.all__D ---
--- all_subdir_libllvmmipscodegen ---
===> lib/clang/libllvmmipscodegen (all)
--- usr.sbin.all__D ---
--- kbd.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd> -g -std=gnu99 -fstack-protector -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd/kbd.c> -o kbd.o
--- lib.all__D ---
--- all_subdir_libllvmmipsdesc ---
===> lib/clang/libllvmmipsdesc (all)
--- usr.sbin.all__D ---
--- server.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd> -g -std=gnu99 -fstack-protector -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd/server.c> -o server.o
--- usr.bin.all__D ---
--- CodeGenSchedule.o ---
c++   -O2 -pipe -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang/tblgen/../../../contrib/llvm/include> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang/tblgen/../../../contrib/llvm/tools/clang/include> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen> -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang/tblgen/../../../contrib/llvm/../../lib/clang/include> -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -fstack-protector -Qunused-arguments  -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen/CodeGenSchedule.cpp> -o CodeGenSchedule.o
--- lib.all__D ---
--- all_subdir_libllvmmipsdisassembler ---
===> lib/clang/libllvmmipsdisassembler (all)
--- usr.sbin.all__D ---
--- session.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd> -g -std=gnu99 -fstack-protector -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd/session.c> -o session.o
--- lib.all__D ---
--- all_subdir_libllvmmipsinfo ---
===> lib/clang/libllvmmipsinfo (all)
--- usr.sbin.all__D ---
--- bthidd.8.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd/bthidd.8> > bthidd.8.gz
--- parser.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd> -g -std=gnu99 -fstack-protector -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c parser.c -o parser.o
--- lib.all__D ---
--- all_subdir_libllvmmipsinstprinter ---
===> lib/clang/libllvmmipsinstprinter (all)
--- all_subdir_libllvmpowerpcasmparser ---
===> lib/clang/libllvmpowerpcasmparser (all)
--- usr.sbin.all__D ---
--- lexer.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd> -g -std=gnu99 -fstack-protector -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c lexer.c -o lexer.o
--- lib.all__D ---
--- all_subdir_libllvmpowerpccodegen ---
===> lib/clang/libllvmpowerpccodegen (all)
--- all_subdir_libllvmpowerpcdesc ---
===> lib/clang/libllvmpowerpcdesc (all)
--- usr.sbin.all__D ---
--- bthidd ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/bthidd> -g -std=gnu99 -fstack-protector -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments  -o bthidd bthidd.o client.o hid.o kbd.o lexer.o parser.o server.o session.o  -lbluetooth  -lusbhid
===> usr.sbin/bluetooth/btpand (all)
--- btpand.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/btpand.c> -o btpand.o
--- lib.all__D ---
--- all_subdir_libllvmpowerpcdisassembler ---
===> lib/clang/libllvmpowerpcdisassembler (all)
--- usr.sbin.all__D ---
--- bnep.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/bnep.c> -o bnep.o
--- lib.all__D ---
--- all_subdir_libllvmpowerpcinfo ---
===> lib/clang/libllvmpowerpcinfo (all)
--- all_subdir_libllvmpowerpcinstprinter ---
===> lib/clang/libllvmpowerpcinstprinter (all)
--- usr.sbin.all__D ---
--- channel.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/channel.c> -o channel.o
--- lib.all__D ---
--- all_subdir_libllvmsparcasmparser ---
===> lib/clang/libllvmsparcasmparser (all)
--- usr.sbin.all__D ---
--- client.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/client.c> -o client.o
--- lib.all__D ---
--- all_subdir_libllvmsparccodegen ---
===> lib/clang/libllvmsparccodegen (all)
--- usr.sbin.all__D ---
--- event.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/event.c> -o event.o
--- packet.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/packet.c> -o packet.o
--- lib.all__D ---
--- all_subdir_libllvmsparcdesc ---
===> lib/clang/libllvmsparcdesc (all)
--- usr.sbin.all__D ---
--- server.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/server.c> -o server.o
--- lib.all__D ---
--- all_subdir_libllvmsparcdisassembler ---
===> lib/clang/libllvmsparcdisassembler (all)
--- usr.sbin.all__D ---
--- sdp.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/sdp.c> -o sdp.o
--- tap.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/tap.c> -o tap.o
--- lib.all__D ---
--- all_subdir_libllvmsparcinfo ---
===> lib/clang/libllvmsparcinfo (all)
--- usr.sbin.all__D ---
--- btpand.8.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/btpand/btpand.8> > btpand.8.gz
--- btpand ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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  -o btpand btpand.o bnep.o channel.o client.o event.o packet.o server.o sdp.o tap.o  -lbluetooth  -lsdp  -lutil
--- lib.all__D ---
--- all_subdir_libllvmsparcinstprinter ---
===> lib/clang/libllvmsparcinstprinter (all)
--- usr.sbin.all__D ---
===> usr.sbin/bluetooth/hccontrol (all)
--- send_recv.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/send_recv.c> -o send_recv.o
--- lib.all__D ---
--- all_subdir_libllvmx86asmparser ---
===> lib/clang/libllvmx86asmparser (all)
--- usr.sbin.all__D ---
--- link_policy.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/link_policy.c> -o link_policy.o
--- link_control.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/link_control.c> -o link_control.o
--- lib.all__D ---
--- all_subdir_libllvmx86codegen ---
===> lib/clang/libllvmx86codegen (all)
--- usr.sbin.all__D ---
--- le.o ---
cc  -O2 -pipe   -std=gnu99 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/le.c> -o le.o
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/le.c>:301:20: error: use of undeclared identifier 'NG_HCI_EVENT_MASK_DEFAULT'
                set_event_mask(s,NG_HCI_EVENT_MASK_DEFAULT |
                                 ^
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/le.c>:302:11: error: use of undeclared identifier 'NG_HCI_EVENT_MASK_LE'
                               NG_HCI_EVENT_MASK_LE);
                               ^
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/le.c>:303:24: error: use of undeclared identifier 'NG_HCI_LE_EVENT_MASK_ALL'
                set_le_event_mask(s, NG_HCI_LE_EVENT_MASK_ALL);
                                     ^
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol/le.c>:305:20: error: use of undeclared identifier 'NG_HCI_EVENT_MASK_DEFAULT'
                set_event_mask(s,NG_HCI_EVENT_MASK_DEFAULT);
                                 ^
4 errors generated.
--- lib.all__D ---
--- all_subdir_libllvmx86desc ---
--- usr.sbin.all__D ---
*** [le.o] Error code 1

make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol>
--- lib.all__D ---
===> lib/clang/libllvmx86desc (all)
--- usr.sbin.all__D ---
1 error

make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth/hccontrol>
*** [_sub.all] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin/bluetooth>
*** [all_subdir_bluetooth] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.sbin>
*** [usr.sbin.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
--- lib.all__D ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/clang/libllvmx86desc>
*** [all_subdir_libllvmx86desc] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/clang>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/clang>
*** [all_subdir_clang] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib>
--- all_subdir_atf ---
A failure has been detected in another branch of the parallel make

make[8]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf/libatf-c++/tests/detail>
*** [text_test] Error code 2

make[7]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf/libatf-c++/tests/detail>
1 error

make[7]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf/libatf-c++/tests/detail>
*** [_sub.all] Error code 2

make[6]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf/libatf-c++/tests>
1 error

make[6]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf/libatf-c++/tests>
*** [_sub.all] Error code 2

make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf/libatf-c++>
1 error

make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf/libatf-c++>
*** [_sub.all] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/atf>
*** [all_subdir_atf] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib>
2 errors

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib>
*** [lib.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
--- usr.bin.all__D ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang/tblgen>
*** [all_subdir_tblgen] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin/clang>
*** [all_subdir_clang] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/usr.bin>
*** [usr.bin.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
3 errors

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
*** [everything] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
*** [buildworld] Error code 2

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
1 error

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
Build step 'Execute shell' marked build as failure
Received on Sat Apr 18 2015 - 05:35:45 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:56 UTC