From owner-freebsd-i386@freebsd.org Sun Jul 10 10:09:04 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 4E83AB83E68 for ; Sun, 10 Jul 2016 10:09:04 +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 241A8132A for ; Sun, 10 Jul 2016 10:09:04 +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 u6AA94r4015020 for ; Sun, 10 Jul 2016 10:09:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 210958] base clang: Assertion failed Date: Sun, 10 Jul 2016 10:09:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: andre@fbsd.a.e4m.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: 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: Sun, 10 Jul 2016 10:09:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210958 Bug ID: 210958 Summary: base clang: Assertion failed Product: Base System Version: 9.3-STABLE Hardware: i386 OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: andre@fbsd.a.e4m.org CC: freebsd-i386@FreeBSD.org CC: freebsd-i386@FreeBSD.org Created attachment 172307 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172307&action= =3Dedit bad.cpp For some reasons I won't discuss here I tried to build firefox-esr with the bundled icu. Base system's clang failes here with an assertion: Assertion failed: ((OtherT->isIntegerType() && ConstantT->isIntegerType()) = && "comparison with non-integer type"), function DiagnoseOutOfRangeComparison, file /src/src-9/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sem= a/SemaChecking.cpp, line 4871. To reproduce simply compile attached "bad.cpp" by running "clang -cc1 bad.c= pp". A fix to make it compile (not to fix clang!!!) can be made by this patch: --- bad.cpp 2016-07-10 11:51:30.236826000 +0200 +++ bad.cpp 2016-07-10 11:51:30.237273000 +0200 @@ -12069,7 +12069,8 @@ pthread_mutex_unlock(&initMutex); return TRUE; // Caller will next call the init function. } else { - while (uio.fState =3D=3D 1) { + int32_t XXXstate; + while ( (XXXstate=3Duio.fState) =3D=3D 1) { // Another thread is currently running the initialization. // Wait until it completes. pthread_cond_wait(&initCondition, &initMutex); --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Mon Jul 11 14:08:14 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 08E2DB85AFE; Mon, 11 Jul 2016 14:08:14 +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 F0C8313D7; Mon, 11 Jul 2016 14:08: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 5CD0015C; Mon, 11 Jul 2016 14:08:14 +0000 (UTC) Date: Mon, 11 Jul 2016 14:08:12 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ae@FreeBSD.org, rwatson@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1543012925.24.1468246094389.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3556 - 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: Mon, 11 Jul 2016 14:08:14 -0000 FreeBSD_HEAD_i386 - Build #3556 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3556/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3556/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3556/cons= ole Change summaries: 302564 by rwatson: Add AUE_WAIT6 handling to the BSM conversion switch statement, reusing the BSM encoding used for AUE_WAIT4. MFC after:=093 days Sponsored by:=09DARPA, AFRL 302561 by ae: Flush buffer after output. This fixes adding new data to already printed flows. PR:=09=09210882 MFC after:=093 days The end of the build log: [...truncated 112799 lines...] --- all_subdir_sys --- --- part.o --- --- all_subdir_lib --- --- thr_clean.po --- --- all_subdir_sys --- cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/u= sr/src/sys/boot/i386/zfsloader/../../ficl -I/usr/src/sys/boot/i386/zfsloade= r/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_GELI_SUPPORT -I/usr/src/sy= s/boot/i386/zfsloader/../../.. -D_STAND -DLOADER_DISK_SUPPORT -DLOADER_GPT_= SUPPORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/i386/zfsloader/../../commo= n -I. -Wall -I/usr/src/sys/boot/i386/zfsloader/.. -I/usr/src/sys/boot/i386/= zfsloader/../btx/lib -march=3Di386 -ffreestanding -mno-mmx -mno-sse -mno-av= x -msoft-float -MD -MF.depend.part.o -MTpart.o -std=3Dgnu99 -Qunused-ar= guments -c /usr/src/sys/boot/i386/zfsloader/../../common/part.c -o part.o --- all_subdir_lib --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_clean.po -MTthr_clean.po -std=3Dgnu99 -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -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 -Qunused-arguments -c /usr/src/lib= /libthr/thread/thr_clean.c -o thr_clean.po --- thr_concurrency.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_concurrency.po -MTthr_concurrency.po -std=3Dgnu99 -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-tautolo= gical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-funct= ion -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c = /usr/src/lib/libthr/thread/thr_concurrency.c -o thr_concurrency.po --- thr_cond.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_cond.po -MTthr_cond.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_cond.c -o thr_cond.po --- all_subdir_sys --- --- crc32.o --- cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/u= sr/src/sys/boot/i386/zfsloader/../../ficl -I/usr/src/sys/boot/i386/zfsloade= r/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_GELI_SUPPORT -I/usr/src/sy= s/boot/i386/zfsloader/../../.. -D_STAND -DLOADER_DISK_SUPPORT -DLOADER_GPT_= SUPPORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/i386/zfsloader/../../commo= n -I. -Wall -I/usr/src/sys/boot/i386/zfsloader/.. -I/usr/src/sys/boot/i386/= zfsloader/../btx/lib -march=3Di386 -ffreestanding -mno-mmx -mno-sse -mno-av= x -msoft-float -MD -MF.depend.crc32.o -MTcrc32.o -std=3Dgnu99 -Qunused-= arguments -c /usr/src/sys/boot/i386/zfsloader/../../common/crc32.c -o crc3= 2.o --- bcache.o --- cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/u= sr/src/sys/boot/i386/zfsloader/../../ficl -I/usr/src/sys/boot/i386/zfsloade= r/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_GELI_SUPPORT -I/usr/src/sy= s/boot/i386/zfsloader/../../.. -D_STAND -DLOADER_DISK_SUPPORT -DLOADER_GPT_= SUPPORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/i386/zfsloader/../../commo= n -I. -Wall -I/usr/src/sys/boot/i386/zfsloader/.. -I/usr/src/sys/boot/i386/= zfsloader/../btx/lib -march=3Di386 -ffreestanding -mno-mmx -mno-sse -mno-av= x -msoft-float -MD -MF.depend.bcache.o -MTbcache.o -std=3Dgnu99 -Qunuse= d-arguments -c /usr/src/sys/boot/i386/zfsloader/../../common/bcache.c -o b= cache.o --- all_subdir_lib --- --- thr_condattr.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_condattr.po -MTthr_condattr.po -std=3Dgnu99 -Wsystem-headers -Werro= r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-em= pty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-= compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -W= no-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/s= rc/lib/libthr/thread/thr_condattr.c -o thr_condattr.po --- all_subdir_sys --- --- isapnp.o --- cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/u= sr/src/sys/boot/i386/zfsloader/../../ficl -I/usr/src/sys/boot/i386/zfsloade= r/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_GELI_SUPPORT -I/usr/src/sy= s/boot/i386/zfsloader/../../.. -D_STAND -DLOADER_DISK_SUPPORT -DLOADER_GPT_= SUPPORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/i386/zfsloader/../../commo= n -I. -Wall -I/usr/src/sys/boot/i386/zfsloader/.. -I/usr/src/sys/boot/i386/= zfsloader/../btx/lib -march=3Di386 -ffreestanding -mno-mmx -mno-sse -mno-av= x -msoft-float -MD -MF.depend.isapnp.o -MTisapnp.o -std=3Dgnu99 -Qunuse= d-arguments -c /usr/src/sys/boot/i386/zfsloader/../../common/isapnp.c -o i= sapnp.o --- all_subdir_lib --- --- thr_create.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_create.po -MTthr_create.po -std=3Dgnu99 -Wsystem-headers -Werror -W= all -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-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/l= ib/libthr/thread/thr_create.c -o thr_create.po --- all_subdir_sbin --- --- ippool_l.o --- cc -O2 -pipe -DIPFILTER_LOG -DIPFILTER_COMPILED -DIPFILTER_LOOKUP -DIPFIL= TER_SYNC -DIPFILTER_CKSUM -DHAS_SYS_MD5_H -I. -I/usr/src/sbin/ipf/ipftest= /../../../contrib/ipfilter -I/usr/src/sbin/ipf/ipftest/../../../contrib/ipf= ilter/tools -I/usr/src/sbin/ipf/ipftest/../../../sys -I/usr/src/sbin/ipf/ip= ftest/../../../sys/contrib/ipfilter -DSTATETOP -D__UIO_EXPOSE -DUSE_INET6 -= g -MD -MF.depend.ippool_l.o -MTippool_l.o -std=3Dgnu99 -fstack-protector-s= trong -Wno-pointer-sign -Wno-format -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 -Wno-array-bounds -Qunused-arguments -c ippool_l.c -o ippool_= l.o --- all_subdir_sys --- --- pnp.o --- cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/u= sr/src/sys/boot/i386/zfsloader/../../ficl -I/usr/src/sys/boot/i386/zfsloade= r/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_GELI_SUPPORT -I/usr/src/sy= s/boot/i386/zfsloader/../../.. -D_STAND -DLOADER_DISK_SUPPORT -DLOADER_GPT_= SUPPORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/i386/zfsloader/../../commo= n -I. -Wall -I/usr/src/sys/boot/i386/zfsloader/.. -I/usr/src/sys/boot/i386/= zfsloader/../btx/lib -march=3Di386 -ffreestanding -mno-mmx -mno-sse -mno-av= x -msoft-float -MD -MF.depend.pnp.o -MTpnp.o -std=3Dgnu99 -Qunused-argu= ments -c /usr/src/sys/boot/i386/zfsloader/../../common/pnp.c -o pnp.o --- all_subdir_lib --- --- thr_ctrdtr.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_ctrdtr.po -MTthr_ctrdtr.po -std=3Dgnu99 -Wsystem-headers -Werror -W= all -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-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/l= ib/libthr/thread/thr_ctrdtr.c -o thr_ctrdtr.po --- all_subdir_sys --- --- interp_forth.o --- cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/u= sr/src/sys/boot/i386/zfsloader/../../ficl -I/usr/src/sys/boot/i386/zfsloade= r/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_GELI_SUPPORT -I/usr/src/sy= s/boot/i386/zfsloader/../../.. -D_STAND -DLOADER_DISK_SUPPORT -DLOADER_GPT_= SUPPORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/i386/zfsloader/../../commo= n -I. -Wall -I/usr/src/sys/boot/i386/zfsloader/.. -I/usr/src/sys/boot/i386/= zfsloader/../btx/lib -march=3Di386 -ffreestanding -mno-mmx -mno-sse -mno-av= x -msoft-float -MD -MF.depend.interp_forth.o -MTinterp_forth.o -std=3Dgnu9= 9 -Qunused-arguments -c /usr/src/sys/boot/i386/zfsloader/../../common/i= nterp_forth.c -o interp_forth.o --- all_subdir_lib --- --- thr_detach.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_detach.po -MTthr_detach.po -std=3Dgnu99 -Wsystem-headers -Werror -W= all -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-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/l= ib/libthr/thread/thr_detach.c -o thr_detach.po --- all_subdir_secure --- --- ssl_rsa.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.ssl_rsa.po -MTssl_= rsa.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-k= nr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/sec= ure/lib/libssl/../../../crypto/openssl/ssl/ssl_rsa.c -o ssl_rsa.po --- all_subdir_sys --- --- zfsloader.sym --- cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/usr/= src/sys/boot/i386/zfsloader/../../ficl -I/usr/src/sys/boot/i386/zfsloader/.= ./../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_GELI_SUPPORT -I/usr/src/sys/b= oot/i386/zfsloader/../../.. -D_STAND -DLOADER_DISK_SUPPORT -DLOADER_GPT_SUP= PORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/i386/zfsloader/../../common -= I. -Wall -I/usr/src/sys/boot/i386/zfsloader/.. -I/usr/src/sys/boot/i386/zfs= loader/../btx/lib -march=3Di386 -ffreestanding -mno-mmx -mno-sse -mno-avx -= msoft-float -std=3Dgnu99 -Qunused-arguments -static -Ttext 0x0 -nostdlib -o= zfsloader.sym /usr/obj/usr/src/sys/boot/i386/zfsloader/../btx/lib/crt0.o m= ain.o conf.o vers.o xform_aes_xts.o boot.o commands.o console.o devopen.o i= nterp.o interp_backslash.o interp_parse.o ls.o misc.o module.o panic.o load= _elf32.o load_elf32_obj.o reloc_elf32.o load_elf64.o load_elf64_obj.o reloc= _elf64.o disk.o part.o crc32.o bcache.o isapnp.o pnp.o interp_forth.o /usr= /obj/usr/src/sys/boot/i386/zfsloader/../../ficl/libficl.a /usr/obj/usr/src= /sys/boot/i386/zfsloader/../../zfs/libzfsboot.a /usr/obj/usr/src/sys/boot/i= 386/zfsloader/../libi386/libi386.a /usr/obj/usr/src/sys/boot/i386/zfsloader= /../../libstand32/libstand.a /usr/obj/usr/src/sys/boot/i386/zfsloader/../..= /geli/libgeliboot.a --- all_subdir_lib --- --- thr_equal.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_equal.po -MTthr_equal.po -std=3Dgnu99 -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -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 -Qunused-arguments -c /usr/src/lib= /libthr/thread/thr_equal.c -o thr_equal.po --- all_subdir_sys --- --- zfsloader.bin --- cp zfsloader.sym zfsloader.bin strip -R .comment -R .note zfsloader.bin --- zfsloader --- btxld -v -f aout -e 0x200000 -o zfsloader -l /usr/obj/usr/src/sys/boot/i386= /zfsloader/../btx/btxldr/btxldr -b /usr/obj/usr/src/sys/boot/i386/zfsloade= r/../btx/btx/btx zfsloader.bin kernel: ver=3D1.02 size=3D690 load=3D9000 entry=3D9010 map=3D16M pgctl=3D0:= 51 client: fmt=3Delf size=3D57498 text=3D50ffc data=3D5300 bss=3Dc5cc entry=3D= 0 output: fmt=3Daout size=3D5a000 text=3D1000 data=3D58000 org=3D200000 entry= =3D200000 --- all_subdir_sbin --- --- all_subdir_sbin/ipfw --- =3D=3D=3D> sbin/ipfw (all) --- .depend --- echo ipfw.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/us= r/lib/libutil.a >> .depend --- ipfw2.o --- --- all_subdir_sbin/ipf --- --- ipf_y.o --- --- all_subdir_sbin/ipfw --- cc -O2 -pipe -DPF -g -MD -MF.depend.ipfw2.o -MTipfw2.o -std=3Dgnu99 -fs= tack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-u= ninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-un= used-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parent= heses-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/sbin/ipfw/ipfw2.c -o ipfw2.o --- all_subdir_sbin/ipf --- cc -O2 -pipe -DIPFILTER_LOG -DIPFILTER_COMPILED -DIPFILTER_LOOKUP -DIPFIL= TER_SYNC -DIPFILTER_CKSUM -DHAS_SYS_MD5_H -I. -I/usr/src/sbin/ipf/ipftest= /../../../contrib/ipfilter -I/usr/src/sbin/ipf/ipftest/../../../contrib/ipf= ilter/tools -I/usr/src/sbin/ipf/ipftest/../../../sys -I/usr/src/sbin/ipf/ip= ftest/../../../sys/contrib/ipfilter -DSTATETOP -D__UIO_EXPOSE -DUSE_INET6 -= g -MD -MF.depend.ipf_y.o -MTipf_y.o -std=3Dgnu99 -fstack-protector-strong = -Wno-pointer-sign -Wno-format -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 -Wno-array-bounds -Qunused-arguments -c ipf_y.c -o ipf_y.o --- all_subdir_lib --- --- thr_event.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_event.po -MTthr_event.po -std=3Dgnu99 -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -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 -Qunused-arguments -c /usr/src/lib= /libthr/thread/thr_event.c -o thr_event.po --- thr_exit.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_exit.po -MTthr_exit.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_exit.c -o thr_exit.po --- all_subdir_secure --- --- ssl_sess.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.ssl_sess.po -MTssl= _sess.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty= -body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-com= pare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-= enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno= -knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/s= ecure/lib/libssl/../../../crypto/openssl/ssl/ssl_sess.c -o ssl_sess.po --- all_subdir_lib --- --- thr_fork.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_fork.po -MTthr_fork.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_fork.c -o thr_fork.po --- thr_getprio.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_getprio.po -MTthr_getprio.po -std=3Dgnu99 -Wsystem-headers -Werror = -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissin= g-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empt= y-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-co= mpare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno= -enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src= /lib/libthr/thread/thr_getprio.c -o thr_getprio.po --- thr_getcpuclockid.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_getcpuclockid.po -MTthr_getcpuclockid.po -std=3Dgnu99 -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments = -c /usr/src/lib/libthr/thread/thr_getcpuclockid.c -o thr_getcpuclockid.po --- thr_getschedparam.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_getschedparam.po -MTthr_getschedparam.po -std=3Dgnu99 -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments = -c /usr/src/lib/libthr/thread/thr_getschedparam.c -o thr_getschedparam.po --- all_subdir_secure --- --- ssl_stat.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.ssl_stat.po -MTssl= _stat.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty= -body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-com= pare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-= enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno= -knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/s= ecure/lib/libssl/../../../crypto/openssl/ssl/ssl_stat.c -o ssl_stat.po --- all_subdir_lib --- --- thr_getthreadid_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_getthreadid_np.po -MTthr_getthreadid_np.po -std=3Dgnu99 -Wsystem-he= aders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-proto= types -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argument= s -c /usr/src/lib/libthr/thread/thr_getthreadid_np.c -o thr_getthreadid_np= .po --- thr_info.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_info.po -MTthr_info.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_info.c -o thr_info.po --- all_subdir_secure --- --- ssl_txt.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.ssl_txt.po -MTssl_= txt.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-k= nr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/sec= ure/lib/libssl/../../../crypto/openssl/ssl/ssl_txt.c -o ssl_txt.po --- all_subdir_lib --- --- thr_init.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_init.po -MTthr_init.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_init.c -o thr_init.po --- thr_join.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_join.po -MTthr_join.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_join.c -o thr_join.po --- all_subdir_secure --- --- t1_clnt.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.t1_clnt.po -MTt1_c= lnt.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-k= nr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/sec= ure/lib/libssl/../../../crypto/openssl/ssl/t1_clnt.c -o t1_clnt.po --- all_subdir_lib --- --- thr_list.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_list.po -MTthr_list.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_list.c -o thr_list.po --- all_subdir_secure --- --- t1_enc.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.t1_enc.po -MTt1_en= c.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-bod= y -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare= -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum= -conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr= -promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/secur= e/lib/libssl/../../../crypto/openssl/ssl/t1_enc.c -o t1_enc.po --- all_subdir_lib --- --- thr_kern.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_kern.po -MTthr_kern.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_kern.c -o thr_kern.po --- thr_kill.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_kill.po -MTthr_kill.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_kill.c -o thr_kill.po --- thr_main_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_main_np.po -MTthr_main_np.po -std=3Dgnu99 -Wsystem-headers -Werror = -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissin= g-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empt= y-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-co= mpare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno= -enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src= /lib/libthr/thread/thr_main_np.c -o thr_main_np.po --- all_subdir_secure --- --- t1_ext.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.t1_ext.po -MTt1_ex= t.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-bod= y -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare= -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum= -conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr= -promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/secur= e/lib/libssl/../../../crypto/openssl/ssl/t1_ext.c -o t1_ext.po --- all_subdir_lib --- --- thr_multi_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_multi_np.po -MTthr_multi_np.po -std=3Dgnu99 -Wsystem-headers -Werro= r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-em= pty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-= compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -W= no-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/s= rc/lib/libthr/thread/thr_multi_np.c -o thr_multi_np.po --- thr_mutex.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_mutex.po -MTthr_mutex.po -std=3Dgnu99 -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -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 -Qunused-arguments -c /usr/src/lib= /libthr/thread/thr_mutex.c -o thr_mutex.po --- all_subdir_secure --- --- t1_lib.po --- cc -pg -O2 -pipe -I/usr/src/secure/lib/libssl/../../../crypto/openssl -= DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_END= IAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -= DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/l= ib/libssl/../../../crypto/openssl/crypto -MD -MF.depend.t1_lib.po -MTt1_li= b.po -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-bod= y -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare= -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum= -conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr= -promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/secur= e/lib/libssl/../../../crypto/openssl/ssl/t1_lib.c -o t1_lib.po --- all_subdir_lib --- --- thr_mutexattr.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_mutexattr.po -MTthr_mutexattr.po -std=3Dgnu99 -Wsystem-headers -Wer= ror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -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 -Qunused-arguments -c /usr= /src/lib/libthr/thread/thr_mutexattr.c -o thr_mutexattr.po --- thr_once.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_once.po -MTthr_once.po -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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/l= ibthr/thread/thr_once.c -o thr_once.po --- thr_printf.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_printf.po -MTthr_printf.po -std=3Dgnu99 -Wsystem-headers -Werror -W= all -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-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/l= ib/libthr/thread/thr_printf.c -o thr_printf.po --- all_subdir_sbin --- --- ipf_l.o --- cc -O2 -pipe -DIPFILTER_LOG -DIPFILTER_COMPILED -DIPFILTER_LOOKUP -DIPFIL= TER_SYNC -DIPFILTER_CKSUM -DHAS_SYS_MD5_H -I. -I/usr/src/sbin/ipf/ipftest= /../../../contrib/ipfilter -I/usr/src/sbin/ipf/ipftest/../../../contrib/ipf= ilter/tools -I/usr/src/sbin/ipf/ipftest/../../../sys -I/usr/src/sbin/ipf/ip= ftest/../../../sys/contrib/ipfilter -DSTATETOP -D__UIO_EXPOSE -DUSE_INET6 -= g -MD -MF.depend.ipf_l.o -MTipf_l.o -std=3Dgnu99 -fstack-protector-strong = -Wno-pointer-sign -Wno-format -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 -Wno-array-bounds -Qunused-arguments -c ipf_l.c -o ipf_l.o --- all_subdir_lib --- --- thr_pshared.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_pshared.po -MTthr_pshared.po -std=3Dgnu99 -Wsystem-headers -Werror = -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissin= g-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empt= y-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-co= mpare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno= -enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src= /lib/libthr/thread/thr_pshared.c -o thr_pshared.po --- all_subdir_sbin --- --- all_subdir_sbin/ipfw --- --- dummynet.o --- cc -O2 -pipe -DPF -g -MD -MF.depend.dummynet.o -MTdummynet.o -std=3Dgnu= 99 -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 -Qu= nused-arguments -c /usr/src/sbin/ipfw/dummynet.c -o dummynet.o --- all_subdir_lib --- --- thr_pspinlock.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -MD -MF.dep= end.thr_pspinlock.po -MTthr_pspinlock.po -std=3Dgnu99 -Wsystem-headers -Wer= ror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -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 -Qunused-arguments -c /usr= /src/lib/libthr/thread/thr_pspinlock.c -o thr_pspinlock.po --- all_subdir_sbin --- /usr/src/sbin/ipfw/dummynet.c:615:6: error: implicit declaration of functio= n 'bp_flush' is invalid in C99 [-Werror,-Wimplicit-function-declaration] bp_flush(&bp); ^ 1 error generated. *** [dummynet.o] Error code 1 bmake[4]: stopped in /usr/src/sbin/ipfw 1 error bmake[4]: stopped in /usr/src/sbin/ipfw *** [all_subdir_sbin/ipfw] Error code 2 bmake[3]: stopped in /usr/src/sbin --- all_subdir_lib --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/lib/libthr *** [all_subdir_lib/libthr] Error code 2 bmake[3]: stopped in /usr/src/lib 1 error bmake[3]: stopped in /usr/src/lib *** [all_subdir_lib] Error code 2 bmake[2]: stopped in /usr/src --- all_subdir_sbin --- --- all_subdir_sbin/ipf --- A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/sbin/ipf/ipftest *** [all_subdir_sbin/ipf/ipftest] Error code 2 bmake[4]: stopped in /usr/src/sbin/ipf 1 error bmake[4]: stopped in /usr/src/sbin/ipf *** [all_subdir_sbin/ipf] Error code 2 bmake[3]: stopped in /usr/src/sbin 2 errors bmake[3]: stopped in /usr/src/sbin *** [all_subdir_sbin] Error code 2 bmake[2]: stopped in /usr/src --- all_subdir_secure --- A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/secure/lib/libssl *** [all] Error code 2 bmake[4]: stopped in /usr/src/secure/lib 1 error bmake[4]: stopped in /usr/src/secure/lib *** [all_subdir_secure/lib] Error code 2 bmake[3]: stopped in /usr/src/secure 1 error bmake[3]: stopped in /usr/src/secure *** [all_subdir_secure] Error code 2 bmake[2]: stopped in /usr/src 3 errors bmake[2]: stopped in /usr/src *** [everything] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson6110412400222898919.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::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 Mon Jul 11 16:29:53 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 69784B9217E; Mon, 11 Jul 2016 16:29:53 +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 55E4816B9; Mon, 11 Jul 2016 16:29:53 +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 80DCF161; Mon, 11 Jul 2016 16:29:53 +0000 (UTC) Date: Mon, 11 Jul 2016 16:29:40 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cy@FreeBSD.org, gjb@FreeBSD.org, kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2044421747.30.1468254593535.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1543012925.24.1468246094389.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1543012925.24.1468246094389.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3557 - 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: Mon, 11 Jul 2016 16:29:53 -0000 FreeBSD_HEAD_i386 - Build #3557 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3557/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3557/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3557/console Change summaries: 302567 by kib: In vgonel(), postpone setting BO_DEAD until VOP_RECLAIM() is called, if vnode is VMIO. For VMIO vnodes, set BO_DEAD in vm_object_terminate(). The vnode_destroy_object(), when calling into vm_object_terminate(), must be able to flush buffers. BO_DEAD purpose is to quickly destroy buffers on write when the underlying vnode is not operable any more (one example is the devfs node after geom is gone). Setting BO_DEAD for reclaiming vnode before object is terminated is premature, and results in unability to flush buffers with live SU dependencies from vinvalbuf() in vm_object_terminate(). Reported by: David Cross Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks 302566 by gjb: Fix the naming of -CURRENT Sponsored by: The FreeBSD Foundation 302565 by cy: r302561 broke buildworld. This patch fixes that. MFC after: 3 days X-MFC with: r302561 From owner-freebsd-i386@freebsd.org Mon Jul 11 17:32:14 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 79A33B92336 for ; Mon, 11 Jul 2016 17:32:14 +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 696D21EF4 for ; Mon, 11 Jul 2016 17:32:14 +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 u6BHWDGu012437 for ; Mon, 11 Jul 2016 17:32:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 210329] usr.bin/lastcomm tests fail on i386 Date: Mon, 11 Jul 2016 17:32:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ngie@FreeBSD.org X-Bugzilla-Flags: mfc-stable9- mfc-stable10? X-Bugzilla-Changed-Fields: 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: Mon, 11 Jul 2016 17:32:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210329 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Mon Jul 11 17:31:30 UTC 2016 New revision: 302583 URL: https://svnweb.freebsd.org/changeset/base/302583 Log: MFC r302327: Fix .../usr.bin/lastcomm/legacy_test:main on i386 The time in the output files was ahead by 3 hours on i386. Fix the incorr= ect offset. PR: 210329 Changes: _U stable/10/ stable/10/usr.bin/lastcomm/tests/v1-i386.out stable/10/usr.bin/lastcomm/tests/v2-i386.out --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Mon Jul 11 17:32:30 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 CD877B92354 for ; Mon, 11 Jul 2016 17:32:30 +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 BD50E1F39 for ; Mon, 11 Jul 2016 17:32:30 +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 u6BHWUkj012832 for ; Mon, 11 Jul 2016 17:32:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 210329] usr.bin/lastcomm tests fail on i386 Date: Mon, 11 Jul 2016 17:32:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ngie@FreeBSD.org X-Bugzilla-Flags: mfc-stable9- mfc-stable10? X-Bugzilla-Changed-Fields: bug_status resolution 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: Mon, 11 Jul 2016 17:32:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210329 Ngie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Mon Jul 11 17:32:40 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 60880B92381 for ; Mon, 11 Jul 2016 17:32:40 +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 453391FE6 for ; Mon, 11 Jul 2016 17:32:40 +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 u6BHWdkC013118 for ; Mon, 11 Jul 2016 17:32:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 210329] usr.bin/lastcomm tests fail on i386 Date: Mon, 11 Jul 2016 17:32:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ngie@FreeBSD.org X-Bugzilla-Flags: mfc-stable9- mfc-stable10+ X-Bugzilla-Changed-Fields: flagtypes.name 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: Mon, 11 Jul 2016 17:32:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210329 Ngie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|mfc-stable10? |mfc-stable10+ --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Tue Jul 12 10:25:33 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 B467AB91CD2; Tue, 12 Jul 2016 10:25:33 +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 9776818C5; Tue, 12 Jul 2016 10:25:33 +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 15D6A189; Tue, 12 Jul 2016 10:25:32 +0000 (UTC) Date: Tue, 12 Jul 2016 10:25:28 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: trasz@FreeBSD.org, sephe@FreeBSD.org, royger@FreeBSD.org, dchagin@FreeBSD.org, ache@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <557326253.42.1468319132197.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1648999898.39.1468301869388.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1648999898.39.1468301869388.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3564 - 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, 12 Jul 2016 10:25:33 -0000 FreeBSD_HEAD_i386 - Build #3564 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3564/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3564/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3564/console Change summaries: 302638 by sephe: hyperv/vmbus: Destroy channel list lock upon attach failure and detach. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7003 302637 by sephe: hyperv/vmbus: Remove needed bits MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7002 302636 by sephe: hyperv/vmbus: Move channel map to vmbus_softc MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6982 302635 by royger: xen: automatically disable MSI-X interrupt migration If the hypervisor version is smaller than 4.6.0. Xen commits 74fd00 and 70a3cb are required on the hypervisor side for this to be fixed, and those are only included in 4.6.0, so stay on the safe side and disable MSI-X interrupt migration on anything older than 4.6.0. It should not cause major performance degradation unless a lot of MSI-X interrupts are allocated. Sponsored by: Citrix Systems R&D MFC after: 3 days Reviewed by: jhb Differential revision: https://reviews.freebsd.org/D7148 302634 by sephe: hyperv/vmbus: Fix sub-channel re-open support. For multi-channel devices, once the primary channel is closed, a set of 'rescind' messages for sub-channels will be delivered by Hypervisor. Sub-channel MUST be freed according to these 'rescind' messages; directly re-openning sub-channels in the same fashion as the primary channel's re-opening does NOT work at all. After the primary channel is re-opened, requested # of sub- channels will be delivered though 'channel offer' messages, and this set of newly offered channels can be opened along side with the primary channel. This unbreaks the MTU setting for hn(4), which requires re- openning all existsing channels upon MTU change. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6978 302633 by sephe: hyperv/vmbus: Free sysctl properly upon channel close. Prepare for sub-channel re-open. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6977 302632 by sephe: hyperv/vmbus: More verbose for GPADL_connect/chan_{rescind,offer} Reviewed by: Dexuan Cui , Hongjiang Zhang MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6976 302631 by sephe: hyperv/vmbus: Move channel list to vmbus_softc MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6956 302630 by sephe: hyperv/vmbus: Move GPADL index into vmbus_softc MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6954 302629 by sephe: hyperv/vmbus: Rework vmbus version accessing. Instead of global variable, vmbus version is accessed through a vmbus DEVMETHOD now. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6953 302628 by ache: Bump __FreeBSD_version after removing collation from [a-z]-type ranges. 302626 by dchagin: Fix pc98 LINT build. MFC after: 4 days 302624 by trasz: Add some .Xrs to getloginclass(2). MFC after: 1 month 302623 by sephe: hyperv/vmbus: Minor renaming MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6919 302622 by sephe: ntb: Fix LINT Sponsored by: Microsoft OSTC 302621 by sephe: hyperv/vmbus: Don't be oversmart in default cpu selection. Pin the channel to cpu0 by default. Drivers having special channel-cpu mapping requirement should call vmbus_channel_cpu_{set,rr}() themselves. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6918 302620 by sephe: hyperv: Nuke unused stuffs MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6917 From owner-freebsd-i386@freebsd.org Wed Jul 13 17:57:16 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 521BCB9703C for ; Wed, 13 Jul 2016 17:57:16 +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 41BDE18FB for ; Wed, 13 Jul 2016 17:57:16 +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 u6DHvFZw012479 for ; Wed, 13 Jul 2016 17:57:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 210958] base clang: Assertion failed while trying to build www/firefox-esr Date: Wed, 13 Jul 2016 17:57:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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, 13 Jul 2016 17:57:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210958 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|base clang: Assertion |base clang: Assertion |failed |failed while trying to | |build www/firefox-esr --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Fri Jul 15 18:17:31 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 9601FB99629; Fri, 15 Jul 2016 18:17:31 +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 71AD212E1; Fri, 15 Jul 2016 18:17:31 +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 67481215; Fri, 15 Jul 2016 18:17:31 +0000 (UTC) Date: Fri, 15 Jul 2016 18:17:27 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ae@FreeBSD.org, jhb@FreeBSD.org, tuexen@FreeBSD.org, pfg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <82268050.73.1468606651438.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3596 - 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, 15 Jul 2016 18:17:31 -0000 FreeBSD_HEAD_i386 - Build #3596 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3596/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3596/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3596/console Change summaries: 302906 by ae: Add net.inet6.ip6.intr_queue_maxlen sysctl. It can be used to change netisr queue limit for IPv6 at runtime. Obtained from: Yandex LLC MFC after: 2 weeks Sponsored by: Yandex LLC 302904 by tuexen: Fix a bug which results in a core dump when running netstat with the -W option and having a listening SCTP socket. The bug was introduced in r279122 when adding support for libxo. MFC after: 3 days 302903 by pfg: mail(1): Update more prototypes. Also rename delete and undelete_messages to deletecmd and undeletecmd respectively in an attempt to sync with other BSDs. Obtained from: OpenBSD 302902 by jhb: Add a mask of optional ptrace() events. ptrace() now stores a mask of optional events in p_ptevents. Currently this mask is a single integer, but it can be expanded into an array of integers in the future. Two new ptrace requests can be used to manipulate the event mask: PT_GET_EVENT_MASK fetches the current event mask and PT_SET_EVENT_MASK sets the current event mask. The current set of events include: - PTRACE_EXEC: trace calls to execve(). - PTRACE_SCE: trace system call entries. - PTRACE_SCX: trace syscam call exits. - PTRACE_FORK: trace forks and auto-attach to new child processes. - PTRACE_LWP: trace LWP events. The S_PT_SCX and S_PT_SCE events in the procfs p_stops flags have been replaced by PTRACE_SCE and PTRACE_SCX. PTRACE_FORK replaces P_FOLLOW_FORK and PTRACE_LWP replaces P2_LWP_EVENTS. The PT_FOLLOW_FORK and PT_LWP_EVENTS ptrace requests remain for compatibility but now simply toggle corresponding flags in the event mask. While here, document that PT_SYSCALL, PT_TO_SCE, and PT_TO_SCX both modify the event mask and continue the traced process. Reviewed by: kib MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D7044 302900 by jhb: Add a test for user signal delivery. This test verifies we get the correct ptrace event details when a signal is posted to a traced process from userland. Reviewed by: kib (part of D7044) The end of the build log: [...truncated 170573 lines...] awk -f /usr/src/sys/conf/kmod_syms.awk mac_lomac.kld export_syms | xargs -J% objcopy % mac_lomac.kld --- mac_lomac.ko.full --- ld -Bshareable -d -warn-common -o mac_lomac.ko.full mac_lomac.kld --- all_subdir_mac_portacl --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- mac_portacl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_portacl.o -MTmac_portacl.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_portacl/../../security/mac_portacl/mac_portacl.c -o mac_portacl.o --- all_subdir_mac_lomac --- --- mac_lomac.ko.debug --- objcopy --only-keep-debug mac_lomac.ko.full mac_lomac.ko.debug --- mac_lomac.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_lomac.ko.debug mac_lomac.ko.full mac_lomac.ko --- nsparse.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.nsparse.o -MTnsparse.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/namespace/nsparse.c --- modules-all --- --- all_subdir_mac_mls --- ctfconvert -L VERSION -g mac_mls.o --- nsparse.o --- ctfconvert -L VERSION -g nsparse.o --- modules-all --- --- all_subdir_linux --- --- linux_uid16.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_uid16.o -MTlinux_uid16.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_uid16.c -o linux_uid16.o --- all_subdir_mac_mls --- --- mac_mls.kld --- ld -d -warn-common -r -d -o mac_mls.kld mac_mls.o ctfmerge -L VERSION -g -o mac_mls.kld mac_mls.o --- all_subdir_mac_portacl --- ctfconvert -L VERSION -g mac_portacl.o --- all_subdir_mac_mls --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_mls.kld export_syms | xargs -J% objcopy % mac_mls.kld --- all_subdir_mac_portacl --- --- mac_portacl.kld --- ld -d -warn-common -r -d -o mac_portacl.kld mac_portacl.o --- all_subdir_mac_mls --- --- mac_mls.ko.full --- ld -Bshareable -d -warn-common -o mac_mls.ko.full mac_mls.kld --- all_subdir_mac_portacl --- ctfmerge -L VERSION -g -o mac_portacl.kld mac_portacl.o --- all_subdir_mac_mls --- --- mac_mls.ko.debug --- objcopy --only-keep-debug mac_mls.ko.full mac_mls.ko.debug --- all_subdir_mac_portacl --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_portacl.kld export_syms | xargs -J% objcopy % mac_portacl.kld --- all_subdir_mac_mls --- --- mac_mls.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_mls.ko.debug mac_mls.ko.full mac_mls.ko --- all_subdir_mac_portacl --- --- mac_portacl.ko.full --- ld -Bshareable -d -warn-common -o mac_portacl.ko.full mac_portacl.kld --- nspredef.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.nspredef.o -MTnspredef.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/namespace/nspredef.c --- modules-all --- --- mac_portacl.ko.debug --- objcopy --only-keep-debug mac_portacl.ko.full mac_portacl.ko.debug --- mac_portacl.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_portacl.ko.debug mac_portacl.ko.full mac_portacl.ko --- all_subdir_linux --- --- linux_time.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_time.o -MTlinux_time.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_time.c -o linux_time.o --- linux_sysvec.o --- ctfconvert -L VERSION -g linux_sysvec.o --- all_subdir_mac_seeotheruids --- ===> mac_seeotheruids (all) --- machine --- machine -> /usr/src/sys/i386/include --- nspredef.o --- ctfconvert -L VERSION -g nspredef.o --- modules-all --- --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_stub --- ===> mac_stub (all) --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_seeotheruids.o -MTmac_seeotheruids.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_seeotheruids/../../security/mac_seeotheruids/mac_seeotheruids.c -o mac_seeotheruids.o --- all_subdir_mac_stub --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- mac_stub.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_stub.o -MTmac_stub.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_stub/../../security/mac_stub/mac_stub.c -o mac_stub.o --- all_subdir_linux --- --- linux_uid16.o --- ctfconvert -L VERSION -g linux_uid16.o --- all_subdir_mac_test --- ===> mac_test (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_seeotheruids --- ctfconvert -L VERSION -g mac_seeotheruids.o --- all_subdir_mac_test --- --- mac_test.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_test.o -MTmac_test.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_test/../../security/mac_test/mac_test.c -o mac_test.o --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.kld --- ld -d -warn-common -r -d -o mac_seeotheruids.kld mac_seeotheruids.o ctfmerge -L VERSION -g -o mac_seeotheruids.kld mac_seeotheruids.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_seeotheruids.kld export_syms | xargs -J% objcopy % mac_seeotheruids.kld --- mac_seeotheruids.ko.full --- ld -Bshareable -d -warn-common -o mac_seeotheruids.ko.full mac_seeotheruids.kld --- mac_seeotheruids.ko.debug --- objcopy --only-keep-debug mac_seeotheruids.ko.full mac_seeotheruids.ko.debug --- mac_seeotheruids.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_seeotheruids.ko.debug mac_seeotheruids.ko.full mac_seeotheruids.ko --- all_subdir_linux --- --- linux_timer.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_timer.o -MTlinux_timer.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_timer.c -o linux_timer.o --- linux_time.o --- ctfconvert -L VERSION -g linux_time.o --- all_subdir_malo --- ===> malo (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_malo.h --- echo '#define MALO_DEBUG 1'> opt_malo.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- if_malohal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.if_malohal.o -MTif_malohal.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/malo/../../dev/malo/if_malohal.c -o if_malohal.o --- all_subdir_linux --- --- linux_timer.o --- ctfconvert -L VERSION -g linux_timer.o --- linux_vdso.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_vdso.o -MTlinux_vdso.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_vdso.c -o linux_vdso.o ctfconvert -L VERSION -g linux_vdso.o --- assym.o --- as -o assym.o assym.s ctfconvert -L VERSION -g assym.o --- linux_ptrace.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_ptrace.o -MTlinux_ptrace.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c -o linux_ptrace.o --- all_subdir_mac_stub --- ctfconvert -L VERSION -g mac_stub.o --- mac_stub.kld --- ld -d -warn-common -r -d -o mac_stub.kld mac_stub.o --- all_subdir_linux --- /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c:72:9: error: 'PTRACE_SYSCALL' macro redefined [-Werror,-Wmacro-redefined] #define PTRACE_SYSCALL 24 ^ /usr/src/sys/sys/ptrace.h:89:9: note: previous definition is here #define PTRACE_SYSCALL (PTRACE_SCE | PTRACE_SCX) ^ 1 error generated. *** [linux_ptrace.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/linux 1 error bmake[4]: stopped in /usr/src/sys/modules/linux *** [all_subdir_linux] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_stub --- ctfmerge -L VERSION -g -o mac_stub.kld mac_stub.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_stub.kld export_syms | xargs -J% objcopy % mac_stub.kld A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/mac_stub *** [all_subdir_mac_stub] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_malo --- ctfconvert -L VERSION -g if_malohal.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/malo *** [all_subdir_malo] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_test --- ctfconvert -L VERSION -g mac_test.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/mac_test *** [all_subdir_mac_test] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 4 errors bmake[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson459075502765149552.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Fri Jul 15 20:17:09 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 E22FAB98D5E; Fri, 15 Jul 2016 20:17:09 +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 CCE6C1304; Fri, 15 Jul 2016 20:17:09 +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 39074219; Fri, 15 Jul 2016 20:17:10 +0000 (UTC) Date: Fri, 15 Jul 2016 20:17:08 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, tuexen@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <964644840.76.1468613830240.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <82268050.73.1468606651438.JavaMail.jenkins@jenkins-9.freebsd.org> References: <82268050.73.1468606651438.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3597 - 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: Fri, 15 Jul 2016 20:17:10 -0000 FreeBSD_HEAD_i386 - Build #3597 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3597/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3597/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3597/console Change summaries: 302908 by bdrewery: Fix dlsym(RTLD_NEXT) handling to only return the next library in last library cases. The root of the problem here is that TAILQ_FOREACH_FROM will default to the head of the list if passed NULL, which will be the case if there are no libraries loaded after this one. Thus all libraries, including the current, were iterated in that case rather than none. This was broken in r294373. Reviewed by: markj (earlier version), cem, kib, ngie MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D7216 302907 by tuexen: When calling netstat -Laptcp the local address values are not aligned with the corresponding entry in the table header. r295136 increased the value width from 14 to 32 without the corresponding change to the table header. This commit adds the change to the table header width. MFC after: 3 days The end of the build log: [...truncated 170084 lines...] --- x86 --- x86 -> /usr/src/sys/x86/include --- mac_portacl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_portacl.o -MTmac_portacl.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_portacl/../../security/mac_portacl/mac_portacl.c -o mac_portacl.o --- all_subdir_mac_mls --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_mls.kld export_syms | xargs -J% objcopy % mac_mls.kld --- mac_mls.ko.full --- ld -Bshareable -d -warn-common -o mac_mls.ko.full mac_mls.kld --- mac_mls.ko.debug --- objcopy --only-keep-debug mac_mls.ko.full mac_mls.ko.debug --- mac_mls.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_mls.ko.debug mac_mls.ko.full mac_mls.ko --- all_subdir_linux --- --- linux_sysent.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_sysent.o -MTlinux_sysent.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_sysent.c -o linux_sysent.o --- linux_sysctl.o --- ctfconvert -L VERSION -g linux_sysctl.o --- evhandler.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.evhandler.o -MTevhandler.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/events/evhandler.c --- modules-all --- --- linux_socket.o --- ctfconvert -L VERSION -g linux_socket.o --- all_subdir_mac_seeotheruids --- ===> mac_seeotheruids (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- evhandler.o --- ctfconvert -L VERSION -g evhandler.o --- modules-all --- --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- evmisc.o --- --- modules-all --- --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_portacl --- ctfconvert -L VERSION -g mac_portacl.o --- evmisc.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.evmisc.o -MTevmisc.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/events/evmisc.c --- modules-all --- --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_seeotheruids.o -MTmac_seeotheruids.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_seeotheruids/../../security/mac_seeotheruids/mac_seeotheruids.c -o mac_seeotheruids.o --- all_subdir_linux --- --- linux_sysent.o --- ctfconvert -L VERSION -g linux_sysent.o --- linux_sysvec.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_sysvec.o -MTlinux_sysvec.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c -o linux_sysvec.o --- all_subdir_mac_portacl --- --- mac_portacl.kld --- ld -d -warn-common -r -d -o mac_portacl.kld mac_portacl.o ctfmerge -L VERSION -g -o mac_portacl.kld mac_portacl.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_portacl.kld export_syms | xargs -J% objcopy % mac_portacl.kld --- mac_portacl.ko.full --- ld -Bshareable -d -warn-common -o mac_portacl.ko.full mac_portacl.kld --- mac_portacl.ko.debug --- objcopy --only-keep-debug mac_portacl.ko.full mac_portacl.ko.debug --- mac_portacl.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_portacl.ko.debug mac_portacl.ko.full mac_portacl.ko --- all_subdir_linux --- --- linux_uid16.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_uid16.o -MTlinux_uid16.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_uid16.c -o linux_uid16.o --- evmisc.o --- ctfconvert -L VERSION -g evmisc.o --- modules-all --- --- all_subdir_mac_stub --- ===> mac_stub (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_seeotheruids --- ctfconvert -L VERSION -g mac_seeotheruids.o --- all_subdir_mac_stub --- --- mac_stub.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_stub.o -MTmac_stub.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_stub/../../security/mac_stub/mac_stub.c -o mac_stub.o --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.kld --- ld -d -warn-common -r -d -o mac_seeotheruids.kld mac_seeotheruids.o ctfmerge -L VERSION -g -o mac_seeotheruids.kld mac_seeotheruids.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_seeotheruids.kld export_syms | xargs -J% objcopy % mac_seeotheruids.kld --- mac_seeotheruids.ko.full --- ld -Bshareable -d -warn-common -o mac_seeotheruids.ko.full mac_seeotheruids.kld --- mac_seeotheruids.ko.debug --- objcopy --only-keep-debug mac_seeotheruids.ko.full mac_seeotheruids.ko.debug --- mac_seeotheruids.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_seeotheruids.ko.debug mac_seeotheruids.ko.full mac_seeotheruids.ko --- all_subdir_linux --- --- linux_time.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_time.o -MTlinux_time.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_time.c -o linux_time.o --- linux_uid16.o --- ctfconvert -L VERSION -g linux_uid16.o --- all_subdir_mac_test --- ===> mac_test (all) --- machine --- --- all_subdir_linux --- --- linux_sysvec.o --- ctfconvert -L VERSION -g linux_sysvec.o --- linux_timer.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_timer.o -MTlinux_timer.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_timer.c -o linux_timer.o --- all_subdir_mac_test --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- mac_test.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_test.o -MTmac_test.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_test/../../security/mac_test/mac_test.c -o mac_test.o --- all_subdir_linux --- --- linux_time.o --- ctfconvert -L VERSION -g linux_time.o --- all_subdir_malo --- ===> malo (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_malo.h --- echo '#define MALO_DEBUG 1'> opt_malo.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- all_subdir_linux --- --- linux_timer.o --- ctfconvert -L VERSION -g linux_timer.o --- linux_vdso.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_vdso.o -MTlinux_vdso.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_vdso.c -o linux_vdso.o --- all_subdir_malo --- --- 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 --- all_subdir_mac_stub --- ctfconvert -L VERSION -g mac_stub.o --- all_subdir_malo --- --- if_malohal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.if_malohal.o -MTif_malohal.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/malo/../../dev/malo/if_malohal.c -o if_malohal.o --- all_subdir_mac_stub --- --- mac_stub.kld --- ld -d -warn-common -r -d -o mac_stub.kld mac_stub.o ctfmerge -L VERSION -g -o mac_stub.kld mac_stub.o --- all_subdir_linux --- ctfconvert -L VERSION -g linux_vdso.o --- assym.o --- as -o assym.o assym.s ctfconvert -L VERSION -g assym.o --- linux_ptrace.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_ptrace.o -MTlinux_ptrace.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c -o linux_ptrace.o --- all_subdir_mac_stub --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_stub.kld export_syms | xargs -J% objcopy % mac_stub.kld --- mac_stub.ko.full --- ld -Bshareable -d -warn-common -o mac_stub.ko.full mac_stub.kld --- mac_stub.ko.debug --- objcopy --only-keep-debug mac_stub.ko.full mac_stub.ko.debug --- mac_stub.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_stub.ko.debug mac_stub.ko.full mac_stub.ko --- all_subdir_linux --- --- imgact_linux.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.imgact_linux.o -MTimgact_linux.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/imgact_linux.c -o imgact_linux.o --- linux_ptrace.o --- /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c:72:9: error: 'PTRACE_SYSCALL' macro redefined [-Werror,-Wmacro-redefined] #define PTRACE_SYSCALL 24 ^ /usr/src/sys/sys/ptrace.h:89:9: note: previous definition is here #define PTRACE_SYSCALL (PTRACE_SCE | PTRACE_SCX) ^ 1 error generated. *** [linux_ptrace.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/linux --- imgact_linux.o --- ctfconvert -L VERSION -g imgact_linux.o 1 error bmake[4]: stopped in /usr/src/sys/modules/linux *** [all_subdir_linux] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_malo --- ctfconvert -L VERSION -g if_malohal.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/malo *** [all_subdir_malo] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_test --- ctfconvert -L VERSION -g mac_test.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/mac_test *** [all_subdir_mac_test] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 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/hudson8938847902201819812.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 Fri Jul 15 22:18:09 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 DD60CB9AA9C; Fri, 15 Jul 2016 22:18:09 +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 CFCA81F03; Fri, 15 Jul 2016 22:18:09 +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 AC2EE21C; Fri, 15 Jul 2016 22:18:09 +0000 (UTC) Date: Fri, 15 Jul 2016 22:18:07 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pfg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <270583279.78.1468621089721.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <964644840.76.1468613830240.JavaMail.jenkins@jenkins-9.freebsd.org> References: <964644840.76.1468613830240.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3598 - 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: Fri, 15 Jul 2016 22:18:10 -0000 FreeBSD_HEAD_i386 - Build #3598 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3598/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3598/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3598/console Change summaries: 302914 by pfg: mail(1): Minor declaration updates. Missing from r302903. 302911 by pfg: mail(1): Avoid closing negative file descriptors. CID: 1008105, 1008106 MFC after: 1 week The end of the build log: [...truncated 170998 lines...] awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- mac_partition.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_partition.o -MTmac_partition.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_partition/../../security/mac_partition/mac_partition.c -o mac_partition.o ctfconvert -L VERSION -g mac_partition.o --- mac_partition.kld --- ld -d -warn-common -r -d -o mac_partition.kld mac_partition.o ctfmerge -L VERSION -g -o mac_partition.kld mac_partition.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_partition.kld export_syms | xargs -J% objcopy % mac_partition.kld --- mac_partition.ko.full --- ld -Bshareable -d -warn-common -o mac_partition.ko.full mac_partition.kld --- mac_partition.ko.debug --- objcopy --only-keep-debug mac_partition.ko.full mac_partition.ko.debug --- mac_partition.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_partition.ko.debug mac_partition.ko.full mac_partition.ko --- all_subdir_linux --- --- linux_uid16.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_uid16.o -MTlinux_uid16.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_uid16.c -o linux_uid16.o --- linux_sysvec.o --- ctfconvert -L VERSION -g linux_sysvec.o --- all_subdir_mac_portacl --- ===> mac_portacl (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- mac_portacl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_portacl.o -MTmac_portacl.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_portacl/../../security/mac_portacl/mac_portacl.c -o mac_portacl.o --- all_subdir_mac_lomac --- ctfconvert -L VERSION -g mac_lomac.o --- all_subdir_mac_portacl --- ctfconvert -L VERSION -g mac_portacl.o --- mac_portacl.kld --- --- all_subdir_mac_lomac --- --- mac_lomac.kld --- --- all_subdir_mac_portacl --- ld -d -warn-common -r -d -o mac_portacl.kld mac_portacl.o --- all_subdir_linux --- --- linux_uid16.o --- ctfconvert -L VERSION -g linux_uid16.o --- all_subdir_mac_lomac --- ld -d -warn-common -r -d -o mac_lomac.kld mac_lomac.o --- all_subdir_mac_portacl --- ctfmerge -L VERSION -g -o mac_portacl.kld mac_portacl.o --- all_subdir_mac_lomac --- ctfmerge -L VERSION -g -o mac_lomac.kld mac_lomac.o --- all_subdir_linux --- --- linux_time.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_time.o -MTlinux_time.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_time.c -o linux_time.o --- all_subdir_mac_portacl --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_portacl.kld export_syms | xargs -J% objcopy % mac_portacl.kld --- mac_portacl.ko.full --- ld -Bshareable -d -warn-common -o mac_portacl.ko.full mac_portacl.kld --- mac_portacl.ko.debug --- objcopy --only-keep-debug mac_portacl.ko.full mac_portacl.ko.debug --- mac_portacl.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_portacl.ko.debug mac_portacl.ko.full mac_portacl.ko --- all_subdir_linux --- --- linux_timer.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_timer.o -MTlinux_timer.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_timer.c -o linux_timer.o --- all_subdir_mac_lomac --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_lomac.kld export_syms | xargs -J% objcopy % mac_lomac.kld --- mac_lomac.ko.full --- ld -Bshareable -d -warn-common -o mac_lomac.ko.full mac_lomac.kld --- mac_lomac.ko.debug --- objcopy --only-keep-debug mac_lomac.ko.full mac_lomac.ko.debug --- mac_lomac.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_lomac.ko.debug mac_lomac.ko.full mac_lomac.ko --- all_subdir_mac_mls --- ctfconvert -L VERSION -g mac_mls.o --- all_subdir_linux --- --- linux_vdso.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_vdso.o -MTlinux_vdso.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_vdso.c -o linux_vdso.o --- linux_timer.o --- ctfconvert -L VERSION -g linux_timer.o --- all_subdir_mac_seeotheruids --- ===> mac_seeotheruids (all) --- all_subdir_mac_mls --- --- mac_mls.kld --- ld -d -warn-common -r -d -o mac_mls.kld mac_mls.o ctfmerge -L VERSION -g -o mac_mls.kld mac_mls.o --- all_subdir_mac_seeotheruids --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- all_subdir_linux --- --- linux_vdso.o --- ctfconvert -L VERSION -g linux_vdso.o --- all_subdir_mac_stub --- ===> mac_stub (all) --- all_subdir_mac_seeotheruids --- --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_mls --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_mls.kld export_syms | xargs -J% objcopy % mac_mls.kld --- mac_mls.ko.full --- ld -Bshareable -d -warn-common -o mac_mls.ko.full mac_mls.kld --- all_subdir_mac_stub --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- all_subdir_mac_mls --- --- mac_mls.ko.debug --- objcopy --only-keep-debug mac_mls.ko.full mac_mls.ko.debug --- all_subdir_mac_stub --- --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- all_subdir_mac_mls --- --- mac_mls.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_mls.ko.debug mac_mls.ko.full mac_mls.ko --- all_subdir_linux --- --- assym.o --- as -o assym.o assym.s ctfconvert -L VERSION -g assym.o --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.o --- --- all_subdir_mac_stub --- --- vnode_if.h --- --- all_subdir_mac_seeotheruids --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_seeotheruids.o -MTmac_seeotheruids.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_seeotheruids/../../security/mac_seeotheruids/mac_seeotheruids.c -o mac_seeotheruids.o --- all_subdir_mac_stub --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_test --- ===> mac_test (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- all_subdir_mac_stub --- --- mac_stub.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_stub.o -MTmac_stub.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_stub/../../security/mac_stub/mac_stub.c -o mac_stub.o --- all_subdir_mac_test --- --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- mac_test.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_test.o -MTmac_test.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_test/../../security/mac_test/mac_test.c -o mac_test.o --- all_subdir_linux --- --- linux_time.o --- ctfconvert -L VERSION -g linux_time.o --- linux_ptrace.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_ptrace.o -MTlinux_ptrace.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c -o linux_ptrace.o --- all_subdir_mac_seeotheruids --- ctfconvert -L VERSION -g mac_seeotheruids.o --- mac_seeotheruids.kld --- ld -d -warn-common -r -d -o mac_seeotheruids.kld mac_seeotheruids.o ctfmerge -L VERSION -g -o mac_seeotheruids.kld mac_seeotheruids.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_seeotheruids.kld export_syms | xargs -J% objcopy % mac_seeotheruids.kld --- mac_seeotheruids.ko.full --- ld -Bshareable -d -warn-common -o mac_seeotheruids.ko.full mac_seeotheruids.kld --- mac_seeotheruids.ko.debug --- objcopy --only-keep-debug mac_seeotheruids.ko.full mac_seeotheruids.ko.debug --- mac_seeotheruids.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_seeotheruids.ko.debug mac_seeotheruids.ko.full mac_seeotheruids.ko --- all_subdir_linux --- --- imgact_linux.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.imgact_linux.o -MTimgact_linux.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/imgact_linux.c -o imgact_linux.o --- linux_ptrace.o --- /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c:72:9: error: 'PTRACE_SYSCALL' macro redefined [-Werror,-Wmacro-redefined] #define PTRACE_SYSCALL 24 ^ /usr/src/sys/sys/ptrace.h:89:9: note: previous definition is here #define PTRACE_SYSCALL (PTRACE_SCE | PTRACE_SCX) ^ 1 error generated. *** [linux_ptrace.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/linux --- imgact_linux.o --- ctfconvert -L VERSION -g imgact_linux.o 1 error bmake[4]: stopped in /usr/src/sys/modules/linux *** [all_subdir_linux] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_stub --- ctfconvert -L VERSION -g mac_stub.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/mac_stub *** [all_subdir_mac_stub] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_test --- ctfconvert -L VERSION -g mac_test.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/mac_test *** [all_subdir_mac_test] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 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/hudson4783429751957671035.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::101: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 Jul 16 00:17:21 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 594E9B9AB31; Sat, 16 Jul 2016 00:17:21 +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 4B86310E8; Sat, 16 Jul 2016 00:17:21 +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 40AD3220; Sat, 16 Jul 2016 00:17:21 +0000 (UTC) Date: Sat, 16 Jul 2016 00:17:19 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, tuexen@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <979257364.81.1468628241272.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <270583279.78.1468621089721.JavaMail.jenkins@jenkins-9.freebsd.org> References: <270583279.78.1468621089721.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3599 - 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: Sat, 16 Jul 2016 00:17:21 -0000 FreeBSD_HEAD_i386 - Build #3599 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3599/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3599/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3599/console Change summaries: 302917 by tuexen: Ensure that the -a, -W, -L options for SCTP behave similar as for TCP. MFC after: 3 days 302916 by bapt: Revert 302324 and properly fix the crash with ISO-8859-5 locales PR: 211135 Reported by: jkim Tested by: jkim MFC after: 2 days The end of the build log: [...truncated 170256 lines...] --- exresop.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.exresop.o -MTexresop.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/executer/exresop.c --- exresolv.o --- ctfconvert -L VERSION -g exresolv.o --- modules-all --- --- all_subdir_linux --- --- linux_uid16.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_uid16.o -MTlinux_uid16.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_uid16.c -o linux_uid16.o --- exresop.o --- ctfconvert -L VERSION -g exresop.o --- modules-all --- --- all_subdir_mac_portacl --- ===> mac_portacl (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- mac_portacl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_portacl.o -MTmac_portacl.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_portacl/../../security/mac_portacl/mac_portacl.c -o mac_portacl.o --- all_subdir_mac_mls --- ctfconvert -L VERSION -g mac_mls.o --- all_subdir_linux --- --- linux_sysvec.o --- ctfconvert -L VERSION -g linux_sysvec.o --- all_subdir_mac_mls --- --- mac_mls.kld --- ld -d -warn-common -r -d -o mac_mls.kld mac_mls.o ctfmerge -L VERSION -g -o mac_mls.kld mac_mls.o --- all_subdir_mac_seeotheruids --- ===> mac_seeotheruids (all) --- all_subdir_mac_mls --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_mls.kld export_syms | xargs -J% objcopy % mac_mls.kld --- all_subdir_mac_portacl --- ctfconvert -L VERSION -g mac_portacl.o --- all_subdir_mac_mls --- --- mac_mls.ko.full --- ld -Bshareable -d -warn-common -o mac_mls.ko.full mac_mls.kld --- all_subdir_mac_seeotheruids --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- all_subdir_mac_mls --- --- mac_mls.ko.debug --- objcopy --only-keep-debug mac_mls.ko.full mac_mls.ko.debug --- mac_mls.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_mls.ko.debug mac_mls.ko.full mac_mls.ko --- all_subdir_mac_seeotheruids --- --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- all_subdir_linux --- --- linux_time.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_time.o -MTlinux_time.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_time.c -o linux_time.o --- all_subdir_mac_seeotheruids --- --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_portacl --- --- mac_portacl.kld --- ld -d -warn-common -r -d -o mac_portacl.kld mac_portacl.o ctfmerge -L VERSION -g -o mac_portacl.kld mac_portacl.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_portacl.kld export_syms | xargs -J% objcopy % mac_portacl.kld --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_seeotheruids.o -MTmac_seeotheruids.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_seeotheruids/../../security/mac_seeotheruids/mac_seeotheruids.c -o mac_seeotheruids.o --- all_subdir_mac_portacl --- --- mac_portacl.ko.full --- ld -Bshareable -d -warn-common -o mac_portacl.ko.full mac_portacl.kld --- all_subdir_linux --- --- linux_uid16.o --- ctfconvert -L VERSION -g linux_uid16.o --- all_subdir_mac_portacl --- --- mac_portacl.ko.debug --- objcopy --only-keep-debug mac_portacl.ko.full mac_portacl.ko.debug --- mac_portacl.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_portacl.ko.debug mac_portacl.ko.full mac_portacl.ko --- all_subdir_linux --- --- linux_timer.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_timer.o -MTlinux_timer.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_timer.c -o linux_timer.o --- exstore.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.exstore.o -MTexstore.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/executer/exstore.c ctfconvert -L VERSION -g exstore.o --- modules-all --- ctfconvert -L VERSION -g linux_timer.o --- all_subdir_mac_seeotheruids --- ctfconvert -L VERSION -g mac_seeotheruids.o --- all_subdir_mac_stub --- ===> mac_stub (all) --- all_subdir_linux --- --- linux_vdso.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_vdso.o -MTlinux_vdso.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_vdso.c -o linux_vdso.o --- all_subdir_mac_stub --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.kld --- ld -d -warn-common -r -d -o mac_seeotheruids.kld mac_seeotheruids.o ctfmerge -L VERSION -g -o mac_seeotheruids.kld mac_seeotheruids.o --- all_subdir_mac_stub --- --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_mac_seeotheruids --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_seeotheruids.kld export_syms | xargs -J% objcopy % mac_seeotheruids.kld --- mac_seeotheruids.ko.full --- ld -Bshareable -d -warn-common -o mac_seeotheruids.ko.full mac_seeotheruids.kld --- mac_seeotheruids.ko.debug --- objcopy --only-keep-debug mac_seeotheruids.ko.full mac_seeotheruids.ko.debug --- mac_seeotheruids.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_seeotheruids.ko.debug mac_seeotheruids.ko.full mac_seeotheruids.ko --- all_subdir_linux --- --- assym.o --- as -o assym.o assym.s ctfconvert -L VERSION -g assym.o --- all_subdir_mac_test --- ===> mac_test (all) --- all_subdir_mac_stub --- --- mac_stub.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_stub.o -MTmac_stub.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_stub/../../security/mac_stub/mac_stub.c -o mac_stub.o --- all_subdir_mac_test --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_linux --- --- linux_vdso.o --- ctfconvert -L VERSION -g linux_vdso.o --- all_subdir_mac_test --- --- mac_test.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.mac_test.o -MTmac_test.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_test/../../security/mac_test/mac_test.c -o mac_test.o --- all_subdir_malo --- ===> malo (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_malo.h --- echo '#define MALO_DEBUG 1'> opt_malo.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- all_subdir_linux --- --- linux_time.o --- ctfconvert -L VERSION -g linux_time.o --- all_subdir_malo --- --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- all_subdir_linux --- --- linux_ptrace.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.linux_ptrace.o -MTlinux_ptrace.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c -o linux_ptrace.o --- all_subdir_malo --- --- if_malohal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.if_malohal.o -MTif_malohal.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/malo/../../dev/malo/if_malohal.c -o if_malohal.o --- all_subdir_linux --- /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c:72:9: error: 'PTRACE_SYSCALL' macro redefined [-Werror,-Wmacro-redefined] #define PTRACE_SYSCALL 24 ^ /usr/src/sys/sys/ptrace.h:89:9: note: previous definition is here #define PTRACE_SYSCALL (PTRACE_SCE | PTRACE_SCX) ^ 1 error generated. *** [linux_ptrace.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/linux 1 error bmake[4]: stopped in /usr/src/sys/modules/linux *** [all_subdir_linux] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_stub --- ctfconvert -L VERSION -g mac_stub.o --- all_subdir_malo --- ctfconvert -L VERSION -g if_malohal.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/malo *** [all_subdir_malo] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_stub --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/mac_stub *** [all_subdir_mac_stub] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_test --- ctfconvert -L VERSION -g mac_test.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/mac_test *** [all_subdir_mac_test] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 4 errors bmake[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2076020987091667810.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 Sat Jul 16 02:23: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 4820EB9A965; Sat, 16 Jul 2016 02:23: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 355DD1A63; Sat, 16 Jul 2016 02:23: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 4A020223; Sat, 16 Jul 2016 02:23:20 +0000 (UTC) Date: Sat, 16 Jul 2016 02:23:17 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, bapt@FreeBSD.org, kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1462378240.83.1468635800317.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <979257364.81.1468628241272.JavaMail.jenkins@jenkins-9.freebsd.org> References: <979257364.81.1468628241272.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3600 - 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: Sat, 16 Jul 2016 02:23:20 -0000 FreeBSD_HEAD_i386 - Build #3600 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3600/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3600/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3600/console Change summaries: 302921 by jhb: Rename PTRACE_SYSCALL to LINUX_PTRACE_SYSCALL. Suggested by: kib 302920 by bapt: Add a regression test to make sure the Russian collation is actually working when importing collation support from Dragonfly/Illumos amdmi3@ tested the collation branch and reported an issue with Russian collation. John Marino fixed the issue in Dragonfly and I merged it back to FreeBSD. Now that Illumos is working on merging our fixes they (Lauri Tirkkonen) found issues with the commit that fixes the russian collation in UTF-8 that resulted in a crash with strxfrm(3) and the ISO-8859-5 locale (fixed in FreeBSD r302916). This small test was written to ensure we do not bring back the old issue with russian collation while fixing the other issue. 302919 by kib: In ptrace_vm_entry(), do not call vmspace_free() while owning a vm object lock. The vmspace_free() operations might need to lock map, object etc on last dereference. Postpone the free until object's inspection is done. Reported and tested by: will Sponsored by: The FreeBSD Foundation MFC after: 1 week 302918 by bapt: Add a regression test about the crash with strxfrm and ISO8859-5 locales