From owner-freebsd-i386@freebsd.org Mon May 23 22:09:48 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EBADB4739C; Mon, 23 May 2016 22:09:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 52EDE1F20; Mon, 23 May 2016 22:09:48 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 56731142; Mon, 23 May 2016 22:09:48 +0000 (UTC) Date: Mon, 23 May 2016 22:09:44 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ian@FreeBSD.org, cem@FreeBSD.org, ken@FreeBSD.org, asomers@FreeBSD.org, markj@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1271267998.3.1464041388367.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3184 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 22:09:48 -0000 FreeBSD_HEAD_i386 - Build #3184 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3184/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3184/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3184/console Change summaries: 300539 by asomers: Add bit_count to the bitstring(3) api Add a bit_count function, which efficiently counts the number of bits set in a bitstring. sys/sys/bitstring.h tests/sys/sys/bitstring_test.c share/man/man3/bitstring.3 Add bit_alloc sys/kern/subr_unit.c Use bit_count instead of a naive counting loop in check_unrhdr, used when INVARIANTS are enabled. The userland test runs about 6x faster in a generic build, or 8.5x faster when built for Nehalem, which has the POPCNT instruction. sys/sys/param.h Bump __FreeBSD_version due to the addition of bit_alloc UPDATING Add a note about the ABI incompatibility of the bitstring(3) changes, as suggested by lidl. Suggested by: gibbs Reviewed by: gibbs, ngie MFC after: 9 days X-MFC-With: 299090, 300538 Relnotes: yes Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6255 300538 by asomers: Commit a missing change from 299090 tests/sys/kern/Makefile Reenable a disabled compiler warning, the need for which was eliminated by r299090. Reviewed by: ngie MFC after: 4 weeks X-MFC-With: 299090 Sponsored by: Spectra Logic Corp 300537 by markj: Mark the prefix and default router list sysctl handlers MPSAFE. MFC after: 2 weeks 300536 by markj: Acquire the nd6 lock in the prefix list sysctl handler. The nd6 lock will be used to synchronize access to the NDP prefix list. MFC after: 2 weeks Tested by: Jason Wolfe (as part of a larger change) 300535 by ian: Spaces->tab in comment. 300534 by ian: Oops, fix a paste-o commited in r300533. 300533 by ian: Use the new(-ish) CP15_SCTLR macro to generate system control reg accesses where possible. In the places that doesn't work (multi-line inline asm, and places where the old armv4 cpufuncs mechanism is used), annotate the accesses with a comment that includes SCTLR. Now a grep -i sctlr can find all the system control register manipulations. No functional changes. 300532 by ken: Fix ada(4) trim support quirk setting. I broke broke the quirk in the ada(4) driver disabling NCQ trim support in revision 300207. The support flags were set before the quirks were loaded. sys/cam/ata/ata_da.c: Call adasetflags() after loading quirks, so that we'll set the flags accurately. Sponsored by: Spectra Logic 300531 by cem: ntb_hw(4): Only record the first three MSIX vectors Don't overrun the msix_data array by reading the (unused) link state interrupt information. Reported by: mav (earlier version) Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6489 The end of the build log: [...truncated 122851 lines...] --- fld_page.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.fld_page.po -MTfld_page.po -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/lib/ncurses/form/../../../contrib/ncurses/form/fld_page.c -o fld_page.po --- all_subdir_tests --- --- unix_seqpacket_test.full --- cc -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o unix_seqpacket_test.full unix_seqpacket_test.o -lprivateatf-c -lpthread --- unix_seqpacket_test.debug --- objcopy --only-keep-debug unix_seqpacket_test.full unix_seqpacket_test.debug --- unix_seqpacket_test --- objcopy --strip-debug --add-gnu-debuglink=unix_seqpacket_test.debug unix_seqpacket_test.full unix_seqpacket_test --- unix_passfd_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.unix_passfd_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=unix_passfd_test ) --- all_subdir_usr.sbin --- --- dmutils.o --- cc -O2 -pipe -DACPI_ASL_COMPILER -I. -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.dmutils.o -MTdmutils.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/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmutils.c -o dmutils.o --- all_subdir_tests --- --- .depend.unix_passfd_test --- echo unix_passfd_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a >> .depend.unix_passfd_test --- unix_passfd_test.o --- cc -O2 -pipe -g -MD -MP -MF.depend.unix_passfd_test.unix_passfd_test.o -MTunix_passfd_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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/tests/sys/kern/unix_passfd_test.c -o unix_passfd_test.o --- all_subdir_lib --- --- fld_stat.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.fld_stat.po -MTfld_stat.po -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/lib/ncurses/form/../../../contrib/ncurses/form/fld_stat.c -o fld_stat.po --- fld_type.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.fld_type.po -MTfld_type.po -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/lib/ncurses/form/../../../contrib/ncurses/form/fld_type.c -o fld_type.po --- all_subdir_usr.sbin --- --- dmwalk.o --- cc -O2 -pipe -DACPI_ASL_COMPILER -I. -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.dmwalk.o -MTdmwalk.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/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmwalk.c -o dmwalk.o --- all_subdir_usr.bin --- --- netgraph.o --- cc -O2 -pipe -I/usr/obj/usr/src/usr.bin/netstat -fno-strict-aliasing -DIPSEC -DSCTP -DINET -DINET6 -DPF -DNETGRAPH -g -MD -MP -MF.depend.netgraph.o -MTnetgraph.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/netgraph.c -o netgraph.o --- all_subdir_lib --- --- fld_user.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.fld_user.po -MTfld_user.po -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/lib/ncurses/form/../../../contrib/ncurses/form/fld_user.c -o fld_user.po --- all_subdir_tests --- --- unix_passfd_test.full --- cc -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o unix_passfd_test.full unix_passfd_test.o -lprivateatf-c --- unix_passfd_test.debug --- objcopy --only-keep-debug unix_passfd_test.full unix_passfd_test.debug --- unix_passfd_test --- objcopy --strip-debug --add-gnu-debuglink=unix_passfd_test.debug unix_passfd_test.full unix_passfd_test --- lockf_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.lockf_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=lockf_test ) --- all_subdir_usr.bin --- --- netstat.full --- --- all_subdir_tests --- --- .depend.lockf_test --- --- all_subdir_usr.bin --- cc -O2 -pipe -I/usr/obj/usr/src/usr.bin/netstat -fno-strict-aliasing -DIPSEC -DSCTP -DINET -DINET6 -DPF -DNETGRAPH -g -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 -o netstat.full if.o inet.o main.o mbuf.o mroute.o netisr.o nl_symbols.o route.o unix.o mroute6.o ipsec.o bpf.o pfkey.o sctp.o flowtable.o inet6.o netgraph.o -lkvm -lmemstat -lxo -lutil -lnetgraph --- all_subdir_tests --- echo lockf_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.lockf_test --- t_lockf.o --- cc -O2 -pipe -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -g -MD -MP -MF.depend.lockf_test.t_lockf.o -MTt_lockf.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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/contrib/netbsd-tests/kernel/t_lockf.c -o t_lockf.o --- all_subdir_lib --- --- frm_cursor.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.frm_cursor.po -MTfrm_cursor.po -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/lib/ncurses/form/../../../contrib/ncurses/form/frm_cursor.c -o frm_cursor.po --- all_subdir_usr.bin --- --- netstat.1.gz --- gzip -cn /usr/src/usr.bin/netstat/netstat.1 > netstat.1.gz --- netstat.debug --- objcopy --only-keep-debug netstat.full netstat.debug --- netstat --- objcopy --strip-debug --add-gnu-debuglink=netstat.debug netstat.full netstat --- all_subdir_usr.bin/newgrp --- ===> usr.bin/newgrp (all) --- .depend --- echo newgrp.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libcrypt.a /usr/obj/usr/src/tmp/usr/lib/libutil.a >> .depend --- newgrp.o --- cc -O2 -pipe -g -MD -MP -MF.depend.newgrp.o -MTnewgrp.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/usr.bin/newgrp/newgrp.c -o newgrp.o --- all_subdir_usr.sbin --- --- dsargs.o --- cc -O2 -pipe -DACPI_ASL_COMPILER -I. -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.dsargs.o -MTdsargs.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/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/dispatcher/dsargs.c -o dsargs.o --- all_subdir_lib --- --- frm_data.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.frm_data.po -MTfrm_data.po -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/lib/ncurses/form/../../../contrib/ncurses/form/frm_data.c -o frm_data.po --- all_subdir_tests --- --- lockf_test.full --- cc -O2 -pipe -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -L/usr/obj/usr/src/lib/libnetbsd -o lockf_test.full t_lockf.o -lprivateatf-c -L/usr/obj/usr/src/lib/libnetbsd -lnetbsd --- lockf_test.debug --- objcopy --only-keep-debug lockf_test.full lockf_test.debug --- lockf_test --- objcopy --strip-debug --add-gnu-debuglink=lockf_test.debug lockf_test.full lockf_test --- mqueue_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.mqueue_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=mqueue_test ) --- .depend.mqueue_test --- echo mqueue_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/tmp/usr/lib/librt.a /usr/obj/usr/src/lib/libnetbsd/libnetbsd.a >> .depend.mqueue_test --- t_mqueue.o --- cc -O2 -pipe -I/usr/src/tests -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -g -MD -MP -MF.depend.mqueue_test.t_mqueue.o -MTt_mqueue.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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/contrib/netbsd-tests/kernel/t_mqueue.c -o t_mqueue.o --- all_subdir_usr.bin --- --- newgrp.full --- cc -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 newgrp.full newgrp.o -lcrypt -lutil --- all_subdir_lib --- --- frm_def.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.frm_def.po -MTfrm_def.po -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/lib/ncurses/form/../../../contrib/ncurses/form/frm_def.c -o frm_def.po --- all_subdir_usr.bin --- --- newgrp.1.gz --- gzip -cn /usr/src/usr.bin/newgrp/newgrp.1 > newgrp.1.gz --- all_subdir_usr.sbin --- --- dscontrol.o --- --- all_subdir_usr.bin --- --- newgrp.debug --- --- all_subdir_usr.sbin --- cc -O2 -pipe -DACPI_ASL_COMPILER -I. -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.dscontrol.o -MTdscontrol.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/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/dispatcher/dscontrol.c -o dscontrol.o --- all_subdir_usr.bin --- objcopy --only-keep-debug newgrp.full newgrp.debug --- newgrp --- objcopy --strip-debug --add-gnu-debuglink=newgrp.debug newgrp.full newgrp --- all_subdir_usr.bin/nfsstat --- ===> usr.bin/nfsstat (all) --- .depend --- echo nfsstat.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- nfsstat.o --- cc -O2 -pipe -DNFS -g -MD -MP -MF.depend.nfsstat.o -MTnfsstat.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/usr.bin/nfsstat/nfsstat.c -o nfsstat.o --- all_subdir_tests --- --- mqueue_test.full --- cc -O2 -pipe -I/usr/src/tests -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -L/usr/obj/usr/src/lib/libnetbsd -o mqueue_test.full t_mqueue.o -lprivateatf-c -lrt -L/usr/obj/usr/src/lib/libnetbsd -lnetbsd --- mqueue_test.debug --- objcopy --only-keep-debug mqueue_test.full mqueue_test.debug --- mqueue_test --- objcopy --strip-debug --add-gnu-debuglink=mqueue_test.debug mqueue_test.full mqueue_test --- subr_unit_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.subr_unit_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=subr_unit_test ) --- .depend.subr_unit_test --- echo subr_unit_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.subr_unit_test --- subr_unit.o --- cc -O2 -pipe -g -MD -MP -MF.depend.subr_unit_test.subr_unit.o -MTsubr_unit.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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -Wno-missing-prototypes -c /usr/src/sys/kern/subr_unit.c -o subr_unit.o --- all_subdir_usr.sbin --- --- dsfield.o --- cc -O2 -pipe -DACPI_ASL_COMPILER -I. -I/usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.dsfield.o -MTdsfield.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/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/dispatcher/dsfield.c -o dsfield.o --- all_subdir_lib --- --- frm_driver.po --- cc -pg -O2 -pipe -I. -I/usr/obj/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../ncurses -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/form -I/usr/src/lib/ncurses/form/../../../contrib/ncurses/menu -MD -MP -MF.depend.frm_driver.po -MTfrm_driver.po -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/lib/ncurses/form/../../../contrib/ncurses/form/frm_driver.c -o frm_driver.po --- all_subdir_tests --- /usr/src/sys/kern/subr_unit.c:1030:16: error: comparison of integers of different signs: 'u_int' (aka 'unsigned int') and 'long' [-Werror,-Wsign-compare] for (m = 0; m < count * reps; m++) { ~ ^ ~~~~~~~~~~~~ /usr/src/sys/kern/subr_unit.c:1046:16: error: comparison of integers of different signs: 'u_int' (aka 'unsigned int') and 'long' [-Werror,-Wsign-compare] for (i = 0; i < count; i++) { ~ ^ ~~~~~ 2 errors generated. *** [subr_unit.o] Error code 1 make[6]: stopped in /usr/src/tests/sys/kern 1 error make[6]: stopped in /usr/src/tests/sys/kern *** [subr_unit_test] Error code 2 make[5]: stopped in /usr/src/tests/sys/kern 1 error make[5]: stopped in /usr/src/tests/sys/kern *** [all_subdir_tests/sys/kern] Error code 2 make[4]: stopped in /usr/src/tests/sys 1 error make[4]: stopped in /usr/src/tests/sys *** [all_subdir_tests/sys] Error code 2 make[3]: stopped in /usr/src/tests 1 error make[3]: stopped in /usr/src/tests *** [all_subdir_tests] Error code 2 make[2]: stopped in /usr/src --- all_subdir_usr.sbin --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/usr.sbin/acpi/iasl *** [all] Error code 2 make[4]: stopped in /usr/src/usr.sbin/acpi 1 error make[4]: stopped in /usr/src/usr.sbin/acpi *** [all_subdir_usr.sbin/acpi] Error code 2 make[3]: stopped in /usr/src/usr.sbin 1 error make[3]: stopped in /usr/src/usr.sbin *** [all_subdir_usr.sbin] Error code 2 make[2]: stopped in /usr/src --- all_subdir_usr.bin --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/usr.bin/nfsstat *** [all_subdir_usr.bin/nfsstat] Error code 2 make[3]: stopped in /usr/src/usr.bin 1 error make[3]: stopped in /usr/src/usr.bin *** [all_subdir_usr.bin] 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[5]: stopped in /usr/src/lib/ncurses/form *** [all_subdir_lib/ncurses/form] Error code 2 make[4]: stopped in /usr/src/lib/ncurses 1 error make[4]: stopped in /usr/src/lib/ncurses *** [all_subdir_lib/ncurses] 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 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/hudson6944239021679770215.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 From owner-freebsd-i386@freebsd.org Tue May 24 00:09:34 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F76BB47431; Tue, 24 May 2016 00:09:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 921611325; Tue, 24 May 2016 00:09:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id BEF241E3; Tue, 24 May 2016 00:09:34 +0000 (UTC) Date: Tue, 24 May 2016 00:09:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jkim@FreeBSD.org, bdrewery@FreeBSD.org, bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <85571445.5.1464048574788.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1271267998.3.1464041388367.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1271267998.3.1464041388367.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3185 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 00:09:34 -0000 FreeBSD_HEAD_i386 - Build #3185 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3185/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3185/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3185/console Change summaries: 300543 by jkim: Document POPCNT erratum for 6th Generation Intel Core processors. 300542 by bapt: Update pci_vendors to 2016.05.23 300540 by bdrewery: Be more clear about LOCKLEAF being exclusive and add LOCKSHARED. The end of the build log: [...truncated 120837 lines...] --- nsinit.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsinit.o -MTnsinit.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/namespace/nsinit.c -o nsinit.o --- nsload.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsload.o -MTnsload.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/namespace/nsload.c -o nsload.o --- all_subdir_tests --- --- ptrace_test.full --- cc -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o ptrace_test.full ptrace_test.o -lprivateatf-c -lpthread --- ptrace_test.debug --- objcopy --only-keep-debug ptrace_test.full ptrace_test.debug --- ptrace_test --- objcopy --strip-debug --add-gnu-debuglink=ptrace_test.debug ptrace_test.full ptrace_test --- unix_seqpacket_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.unix_seqpacket_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=unix_seqpacket_test ) --- all_subdir_usr.bin --- --- trace.o --- cc -O2 -pipe -DEXTENDED -I/usr/src/usr.bin/m4 -I/usr/src/usr.bin/m4/../../lib/libopenbsd -g -MD -MP -MF.depend.trace.o -MTtrace.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/m4/trace.c -o trace.o --- all_subdir_tests --- --- .depend.unix_seqpacket_test --- echo unix_seqpacket_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/tmp/usr/lib/libpthread.a >> .depend.unix_seqpacket_test --- unix_seqpacket_test.o --- cc -O2 -pipe -g -MD -MP -MF.depend.unix_seqpacket_test.unix_seqpacket_test.o -MTunix_seqpacket_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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/tests/sys/kern/unix_seqpacket_test.c -o unix_seqpacket_test.o --- all_subdir_usr.sbin --- --- nsnames.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsnames.o -MTnsnames.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/namespace/nsnames.c -o nsnames.o --- all_subdir_usr.bin --- --- parser.o --- cc -O2 -pipe -DEXTENDED -I/usr/src/usr.bin/m4 -I/usr/src/usr.bin/m4/../../lib/libopenbsd -g -MD -MP -MF.depend.parser.o -MTparser.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 parser.c -o parser.o --- all_subdir_usr.sbin --- --- nsobject.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsobject.o -MTnsobject.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/namespace/nsobject.c -o nsobject.o --- all_subdir_usr.bin --- --- tokenizer.o --- cc -O2 -pipe -DEXTENDED -I/usr/src/usr.bin/m4 -I/usr/src/usr.bin/m4/../../lib/libopenbsd -g -MD -MP -MF.depend.tokenizer.o -MTtokenizer.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 tokenizer.c -o tokenizer.o --- all_subdir_usr.sbin --- --- nsparse.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsparse.o -MTnsparse.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/namespace/nsparse.c -o nsparse.o --- nspredef.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nspredef.o -MTnspredef.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/namespace/nspredef.c -o nspredef.o --- all_subdir_tests --- --- unix_seqpacket_test.full --- cc -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o unix_seqpacket_test.full unix_seqpacket_test.o -lprivateatf-c -lpthread --- unix_seqpacket_test.debug --- objcopy --only-keep-debug unix_seqpacket_test.full unix_seqpacket_test.debug --- unix_seqpacket_test --- objcopy --strip-debug --add-gnu-debuglink=unix_seqpacket_test.debug unix_seqpacket_test.full unix_seqpacket_test --- unix_passfd_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.unix_passfd_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=unix_passfd_test ) --- all_subdir_usr.bin --- --- m4.full --- cc -O2 -pipe -DEXTENDED -I/usr/src/usr.bin/m4 -I/usr/src/usr.bin/m4/../../lib/libopenbsd -g -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 -o m4.full eval.o expr.o look.o main.o misc.o gnum4.o trace.o parser.o tokenizer.o -ly -ll -lm -L/usr/obj/usr/src/lib/libopenbsd -lopenbsd --- all_subdir_tests --- --- .depend.unix_passfd_test --- echo unix_passfd_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a >> .depend.unix_passfd_test --- unix_passfd_test.o --- cc -O2 -pipe -g -MD -MP -MF.depend.unix_passfd_test.unix_passfd_test.o -MTunix_passfd_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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/tests/sys/kern/unix_passfd_test.c -o unix_passfd_test.o --- all_subdir_usr.sbin --- --- nsprepkg.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsprepkg.o -MTnsprepkg.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/namespace/nsprepkg.c -o nsprepkg.o --- all_subdir_usr.bin --- --- m4.1.gz --- gzip -cn /usr/src/usr.bin/m4/m4.1 > m4.1.gz --- m4.debug --- objcopy --only-keep-debug m4.full m4.debug --- m4 --- objcopy --strip-debug --add-gnu-debuglink=m4.debug m4.full m4 --- all --- ===> usr.bin/m4/tests (all) --- legacy_test --- cat /usr/src/usr.bin/m4/tests/legacy_test.sh >legacy_test.tmp chmod +x legacy_test.tmp mv legacy_test.tmp legacy_test --- Kyuafile --- --- all_subdir_usr.bin/mandoc --- ===> usr.bin/mandoc (all) --- .depend --- echo mandoc.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/lib/libopenbsd/libopenbsd.a /usr/obj/usr/src/tmp/usr/lib/libprivatesqlite3.a /usr/obj/usr/src/tmp/usr/lib/libz.a >> .depend --- man.o --- cc -O2 -pipe -DHAVE_CONFIG_H -D_WITH_GETLINE -I/usr/src/usr.bin/mandoc/../../lib/libopenbsd/ -I/usr/src/usr.bin/mandoc/../../contrib/sqlite3 -g -MD -MP -MF.depend.man.o -MTman.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/usr.bin/mandoc/../../contrib/mdocml/man.c -o man.o --- all_subdir_tests --- --- unix_passfd_test.full --- cc -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o unix_passfd_test.full unix_passfd_test.o -lprivateatf-c --- unix_passfd_test.debug --- objcopy --only-keep-debug unix_passfd_test.full unix_passfd_test.debug --- unix_passfd_test --- objcopy --strip-debug --add-gnu-debuglink=unix_passfd_test.debug unix_passfd_test.full unix_passfd_test --- lockf_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.lockf_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=lockf_test ) --- all_subdir_usr.sbin --- --- nsrepair.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsrepair.o -MTnsrepair.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/namespace/nsrepair.c -o nsrepair.o --- all_subdir_tests --- --- .depend.lockf_test --- echo lockf_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.lockf_test --- t_lockf.o --- cc -O2 -pipe -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -g -MD -MP -MF.depend.lockf_test.t_lockf.o -MTt_lockf.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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/contrib/netbsd-tests/kernel/t_lockf.c -o t_lockf.o --- all_subdir_usr.bin --- --- man_hash.o --- cc -O2 -pipe -DHAVE_CONFIG_H -D_WITH_GETLINE -I/usr/src/usr.bin/mandoc/../../lib/libopenbsd/ -I/usr/src/usr.bin/mandoc/../../contrib/sqlite3 -g -MD -MP -MF.depend.man_hash.o -MTman_hash.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/usr.bin/mandoc/../../contrib/mdocml/man_hash.c -o man_hash.o --- man_macro.o --- cc -O2 -pipe -DHAVE_CONFIG_H -D_WITH_GETLINE -I/usr/src/usr.bin/mandoc/../../lib/libopenbsd/ -I/usr/src/usr.bin/mandoc/../../contrib/sqlite3 -g -MD -MP -MF.depend.man_macro.o -MTman_macro.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/usr.bin/mandoc/../../contrib/mdocml/man_macro.c -o man_macro.o --- all_subdir_usr.sbin --- --- nsrepair2.o --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nsrepair2.o -MTnsrepair2.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/namespace/nsrepair2.c -o nsrepair2.o --- all_subdir_tests --- --- lockf_test.full --- cc -O2 -pipe -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -L/usr/obj/usr/src/lib/libnetbsd -o lockf_test.full t_lockf.o -lprivateatf-c -L/usr/obj/usr/src/lib/libnetbsd -lnetbsd --- lockf_test.debug --- objcopy --only-keep-debug lockf_test.full lockf_test.debug --- lockf_test --- objcopy --strip-debug --add-gnu-debuglink=lockf_test.debug lockf_test.full lockf_test --- mqueue_test --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.mqueue_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=mqueue_test ) --- .depend.mqueue_test --- echo mqueue_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/tmp/usr/lib/librt.a /usr/obj/usr/src/lib/libnetbsd/libnetbsd.a >> .depend.mqueue_test --- t_mqueue.o --- cc -O2 -pipe -I/usr/src/tests -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -g -MD -MP -MF.depend.mqueue_test.t_mqueue.o -MTt_mqueue.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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/contrib/netbsd-tests/kernel/t_mqueue.c -o t_mqueue.o --- all_subdir_usr.bin --- --- man_validate.o --- cc -O2 -pipe -DHAVE_CONFIG_H -D_WITH_GETLINE -I/usr/src/usr.bin/mandoc/../../lib/libopenbsd/ -I/usr/src/usr.bin/mandoc/../../contrib/sqlite3 -g -MD -MP -MF.depend.man_validate.o -MTman_validate.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/usr.bin/mandoc/../../contrib/mdocml/man_validate.c -o man_validate.o --- all_subdir_tests --- --- mqueue_test.full --- cc -O2 -pipe -I/usr/src/tests -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -L/usr/obj/usr/src/lib/libnetbsd -o mqueue_test.full t_mqueue.o -lprivateatf-c -lrt -L/usr/obj/usr/src/lib/libnetbsd -lnetbsd --- mqueue_test.debug --- objcopy --only-keep-debug mqueue_test.full mqueue_test.debug --- mqueue_test --- objcopy --strip-debug --add-gnu-debuglink=mqueue_test.debug mqueue_test.full mqueue_test --- subr_unit_test --- --- all_subdir_usr.sbin --- --- nssearch.o --- --- all_subdir_tests --- (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.subr_unit_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=subr_unit_test ) --- all_subdir_usr.sbin --- cc -O2 -pipe -DACPI_EXEC_APP -fno-strict-aliasing -I/usr/src/usr.sbin/acpi/acpidb/../../../sys -g -MD -MP -MF.depend.nssearch.o -MTnssearch.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/namespace/nssearch.c -o nssearch.o --- all_subdir_tests --- --- .depend.subr_unit_test --- echo subr_unit_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.subr_unit_test --- subr_unit.o --- cc -O2 -pipe -g -MD -MP -MF.depend.subr_unit_test.subr_unit.o -MTsubr_unit.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 -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -Wno-missing-prototypes -c /usr/src/sys/kern/subr_unit.c -o subr_unit.o /usr/src/sys/kern/subr_unit.c:1030:16: error: comparison of integers of different signs: 'u_int' (aka 'unsigned int') and 'long' [-Werror,-Wsign-compare] for (m = 0; m < count * reps; m++) { ~ ^ ~~~~~~~~~~~~ /usr/src/sys/kern/subr_unit.c:1046:16: error: comparison of integers of different signs: 'u_int' (aka 'unsigned int') and 'long' [-Werror,-Wsign-compare] for (i = 0; i < count; i++) { ~ ^ ~~~~~ 2 errors generated. *** [subr_unit.o] Error code 1 make[6]: stopped in /usr/src/tests/sys/kern 1 error make[6]: stopped in /usr/src/tests/sys/kern *** [subr_unit_test] Error code 2 make[5]: stopped in /usr/src/tests/sys/kern 1 error make[5]: stopped in /usr/src/tests/sys/kern *** [all_subdir_tests/sys/kern] Error code 2 make[4]: stopped in /usr/src/tests/sys 1 error make[4]: stopped in /usr/src/tests/sys *** [all_subdir_tests/sys] Error code 2 make[3]: stopped in /usr/src/tests 1 error make[3]: stopped in /usr/src/tests *** [all_subdir_tests] Error code 2 make[2]: stopped in /usr/src --- all_subdir_usr.bin --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/usr.bin/mandoc *** [all_subdir_usr.bin/mandoc] Error code 2 make[3]: stopped in /usr/src/usr.bin 1 error make[3]: stopped in /usr/src/usr.bin *** [all_subdir_usr.bin] Error code 2 make[2]: stopped in /usr/src --- all_subdir_usr.sbin --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/usr.sbin/acpi/acpidb *** [all] Error code 2 make[4]: stopped in /usr/src/usr.sbin/acpi 1 error make[4]: stopped in /usr/src/usr.sbin/acpi *** [all_subdir_usr.sbin/acpi] Error code 2 make[3]: stopped in /usr/src/usr.sbin 1 error make[3]: stopped in /usr/src/usr.sbin *** [all_subdir_usr.sbin] 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[4]: stopped in /usr/src/lib/libxo *** [all_subdir_lib/libxo] 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 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/hudson5689829517514269844.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::104: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 From owner-freebsd-i386@freebsd.org Tue May 24 02:23:45 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64245B47966; Tue, 24 May 2016 02:23:45 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 4FAE61493; Tue, 24 May 2016 02:23:45 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B7766229; Tue, 24 May 2016 02:23:45 +0000 (UTC) Date: Tue, 24 May 2016 02:23:42 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: adrian@FreeBSD.org, allanjude@FreeBSD.org, truckman@FreeBSD.org, asomers@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1702050976.7.1464056625759.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <85571445.5.1464048574788.JavaMail.jenkins@jenkins-9.freebsd.org> References: <85571445.5.1464048574788.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3186 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 02:23:45 -0000 FreeBSD_HEAD_i386 - Build #3186 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3186/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3186/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3186/console Change summaries: 300548 by adrian: [bhnd] Implement pass-through resource management for ChipCommon. This patchset adds support to bhnd_chipc for sharing SYS_RES_MEMORY resources with its children, allowing us to hang devices off of bhnd_chipc that rely on access to a subset of the device register space that bhnd_chipc itself must also allocate. We could avoid most of this heavy lifting if RF_SHAREABLE+SYS_RES_MEMORY wasn't limited to use with allocations at the same size/offset. As a work-around, I implemented something similar to vga_pci.c, which implements similar reference counting of of PCI BAR resources for its children. With these changes, chipc will use reference counting of SYS_RES_MEMORY allocation/activation requests, to decide when to allocate/activate/ deactivate/release resources from the parent bhnd(4) bus. The requesting child device is allocated a new resource from chipc's rman, pointing to (possibly a subregion of) the refcounted bhnd resources allocated by chipc. Other resource types are just passed directly to the parent bhnd bus; RF_SHAREABLE works just fine with IRQs. I also lifted the SPROM device code out into a common driver, since this now allows me to hang simple subclasses off of a common driver off of both bhndb_pci and bhnd_chipc. Tested: * (landonf) Tested against BCM4331 and BCM4312, confirmed that SPROM still attaches and can be queried. Submitted by: Landon Fuller Reviewed by: mizkha@gmail.com Differential Revision: https://reviews.freebsd.org/D6471 300547 by truckman: Fix multiple Coverity Out-of-bounds access false postive issues in CAM The currently used idiom for clearing the part of a ccb after its header generates one or two Coverity errors for each time it is used. All instances generate an Out-of-bounds access (ARRAY_VS_SINGLETON) error because of the treatment of the header as a two element array, with a pointer to the non-existent second element being passed as the starting address to bzero(). Some instances also alsp generate Out-of-bounds access (OVERRUN) errors, probably because the space being cleared is larger than the sizeofstruct ccb_hdr). In addition, this idiom is difficult for humans to understand and it is error prone. The user has to chose the proper struct ccb_* type (which does not appear in the surrounding code) for the sizeof() in the length calculation. I found several instances where the length was incorrect, which could cause either an actual out of bounds write, or incompletely clear the ccb. A better way is to write the code to clear the ccb itself starting at sizeof(ccb_hdr) bytes from the start of the ccb, and calculate the length based on the specific type of struct ccb_* being cleared as specified by the union ccb member being used. The latter can normally be seen in the nearby code. This is friendlier for Coverity and other static analysis tools because they will see that the intent is to clear the trailing part of the ccb. Wrap all of the boilerplate code in a convenient macro that only requires a pointer to the desired union ccb member (or a pointer to the union ccb itself) as an argument. Reported by: Coverity CID: 1007578, 1008684, 1009724, 1009773, 1011304, 1011306 CID: 1011307, 1011308, 1011309, 1011310, 1011311, 1011312 CID: 1011313, 1011314, 1011315, 1011316, 1011317, 1011318 CID: 1011319, 1011320, 1011321, 1011322, 1011324, 1011325 CID: 1011326, 1011327, 1011328, 1011329, 1011330, 1011374 CID: 1011390, 1011391, 1011392, 1011393, 1011394, 1011395 CID: 1011396, 1011397, 1011398, 1011399, 1011400, 1011401 CID: 1011402, 1011403, 1011404, 1011405, 1011406, 1011408 CID: 1011409, 1011410, 1011411, 1011412, 1011413, 1011414 CID: 1017461, 1018387, 1086860, 1086874, 1194257, 1229897 CID: 1229968, 1306229, 1306234, 1331282, 1331283, 1331294 CID: 1331295, 1331535, 1331536, 1331539, 1331540, 1341623 CID: 1341624, 1341637, 1341638, 1355264, 1355324 Reviewed by: scottl, ken, delphij, imp MFH: 1 month Differential Revision: https://reviews.freebsd.org/D6496 300546 by allanjude: Only set kern.geom.part.mbr.enforce_chs=0 once, instead of once per disk Sponsored by: ScaleEngine Inc. 300545 by allanjude: Add support for RAID 1+0 (striped mirrors) to bsdinstall/zfsboot Sponsored by: ScaleEngine Inc. 300544 by asomers: Fix build of kern/subr_unit.c, broken by r300539 Reported by: peter Pointyhat to: asomers Sponsored by: Spectra Logic Corp From owner-freebsd-i386@freebsd.org Wed May 25 13:58:02 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D19BB49254 for ; Wed, 25 May 2016 13:58:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E0861CD3 for ; Wed, 25 May 2016 13:58:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PDw2Li039559 for ; Wed, 25 May 2016 13:58:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 165434] [boot] Install fail Error 19 Date: Wed, 25 May 2016 13:58:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: i386 X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sstsoft@wp.pl X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-i386@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 13:58:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D165434 Stanley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sstsoft@wp.pl --- Comment #2 from Stanley --- Same with 10.2 10.3 11.0 and PCBSD 10.3 since it's using BTX CD Loader PCBSD 10.1, 10.2 was okey, FreeBSD 10.2 and newer not. Thank's for hint but.. shouldn't it be default! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-i386@freebsd.org Fri May 27 02:15:44 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9132EB4B1E9; Fri, 27 May 2016 02:15:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 854FB1EA6; Fri, 27 May 2016 02:15:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id E235ABBC; Fri, 27 May 2016 02:15:44 +0000 (UTC) Date: Fri, 27 May 2016 02:15:42 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ian@FreeBSD.org, jhb@FreeBSD.org, gjb@FreeBSD.org, bdrewery@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1064379652.27.1464315344934.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3222 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 02:15:44 -0000 FreeBSD_HEAD_i386 - Build #3222 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3222/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3222/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3222/console Change summaries: 300814 by gjb: Make Makefile.mirrors -ALPHA${N}-aware. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation 300813 by gjb: Update head from 11.0-CURRENT to 11.0-ALPHA1, marking the official start of the code slush. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation 300812 by ian: Revert changes for local testing, inadvertantly commited in r300811. 300811 by ian: Add a PPS driver that takes the timing pulse from a gpio pin. Currently supports only ofw/fdt systems. Some day, hinted attachment for non-fdt systems should be possible too. 300810 by jhb: Fix unit number of EFI net interfaces and ignore psuedo network interfaces. In r277943, the efinet_match() routine was changed to use an off by one when matching network interfaces. The effect was that using "net1" actually used the device attached to "net0". Digging into the hardware that needed this workaround more, I found that UEFI was creating two simple network protocol devices for each physical NIC. The first device was a "raw" Ethernet device and the second device was a "IP" device that used the IP protocol on top of the underlying "raw" device. The PXE code in the firmware used the "IP" device to pull across the loader.efi, so currdev was set to "net1" when booting from the physical interface "net0". (The loaded image's device handle referenced the "IP" device that "net1" claimed.) However, the IP device isn't suitable for doing raw packet I/O (and the current code to open devices exclusively actually turns the "IP" devices off on these systems). To fix, change the efinet driver to only attach to "raw" devices. This is determined by fetching the DEVICE_PATH for each handle which supports the simple network protocol and examining the last node in the path. If the last node in the path is a MAC address, the device is assumed to be a "raw" device and is added as a 'netX' device. If the last node is not a MAC address, the device is ignored. However, this causes a new problem as the device handle associated with the loaded image no longer matches any of the handles enumerated by efinet for systems that load the image via the "IP" device. To handle this case, expand the logic that resolves currdev from the loaded image in main(). First, the existing logic of looking for a handle that matches the loaded image's handle is tried. If that fails, the device path of the handle that loaded the loaded image is fetched via efi_lookup_image_devpath(). This device path is then walked from the end up to the beginning using efi_handle_lookup() to fetch the handle associated with a path. If the handle is found and is a known handle, then that is used as currdev. The effect for machines that load the image via the "IP" device is that the first lookup fails (the handle for the "IP" device isn't claimed by efinet), but walking up the image's device path finds the handle of the raw MAC device which is used as currdev. With these fixes in place, the hack to subtract 1 from the unit can now be removed, so that setting currdev to 'net0' actually uses 'net0'. PR: 202097 Tested by: ambrisko Sponsored by: Cisco Systems 300809 by bdrewery: filemon exec: Use imgp->execpath rather than vn_fullpath(9). This will be more accurate as the actual name is provided if ran from an absolute path in do_execve(). MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division 300808 by bdrewery: DIRDEPS_BUILD: Add a Makefile.depend Sponsored by: EMC / Isilon Storage Division 300807 by bdrewery: DIRDEPS_BUILD: Fix and hookup rescue/rescue to the build. Sponsored by: EMC / Isilon Storage Division 300806 by bdrewery: WITH_AUTO_OBJ: Fix crunchgen builds. Passing MAKEOBJDIRPREFIX to the main prog build (rescue) would confuse WITH_AUTO_OBJ and cause it to create a recursed object directory that then broke the actual prog build. This is normally not a problem since we do not call 'make -f prog.mk obj' before building anything in it. Crunchgen(1) also assumes that if -o is not passed then if an object directory does not already exist then it should build in the source directories. The normal buildworld process will have already ran 'make obj' in each of the component directories so this is not a problem. With WITH_AUTO_OBJ though this is not the case. So we must tell crunchgen(1) that MK_AUTO_OBJ=yes will create the directory and to not require it be present before generating its Makefile. Sponsored by: EMC / Isilon Storage Division 300805 by bdrewery: Don't strip paths away from META_XTRAS. This would otherwise disallow using meta files from a foreign build that spread them around in directories outside our own .OBJDIR. Sponsored by: EMC / Isilon Storage Division 300804 by bdrewery: Avoid redundant 'make objs' tree-walk when building the main prog. The main prog has a dependency on the submake targets to ensure they are built. From bsd.crunchgen.mk though we already have our own dependency on 'make objs' so there is no need for another one. Crunchgen(1) is doing the right thing here so it is not modified. This also prevents the CC fix tainting the submake environment with META_MODE and causing rebuilds. The CC passed is is only intended for the main prog itself. Sponsored by: EMC / Isilon Storage Division 300803 by bdrewery: Pass CC/CXX/CFLAGS/CXXFLAGS/LDFLAGS to the main crunch exec build. This fixes --sysroot and other CFLAGS/LDFLAGS not being respected in the crunchgen build since it is not including bsd.sys.mk and other files. For example, this fixes building rescue itself without --sysroot and other CFLAGS. Sponsored by: EMC / Isilon Storage Division 300802 by bdrewery: WITH_META_MODE: Only expect a .meta file for the main target. Since multiple files are generated from one build command, only the first to run will actually generate a .meta file. This fix prevents 'required but missing' rebuilds on each target. Sponsored by: EMC / Isilon Storage Division 300801 by bdrewery: DIRDEPS_BUILD: Don't show finished stats, which confuses crunchgen(1). It would show 'make error:' lines for each auto object directory created. Sponsored by: EMC / Isilon Storage Division 300800 by bdrewery: Use netinet/in.h to avoid include/arpa dependency for DIRDEPS_BUILD. Sponsored by: EMC / Isilon Storage Division 300799 by bdrewery: Add some missing .PHONY. These are relevant for WITH_META_MODE to ensure they are always reran and don't generate a .meta file. Sponsored by: EMC / Isilon Storage Division 300798 by bdrewery: DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would. Sponsored by: EMC / Isilon Storage Division 300797 by bdrewery: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division 300796 by bdrewery: Fix MAKESYSPATH not being sent to sub-makes after r266566. Because bmake defaults to .../share/mk now, this code was not doing anything to help objdir builds (such as the rescue build). Export the same default. Sponsored by: EMC / Isilon Storage Division 300795 by bdrewery: WITH_META_MODE: Move the kernel support to kern.pre.mk. This allows using META_MODE directly from the kernel build directory. This also allows removing a hack from the DIRDEPS_BUILD kernel target. Sponsored by: EMC / Isilon Storage Division 300794 by bdrewery: Remove leftover _crunchide from r283108 300793 by bdrewery: exec: Provide execpath in imgp for the process_exec hook. This was previously set after the hook and only if auxargs were present. Now always provide it if possible. MFC after: 2 weeks Reviewed by: kib Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6546 300792 by bdrewery: exec: Add credential change information into imgp for process_exec hook. This allows an EVENTHANDLER(process_exec) hook to see if the new image will cause credentials to change whether due to setgid/setuid or because of POSIX saved-id semantics. This adds 3 new fields into image_params: struct ucred *newcred Non-null if the credentials will change. bool credential_setid True if the new image is setuid or setgid. This will pre-determine the new credentials before invoking the image activators, where the process_exec hook is called. The new credentials will be installed into the process in the same place as before, after image activators are done handling the image. MFC after: 2 weeks Reviewed by: kib Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6544 The end of the build log: [...truncated 162480 lines...] --- geom_bde.ko --- objcopy --strip-debug --add-gnu-debuglink=geom_bde.ko.debug geom_bde.ko.full geom_bde.ko --- all_subdir_hatm --- ===> hatm (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_natm.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_natm.h opt_natm.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_hatm_intr.o --- cc -O2 -pipe -DENABLE_BPF -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_hatm_intr.o -MTif_hatm_intr.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/hatm/../../dev/hatm/if_hatm_intr.c -o if_hatm_intr.o --- all_subdir_gpio --- ctfconvert -L VERSION -g gpiobus.o --- gpiobus.kld --- ld -d -warn-common -r -d -o gpiobus.kld gpiobus.o gpioc.o gpio_if.o gpiobus_if.o ctfmerge -L VERSION -g -o gpiobus.kld gpiobus.o gpioc.o gpio_if.o gpiobus_if.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk gpiobus.kld export_syms | xargs -J% objcopy % gpiobus.kld --- gpiobus.ko.full --- ld -Bshareable -d -warn-common -o gpiobus.ko.full gpiobus.kld --- gpiobus.ko.debug --- objcopy --only-keep-debug gpiobus.ko.full gpiobus.ko.debug --- gpiobus.ko --- objcopy --strip-debug --add-gnu-debuglink=gpiobus.ko.debug gpiobus.ko.full gpiobus.ko --- all_subdir_gpio/gpioiic --- ===> gpio/gpioiic (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_platform.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_platform.h opt_platform.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 --- gpio_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/gpio/gpio_if.m -h --- gpiobus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/gpio/gpiobus_if.m -h --- iicbus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/iicbus/iicbus_if.m -h --- iicbb_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/iicbus/iicbb_if.m -h --- gpioiic.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/gpio/gpioiic/../../../dev/gpio/ -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.gpioiic.o -MTgpioiic.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/gpio/gpioiic/../../../dev/gpio//gpioiic.c -o gpioiic.o --- all_subdir_geom --- --- all_subdir_geom/geom_eli --- ctfconvert -L VERSION -g g_eli.o --- geom_eli.kld --- ld -d -warn-common -r -d -o geom_eli.kld g_eli.o g_eli_crypto.o g_eli_ctl.o g_eli_hmac.o g_eli_integrity.o g_eli_key.o g_eli_key_cache.o g_eli_privacy.o pkcs5v2.o ctfmerge -L VERSION -g -o geom_eli.kld g_eli.o g_eli_crypto.o g_eli_ctl.o g_eli_hmac.o g_eli_integrity.o g_eli_key.o g_eli_key_cache.o g_eli_privacy.o pkcs5v2.o --- all_subdir_hatm --- ctfconvert -L VERSION -g if_hatm_intr.o --- all_subdir_geom --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk geom_eli.kld export_syms | xargs -J% objcopy % geom_eli.kld --- all_subdir_hatm --- --- if_hatm_ioctl.o --- cc -O2 -pipe -DENABLE_BPF -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_hatm_ioctl.o -MTif_hatm_ioctl.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/hatm/../../dev/hatm/if_hatm_ioctl.c -o if_hatm_ioctl.o --- all_subdir_geom --- --- geom_eli.ko.full --- ld -Bshareable -d -warn-common -o geom_eli.ko.full geom_eli.kld --- geom_eli.ko.debug --- objcopy --only-keep-debug geom_eli.ko.full geom_eli.ko.debug --- geom_eli.ko --- objcopy --strip-debug --add-gnu-debuglink=geom_eli.ko.debug geom_eli.ko.full geom_eli.ko --- all_subdir_gpio --- ctfconvert -L VERSION -g gpioiic.o --- acpi_wakedata.h --- nm -n --defined-only acpi_wakecode.o | while read offset dummy what; do echo "#define ${what} 0x${offset}"; done > acpi_wakedata.h --- modules-all --- --- gpioiic.kld --- ld -d -warn-common -r -d -o gpioiic.kld gpioiic.o --- all_subdir_hatm --- --- if_hatm_tx.o --- cc -O2 -pipe -DENABLE_BPF -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_hatm_tx.o -MTif_hatm_tx.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/hatm/../../dev/hatm/if_hatm_tx.c -o if_hatm_tx.o --- all_subdir_gpio --- ctfmerge -L VERSION -g -o gpioiic.kld gpioiic.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk gpioiic.kld export_syms | xargs -J% objcopy % gpioiic.kld --- gpioiic.ko.full --- ld -Bshareable -d -warn-common -o gpioiic.ko.full gpioiic.kld --- gpioiic.ko.debug --- objcopy --only-keep-debug gpioiic.ko.full gpioiic.ko.debug --- gpioiic.ko --- objcopy --strip-debug --add-gnu-debuglink=gpioiic.ko.debug gpioiic.ko.full gpioiic.ko --- all_subdir_gpio/gpioled --- ===> gpio/gpioled (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_platform.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_platform.h opt_platform.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 --- gpio_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/gpio/gpio_if.m -h --- gpiobus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/gpio/gpiobus_if.m -h --- gpioled.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/gpio/gpioled/../../../dev/gpio/ -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.gpioled.o -MTgpioled.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/gpio/gpioled/../../../dev/gpio//gpioled.c -o gpioled.o ctfconvert -L VERSION -g gpioled.o --- gpioled.kld --- ld -d -warn-common -r -d -o gpioled.kld gpioled.o ctfmerge -L VERSION -g -o gpioled.kld gpioled.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk gpioled.kld export_syms | xargs -J% objcopy % gpioled.kld --- gpioled.ko.full --- ld -Bshareable -d -warn-common -o gpioled.ko.full gpioled.kld --- gpioled.ko.debug --- objcopy --only-keep-debug gpioled.ko.full gpioled.ko.debug --- gpioled.ko --- --- all_subdir_hatm --- --- if_hatm_ioctl.o --- ctfconvert -L VERSION -g if_hatm_ioctl.o --- all_subdir_gpio --- objcopy --strip-debug --add-gnu-debuglink=gpioled.ko.debug gpioled.ko.full gpioled.ko --- all_subdir_gpio/gpiopps --- ===> gpio/gpiopps (all) --- acpi_wakecode.h --- file2c -sx 'static char wakecode[] = {' '};' < acpi_wakecode.bin > acpi_wakecode.h --- modules-all --- --- all_subdir_hatm --- --- if_hatm_rx.o --- cc -O2 -pipe -DENABLE_BPF -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_hatm_rx.o -MTif_hatm_rx.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/hatm/../../dev/hatm/if_hatm_rx.c -o if_hatm_rx.o --- all_subdir_gpio --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_platform.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_platform.h opt_platform.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 --- gpio_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/gpio/gpio_if.m -h --- gpiobus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/gpio/gpiobus_if.m -h --- gpiopps.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/gpio/gpiopps/../../../dev/gpio/ -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.gpiopps.o -MTgpiopps.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/gpio/gpiopps/../../../dev/gpio//gpiopps.c -o gpiopps.o /usr/src/sys/modules/gpio/gpiopps/../../../dev/gpio//gpiopps.c:52:19: error: unused variable 'pps_devclass' [-Werror,-Wunused-variable] static devclass_t pps_devclass; ^ /usr/src/sys/modules/gpio/gpiopps/../../../dev/gpio//gpiopps.c:113:22: error: unused variable 'pps_cdevsw' [-Werror,-Wunused-variable] static struct cdevsw pps_cdevsw = { ^ /usr/src/sys/modules/gpio/gpiopps/../../../dev/gpio//gpiopps.c:122:1: warning: unused function 'gpiopps_ifltr' [-Wunused-function] gpiopps_ifltr(void *arg) ^ /usr/src/sys/modules/gpio/gpiopps/../../../dev/gpio//gpiopps.c:143:1: warning: unused function 'gpiopps_ithrd' [-Wunused-function] gpiopps_ithrd(void *arg) ^ /usr/src/sys/modules/gpio/gpiopps/../../../dev/gpio//gpiopps.c:161:1: warning: unused function 'gpiopps_detach' [-Wunused-function] gpiopps_detach(device_t dev) ^ 3 warnings and 2 errors generated. *** [gpiopps.o] Error code 1 bmake[5]: stopped in /usr/src/sys/modules/gpio/gpiopps 1 error bmake[5]: stopped in /usr/src/sys/modules/gpio/gpiopps *** [all_subdir_gpio/gpiopps] Error code 2 bmake[4]: stopped in /usr/src/sys/modules/gpio 1 error bmake[4]: stopped in /usr/src/sys/modules/gpio *** [all_subdir_gpio] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_hatm --- ctfconvert -L VERSION -g if_hatm_rx.o --- if_hatm_tx.o --- ctfconvert -L VERSION -g if_hatm_tx.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/hatm *** [all_subdir_hatm] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_geom --- --- all_subdir_geom/geom_journal --- ctfconvert -L VERSION -g g_journal.o A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/sys/modules/geom/geom_journal *** [all_subdir_geom/geom_journal] Error code 2 bmake[4]: stopped in /usr/src/sys/modules/geom 1 error bmake[4]: stopped in /usr/src/sys/modules/geom *** [all_subdir_geom] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 3 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/hudson2169122175005393659.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::104: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 From owner-freebsd-i386@freebsd.org Fri May 27 04:24:13 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B8FB4CF18; Fri, 27 May 2016 04:24:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA0C1812; Fri, 27 May 2016 04:24:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 9C756C05; Fri, 27 May 2016 04:24:13 +0000 (UTC) Date: Fri, 27 May 2016 04:24:11 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: adrian@FreeBSD.org, ian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1425703583.29.1464323053648.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1064379652.27.1464315344934.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1064379652.27.1464315344934.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3223 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 04:24:13 -0000 FreeBSD_HEAD_i386 - Build #3223 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3223/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3223/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3223/console Change summaries: 300818 by adrian: [gpio] add gpiospi to the gpio module. 300817 by adrian: [spigen] add the userland ioctl API for spigen. 300816 by adrian: [gpiospi] add debug option. This was missing from the previous commit that introduced gpiospi. It's required for it to build. Pointy-hat-to: me 300815 by ian: Only build gpio modules on armv6, until it's known that they can be built succesfully on other arches. From owner-freebsd-i386@freebsd.org Fri May 27 21:36:20 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F994B4C699; Fri, 27 May 2016 21:36:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 820E22000; Fri, 27 May 2016 21:36:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 9A97A10EB; Fri, 27 May 2016 21:36:20 +0000 (UTC) Date: Fri, 27 May 2016 21:36:15 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: gjb@FreeBSD.org, alc@FreeBSD.org, ambrisko@FreeBSD.org, dim@FreeBSD.org, ian@FreeBSD.org, ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1373057988.3.1464384980656.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3230 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 21:36:20 -0000 FreeBSD_HEAD_i386 - Build #3230 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3230/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3230/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3230/cons= ole Change summaries: 300874 by ngie: Update usage(..) - Document missing options - Sync options with ioatcontrol(8). - Make it clear that the first 2 parameters are always required. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division 300873 by dim: After r300770, for libc++ and libcxxrt, use -isystem instead of -I. This should fix builds with external gcc toolchains from ports, which also use -isystem to work around problems with gcc's --sysroot implementation. Thanks to Bryan Drewery for this workaround. 300872 by ian: Go back to unconditionally compiling modules/gpio now that the parts of it dependent on FDT support are conditionally compiled only on FDT platforms. 300871 by ian: Don't wrap the declaration of gpio_alloc_intr_resource() in #ifdef INTRNG, wrap the implementation so that it returns an error if INTRNG support is not available. It should be possible to write a non-INTRNG implementation of this function some day. In the meantime, there is code that contains calls to this function (so the decl is needed), but have runtime checks to avoid calling it in the non-INTRNG case. 300870 by ngie: Unbreak the zfs(4) build vm/vm_pageout.h grew a dependency on the bool typedef in r300865 arc.c didn't include sys/types.h, which included the definition for the typ= edef Other items (ofed, drm2) might need to be chased for this commit. X-MFC with: r300865 MFC after: 1 week Pointyhat to: alc Sponsored by: EMC / Isilon Storage Division 300869 by gjb: Make PKG_VERSION aware of '-ALPHA*'. Submitted by:=09Ben Woods Sponsored by:=09The FreeBSD Foundation 300868 by ngie: Remove note about bogus chain-len maximum There's no current limit on chain-len with Broadwell DE chips; it isn't enforced in software, and there doesn't appear to be a hardware limitation either on the Intel Xeon D-1527 (Broadwell-DE) chip. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division 300867 by ngie: Only expose `hint_uaddr` in the ND_DEBUG case This fixes a -Wunused-but-set-variable warning with gcc MFC after: 1 week Reported by: gcc 5 Sponsored by: EMC / Isilon Storage Division 300866 by ambrisko: If the I/O offset and length is multiple of the media size then directly pass the request otherwise use a buffer that is a multiple of the media size. This speeds up I/O quite a bit when using large transfer sizes on 4Kn disks etc. MFC after:=091 week 300865 by alc: The flag "vm_pages_needed" has long served two distinct purposes: (1) to indicate that threads are waiting for free pages to become available and (2) to indicate whether a wakeup call has been sent to the page daemon. The trouble is that a single flag cannot really serve both purposes, becaus= e we have two distinct targets for when to wakeup threads waiting for free pages versus when the page daemon has completed its work. In particular, the flag will be cleared by vm_page_free() before the page daemon has met its target, and this can lead to the OOM killer being invoked prematurely. To address this problem, a new flag "vm_pageout_wanted" is introduced. Discussed with:=09jeff Reviewed by:=09kib, markj Tested by:=09markj Sponsored by:=09EMC / Isilon Storage Division The end of the build log: [...truncated 53480 lines...] c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _coverage_mapping_libcdep.So -MTsanitizer_coverage_mapping_libcdep.So -Wno-= empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologica= l-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 -std=3Dc+= +11 -Wno-c++11-extensions -c /usr/src/lib/libclang_rt/asan_dynamic/../../.= ./contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_mapping_libcd= ep.cc -o sanitizer_coverage_mapping_libcdep.So --- sanitizer_linux_libcdep.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _linux_libcdep.So -MTsanitizer_linux_libcdep.So -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-par= ameter -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensi= ons -c /usr/src/lib/libclang_rt/asan_dynamic/../../../contrib/compiler-rt/= lib/sanitizer_common/sanitizer_linux_libcdep.cc -o sanitizer_linux_libcdep.= So --- kerberos5/lib__L --- --- gss_krb5.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_krb5/../../= ../crypto/heimdal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_krb5/../../= ../crypto/heimdal/lib/gssapi/krb5 -I/usr/src/kerberos5/lib/libgssapi_krb5/.= ./../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi= _krb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_k= rb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libgssapi_krb= 5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerber= os5/lib/libgssapi_krb5/../../include -MD -MP -MF.depend.gss_krb5.So -MTgss_= krb5.So -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /us= r/src/kerberos5/lib/libgssapi_krb5/gss_krb5.c -o gss_krb5.So --- lib__L --- --- sanitizer_posix_libcdep.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _posix_libcdep.So -MTsanitizer_posix_libcdep.So -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-par= ameter -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensi= ons -c /usr/src/lib/libclang_rt/asan_dynamic/../../../contrib/compiler-rt/= lib/sanitizer_common/sanitizer_posix_libcdep.cc -o sanitizer_posix_libcdep.= So --- kerberos5/lib__L --- --- gss_oid.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_krb5/../../= ../crypto/heimdal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_krb5/../../= ../crypto/heimdal/lib/gssapi/krb5 -I/usr/src/kerberos5/lib/libgssapi_krb5/.= ./../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi= _krb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_k= rb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libgssapi_krb= 5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerber= os5/lib/libgssapi_krb5/../../include -MD -MP -MF.depend.gss_oid.So -MTgss_o= id.So -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/= src/kerberos5/lib/libgssapi_krb5/gss_oid.c -o gss_oid.So --- lib__L --- --- sanitizer_stacktrace_libcdep.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _stacktrace_libcdep.So -MTsanitizer_stacktrace_libcdep.So -Wno-empty-body -= Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -W= no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co= nversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++= 11-extensions -c /usr/src/lib/libclang_rt/asan_dynamic/../../../contrib/co= mpiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc -o sanitizer= _stacktrace_libcdep.So --- cddl/lib__L --- --- libzfs_iter.So --- cc -fpic -DPIC -g -O2 -pipe -DZFS_NO_ACL -I/usr/src/cddl/lib/libzfs/../../= ../sbin/mount -I/usr/src/cddl/lib/libzfs/../../../cddl/lib/libumem -I/usr/s= rc/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/lib= /libzfs/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/lib/libzfs= /../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/cddl/lib/libzfs/..= /../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/lib/lib= zfs/../../../sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/cddl/lib/li= bzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cdd= l/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/sr= c/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/li= b/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/usr/src/= cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/usr/= src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs_core/commo= n -DNEED_SOLARIS_BOOLEAN -MD -MP -MF.depend.libzfs_iter.So -MTlibzfs_iter= .So -std=3Diso9899:1999 -fstack-protector-strong -Wno-pointer-sign -Wno-unk= nown-pragmas -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl= e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn= o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switc= h -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-a= rguments -c /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib= /libzfs/common/libzfs_iter.c -o libzfs_iter.So --- kerberos5/lib__L --- --- libgssapi_krb5.a --- building static gssapi_krb5 library ar -crD libgssapi_krb5.a `NM=3D'nm' NMFLAGS=3D'' lorder 8003.o accept_sec_c= ontext.o acquire_cred.o add_cred.o address_to_krb5addr.o aeap.o arcfour.o a= uthorize_localname.o canonicalize_name.o ccache_name.o cfx.o compare_name.o= compat.o context_time.o copy_ccache.o creds.o decapsulate.o delete_sec_con= text.o display_name.o display_status.o duplicate_name.o encapsulate.o expor= t_name.o export_sec_context.o external.o get_mic.o gkrb5_err.o import_name.= o import_sec_context.o indicate_mechs.o init.o init_sec_context.o inquire_c= ontext.o inquire_cred.o inquire_cred_by_mech.o inquire_cred_by_oid.o inquir= e_mechs_for_name.o inquire_names_for_mech.o inquire_sec_context_by_oid.o pn= ame_to_uid.o prefix.o prf.o process_context_token.o release_buffer.o releas= e_cred.o release_name.o sequence.o set_cred_option.o set_sec_context_option= .o store_cred.o ticket_flags.o unwrap.o verify_mic.o wrap.o gss_krb5.o gss_= oid.o | tsort -q`=20 --- lib__L --- --- sanitizer_stoptheworld_linux_libcdep.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _stoptheworld_linux_libcdep.So -MTsanitizer_stoptheworld_linux_libcdep.So -= Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautolo= gical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-funct= ion -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-= enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -std= =3Dc++11 -Wno-c++11-extensions -c /usr/src/lib/libclang_rt/asan_dynamic/..= /../../contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linu= x_libcdep.cc -o sanitizer_stoptheworld_linux_libcdep.So --- sanitizer_symbolizer_libcdep.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _symbolizer_libcdep.So -MTsanitizer_symbolizer_libcdep.So -Wno-empty-body -= Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -W= no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co= nversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++= 11-extensions -c /usr/src/lib/libclang_rt/asan_dynamic/../../../contrib/co= mpiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc -o sanitizer= _symbolizer_libcdep.So --- kerberos5/lib__L --- ranlib -D libgssapi_krb5.a --- libgssapi_krb5.so.10.full --- building shared library libgssapi_krb5.so.10 cc -Wl,-Bsymbolic -Wl,--no-undefined -fstack-protector-strong -shared -Wl,-= x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libgssapi_krb5.so.10.f= ull -Wl,-soname,libgssapi_krb5.so.10 `NM=3D'nm' NMFLAGS=3D'' lorder 8003.S= o accept_sec_context.So acquire_cred.So add_cred.So address_to_krb5addr.So = aeap.So arcfour.So authorize_localname.So canonicalize_name.So ccache_name.= So cfx.So compare_name.So compat.So context_time.So copy_ccache.So creds.So= decapsulate.So delete_sec_context.So display_name.So display_status.So dup= licate_name.So encapsulate.So export_name.So export_sec_context.So external= .So get_mic.So gkrb5_err.So import_name.So import_sec_context.So indicate_m= echs.So init.So init_sec_context.So inquire_context.So inquire_cred.So inqu= ire_cred_by_mech.So inquire_cred_by_oid.So inquire_mechs_for_name.So inquir= e_names_for_mech.So inquire_sec_context_by_oid.So pname_to_uid.So prefix.So= prf.So process_context_token.So release_buffer.So release_cred.So release_= name.So sequence.So set_cred_option.So set_sec_context_option.So store_cred= .So ticket_flags.So unwrap.So verify_mic.So wrap.So gss_krb5.So gss_oid.So = | tsort -q` -lgssapi -lkrb5 -lcrypto -lroken -lasn1 -lcom_err --- cddl/lib__L --- --- libzfs_mount.So --- cc -fpic -DPIC -g -O2 -pipe -DZFS_NO_ACL -I/usr/src/cddl/lib/libzfs/../../= ../sbin/mount -I/usr/src/cddl/lib/libzfs/../../../cddl/lib/libumem -I/usr/s= rc/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/lib= /libzfs/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/lib/libzfs= /../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/cddl/lib/libzfs/..= /../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/lib/lib= zfs/../../../sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/cddl/lib/li= bzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cdd= l/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/sr= c/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/li= b/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/usr/src/= cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/usr/= src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs_core/commo= n -DNEED_SOLARIS_BOOLEAN -MD -MP -MF.depend.libzfs_mount.So -MTlibzfs_mou= nt.So -std=3Diso9899:1999 -fstack-protector-strong -Wno-pointer-sign -Wno-u= nknown-pragmas -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-varia= ble -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -= Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused= -arguments -c /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/l= ib/libzfs/common/libzfs_mount.c -o libzfs_mount.So --- kerberos5/lib__L --- --- libgssapi_krb5.so.10.debug --- objcopy --only-keep-debug libgssapi_krb5.so.10.full libgssapi_krb5.so.10.de= bug --- libgssapi_krb5.so.10 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibgssapi_krb5.so.10.debug lib= gssapi_krb5.so.10.full libgssapi_krb5.so.10 =3D=3D=3D> kerberos5/lib/libgssapi_ntlm (all) --- .depend --- echo libgssapi_ntlm.so.10.full: /usr/obj/usr/src/tmp/usr/lib/libcrypto.a /u= sr/obj/usr/src/tmp/usr/lib/libgssapi.a /usr/obj/usr/src/tmp/usr/lib/libkrb5= .a /usr/obj/usr/src/tmp/usr/lib/libheimntlm.a /usr/obj/usr/src/tmp/usr/lib/= libroken.a >> .depend --- accept_sec_context.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.accept_sec_context.o -MTaccept_sec_c= ontext.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /u= sr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm= /accept_sec_context.c -o accept_sec_context.o --- lib__L --- --- sanitizer_symbolizer_posix_libcdep.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _symbolizer_posix_libcdep.So -MTsanitizer_symbolizer_posix_libcdep.So -Wno-= empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologica= l-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 -std=3Dc+= +11 -Wno-c++11-extensions -c /usr/src/lib/libclang_rt/asan_dynamic/../../.= ./contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcd= ep.cc -o sanitizer_symbolizer_posix_libcdep.So --- kerberos5/lib__L --- --- acquire_cred.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.acquire_cred.o -MTacquire_cred.o -st= d=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerbe= ros5/lib/libgssapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm/acquire_cre= d.c -o acquire_cred.o --- cddl/lib__L --- --- libzfs_pool.So --- cc -fpic -DPIC -g -O2 -pipe -DZFS_NO_ACL -I/usr/src/cddl/lib/libzfs/../../= ../sbin/mount -I/usr/src/cddl/lib/libzfs/../../../cddl/lib/libumem -I/usr/s= rc/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/lib= /libzfs/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/lib/libzfs= /../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/cddl/lib/libzfs/..= /../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/lib/lib= zfs/../../../sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/cddl/lib/li= bzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cdd= l/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/sr= c/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/li= b/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/usr/src/= cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/usr/= src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs_core/commo= n -DNEED_SOLARIS_BOOLEAN -MD -MP -MF.depend.libzfs_pool.So -MTlibzfs_pool= .So -std=3Diso9899:1999 -fstack-protector-strong -Wno-pointer-sign -Wno-unk= nown-pragmas -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl= e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn= o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switc= h -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-a= rguments -c /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib= /libzfs/common/libzfs_pool.c -o libzfs_pool.So --- lib__L --- --- sanitizer_unwind_linux_libcdep.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.sanitizer= _unwind_linux_libcdep.So -MTsanitizer_unwind_linux_libcdep.So -Wno-empty-bo= dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar= e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu= m-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-kn= r-promoted-parameter -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno= -c++11-extensions -c /usr/src/lib/libclang_rt/asan_dynamic/../../../contri= b/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc -o san= itizer_unwind_linux_libcdep.So --- lsan_common.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.lsan_comm= on.So -MTlsan_common.So -Wno-empty-body -Wno-string-plus-int -Wno-unused-co= nst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-e= quality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses = -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr/src/lib/lib= clang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/lsan/lsan_common.cc = -o lsan_common.So --- cddl/lib__L --- --- all_subdir_cddl/lib/libdtrace --- --- libdtrace.a --- building static dtrace library ar -crD libdtrace.a `NM=3D'nm' NMFLAGS=3D'' lorder dt_aggregate.o dt_as.o d= t_buf.o dt_cc.o dt_cg.o dt_consume.o dt_decl.o dt_dis.o dt_dof.o dt_error.o= dt_errtags.o dt_grammar.o dt_handle.o dt_ident.o dt_isadep.o dt_inttab.o d= t_lex.o dt_link.o dt_list.o dt_map.o dt_module.o dt_names.o dt_open.o dt_op= tions.o dt_parser.o dt_pcb.o dt_pid.o dt_pq.o dt_pragma.o dt_print.o dt_pri= ntf.o dt_proc.o dt_program.o dt_provider.o dt_regset.o dt_string.o dt_strta= b.o dt_subr.o dt_work.o dt_xlator.o gmatch.o dis_tables.o | tsort -q`=20 --- kerberos5/lib__L --- --- add_cred.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.add_cred.o -MTadd_cred.o -std=3Dgnu9= 9 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib= /libgssapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm/add_cred.c -o add_c= red.o --- cddl/lib__L --- ranlib -D libdtrace.a --- libdtrace.so.2.full --- building shared library libdtrace.so.2 cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn= -shared-textrel -o libdtrace.so.2.full -Wl,-soname,libdtrace.so.2 `NM=3D'= nm' NMFLAGS=3D'' lorder dt_aggregate.So dt_as.So dt_buf.So dt_cc.So dt_cg.S= o dt_consume.So dt_decl.So dt_dis.So dt_dof.So dt_error.So dt_errtags.So dt= _grammar.So dt_handle.So dt_ident.So dt_isadep.So dt_inttab.So dt_lex.So dt= _link.So dt_list.So dt_map.So dt_module.So dt_names.So dt_open.So dt_option= s.So dt_parser.So dt_pcb.So dt_pid.So dt_pq.So dt_pragma.So dt_print.So dt_= printf.So dt_proc.So dt_program.So dt_provider.So dt_regset.So dt_string.So= dt_strtab.So dt_subr.So dt_work.So dt_xlator.So gmatch.So dis_tables.So | = tsort -q` -lctf -lelf -lproc -lrtld_db -lpthread --- lib__L --- --- lsan_common_linux.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.lsan_comm= on_linux.So -MTlsan_common_linux.So -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-l= ocal-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-= parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr= /src/lib/libclang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/lsan/lsa= n_common_linux.cc -o lsan_common_linux.So --- ubsan_diag.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.ubsan_dia= g.So -MTubsan_diag.So -Wno-empty-body -Wno-string-plus-int -Wno-unused-cons= t-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equ= ality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -= Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Q= unused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr/src/lib/libcl= ang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/ubsan/ubsan_diag.cc -o= ubsan_diag.So --- kerberos5/lib__L --- --- canonicalize_name.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.canonicalize_name.o -MTcanonicalize_= name.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr= /src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm/c= anonicalize_name.c -o canonicalize_name.o --- cddl/lib__L --- --- libdtrace.so.2.debug --- objcopy --only-keep-debug libdtrace.so.2.full libdtrace.so.2.debug --- libdtrace.so.2 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibdtrace.so.2.debug libdtrace= .so.2.full libdtrace.so.2 --- lib__L --- --- all_subdir_lib/msun --- =3D=3D=3D> lib/msun (all) --- cddl/lib__L --- --- all_subdir_cddl/lib/libzfs --- --- libzfs_sendrecv.So --- cc -fpic -DPIC -g -O2 -pipe -DZFS_NO_ACL -I/usr/src/cddl/lib/libzfs/../../= ../sbin/mount -I/usr/src/cddl/lib/libzfs/../../../cddl/lib/libumem -I/usr/s= rc/cddl/lib/libzfs/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/lib= /libzfs/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/lib/libzfs= /../../../cddl/compat/opensolaris/lib/libumem -I/usr/src/cddl/lib/libzfs/..= /../../cddl/contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/lib/lib= zfs/../../../sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/cddl/lib/li= bzfs/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cdd= l/lib/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/sr= c/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/li= b/libzfs/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/l= ib/libzfs/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/usr/src/= cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/usr/= src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs_core/commo= n -DNEED_SOLARIS_BOOLEAN -MD -MP -MF.depend.libzfs_sendrecv.So -MTlibzfs_= sendrecv.So -std=3Diso9899:1999 -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-equa= lity -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -W= no-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Q= unused-arguments -c /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensol= aris/lib/libzfs/common/libzfs_sendrecv.c -o libzfs_sendrecv.So --- lib__L --- --- all_subdir_lib/libclang_rt --- --- ubsan_init.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.ubsan_ini= t.So -MTubsan_init.So -Wno-empty-body -Wno-string-plus-int -Wno-unused-cons= t-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equ= ality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -= Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Q= unused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr/src/lib/libcl= ang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/ubsan/ubsan_init.cc -o= ubsan_init.So --- kerberos5/lib__L --- --- compare_name.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.compare_name.o -MTcompare_name.o -st= d=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerbe= ros5/lib/libgssapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm/compare_nam= e.c -o compare_name.o --- lib__L --- --- ubsan_flags.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.ubsan_fla= gs.So -MTubsan_flags.So -Wno-empty-body -Wno-string-plus-int -Wno-unused-co= nst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-e= quality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses = -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr/src/lib/lib= clang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/ubsan/ubsan_flags.cc= -o ubsan_flags.So --- cddl/lib__L --- /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/commo= n/libzfs_sendrecv.c:2432:30: warning: format specifies type 'unsigned long'= but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] sprintf(guidname, "%lu", thisguid); ~~~ ^~~~~~~~ %llu /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/commo= n/libzfs_sendrecv.c:2489:29: warning: format specifies type 'unsigned long'= but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] sprintf(guidname, "%lu", parent_fromsnap_guid); ~~~ ^~~~~~~~~~~~~~~~~~~~ %llu --- lib__L --- --- ubsan_handlers.So --- --- cddl/lib__L --- /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/commo= n/libzfs_sendrecv.c:2522:29: warning: format specifies type 'unsigned long'= but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] sprintf(guidname, "%lu", parent_fromsnap_guid); ~~~ ^~~~~~~~~~~~~~~~~~~~ %llu /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/commo= n/libzfs_sendrecv.c:3516:13: warning: format specifies type 'unsigned long'= but the argument has type 'time_t' (aka 'int') [-Wformat] buf1, delta, buf2); ^~~~~ --- lib__L --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.ubsan_han= dlers.So -MTubsan_handlers.So -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr/src/l= ib/libclang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/ubsan/ubsan_ha= ndlers.cc -o ubsan_handlers.So --- kerberos5/lib__L --- --- context_time.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.context_time.o -MTcontext_time.o -st= d=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerbe= ros5/lib/libgssapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm/context_tim= e.c -o context_time.o --- creds.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.creds.o -MTcreds.o -std=3Dgnu99 -fst= ack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libgs= sapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm/creds.c -o creds.o --- cddl/lib__L --- --- all_subdir_cddl/lib/libzpool --- =3D=3D=3D> cddl/lib/libzpool (all) --- .depend --- echo libzpool.so.2.full: /usr/obj/usr/src/tmp/usr/lib/libmd.a /usr/obj/usr/= src/tmp/usr/lib/libpthread.a /usr/obj/usr/src/tmp/usr/lib/libz.a /usr/obj/u= sr/src/tmp/usr/lib/libnvpair.a /usr/obj/usr/src/tmp/usr/lib/libavl.a /usr/o= bj/usr/src/tmp/usr/lib/libumem.a >> .depend --- arc.o --- cc -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/compat/openso= laris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/include -I/usr/= src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I/usr/src/cddl/= lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/= lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/sr= c/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs= -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/= zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/= common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris/head -I/usr/s= rc/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/libzpool/../../c= ontrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/src/cddl/lib/li= bzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/libzpool/../../..= /lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib/libthr/arch/i= 386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -MF.depend.arc.= o -MTarc.o -std=3Diso9899:1999 -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-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wn= o-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qu= nused-arguments -c /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common/fs/zfs/arc.c -o arc.o --- kerberos5/lib__L --- --- crypto.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../crypto/heim= dal/lib/gssapi/gssapi -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../cryp= to/heimdal/lib/gssapi/ntlm -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../..= /crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libgssapi_ntlm/../../../c= rypto/heimdal/lib/ntlm -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libgssapi= _ntlm/../../include -MD -MP -MF.depend.crypto.o -MTcrypto.o -std=3Dgnu99 -f= stack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/lib= gssapi_ntlm/../../../crypto/heimdal/lib/gssapi/ntlm/crypto.c -o crypto.o --- lib__L --- --- ubsan_value.So --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.ubsan_val= ue.So -MTubsan_value.So -Wno-empty-body -Wno-string-plus-int -Wno-unused-co= nst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-e= quality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses = -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr/src/lib/lib= clang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/ubsan/ubsan_value.cc= -o ubsan_value.So --- cddl/lib__L --- In file included from /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/= opensolaris/uts/common/fs/zfs/arc.c:144: /usr/obj/usr/src/tmp/usr/include/vm/vm_pageout.h:77:8: error: unknown type = name 'bool' extern bool vm_pageout_wanted; ^ /usr/obj/usr/src/tmp/usr/include/vm/vm_pageout.h:78:8: error: unknown type = name 'bool' extern bool vm_pages_needed; ^ 2 errors generated. *** [arc.o] Error code 1 make[5]: stopped in /usr/src/cddl/lib/libzpool 1 error make[5]: stopped in /usr/src/cddl/lib/libzpool --- lib__L --- --- asan_allocator.So --- --- cddl/lib__L --- *** [all_subdir_cddl/lib/libzpool] Error code 2 make[4]: stopped in /usr/src/cddl/lib --- lib__L --- c++ -fpic -DPIC -g -O2 -pipe -DNDEBUG -fpic -fno-builtin -fno-exceptions = -fno-rtti -fno-sanitize=3Dsafe-stack -fno-stack-protector -funwind-tables -= fvisibility-inlines-hidden -fvisibility=3Dhidden -I/usr/src/lib/libclang_rt= /asan_dynamic/../../../contrib/compiler-rt/lib -MD -MP -MF.depend.asan_allo= cator.So -MTasan_allocator.So -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /usr/src/l= ib/libclang_rt/asan_dynamic/../../../contrib/compiler-rt/lib/asan/asan_allo= cator.cc -o asan_allocator.So --- kerberos5/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libgssapi_ntlm *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib *** [kerberos5/lib__L] Error code 2 make[3]: stopped in /usr/src --- cddl/lib__L --- --- all_subdir_cddl/lib/libzfs --- 4 warnings generated. A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/cddl/lib/libzfs *** [all_subdir_cddl/lib/libzfs] Error code 2 make[4]: stopped in /usr/src/cddl/lib 2 errors make[4]: stopped in /usr/src/cddl/lib *** [cddl/lib__L] Error code 2 make[3]: stopped in /usr/src --- lib__L --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/lib/libclang_rt/asan_dynamic *** [all] Error code 2 make[5]: stopped in /usr/src/lib/libclang_rt 1 error make[5]: stopped in /usr/src/lib/libclang_rt *** [all_subdir_lib/libclang_rt] Error code 2 make[4]: stopped in /usr/src/lib 1 error make[4]: stopped in /usr/src/lib *** [lib__L] Error code 2 make[3]: stopped in /usr/src 3 errors make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] 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/hudson4576155825669805708.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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::104: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 From owner-freebsd-i386@freebsd.org Sat May 28 02:24:32 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B97B4D6A1; Sat, 28 May 2016 02:24:32 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 556501C1B; Sat, 28 May 2016 02:24:32 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id AA101CD; Sat, 28 May 2016 02:24:32 +0000 (UTC) Date: Sat, 28 May 2016 02:24:28 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, asomers@FreeBSD.org, np@FreeBSD.org, ian@FreeBSD.org, jhb@FreeBSD.org, bdrewery@FreeBSD.org, gonzo@FreeBSD.org, jkim@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1577956739.4.1464402272715.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1373057988.3.1464384980656.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1373057988.3.1464384980656.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3231 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk X-Mailman-Approved-At: Sat, 28 May 2016 03:58:31 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 02:24:32 -0000 FreeBSD_HEAD_i386 - Build #3231 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3231/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3231/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3231/console Change summaries: 300895 by np: cxgbe/t4_tom: Exempt RDMA connections from a TCP sanity test for now, to avoid panicking debug kernels. t4_tom does not keep track of a connection once it switches to ULP mode iWARP. If the connection falls out of ULP mode the driver/hardware seq# etc. are out of sync. A better fix would be to figure out what the current seq# are, update the driver's state, and perform all sanity checks as usual. 300894 by gonzo: Add gpiokeys to the list of GPIO modules built only if FDT is enabled 300893 by bdrewery: Don't truncate existing error when writing the log. Suggested by: markj MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division 300892 by bdrewery: Rename function to be less generic. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division 300891 by bdrewery: Write to the log using the tracer's credentials. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division 300890 by bdrewery: exec: Cease tracing if credentials will change with the new image. This also prevents tracing to a P_INEXEC process since it could race with other processes attaching to it in filemon_event_process_exec() due to the filemon_get_proc() race of incrementing ref and then locking the filemon. With the no-P_INEXEC invariant in place the p_filemon may only be the same or NULL when trying to drop it in filemon_event_process_exec(). MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6545 300889 by jhb: Fix taskqueue groups to work with EARLY_AP_STARTUP. In the EARLY_AP_STARTUP case the APs are already running when a taskqgroup is created, so adjust the group at the same time it is created. Sponsored by: Netflix 300888 by np: iw_cxgbe: Plug a lock leak in process_mpa_request(). If the parent is DEAD or connect_request_upcall() fails, the parent mutex is left locked. This leads to a hang when process_mpa_request() is called again for another child of the listening endpoint. Submitted by: Krishnamraju Eraparaju @ Chelsio Obtained from: upstream iw_cxgb4 Sponsored by: Chelsio Communications 300886 by bdrewery: Move external GCC compiler hacks to bsd.sys.mk. This allows respecting -nostdinc, -nostdinc++ and -nostdlib before making the decision to add in -isystem, etc. The -isystem flags are problematic for building lib/libc++ and lib/libcxxrt which wants to only use its own headers. More information the need of these flags can be found at https://gcc.gnu.org/ml/gcc/2016-03/msg00219.html This also reverts r300873. Sponsored by: EMC / Isilon Storage Division 300885 by bdrewery: Libcompat: Only pass -isystem =/usr/include for external GCC. This is the same as the main build logic. GCC with a cross-compiler requires using -isystem to =/usr/include to get the search order correct. Reported by: dim, asomers Sponsored by: EMC / Isilon Storage Division 300884 by ngie: Fix up r300870 The sys/types.h fix I proposed was only tested with zfs(4), not with libzpool, which is where the build failure actually existed Remove vm/vm_pageout.h from arc.c and zfs_vnops.c because they're both unneeded MFC after: 1 week X-MFC with: r300865, r300870 In collaboration with: kib Submitted by: alc Sponsored by: EMC / Isilon Storage Division 300883 by asomers: Fix typo from r300880 Reported by: rpokala MFC after: Never Sponsored by: Spectra Logic Corp 300882 by asomers: Always create loopback routes on every fib Always create loopback routes on every fib, for both IPv4 and IPv6 etc/rc.d/routing Create loopback IPv4 and IPv6 routes on every fib at boot. Revert 278302; now that all FIBs have IPv6 loopback routes, the "route add -reject" commands won't fail. tests/etc/rc.d/routing_test.sh Greatly simplify static_ipv6_loopback_route_for_each_fib. It was written under the assumption that loopback routes would be added to a given fib by the kernel as soon as an interface is configured on that fib. However, the logic can be much simpler now that we simply add loopback routes to all fibs at boot. This also removes the need to run the test as root, removes the restriction that net.add_addr_allfibs=0, and removes the need to configure fibs in kyua.conf. Also, add a test case for IPv4 loopback routes Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6582 300881 by asomers: Avoid issuing spa config updates for physical path when not necessary ZFS's configuration needs to be updated whenever the physical path for a device changes, but not when a new device is introduced. This is because new devices necessarily cause config updates, but only if they are actually accepted into the pool. sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c Split vdev_geom_set_physpath out of vdev_geom_attrchanged. When setting the vdev's physical path, only request a config update if the physical path has changed. Don't request it when opening a device for the first time, because the config sync will happen anyway upstack. sys/geom/geom_dev.c Split g_dev_set_physpath and g_dev_set_media out of g_dev_attrchanged Submitted by: will, asomers MFC after: 4 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6428 300880 by asomers: Strip leading spaces off of a SCSI disk's serial number sys/cam/scsi/scsi_xpt.c Strip leading spaces off of a SCSI disk's reported serial number when populating the CAM serial number. This affects the output of "diskinfo -v" and the names of /dev/diskid/DISK-* device nodes, among other things. SPC5r05 says that the Product Serial Number field from the Unit Serial Number VPD page is right-aligned. So any leading spaces are not part of the actual serial number. Most devices don't left-pad their serial numbers, but some do. In particular, the SN VPD page that an LSI HBA emulates for a SATA drive contains enough left-padding to fill a 20-byte field. UPDATING Add a note to UPDATING, because some users may have to update /etc/fstab or geom labels. Reviewed by: ken, mav MFC after: Never Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6516 300879 by jkim: Merge ACPICA 20160527. Relnotes: yes 300878 by ian: Fix erronious mixed use of tx/rx variables/constants in the same expression. Pointed out by jmcneill; other instances found by grep -iE 'rx.*tx|tx.*rx' 300875 by np: iw_cxgbe: Use vmem(9) to manage PBL and RQT allocations. Submitted by: Krishnamraju Eraparaju at Chelsio Reviewed by: Steve Wise Sponsored by: Chelsio Communications