From owner-freebsd-i386@freebsd.org Sun Apr 10 12:01:00 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 23C43B015D5 for ; Sun, 10 Apr 2016 12:01:00 +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 F3D8B1001 for ; Sun, 10 Apr 2016 12:00:59 +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 u3AC0xcI098423 for ; Sun, 10 Apr 2016 12:00:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 208669] Improvement of pxeboot using Linux NFS servers. Date: Sun, 10 Apr 2016 12:00:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zen-freebsd-users@suzuki.que.ne.jp X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@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 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.21 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 Apr 2016 12:01:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208669 Bug ID: 208669 Summary: Improvement of pxeboot using Linux NFS servers. Product: Base System Version: 10.2-STABLE Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: zen-freebsd-users@suzuki.que.ne.jp CC: freebsd-i386@FreeBSD.org CC: freebsd-i386@FreeBSD.org I tried to boot by pxeboot using some Linux nfs servers. But, I could not boot by using Linux nfs servers.=20 I tested using CentOS6.7 and CentOS7.1 as a dhcp,tftp,NFS server. The pxeboot of FreeBSD9.3 and 10.2 correctly downloaded by TFTP from Linux server. At second stage , the pxeboot will mount to load kernel by nfs. But, pxeboot was failed to mount nfs. I monitored a packet using tcpdump. It was as below. 14:12:47.658036 IP 192.168.8.215.1023 > 192.168.8.2.sunrpc: UDP,length 76 14:12:47.658349 IP 192.168.8.2.sunrpc > 192.168.8.215.1023: UDP,length 28 ... reapeat infinity .... I checked a source file of pxeboot at FreeBSD 9.3, then I was succeed to b= oot using Linux NFS Server. My improvement is as below. *** /sys/boot/i386/libi386/pxe.c.orig 2014-12-14 13:47:38.000000000 +0900 --- /sys/boot/i386/libi386/pxe.c 2016-04-10 20:24:13.000000000 +0900 *************** *** 673,679 **** uh =3D (struct udphdr *) pkt - 1; bzero(udpread_p, sizeof(*udpread_p)); ! udpread_p->dest_ip =3D h->myip.s_addr; udpread_p->d_port =3D h->myport; udpread_p->buffer_size =3D len; udpread_p->buffer.segment =3D VTOPSEG(data_buffer); --- 673,679 ---- uh =3D (struct udphdr *) pkt - 1; bzero(udpread_p, sizeof(*udpread_p)); ! udpread_p->src_ip =3D h->destip.s_addr; udpread_p->d_port =3D h->myport; udpread_p->buffer_size =3D len; udpread_p->buffer.segment =3D VTOPSEG(data_buffer); The Intel's document of pxe says=20 DestIP: Only accept packets sent to this IP address. If this is zero, packets sent to any IP address are accepted http://www.intel.com/design/archives/wfm/downloads/pxespec.htm I remove line of udpread_p->dest_ip... , And added the line udpread_p->src_ip... for security. I wonder why NFS Server of FreeBSD is success at the code of current. Unfortunately a reason isn't understood. --- my test enviroment Boot server CentOS6.7 and CentOS7.1. Diskless client FreeBSD-9.3 Hardware1: virtual machin of VMware ESXi 6.0 Hardware2: M/B SuperMicro X8SIL-F (IntelPXE) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Sun Apr 10 20:54:54 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 D00D7B0B666 for ; Sun, 10 Apr 2016 20:54:54 +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 C0DF116D6 for ; Sun, 10 Apr 2016 20:54:54 +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 u3AKsr0O062869 for ; Sun, 10 Apr 2016 20:54:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 208669] Improvement of pxeboot using Linux NFS servers. Date: Sun, 10 Apr 2016 20:54:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: Andrew@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: assigned_to component 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.21 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 Apr 2016 20:54:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208669 Andrew Turner changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-arm@FreeBSD.org |freebsd-bugs@FreeBSD.org Component|arm |kern --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Mon Apr 11 22:17:59 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 D2914B0CF5D for ; Mon, 11 Apr 2016 22:17:59 +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 C375A1ED5 for ; Mon, 11 Apr 2016 22:17:59 +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 u3BMHxI2061682 for ; Mon, 11 Apr 2016 22:17:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 208669] Improvement of pxeboot using Linux NFS servers. Date: Mon, 11 Apr 2016 22:17:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords 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.21 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 Apr 2016 22:17:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208669 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org Keywords| |patch --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Mon Apr 11 22:43:54 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 2D92AB0B339 for ; Mon, 11 Apr 2016 22:43:54 +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 1DDF1179B for ; Mon, 11 Apr 2016 22:43:54 +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 u3BMhrr9020233 for ; Mon, 11 Apr 2016 22:43:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 208464] [svr4] svr4.ko fails to load due to not finding symbol svr4_delete_socket even though it is present in same module Date: Mon, 11 Apr 2016 22:43:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: patch 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: keywords 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.21 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 Apr 2016 22:43:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208464 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Wed Apr 13 02:15: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 844D0B0EAFF; Wed, 13 Apr 2016 02:15: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 682FC10A7; Wed, 13 Apr 2016 02:15: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 E2D861B59; Wed, 13 Apr 2016 02:15:08 +0000 (UTC) Date: Wed, 13 Apr 2016 02:15:06 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cem@FreeBSD.org, phil@FreeBSD.org, davidcs@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <627649659.9.1460513708803.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2843 - 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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 02:15:09 -0000 FreeBSD_HEAD_i386 - Build #2843 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2843/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2843/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2843/cons= ole Change summaries: 297898 by davidcs: 1. modify fwdump (a.k.a grcdump) memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points by invoking bxe_grc_dump() when trigger_grcdump sysctl flag is set. When grcdump is taken grcdump_done sysctl flag is set. 3. grcdump_done can be monitored by the user to retrieve the grcdump. Submitted by:vaishali.kulkarni@qlogic.com Approved by:davidcs@freebsd.org MFC after:5 days 297897 by cem: Add a small tool, resizewin(1), to query terminal for window size Submitted by:=09Daniel O'Connor Reviewed by:=09kan, wblock, cem Sponsored by:=09EMC / Isilon Storage Division Differential Revision:=09https://reviews.freebsd.org/D4438 297894 by phil: Merge libxo 0.4.6 Reviewed by: sjg Approved by: sjg (mentor) The end of the build log: [...truncated 155116 lines...] --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_pt.o --- all_subdir_bxe --- --- 57712_init_values.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.57712_init_= values.o -MT57712_init_values.o -mno-mmx -mno-sse -msoft-float -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext= erns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-= negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/= bxe/57712_init_values.c -o 57712_init_values.o --- all_subdir_ath --- --- ar5416_gpio.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_gpio.o -MTar5416_gpio.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_gpio.c -o a= r5416_gpio.o --- all_subdir_cam --- --- scsi_pass.o --- ctfconvert -L VERSION -g scsi_pass.o --- scsi_sa.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_sa.o -MTscsi_sa.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_sa.c -o scsi_sa.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_gpio.o --- ar5416_interrupts.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_interrupts.o -MTar5416_interrupts.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416= _interrupts.c -o ar5416_interrupts.o ctfconvert -L VERSION -g ar5416_interrupts.o --- ar5416_keycache.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_keycache.o -MTar5416_keycache.o -mno-mmx -mno-s= se -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__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-po= inter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso98= 99:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_key= cache.c -o ar5416_keycache.o ctfconvert -L VERSION -g ar5416_keycache.o --- ar5416_misc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_misc.o -MTar5416_misc.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_misc.c -o a= r5416_misc.o ctfconvert -L VERSION -g ar5416_misc.o --- ar5416_phy.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_phy.o -MTar5416_phy.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_phy.c -o ar54= 16_phy.o ctfconvert -L VERSION -g ar5416_phy.o --- all_subdir_bxe --- --- 57711_init_values.o --- ctfconvert -L VERSION -g 57711_init_values.o --- all_subdir_ath --- --- ar5416_power.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_power.o -MTar5416_power.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_power.c -= o ar5416_power.o --- all_subdir_cam --- --- scsi_enc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_enc.o -MTscsi_enc.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/cam/../../cam/scsi/scsi_enc.c -o scsi_enc.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_power.o --- ar5416_radar.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_radar.o -MTar5416_radar.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_radar.c -= o ar5416_radar.o ctfconvert -L VERSION -g ar5416_radar.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_enc.o --- all_subdir_ath --- --- ar5416_spectral.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_spectral.o -MTar5416_spectral.o -mno-mmx -mno-s= se -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__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-po= inter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso98= 99:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_spe= ctral.c -o ar5416_spectral.o --- all_subdir_cam --- --- scsi_enc_ses.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_enc_ses.o -MTscsi_enc_ses.o -mno-mmx -mno-sse -msoft-f= loat -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-d= ecls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freeb= sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow= n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-erro= r-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign = -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c = /usr/src/sys/modules/cam/../../cam/scsi/scsi_enc_ses.c -o scsi_enc_ses.o --- scsi_sa.o --- ctfconvert -L VERSION -g scsi_sa.o --- all_subdir_bxe --- --- bxe.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.bxe.o -MTbx= e.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -W= no-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mn= o-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe.c -o bxe.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_spectral.o --- ar5416_recv.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_recv.o -MTar5416_recv.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_recv.c -o a= r5416_recv.o ctfconvert -L VERSION -g ar5416_recv.o --- ar5416_reset.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_reset.o -MTar5416_reset.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_reset.c -= o ar5416_reset.o --- all_subdir_cam --- --- scsi_enc_ses.o --- ctfconvert -L VERSION -g scsi_enc_ses.o --- scsi_enc_safte.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_enc_safte.o -MTscsi_enc_safte.o -mno-mmx -mno-sse -mso= ft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f= reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un= known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-= error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-s= ign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999= -c /usr/src/sys/modules/cam/../../cam/scsi/scsi_enc_safte.c -o scsi_enc_sa= fte.o --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18746:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] sc->context[i].vcxt_dma.paddr, sc->context[i].vcxt_dma.vaddr, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18746:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] sc->context[i].vcxt_dma.paddr, sc->context[i].vcxt_dma.vaddr, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18756:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18756:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18758:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->eq_dma.paddr, sc->eq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18758:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->eq_dma.paddr, sc->eq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:45: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:45: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->spq_dma.paddr, sc->spq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->spq_dma.paddr, sc->spq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18764:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->gz_buf_dma.paddr, sc->gz_buf_dma.vaddr, FW_BUF_SIZE); ^~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18764:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->gz_buf_dma.paddr, sc->gz_buf_dma.vaddr, FW_BUF_SIZE); ^~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18768:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] fp->sb_dma.paddr, fp->sb_dma.vaddr, ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18769:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18768:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] fp->sb_dma.paddr, fp->sb_dma.vaddr, ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18769:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18771:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] fp->tx_dma.paddr, fp->tx_dma.vaddr, ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=3D] 20 errors generated. *** [bxe.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/bxe --- 57712_init_values.o --- ctfconvert -L VERSION -g 57712_init_values.o 1 error bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_reset.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_enc_safte.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] 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/hudson7850614708825786347.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::106: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 Wed Apr 13 04:14:36 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 BC56FB0DEA5; Wed, 13 Apr 2016 04:14:36 +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 AF50E19D8; Wed, 13 Apr 2016 04:14:36 +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 001961BAA; Wed, 13 Apr 2016 04:14:36 +0000 (UTC) Date: Wed, 13 Apr 2016 04:14:34 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: araujo@FreeBSD.org, pfg@FreeBSD.org, swills@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <563477045.11.1460520876937.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <627649659.9.1460513708803.JavaMail.jenkins@jenkins-9.freebsd.org> References: <627649659.9.1460513708803.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2844 - 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: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 04:14:36 -0000 FreeBSD_HEAD_i386 - Build #2844 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2844/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2844/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2844/cons= ole Change summaries: 297905 by pfg: fmt(1): for pointers use NULL instead of 0 While here clean excessive not lint comment indentation. 297903 by araujo: Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can deal with messages that haven't been fully read from the server yet. Obtained from:=09OpenBSD r1.11 297902 by swills: Try harder to find svn While here, elliminate last references to CVS_UPDATE and SUP_UPDATE Reviewed by:=09gjb Approved by:=09gjb 297901 by pfg: fmt(1): reformat with indent(1). Failed attempt to get nearer to style(9) and the format from the original OpenBSD code. At least it should be readable now. No functional change. The end of the build log: [...truncated 155167 lines...] --- cc_hd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cc_hd.o -MTcc_hd.o -mno-mmx -mno-sse -msoft-float -ffreesta= nding -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__=3D__freebsd_kprintf__ = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn= o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-= equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi= ft-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/m= odules/cc/cc_hd/../../../netinet/cc/cc_hd.c -o cc_hd.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_recv.o --- ar5416_reset.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_reset.o -MTar5416_reset.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_reset.c -= o ar5416_reset.o --- all_subdir_cc --- ctfconvert -L VERSION -g cc_hd.o --- cc_hd.kld --- ld -d -warn-common -r -d -o cc_hd.kld cc_hd.o ctfmerge -L VERSION -g -o cc_hd.kld cc_hd.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cc_hd.kld export_syms | xargs -J% o= bjcopy % cc_hd.kld --- cc_hd.ko.full --- ld -Bshareable -d -warn-common -o cc_hd.ko.full cc_hd.kld --- cc_hd.ko.debug --- objcopy --only-keep-debug cc_hd.ko.full cc_hd.ko.debug --- cc_hd.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcc_hd.ko.debug cc_hd.ko.full c= c_hd.ko --- all_subdir_cc/cc_htcp --- =3D=3D=3D> cc/cc_htcp (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- cc_htcp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cc_htcp.o -MTcc_htcp.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cc/cc_htcp/../../../netinet/cc/cc_htcp.c -o cc_htcp.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_target.o --- scsi_xpt.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_xpt.o -MTscsi_xpt.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/cam/../../cam/scsi/scsi_xpt.c -o scsi_xpt.o --- all_subdir_cc --- ctfconvert -L VERSION -g cc_htcp.o --- cc_htcp.kld --- ld -d -warn-common -r -d -o cc_htcp.kld cc_htcp.o ctfmerge -L VERSION -g -o cc_htcp.kld cc_htcp.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cc_htcp.kld export_syms | xargs -J%= objcopy % cc_htcp.kld --- cc_htcp.ko.full --- ld -Bshareable -d -warn-common -o cc_htcp.ko.full cc_htcp.kld --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18746:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] sc->context[i].vcxt_dma.paddr, sc->context[i].vcxt_dma.vaddr, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18746:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] sc->context[i].vcxt_dma.paddr, sc->context[i].vcxt_dma.vaddr, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18756:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18756:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18758:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->eq_dma.paddr, sc->eq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18758:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->eq_dma.paddr, sc->eq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:45: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18760:45: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sc->sp_dma.paddr, sc->sp_dma.vaddr, sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ --- all_subdir_cc --- --- cc_htcp.ko.debug --- --- all_subdir_bxe --- ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->spq_dma.paddr, sc->spq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ --- all_subdir_cc --- objcopy --only-keep-debug cc_htcp.ko.full cc_htcp.ko.debug --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->spq_dma.paddr, sc->spq_dma.vaddr, BCM_PAGE_SIZE); ^~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18764:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->gz_buf_dma.paddr, sc->gz_buf_dma.vaddr, FW_BUF_SIZE); ^~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18764:9: error: format specifies type 'uintmax_t= ' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka 'u= nsigned int') [-Werror,-Wformat] sc->gz_buf_dma.paddr, sc->gz_buf_dma.vaddr, FW_BUF_SIZE); ^~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18768:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] fp->sb_dma.paddr, fp->sb_dma.vaddr, ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' --- all_subdir_cc --- --- cc_htcp.ko --- --- all_subdir_bxe --- ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18769:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ --- all_subdir_cc --- objcopy --strip-debug --add-gnu-debuglink=3Dcc_htcp.ko.debug cc_htcp.ko.fu= ll cc_htcp.ko --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18768:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] fp->sb_dma.paddr, fp->sb_dma.vaddr, ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18769:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18771:13: error: format specifies type 'uintmax_= t' (aka 'unsigned long long') but the argument has type 'bus_addr_t' (aka '= unsigned int') [-Werror,-Wformat] fp->tx_dma.paddr, fp->tx_dma.vaddr, ^~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=3D] --- all_subdir_cc --- --- all_subdir_cc/cc_vegas --- =3D=3D=3D> cc/cc_vegas (all) --- all_subdir_bxe --- 20 errors generated. *** [bxe.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/bxe 1 error bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_cc --- A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/sys/modules/cc/cc_vegas *** [all_subdir_cc/cc_vegas] Error code 2 bmake[4]: stopped in /usr/src/sys/modules/cc 1 error bmake[4]: stopped in /usr/src/sys/modules/cc *** [all_subdir_cc] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_reset.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_xpt.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] 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/hudson8144134445366878686.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::106: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 Wed Apr 13 06:14:34 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEF7AB0ED0F; Wed, 13 Apr 2016 06:14:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A3252181A; Wed, 13 Apr 2016 06:14:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id D2C641BF5; Wed, 13 Apr 2016 06:14:34 +0000 (UTC) Date: Wed, 13 Apr 2016 06:14:32 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: araujo@FreeBSD.org, davidcs@FreeBSD.org, sephe@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1273197753.13.1460528074794.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <563477045.11.1460520876937.JavaMail.jenkins@jenkins-9.freebsd.org> References: <563477045.11.1460520876937.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2845 - 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: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 06:14:34 -0000 FreeBSD_HEAD_i386 - Build #2845 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2845/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2845/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2845/cons= ole Change summaries: 297909 by davidcs: Fix build failure on i386. Need to typecast a bunch of variables to (uintma= x_t) MFC after:5 days 297908 by sephe: hyperv/vmbus: Merge duplicated version check for events Submitted by:=09Jun Su Reviewed by:=09sephe MFC after:=091 week Sponsored by:=09Microsoft OSTC Differential Revision:=09https://reviews.freebsd.org/D5911 297907 by araujo: Convert ypldap_addr list to a tailq(queue(3)). Obtained from:=09OpenBSD r1.11, r1.17 and r1.36 The end of the build log: [...truncated 155496 lines...] --- cardbus.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcardbus.ko.debug cardbus.ko.fu= ll cardbus.ko --- all_subdir_cam --- --- scsi_enc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_enc.o -MTscsi_enc.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/cam/../../cam/scsi/scsi_enc.c -o scsi_enc.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal_iq.o --- ar5416_cal_adcgain.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal_adcgain.o -MTar5416_cal_adcgain.o -mno-mmx = -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__p= rintf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-op= tion -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empt= y-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-er= ror-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std= =3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar= 5416_cal_adcgain.c -o ar5416_cal_adcgain.o --- all_subdir_cam --- --- scsi_sa.o --- ctfconvert -L VERSION -g scsi_sa.o --- all_subdir_carp --- =3D=3D=3D> carp (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 --- opt_carp.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_carp.h opt_carp.h --- opt_bpf.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bpf.h opt_bpf.h --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- opt_ofed.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ofed.h opt_ofed.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 --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal_adcgain.o --- all_subdir_carp --- --- sha1.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.sha1.o -MTsha1.o -mno-mmx -mno-sse -msoft-float -ffreestand= ing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -W= missing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-= error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-eq= uality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift= -negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/mod= ules/carp/../../crypto/sha1.c -o sha1.o --- all_subdir_ath --- --- ar5416_cal_adcdc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal_adcdc.o -MTar5416_cal_adcdc.o -mno-mmx -mno= -sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall = -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototype= s -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__print= f__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option= -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-bo= dy -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-= pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso= 9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_c= al_adcdc.c -o ar5416_cal_adcdc.o --- all_subdir_bxe --- ctfconvert -L VERSION -g 57711_init_values.o --- all_subdir_cam --- --- scsi_enc.o --- ctfconvert -L VERSION -g scsi_enc.o --- scsi_enc_ses.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_enc_ses.o -MTscsi_enc_ses.o -mno-mmx -mno-sse -msoft-f= loat -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-d= ecls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freeb= sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow= n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-erro= r-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign = -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c = /usr/src/sys/modules/cam/../../cam/scsi/scsi_enc_ses.c -o scsi_enc_ses.o --- all_subdir_bxe --- --- 57712_init_values.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.57712_init_= values.o -MT57712_init_values.o -mno-mmx -mno-sse -msoft-float -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext= erns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-= negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/= bxe/57712_init_values.c -o 57712_init_values.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal_adcdc.o --- all_subdir_carp --- ctfconvert -L VERSION -g sha1.o --- ip_carp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.ip_carp.o -MTip_carp.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/carp/../../netinet/ip_carp.c -o ip_carp.o --- all_subdir_ath --- --- ar5416_eeprom.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_eeprom.o -MTar5416_eeprom.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_eeprom.= c -o ar5416_eeprom.o ctfconvert -L VERSION -g ar5416_eeprom.o --- ar5416_gpio.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_gpio.o -MTar5416_gpio.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_gpio.c -o a= r5416_gpio.o ctfconvert -L VERSION -g ar5416_gpio.o --- ar5416_interrupts.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_interrupts.o -MTar5416_interrupts.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416= _interrupts.c -o ar5416_interrupts.o ctfconvert -L VERSION -g ar5416_interrupts.o --- ar5416_keycache.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_keycache.o -MTar5416_keycache.o -mno-mmx -mno-s= se -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__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-po= inter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso98= 99:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_key= cache.c -o ar5416_keycache.o ctfconvert -L VERSION -g ar5416_keycache.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_enc_ses.o --- scsi_enc_safte.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_enc_safte.o -MTscsi_enc_safte.o -mno-mmx -mno-sse -mso= ft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f= reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un= known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-= error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-s= ign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999= -c /usr/src/sys/modules/cam/../../cam/scsi/scsi_enc_safte.c -o scsi_enc_sa= fte.o --- all_subdir_ath --- --- ar5416_misc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_misc.o -MTar5416_misc.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_misc.c -o a= r5416_misc.o --- all_subdir_carp --- ctfconvert -L VERSION -g ip_carp.o --- carp.kld --- ld -d -warn-common -r -d -o carp.kld ip_carp.o sha1.o ctfmerge -L VERSION -g -o carp.kld ip_carp.o sha1.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk carp.kld export_syms | xargs -J% ob= jcopy % carp.kld --- carp.ko.full --- ld -Bshareable -d -warn-common -o carp.ko.full carp.kld --- carp.ko.debug --- objcopy --only-keep-debug carp.ko.full carp.ko.debug --- carp.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcarp.ko.debug carp.ko.full car= p.ko --- all_subdir_cam --- --- scsi_sg.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_sg.o -MTscsi_sg.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_sg.c -o scsi_sg.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_misc.o --- ar5416_phy.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_phy.o -MTar5416_phy.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_phy.c -o ar54= 16_phy.o ctfconvert -L VERSION -g ar5416_phy.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_sg.o --- all_subdir_bxe --- --- bxe.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.bxe.o -MTbx= e.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -W= no-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mn= o-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe.c -o bxe.o --- all_subdir_ath --- --- ar5416_power.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_power.o -MTar5416_power.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_power.c -= o ar5416_power.o --- all_subdir_cam --- --- scsi_enc_safte.o --- ctfconvert -L VERSION -g scsi_enc_safte.o --- scsi_targ_bh.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_targ_bh.o -MTscsi_targ_bh.o -mno-mmx -mno-sse -msoft-f= loat -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-d= ecls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freeb= sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow= n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-erro= r-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign = -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c = /usr/src/sys/modules/cam/../../cam/scsi/scsi_targ_bh.c -o scsi_targ_bh.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_power.o --- ar5416_radar.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_radar.o -MTar5416_radar.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_radar.c -= o ar5416_radar.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_targ_bh.o --- scsi_target.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_target.o -MTscsi_target.o -mno-mmx -mno-sse -msoft-flo= at -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-dec= ls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__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 -W= no-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /u= sr/src/sys/modules/cam/../../cam/scsi/scsi_target.c -o scsi_target.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_radar.o --- ar5416_spectral.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_spectral.o -MTar5416_spectral.o -mno-mmx -mno-s= se -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__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-po= inter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso98= 99:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_spe= ctral.c -o ar5416_spectral.o ctfconvert -L VERSION -g ar5416_spectral.o --- ar5416_recv.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_recv.o -MTar5416_recv.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_recv.c -o a= r5416_recv.o --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ 8 errors generated. *** [bxe.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/bxe --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_target.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_recv.o --- all_subdir_cam --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_bxe --- --- 57712_init_values.o --- ctfconvert -L VERSION -g 57712_init_values.o 1 error bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] 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/hudson3809022385905143247.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::106: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 Wed Apr 13 08:14:34 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41B6CB0C878; Wed, 13 Apr 2016 08:14:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 34C771C94; Wed, 13 Apr 2016 08:14:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 308041C41; Wed, 13 Apr 2016 08:14:34 +0000 (UTC) Date: Wed, 13 Apr 2016 08:14:31 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, gonzo@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1150749773.15.1460535273803.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1273197753.13.1460528074794.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1273197753.13.1460528074794.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2846 - 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: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 08:14:34 -0000 FreeBSD_HEAD_i386 - Build #2846 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2846/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2846/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2846/cons= ole Change summaries: 297912 by mav: Respect NVRAM topology settings on 24xx and above chips. 297911 by gonzo: Multiple fixes in VCHI audio driver: - Pre-buffer audio data to VideoCore so there are no audible glitches when driver is too late to provide samples - Start actual playback when there is some prebuffered audio, it fixes audible noisy click in the beginning of playback - Use #defines instead of hardcoded values where appropriate - Fix copy-pasted comment PR:=09=09208678 297910 by adrian: [urtwn] use/track the last good RSSI for a given node, rather than no RSSI. Now that we're decap'ing A-MPDU frame, the firmware is only giving us PHY status information for the whole PPDU, rather than duplicatig it per frame. So, we fake it by maintaining the RSSI that we saw in the node struct and reuse it. This prevents us from getting some pretty garbage looking default RSSI values, which shows up as RSSI values of like "3" or "4" when doing active traffic. Tested: * RTL8188EU, STA mode The end of the build log: [...truncated 155291 lines...] awk -f /usr/src/sys/conf/kmod_syms.awk if_bwn.kld export_syms | xargs -J% = objcopy % if_bwn.kld --- if_bwn.ko.full --- ld -Bshareable -d -warn-common -o if_bwn.ko.full if_bwn.kld --- all_subdir_ath --- ctfconvert -L VERSION -g ar5111.o --- all_subdir_bwn --- --- if_bwn.ko.debug --- objcopy --only-keep-debug if_bwn.ko.full if_bwn.ko.debug --- if_bwn.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dif_bwn.ko.debug if_bwn.ko.full= if_bwn.ko --- all_subdir_ath --- --- ar5112.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5112.o -MTar5112.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5112.c -o ar5112.o --- all_subdir_cam --- --- scsi_all.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_all.o -MTscsi_all.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/cam/../../cam/scsi/scsi_all.c -o scsi_all.o --- cam_xpt.o --- ctfconvert -L VERSION -g cam_xpt.o --- all_subdir_bxe --- --- 57710_init_values.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.57710_init_= values.o -MT57710_init_values.o -mno-mmx -mno-sse -msoft-float -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext= erns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-= negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/= bxe/57710_init_values.c -o 57710_init_values.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5112.o --- ar2413.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar2413.o -MTar2413.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar2413.c -o ar2413.o ctfconvert -L VERSION -g ar2413.o --- ar2425.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar2425.o -MTar2425.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar2425.c -o ar2425.o --- all_subdir_cam --- --- scsi_all.o --- ctfconvert -L VERSION -g scsi_all.o --- scsi_cd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_cd.o -MTscsi_cd.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_cd.c -o scsi_cd.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar2425.o --- ar5413.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5413.o -MTar5413.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5413.c -o ar5413.o --- all_subdir_bxe --- --- ecore_sp.o --- ctfconvert -L VERSION -g ecore_sp.o --- all_subdir_ath --- --- ah_eeprom_v14.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ah_eeprom_v14.o -MTah_eeprom_v14.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_eeprom_v14.c -o ah= _eeprom_v14.o ctfconvert -L VERSION -g ah_eeprom_v14.o --- ar5413.o --- ctfconvert -L VERSION -g ar5413.o --- all_subdir_cam --- --- scsi_ch.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_ch.o -MTscsi_ch.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_ch.c -o scsi_ch.o --- all_subdir_bxe --- --- 57710_init_values.o --- ctfconvert -L VERSION -g 57710_init_values.o --- all_subdir_ath --- --- ah_eeprom_v4k.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ah_eeprom_v4k.o -MTah_eeprom_v4k.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_eeprom_v4k.c -o ah= _eeprom_v4k.o --- all_subdir_bxe --- --- 57711_init_values.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.57711_init_= values.o -MT57711_init_values.o -mno-mmx -mno-sse -msoft-float -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext= erns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-= negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/= bxe/57711_init_values.c -o 57711_init_values.o --- all_subdir_cam --- --- scsi_cd.o --- ctfconvert -L VERSION -g scsi_cd.o --- all_subdir_ath --- --- ar5416_ani.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_ani.o -MTar5416_ani.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_ani.c -o ar54= 16_ani.o --- ah_eeprom_v4k.o --- ctfconvert -L VERSION -g ah_eeprom_v4k.o --- all_subdir_bxe --- --- 57712_init_values.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.57712_init_= values.o -MT57712_init_values.o -mno-mmx -mno-sse -msoft-float -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext= erns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-= negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/= bxe/57712_init_values.c -o 57712_init_values.o --- all_subdir_cam --- --- scsi_ch.o --- ctfconvert -L VERSION -g scsi_ch.o --- scsi_da.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_da.o -MTscsi_da.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_da.c -o scsi_da.o --- all_subdir_ath --- --- ar5416_ani.o --- ctfconvert -L VERSION -g ar5416_ani.o --- ar5416_attach.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_attach.o -MTar5416_attach.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_attach.= c -o ar5416_attach.o ctfconvert -L VERSION -g ar5416_attach.o --- ar5416_beacon.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_beacon.o -MTar5416_beacon.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_beacon.= c -o ar5416_beacon.o ctfconvert -L VERSION -g ar5416_beacon.o --- ar5416_btcoex.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_btcoex.o -MTar5416_btcoex.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_btcoex.= c -o ar5416_btcoex.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_da.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_btcoex.o --- all_subdir_cam --- --- scsi_pass.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_pass.o -MTscsi_pass.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__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/s= rc/sys/modules/cam/../../cam/scsi/scsi_pass.c -o scsi_pass.o --- all_subdir_ath --- --- ar5416_cal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal.o -MTar5416_cal.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal.c -o ar54= 16_cal.o --- all_subdir_bxe --- --- 57711_init_values.o --- ctfconvert -L VERSION -g 57711_init_values.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal.o --- ar5416_cal_iq.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal_iq.o -MTar5416_cal_iq.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal_iq.= c -o ar5416_cal_iq.o --- all_subdir_cam --- --- scsi_pt.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_pt.o -MTscsi_pt.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_pt.c -o scsi_pt.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal_iq.o --- ar5416_cal_adcgain.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal_adcgain.o -MTar5416_cal_adcgain.o -mno-mmx = -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__p= rintf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-op= tion -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empt= y-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-er= ror-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std= =3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar= 5416_cal_adcgain.c -o ar5416_cal_adcgain.o --- all_subdir_cam --- --- scsi_pass.o --- ctfconvert -L VERSION -g scsi_pass.o --- scsi_pt.o --- ctfconvert -L VERSION -g scsi_pt.o --- all_subdir_bxe --- --- bxe.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.bxe.o -MTbx= e.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -W= no-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mn= o-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe.c -o bxe.o --- all_subdir_cam --- --- scsi_sa.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_sa.o -MTscsi_sa.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_sa.c -o scsi_sa.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal_adcgain.o --- ar5416_cal_adcdc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal_adcdc.o -MTar5416_cal_adcdc.o -mno-mmx -mno= -sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall = -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototype= s -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__print= f__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option= -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-bo= dy -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-= pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso= 9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_c= al_adcdc.c -o ar5416_cal_adcdc.o ctfconvert -L VERSION -g ar5416_cal_adcdc.o --- ar5416_eeprom.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_eeprom.o -MTar5416_eeprom.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_eeprom.= c -o ar5416_eeprom.o ctfconvert -L VERSION -g ar5416_eeprom.o --- ar5416_gpio.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_gpio.o -MTar5416_gpio.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_gpio.c -o a= r5416_gpio.o ctfconvert -L VERSION -g ar5416_gpio.o --- ar5416_interrupts.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_interrupts.o -MTar5416_interrupts.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416= _interrupts.c -o ar5416_interrupts.o ctfconvert -L VERSION -g ar5416_interrupts.o --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ 8 errors generated. *** [bxe.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/bxe --- all_subdir_ath --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_bxe --- --- 57712_init_values.o --- ctfconvert -L VERSION -g 57712_init_values.o 1 error bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_sa.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] 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/hudson862327648493452455.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::106: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 Wed Apr 13 12:14:15 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 C05EFB0D8D6; Wed, 13 Apr 2016 12:14:15 +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 A63C11202; Wed, 13 Apr 2016 12:14:15 +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 F0FB31CD6; Wed, 13 Apr 2016 12:14:15 +0000 (UTC) Date: Wed, 13 Apr 2016 12:14:13 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, andrew@FreeBSD.org, sephe@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <944312004.17.1460549655767.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1150749773.15.1460535273803.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1150749773.15.1460535273803.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2847 - 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: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 12:14:15 -0000 FreeBSD_HEAD_i386 - Build #2847 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/cons= ole Change summaries: 297915 by mav: Filter Port Database Changed notifications. For some reason firmware sends Port Database Changed notifications in case of explicit login requests from the driver when target port is unavailabe. Those notifications don't give driver any new information, but only cause infinite scan loop. 297914 by andrew: Increase the arm64 kernel address space to 512GB, and the DMAP region to 2TB. The latter can be increased in 512GB chunks by adjusting the lower address, however more work will be needed to increase the former. There is still some work needed to only create a DMAP region for the RAM address space as on ARM architectures all mappings should have the same memory attributes, and these will be different for device and normal memory= . Reviewed by:=09kib Obtained from:=09ABT Systems Ltd Relnotes:=09yes Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D5859 297913 by sephe: hyperv: device_get_softc does not return NULL MFC after:=091 week Sponsored by:=09Microsoft OSTC The end of the build log: [...truncated 155318 lines...] cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ah_eeprom_v14.o -MTah_eeprom_v14.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_eeprom_v14.c -o ah= _eeprom_v14.o ctfconvert -L VERSION -g ah_eeprom_v14.o --- ah_eeprom_v4k.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ah_eeprom_v4k.o -MTah_eeprom_v4k.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_eeprom_v4k.c -o ah= _eeprom_v4k.o ctfconvert -L VERSION -g ah_eeprom_v4k.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_ch.o --- all_subdir_ath --- --- ar5416_ani.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_ani.o -MTar5416_ani.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_ani.c -o ar54= 16_ani.o --- xenbusb_if.c --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/xen/xenbus/xenbusb_if= .m -c --- modules-all --- --- all_subdir_cardbus --- =3D=3D=3D> cardbus (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- 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 --- card_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/card_if.m = -h --- power_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/power_if.m= -h --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- pcib_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pcib_if.m -h --- cardbus_cis.o --- cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODU= LE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/G= ENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -MD -MF.depend.cardbus_cis.o -MTcardbus_cis.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus_cis.c -o c= ardbus_cis.o --- all_subdir_cam --- --- scsi_cd.o --- ctfconvert -L VERSION -g scsi_cd.o --- scsi_da.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_da.o -MTscsi_da.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_da.c -o scsi_da.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_ani.o --- ar5416_attach.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_attach.o -MTar5416_attach.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_attach.= c -o ar5416_attach.o --- all_subdir_cardbus --- ctfconvert -L VERSION -g cardbus_cis.o --- cardbus_device.o --- cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODU= LE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/G= ENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -MD -MF.depend.cardbus_device.o -MTcardbus_device.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus_devic= e.c -o cardbus_device.o ctfconvert -L VERSION -g cardbus_device.o --- cardbus.o --- cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODU= LE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/G= ENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -MD -MF.depend.cardbus.o -MTcardbus.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus.c -o cardbus.o --- all_subdir_bxe --- --- 57712_init_values.o --- ctfconvert -L VERSION -g 57712_init_values.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_attach.o --- all_subdir_bxe --- --- bxe.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.bxe.o -MTbx= e.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -W= no-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mn= o-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe.c -o bxe.o --- all_subdir_ath --- --- ar5416_beacon.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_beacon.o -MTar5416_beacon.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_beacon.= c -o ar5416_beacon.o --- all_subdir_cardbus --- ctfconvert -L VERSION -g cardbus.o --- cardbus.kld --- ld -d -warn-common -r -d -o cardbus.kld cardbus.o cardbus_cis.o cardbus_dev= ice.o ctfmerge -L VERSION -g -o cardbus.kld cardbus.o cardbus_cis.o cardbus_devic= e.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cardbus.kld export_syms | xargs -J%= objcopy % cardbus.kld --- cardbus.ko.full --- ld -Bshareable -d -warn-common -o cardbus.ko.full cardbus.kld --- cardbus.ko.debug --- objcopy --only-keep-debug cardbus.ko.full cardbus.ko.debug --- cardbus.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcardbus.ko.debug cardbus.ko.fu= ll cardbus.ko --- all_subdir_ath --- --- ar5416_btcoex.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_btcoex.o -MTar5416_btcoex.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_btcoex.= c -o ar5416_btcoex.o --- ar5416_beacon.o --- ctfconvert -L VERSION -g ar5416_beacon.o --- all_subdir_carp --- =3D=3D=3D> carp (all) --- all_subdir_ath --- --- ar5416_btcoex.o --- ctfconvert -L VERSION -g ar5416_btcoex.o --- all_subdir_carp --- --- 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 --- opt_carp.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_carp.h opt_carp.h --- opt_bpf.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bpf.h opt_bpf.h --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- opt_ofed.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ofed.h opt_ofed.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- all_subdir_ath --- --- ar5416_cal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal.o -MTar5416_cal.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal.c -o ar54= 16_cal.o --- all_subdir_carp --- --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_da.o --- all_subdir_carp --- --- sha1.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.sha1.o -MTsha1.o -mno-mmx -mno-sse -msoft-float -ffreestand= ing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -W= missing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-= error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-eq= uality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift= -negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/mod= ules/carp/../../crypto/sha1.c -o sha1.o --- all_subdir_cam --- --- scsi_pass.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_pass.o -MTscsi_pass.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__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/s= rc/sys/modules/cam/../../cam/scsi/scsi_pass.c -o scsi_pass.o --- all_subdir_carp --- ctfconvert -L VERSION -g sha1.o --- ip_carp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.ip_carp.o -MTip_carp.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/carp/../../netinet/ip_carp.c -o ip_carp.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal.o --- ar5416_cal_iq.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal_iq.o -MTar5416_cal_iq.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal_iq.= c -o ar5416_cal_iq.o ctfconvert -L VERSION -g ar5416_cal_iq.o --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ 8 errors generated. *** [bxe.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/bxe 1 error bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_pass.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_carp --- ctfconvert -L VERSION -g ip_carp.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/carp *** [all_subdir_carp] 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/hudson5678305801749131682.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::106: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 Wed Apr 13 12:46: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 85DB1B0E674; Wed, 13 Apr 2016 12:46:30 +0000 (UTC) (envelope-from david.somayajulu@qlogic.com) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bn0104.outbound.protection.outlook.com [157.56.110.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96C3816C0; Wed, 13 Apr 2016 12:46:28 +0000 (UTC) (envelope-from david.somayajulu@qlogic.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qlgc.onmicrosoft.com; s=selector1-qlogic-com; h=From:To:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=T6tv4jq4QzLAdY95O0LMyxe2Suo5rsasgHdOBHSScLk=; b=VDKcXIxIaBc1EH9Bxh9KARlPyWwWAalcTDQwCh4eTgud2xotBct733hvMEzpNzIJ4ttfpHt+lQ/q77I3dkeVEs1nhARBZcM3I1bdd7hqyVEPzugv08kIEULxJWhjv5VH7W4yR29YjFJtyirktQLYotGRS7H2bzlSzy8AV6RNwag= Received: from DM2PR11MB0222.namprd11.prod.outlook.com (10.160.132.25) by DM2PR11MB0224.namprd11.prod.outlook.com (10.160.132.27) with Microsoft SMTP Server (TLS) id 15.1.453.26; Wed, 13 Apr 2016 12:46:26 +0000 Received: from DM2PR11MB0222.namprd11.prod.outlook.com ([10.160.132.25]) by DM2PR11MB0222.namprd11.prod.outlook.com ([10.160.132.25]) with mapi id 15.01.0447.029; Wed, 13 Apr 2016 12:46:26 +0000 From: David Somayajulu To: "jenkins-admin@FreeBSD.org" , "mav@FreeBSD.org" , "andrew@FreeBSD.org" , "sephe@FreeBSD.org" , "freebsd-current@FreeBSD.org" , "freebsd-i386@FreeBSD.org" Subject: RE: FreeBSD_HEAD_i386 - Build #2847 - Still Failing Thread-Topic: FreeBSD_HEAD_i386 - Build #2847 - Still Failing Thread-Index: AQHRlX4J5LGUkEps0ESjuxDtqJzDjJ+H2LdA Date: Wed, 13 Apr 2016 12:46:26 +0000 Message-ID: References: <1150749773.15.1460535273803.JavaMail.jenkins@jenkins-9.freebsd.org> <944312004.17.1460549655767.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <944312004.17.1460549655767.JavaMail.jenkins@jenkins-9.freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: FreeBSD.org; dkim=none (message not signed) header.d=none;FreeBSD.org; dmarc=none action=none header.from=qlogic.com; x-originating-ip: [2602:306:3449:6010:542d:c736:ba65:e9d6] x-ms-office365-filtering-correlation-id: 5b6460b4-88b5-4af1-c1fb-08d36399a0a9 x-microsoft-exchange-diagnostics: 1; DM2PR11MB0224; 5:7CqXd0EF7Qp6DoqowRZe7DrAtQgo0YkGTEyCZzHcMkFL6MwoNztUQqjz4dUKhsNykQMozW5qFEMFg/+Cqb7sU9ENMh+tkq/7E1AGsgXbDHLC4M/qnR07SYFFCPnKGdgMNjl4sCM6NeZkFMh12NnMLw==; 24:qGE8gJzq0O9RFW6a3BzTiRkkDMxGLkepsqIxA7u0BxaHhLLHstJHmtZa9YbF2Gis2KGdW0LunMRrP/3Ty9kZLN3YKrBuAP7f93XMrIbXPVg=; 20:clF9Twx/av6tTaQqaybWCltauBSOyXTqYnszQxH++WccPZZbZJH/J5bOcsGgTVA8dwqgKtZYPtVv4jVBS3n31RyzEoCf0yEctD5ftyKDG1NPF6jFwu7ST6WPOUwTAISEwt6hjR9IVI1hVMytg1tGexyIJ0tHhQSM661fGN3Mvo0= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR11MB0224; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(2401047)(5005006)(8121501046)(3002001)(10201501046); SRVR:DM2PR11MB0224; BCL:0; PCL:0; RULEID:; SRVR:DM2PR11MB0224; x-forefront-prvs: 0911D5CE78 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(6009001)(377454003)(13624006)(53754006)(54534003)(13464003)(501624003)(76176999)(54356999)(33656002)(122556002)(2201001)(86362001)(10400500002)(189998001)(107886002)(50986999)(5001770100001)(5003600100002)(11100500001)(5004730100002)(87936001)(74316001)(99286002)(92566002)(19580395003)(19580405001)(5002640100001)(106116001)(76576001)(5890100001)(77096005)(3280700002)(2501003)(102836003)(6116002)(9686002)(2950100001)(3660700001)(1220700001)(1096002)(2906002)(15975445007)(586003)(5008740100001)(81166005)(450100001)(15760500001)(3826002)(579004)(559001); DIR:OUT; SFP:1102; SCL:1; SRVR:DM2PR11MB0224; H:DM2PR11MB0222.namprd11.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: qlogic.com X-MS-Exchange-CrossTenant-originalarrivaltime: 13 Apr 2016 12:46:26.3029 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 0d68a1f9-1490-4d0e-8767-a87dab3ef2ba X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR11MB0224 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 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 Apr 2016 12:46:30 -0000 Hi All, I would appreciate if you could let me know how to back off the following c= ommits. https://svnweb.freebsd.org/changeset/base/297916 https://svnweb.freebsd.org/changeset/base/297909 https://svnweb.freebsd.org/changeset/base/297898 I tried the following but it fails: cd =20 svn merge -c -r297916 Thanks David S. -----Original Message----- From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd-current@freeb= sd.org] On Behalf Of jenkins-admin@FreeBSD.org Sent: Wednesday, April 13, 2016 5:14 AM To: mav@FreeBSD.org; andrew@FreeBSD.org; sephe@FreeBSD.org; jenkins-admin@F= reeBSD.org; freebsd-current@FreeBSD.org; freebsd-i386@FreeBSD.org Subject: FreeBSD_HEAD_i386 - Build #2847 - Still Failing FreeBSD_HEAD_i386 - Build #2847 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/cons= ole Change summaries: 297915 by mav: Filter Port Database Changed notifications. For some reason firmware sends Port Database Changed notifications in case = of explicit login requests from the driver when target port is unavailabe. Those notifications don't give driver any new information, but only cause i= nfinite scan loop. 297914 by andrew: Increase the arm64 kernel address space to 512GB, and the DMAP region to 2T= B. The latter can be increased in 512GB chunks by adjusting the lower addre= ss, however more work will be needed to increase the former. There is still some work needed to only create a DMAP region for the RAM ad= dress space as on ARM architectures all mappings should have the same memor= y attributes, and these will be different for device and normal memory. Reviewed by: kib Obtained from: ABT Systems Ltd Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5859 297913 by sephe: hyperv: device_get_softc does not return NULL MFC after: 1 week Sponsored by: Microsoft OSTC The end of the build log: [...truncated 155318 lines...] cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ah_eeprom_v14.o -MTah_eeprom_v14.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ah_eeprom_v14.c -o = ah_eeprom_v14.o ctfconvert -L VERSION -g ah_eeprom_v14.o --- ah_eeprom_v4k.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ah_eeprom_v4k.o -MTah_eeprom_v4k.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ah_eeprom_v4k.c -o = ah_eeprom_v4k.o ctfconvert -L VERSION -g ah_eeprom_v4k.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_ch.o --- all_subdir_ath --- --- ar5416_ani.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_ani.o -MTar5416_ani.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/. ./../dev/ath/ath_hal/ar5416/ar5416_ani.c -o ar5416_ani.o --- xenbusb_if.c --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/xen/xenbus/xenbusb_if= .m -c --- modules-all --- --- all_subdir_cardbus --- =3D=3D=3D> cardbus (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- 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 --- card_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/card_if.m = -h --- power_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/power_if.m= -h --- pci_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h --- pcib_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pcib_if.m -h --- cardbus_cis.o --- cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODU= LE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/G= ENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -MD -MF.depend.cardbus_cis.o -MTcardbus_cis.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus_cis.c -o c= ardbus_cis.o --- all_subdir_cam --- --- scsi_cd.o --- ctfconvert -L VERSION -g scsi_cd.o --- scsi_da.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_da.o -MTscsi_da.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_da.c -o scsi_da.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_ani.o --- ar5416_attach.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_attach.o -MTar5416_attach.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_attac= h.c -o ar5416_attach.o --- all_subdir_cardbus --- ctfconvert -L VERSION -g cardbus_cis.o --- cardbus_device.o --- cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODU= LE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/G= ENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -MD -MF.depend.cardbus_device.o -MTcardbus_device.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus_devic= e.c -o cardbus_device.o ctfconvert -L VERSION -g cardbus_device.o --- cardbus.o --- cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODU= LE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/G= ENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -MD -MF.depend.cardbus.o -MTcardbus.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus.c -o cardbus.o --- all_subdir_bxe --- --- 57712_init_values.o --- ctfconvert -L VERSION -g 57712_init_values.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_attach.o --- all_subdir_bxe --- --- bxe.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.bxe.o -MTbx= e.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -W= no-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mn= o-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe.c -o bxe.o --- all_subdir_ath --- --- ar5416_beacon.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_beacon.o -MTar5416_beacon.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_beaco= n.c -o ar5416_beacon.o --- all_subdir_cardbus --- ctfconvert -L VERSION -g cardbus.o --- cardbus.kld --- ld -d -warn-common -r -d -o cardbus.kld cardbus.o cardbus_cis.o cardbus_dev= ice.o ctfmerge -L VERSION -g -o cardbus.kld cardbus.o cardbus_cis.o cardbus= _device.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cardbus.kld= export_syms | xargs -J% objcopy % cardbus.kld --- cardbus.ko.full --- ld -Bshareable -d -warn-common -o cardbus.ko.full cardbus.kld --- cardbus.ko.debug --- objcopy --only-keep-debug cardbus.ko.full cardbus.ko.debug --- cardbus.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcardbus.ko.debug cardbus.ko.fu= ll cardbus.ko --- all_subdir_ath --- --- ar5416_btcoex.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_btcoex.o -MTar5416_btcoex.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_btcoe= x.c -o ar5416_btcoex.o --- ar5416_beacon.o --- ctfconvert -L VERSION -g ar5416_beacon.o --- all_subdir_carp --- =3D=3D=3D> carp (all) --- all_subdir_ath --- --- ar5416_btcoex.o --- ctfconvert -L VERSION -g ar5416_btcoex.o --- all_subdir_carp --- --- 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 --- opt_carp.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_carp.h opt_carp.h --- opt_bpf.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bpf.h opt_bpf.h --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- opt_ofed.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ofed.h opt_ofed.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- all_subdir_ath --- --- ar5416_cal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal.o -MTar5416_cal.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/. ./../dev/ath/ath_hal/ar5416/ar5416_cal.c -o ar5416_cal.o --- all_subdir_carp --- --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_da.o --- all_subdir_carp --- --- sha1.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.sha1.o -MTsha1.o -mno-mmx -mno-sse -msoft-float -ffreestand= ing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -W= missing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-= error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-eq= uality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift= -negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/mod= ules/carp/../../crypto/sha1.c -o sha1.o --- all_subdir_cam --- --- scsi_pass.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_pass.o -MTscsi_pass.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__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/s= rc/sys/modules/cam/../../cam/scsi/scsi_pass.c -o scsi_pass.o --- all_subdir_carp --- ctfconvert -L VERSION -g sha1.o --- ip_carp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.ip_carp.o -MTip_carp.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/carp/../../netinet/ip_carp.c -o ip_carp.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5416_cal.o --- ar5416_cal_iq.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5416_cal_iq.o -MTar5416_cal_iq.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_cal_i= q.c -o ar5416_cal_iq.o ctfconvert -L VERSION -g ar5416_cal_iq.o --- all_subdir_bxe --- /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct host_sp_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigned = long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(struct bxe_slowpath)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] sizeof(union bxe_host_hc_status_block)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsigned= long' but the argument has type 'unsigned int' [-Werror,-Wformat] (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' ## args); \ ^~~~ 8 errors generated. *** [bxe.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/bxe 1 error bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_pass.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_carp --- ctfconvert -L VERSION -g ip_carp.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/carp *** [all_subdir_carp] 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] - Exec= ution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson5678305801749131682.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::106:1 -alias sudo umount=20 + FreeBSD_HEAD_i386/usr/src sudo umount FreeBSD_HEAD_i386/dev sudo rm=20 + -fr FreeBSD_HEAD_i386 true sudo chflags -R noschg FreeBSD_HEAD_i386=20 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any __________________________________= _____________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/= listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-i386@freebsd.org Wed Apr 13 14:22:55 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 73C7EB0EE6D; Wed, 13 Apr 2016 14:22:55 +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 67AC81BA2; Wed, 13 Apr 2016 14:22:55 +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 926971D21; Wed, 13 Apr 2016 14:22:55 +0000 (UTC) Date: Wed, 13 Apr 2016 14:22:53 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, andrew@FreeBSD.org, davidcs@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1468414154.19.1460557375500.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <944312004.17.1460549655767.JavaMail.jenkins@jenkins-9.freebsd.org> References: <944312004.17.1460549655767.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2848 - 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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 14:22:55 -0000 FreeBSD_HEAD_i386 - Build #2848 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2848/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2848/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2848/console Change summaries: 297921 by mav: Add hint.ahci.X.quirks tunable for some odd cases. MFC after: 2 weeks 297917 by andrew: Document the memory ranges within the kernel region to help with debugging to track down which region an address is from. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 297916 by davidcs: Fix compilation error on i386 From owner-freebsd-i386@freebsd.org Thu Apr 14 01:41:08 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 79E39B0F54C; Thu, 14 Apr 2016 01:41:08 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: from mail-vk0-x241.google.com (mail-vk0-x241.google.com [IPv6:2607:f8b0:400c:c05::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 322331369; Thu, 14 Apr 2016 01:41:08 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: by mail-vk0-x241.google.com with SMTP id v68so8774202vka.0; Wed, 13 Apr 2016 18:41:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-transfer-encoding; bh=3Kk+rjQiIDEDRz7LJqhJk3H3Xfm6n0tVeTfuwsLBBIs=; b=KICY2lB17GOuoTOQNKSN3lHhfpnCWx6Nfxth4y/TaIqvA2stBGWL3PZrGRyl6k2zPH z5hS1B/tDKqttE1hvcPIUmAIE/rs9TBfAf9e5B7AiAfTpiQF+uMUUPdjz7CqO/nbjUo+ FjM+KGngQDhhGd5KcIrmRP/NPnK1qbCDzGP5PqaTeY0goPJGDv1GkGjk1DbIL6gHtZfU emciZvUn6I4Y05Nvjb1EzRwxs8joAnElf2xztJR6ldBZJxqMU6c813jwNcsYpV0TrT1t jExrQGFP+Vz/zsc0WfIo2oIWzxrpgwcIBpg5kgJ3OaFzBzi8g789x+o1BQed9WRQKx8x cafA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=3Kk+rjQiIDEDRz7LJqhJk3H3Xfm6n0tVeTfuwsLBBIs=; b=hA104K0w690hxOrD0W4obl/2RCWayVQGI4H5fcABFcCxTI5g49hv0Qeh5W0ZUzy2ak pfYqp4jQX74Shle/6GVgKfhI26cNZKMsZN9FWQtV3j4s7yOZTP5U4kAQJzTqJsHRnVTg 55ATtid+G0g8zSxa+bhAE/TIUJHNCASDsjzX1ZJvSezkGhqWgSbDc2M5zLtUqFxg+bto WaNI59md4us904S2rfX9nm5fHvPFJSmmVLx1WPDtvaT5CjVDYSuJWAYgeMsEsLywcZic iaMHkkmuI1zEAY02w1lSyk2Pg2lUUbgYlBoL3ucTVz25pgG7rjTUJkyMvKm2qGlU2+qA +3MQ== X-Gm-Message-State: AOPr4FUHeSv2jB1XmhczkUje8qzDFiWtsosw93Q5Gn7cICG3mhlZuuF/iqDFiCFWPfLaI4tUF70fztD95+kzQw== MIME-Version: 1.0 X-Received: by 10.31.109.199 with SMTP id i190mr6417742vkc.0.1460598067165; Wed, 13 Apr 2016 18:41:07 -0700 (PDT) Sender: sepherosa@gmail.com Received: by 10.176.64.130 with HTTP; Wed, 13 Apr 2016 18:41:07 -0700 (PDT) In-Reply-To: References: <1150749773.15.1460535273803.JavaMail.jenkins@jenkins-9.freebsd.org> <944312004.17.1460549655767.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Thu, 14 Apr 2016 09:41:07 +0800 X-Google-Sender-Auth: XPS0BZYjL53jaVj-NjKGovwcfrI Message-ID: Subject: Re: FreeBSD_HEAD_i386 - Build #2847 - Still Failing From: Sepherosa Ziehau To: David Somayajulu Cc: "jenkins-admin@FreeBSD.org" , "mav@FreeBSD.org" , "andrew@FreeBSD.org" , "freebsd-current@FreeBSD.org" , "freebsd-i386@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 01:41:08 -0000 On Wed, Apr 13, 2016 at 8:46 PM, David Somayajulu wrote: > Hi All, > I would appreciate if you could let me know how to back off the following= commits. > > https://svnweb.freebsd.org/changeset/base/297916 > https://svnweb.freebsd.org/changeset/base/297909 > https://svnweb.freebsd.org/changeset/base/297898 > > I tried the following but it fails: > cd > svn merge -c -r297916 svn merge -c -rXXXX . You missed the '.' Thanks, sephe > > Thanks > David S. > > -----Original Message----- > From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd-current@fre= ebsd.org] On Behalf Of jenkins-admin@FreeBSD.org > Sent: Wednesday, April 13, 2016 5:14 AM > To: mav@FreeBSD.org; andrew@FreeBSD.org; sephe@FreeBSD.org; jenkins-admin= @FreeBSD.org; freebsd-current@FreeBSD.org; freebsd-i386@FreeBSD.org > Subject: FreeBSD_HEAD_i386 - Build #2847 - Still Failing > > FreeBSD_HEAD_i386 - Build #2847 - Still Failing: > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847= / > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/c= hanges > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2847/co= nsole > > Change summaries: > > 297915 by mav: > Filter Port Database Changed notifications. > > For some reason firmware sends Port Database Changed notifications in cas= e of explicit login requests from the driver when target port is unavailabe= . > Those notifications don't give driver any new information, but only cause= infinite scan loop. > > 297914 by andrew: > Increase the arm64 kernel address space to 512GB, and the DMAP region to = 2TB. The latter can be increased in 512GB chunks by adjusting the lower add= ress, however more work will be needed to increase the former. > > There is still some work needed to only create a DMAP region for the RAM = address space as on ARM architectures all mappings should have the same mem= ory attributes, and these will be different for device and normal memory. > > Reviewed by: kib > Obtained from: ABT Systems Ltd > Relnotes: yes > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D5859 > > 297913 by sephe: > hyperv: device_get_softc does not return NULL > > MFC after: 1 week > Sponsored by: Microsoft OSTC > > > > The end of the build log: > > [...truncated 155318 lines...] > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ah_eeprom_v14.o -MTah_eeprom_v14.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ah_eeprom_v14.c = -o ah_eeprom_v14.o ctfconvert -L VERSION -g ah_eeprom_v14.o > --- ah_eeprom_v4k.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ah_eeprom_v4k.o -MTah_eeprom_v4k.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ah_eeprom_v4k.c = -o ah_eeprom_v4k.o ctfconvert -L VERSION -g ah_eeprom_v4k.o > --- all_subdir_cam --- > ctfconvert -L VERSION -g scsi_ch.o > --- all_subdir_ath --- > --- ar5416_ani.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ar5416_ani.o -MTar5416_ani.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/. > ./../dev/ath/ath_hal/ar5416/ar5416_ani.c -o ar5416_ani.o > --- xenbusb_if.c --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/xen/xenbus/xenbusb_= if.m -c > --- modules-all --- > --- all_subdir_cardbus --- > =3D=3D=3D> cardbus (all) > --- machine --- > machine -> /usr/src/sys/i386/include > --- x86 --- > x86 -> /usr/src/sys/x86/include > --- 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 > --- card_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/card_if.= m -h > --- power_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/power_if= .m -h > --- pci_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h > --- pcib_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pcib_if.m -= h > --- cardbus_cis.o --- > cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MO= DULE -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.cardbus_cis.o -MTcardbus_cis.o -mno-mmx -mno-s= se -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__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-po= inter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso98= 99:1999 -c /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus_cis.c -o = cardbus_cis.o > --- all_subdir_cam --- > --- scsi_cd.o --- > ctfconvert -L VERSION -g scsi_cd.o > --- scsi_da.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.scsi_da.o -MTscsi_da.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/cam/../../cam/scsi/scsi_da.c -o scsi_da.o > --- all_subdir_ath --- > ctfconvert -L VERSION -g ar5416_ani.o > --- ar5416_attach.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ar5416_attach.o -MTar5416_attach.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_at= tach.c -o ar5416_attach.o > --- all_subdir_cardbus --- > ctfconvert -L VERSION -g cardbus_cis.o > --- cardbus_device.o --- > cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MO= DULE -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.cardbus_device.o -MTcardbus_device.o -mno-mmx = -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__p= rintf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-op= tion -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empt= y-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-er= ror-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std= =3Diso9899:1999 -c /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus_d= evice.c -o cardbus_device.o > ctfconvert -L VERSION -g cardbus_device.o > --- cardbus.o --- > cc -O2 -pipe -DNEW_PCIB -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MO= DULE -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.cardbus.o -MTcardbus.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/cardbus/../../dev/cardbus/cardbus.c -o cardbus.o > --- all_subdir_bxe --- > --- 57712_init_values.o --- > ctfconvert -L VERSION -g 57712_init_values.o > --- all_subdir_ath --- > ctfconvert -L VERSION -g ar5416_attach.o > --- all_subdir_bxe --- > --- bxe.o --- > cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_= KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_= HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/s= ys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD -MF.depend.bxe.o -MT= bxe.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protect= or -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poi= nter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiag= nostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare = -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fu= nction -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -= mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe.c -o bxe.o > --- all_subdir_ath --- > --- ar5416_beacon.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ar5416_beacon.o -MTar5416_beacon.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_be= acon.c -o ar5416_beacon.o > --- all_subdir_cardbus --- > ctfconvert -L VERSION -g cardbus.o > --- cardbus.kld --- > ld -d -warn-common -r -d -o cardbus.kld cardbus.o cardbus_cis.o cardbus_d= evice.o ctfmerge -L VERSION -g -o cardbus.kld cardbus.o cardbus_cis.o cardb= us_device.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cardbus.k= ld export_syms | xargs -J% objcopy % cardbus.kld > --- cardbus.ko.full --- > ld -Bshareable -d -warn-common -o cardbus.ko.full cardbus.kld > --- cardbus.ko.debug --- > objcopy --only-keep-debug cardbus.ko.full cardbus.ko.debug > --- cardbus.ko --- > objcopy --strip-debug --add-gnu-debuglink=3Dcardbus.ko.debug cardbus.ko.= full cardbus.ko > --- all_subdir_ath --- > --- ar5416_btcoex.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ar5416_btcoex.o -MTar5416_btcoex.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_bt= coex.c -o ar5416_btcoex.o > --- ar5416_beacon.o --- > ctfconvert -L VERSION -g ar5416_beacon.o > --- all_subdir_carp --- > =3D=3D=3D> carp (all) > --- all_subdir_ath --- > --- ar5416_btcoex.o --- > ctfconvert -L VERSION -g ar5416_btcoex.o > --- all_subdir_carp --- > --- 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 > --- opt_carp.h --- > ln -sf /usr/obj/usr/src/sys/GENERIC/opt_carp.h opt_carp.h > --- opt_bpf.h --- > ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bpf.h opt_bpf.h > --- opt_inet.h --- > ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h > --- opt_inet6.h --- > ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h > --- opt_ofed.h --- > ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ofed.h opt_ofed.h > --- device_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h > --- all_subdir_ath --- > --- ar5416_cal.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ar5416_cal.o -MTar5416_cal.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/. > ./../dev/ath/ath_hal/ar5416/ar5416_cal.c -o ar5416_cal.o > --- all_subdir_carp --- > --- bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h > --- vnode_if.h --- > awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h > --- all_subdir_cam --- > ctfconvert -L VERSION -g scsi_da.o > --- all_subdir_carp --- > --- sha1.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.sha1.o -MTsha1.o -mno-mmx -mno-sse -msoft-float -ffreesta= nding -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__=3D__freebsd_kprintf__ = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn= o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-= equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi= ft-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/m= odules/carp/../../crypto/sha1.c -o sha1.o > --- all_subdir_cam --- > --- scsi_pass.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.scsi_pass.o -MTscsi_pass.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__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno= -error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr= /src/sys/modules/cam/../../cam/scsi/scsi_pass.c -o scsi_pass.o > --- all_subdir_carp --- > ctfconvert -L VERSION -g sha1.o > --- ip_carp.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.ip_carp.o -MTip_carp.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/carp/../../netinet/ip_carp.c -o ip_carp.o > --- all_subdir_ath --- > ctfconvert -L VERSION -g ar5416_cal.o > --- ar5416_cal_iq.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ar5416_cal_iq.o -MTar5416_cal_iq.o -mno-mmx -mno-sse= -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wre= dundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules /ath/../../dev/ath/ath_hal/ar5416/ar5416_ca= l_iq.c -o ar5416_cal_iq.o ctfconvert -L VERSION -g ar5416_cal_iq.o > --- all_subdir_bxe --- > /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigne= d long' but the argument has type 'unsigned int' [-Werror,-Wformat] > sizeof(struct host_sp_status_block)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > /usr/src/sys/dev/bxe/bxe.c:18757:9: error: format specifies type 'unsigne= d long' but the argument has type 'unsigned int' [-Werror,-Wformat] > sizeof(struct host_sp_status_block)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigne= d long' but the argument has type 'unsigned int' [-Werror,-Wformat] > sizeof(struct bxe_slowpath)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > /usr/src/sys/dev/bxe/bxe.c:18762:9: error: format specifies type 'unsigne= d long' but the argument has type 'unsigned int' [-Werror,-Wformat] > sizeof(struct bxe_slowpath)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsign= ed long' but the argument has type 'unsigned int' [-Werror,-Wformat] > sizeof(union bxe_host_hc_status_block)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > /usr/src/sys/dev/bxe/bxe.c:18772:13: error: format specifies type 'unsign= ed long' but the argument has type 'unsigned int' [-Werror,-Wformat] > sizeof(union bxe_host_hc_status_block)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsign= ed long' but the argument has type 'unsigned int' [-Werror,-Wformat] > (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2237:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > /usr/src/sys/dev/bxe/bxe.c:18781:13: error: format specifies type 'unsign= ed long' but the argument has type 'unsigned int' [-Werror,-Wformat] > (BCM_PAGE_SIZE * RCQ_NUM_PAGES)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/dev/bxe/bxe.h:2241:30: note: expanded from macro 'BLOGI' > ## args); \ > ^~~~ > 8 errors generated. > *** [bxe.o] Error code 1 > > bmake[4]: stopped in /usr/src/sys/modules/bxe > 1 error > > bmake[4]: stopped in /usr/src/sys/modules/bxe > *** [all_subdir_bxe] Error code 2 > > bmake[3]: stopped in /usr/src/sys/modules > --- all_subdir_ath --- > A failure has been detected in another branch of the parallel make > > bmake[4]: stopped in /usr/src/sys/modules/ath > *** [all_subdir_ath] Error code 2 > > bmake[3]: stopped in /usr/src/sys/modules > --- all_subdir_cam --- > ctfconvert -L VERSION -g scsi_pass.o > A failure has been detected in another branch of the parallel make > > bmake[4]: stopped in /usr/src/sys/modules/cam > *** [all_subdir_cam] Error code 2 > > bmake[3]: stopped in /usr/src/sys/modules > --- all_subdir_carp --- > ctfconvert -L VERSION -g ip_carp.o > A failure has been detected in another branch of the parallel make > > bmake[4]: stopped in /usr/src/sys/modules/carp > *** [all_subdir_carp] 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] - Ex= ecution post build scripts. > [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson5678305801749131682.sh > + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local= /bin' > + 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::106:1 -alias sudo umount > + FreeBSD_HEAD_i386/usr/src sudo umount FreeBSD_HEAD_i386/dev sudo rm > + -fr FreeBSD_HEAD_i386 true sudo chflags -R noschg FreeBSD_HEAD_i386 > + sudo rm -fr FreeBSD_HEAD_i386 > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any ________________________________= _______________ > freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailma= n/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " --=20 Tomorrow Will Never Die From owner-freebsd-i386@freebsd.org Fri Apr 15 00:14:38 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 DA10EAEC77A; Fri, 15 Apr 2016 00:14:38 +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 CDE2D1690; Fri, 15 Apr 2016 00:14:38 +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 DD84D354; Fri, 15 Apr 2016 00:14:38 +0000 (UTC) Date: Fri, 15 Apr 2016 00:14:36 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, wblock@FreeBSD.org, ngie@FreeBSD.org, ae@FreeBSD.org, scottl@FreeBSD.org, imp@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1818786521.3.1460679278846.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2856 - 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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 00:14:39 -0000 FreeBSD_HEAD_i386 - Build #2856 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2856/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2856/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2856/cons= ole Change summaries: 298016 by ae: Add External Actions KPI to ipfw(9). It allows implementing loadable kernel modules with new actions and without needing to modify kernel headers and ipfw(8). The module registers its action handler and keyword string, that will be used as action name. Using generic syntax user can add rules with this action. Also ipfw(8) can be easily modified to extend basic syntax for external actions, that become a part base system. Sample modules will coming soon. Obtained from:=09Yandex LLC Sponsored by:=09Yandex LLC 298015 by imp: Add note about CAM I/O scheduler. 298014 by ngie: Regenerate the list of bsd.progs.mk supported variables Prefix with dashes (unordered list) and put one variable on each line (to avoid future conflicts) Done via the following one-liner: > sh -c 'for i in $(make -C tests/sys/aio PROG=3Dfoo -VPROG_VARS:O); do pri= ntf "\t\t- $i\n"; done' MFC after: 1 week Sponsored by: EMC / Isilon Storage Division 298013 by ngie: Commit documentation change for r298012 Requested by: bdrewery X-MFC with: r298012 Sponsored by: EMC / Isilon Storage Division 298012 by ngie: Add DEBUG_FLAGS to PROG_VARS and STRIP to PROG_OVERRIDE_VARS This will allow the variables [*] to be overridden on a per-PROG basis, which is useful when controlling "stripping" behavior for some tests that require debug symbols or to be unstripped DEBUG_FLAGS (similar to CFLAGS) supports appending, whereas STRIP is an override *: Due to how STRIP is defined in bsd.own.mk (in addition to bsd.lib.mk and bsd.prog.mk), and the fact that bsd.test.mk pulls in bsd.own.mk first, overriding STRIP doesn't work today. A follow up commit is pending to "rectify" this after additional testing is done. Discussed with: bdrewery MFC after: 1 week Sponsored by: EMC / Isilon Storage Division 298011 by imp: Add a comment about why the timeout for flush was lowered to 5s. 298010 by imp: Add in missing files from r298002. 298009 by bdrewery: Regenerate 298008 by scottl: Update the devd.conf man page to describe the new CAM/periph system/subsyst= em. MFC after:=093 days Sponsored by:=09Netflix 298007 by bdrewery: Add more content for WITH_META_MODE/WITH_DIRDEPS_BUILD. Sponsored by:=09EMC / Isilon Storage Division 298006 by bdrewery: META_MODE+filemon: Default -DNO_CLEAN enabled. When using meta mode with filemon, the build is reliably incremental safe. Bmake will use the meta files, along with filemon information, to rebuild targets when their dependencies change, commands change, or files they generate are missing. Sponsored by:=09EMC / Isilon Storage Division 298005 by wblock: Remove a link to the CTM section of the Handbook, which no longer exists. MFC after:=091 week 298004 by scottl: Add a devctl/devd notification conduit for CAM errors that happen at the periph level. When a relevant error is reported to the periph, some amplifying information is gathered, and the error and information are fed to devctl with the attributes / keys system=3DCAM, subsystem=3Dperiph. The 'type' key will be either 'error' or 'timeout', and based on this, various other keys are also populated. The purpose of this is to provide a concise mechanism for error reporting that is less noisy than the system console but higher in resolution and fidelity than simple sysctl counters. We will be using it at Netflix to populate a structured log and database to track errors and error trends across our world-wide population of drives. Submitted by:=09imp, scottl Approved by:=09kenm MFC after:=093 days Sponsored by:=09Netflix Differential Revision:=09D5943 298003 by ae: Change the type of 'etlv' field in struct named_object to uint16_t. It should match with the type field in struct ipfw_obj_tlv. Obtained from:=09Yandex LLC Sponsored by:=09Yandex LLC 298002 by imp: New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the same as before. The common scheduling bits have moved from inline code in each of the CAM periph drivers into a library that implements the default scheduling. In addition, a number of rate-limiting and I/O preference options can be enabled by adding CAM_IOSCHED_NETFLIX to your config file. A number of extra stats are also maintained. CAM_IOSCHED_NETFLIX isn't on by default because it uses a separate BIO_READ and BIO_WRITE queue, so doesn't honor BIO_ORDERED between these two types of operations. We already didn't honor it for BIO_DELETE, and we don't depend on BIO_ORDERED between reads and writes anywhere in the system (it is currently used with BIO_FLUSH in ZFS to make sure some writes are complete before others start and as a poor-man's soft dependency in one place in UFS where we won't be issuing READs until after the operation completes). However, out of an abundance of caution, it isn't enabled by default. Plus, this also brings in NCQ TRIM support for those SSDs that support it. A black list is also provided for known rogues that use NCQ trim as an excuse to corrupt the drive. It was difficult to separate out into a separate commit. This code has run in production at Netflix for over a year now. Sponsored by: Netflix, Inc Differential Revision: https://reviews.freebsd.org/D4609 298001 by ae: Adjust some comments and make ref_opcode_object() static. 298000 by ae: o Teach opcode rewriting framework handle several rewriters for the same opcode. o Reduce number of times classifier callback is called. It is redundant to call it just after find_op_rw(), since the last does call it already and can have all results. o Do immediately opcode rewrite in the ref_opcode_object(). This eliminates additional classifier lookup later on bulk update. For unresolved opcodes the behavior still the same, we save information from classifier callback in the obj_idx array, then perform automatic objects creation, then perform rewriting for opcodes using indeces from created objects. Obtained from:=09Yandex LLC Sponsored by:=09Yandex LLC The end of the build log: [...truncated 155045 lines...] ld -d -warn-common -r -d -o if_bwi.kld if_bwi.o if_bwi_pci.o bwimac.o bwiph= y.o bwirf.o ctfmerge -L VERSION -g -o if_bwi.kld if_bwi.o if_bwi_pci.o bwimac.o bwiphy.= o bwirf.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_bwi.kld export_syms | xargs -J% = objcopy % if_bwi.kld --- all_subdir_ath --- ctfconvert -L VERSION -g ar5211_misc.o --- all_subdir_bwi --- --- if_bwi.ko.full --- ld -Bshareable -d -warn-common -o if_bwi.ko.full if_bwi.kld --- if_bwi.ko.debug --- objcopy --only-keep-debug if_bwi.ko.full if_bwi.ko.debug --- if_bwi.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dif_bwi.ko.debug if_bwi.ko.full= if_bwi.ko --- all_subdir_ath --- --- ar5211_phy.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_phy.o -MTar5211_phy.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_phy.c -o ar52= 11_phy.o --- isa_if.c --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -c --- modules-all --- --- all_subdir_bxe --- --- bxe_debug.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.bxe_debug.o= -MTbxe_debug.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fsta= ck-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wunde= f -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-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=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe_debug.c = -o bxe_debug.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5211_phy.o --- ar5211_power.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_power.o -MTar5211_power.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_power.c -= o ar5211_power.o ctfconvert -L VERSION -g ar5211_power.o --- ar5211_recv.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_recv.o -MTar5211_recv.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_recv.c -o a= r5211_recv.o ctfconvert -L VERSION -g ar5211_recv.o --- all_subdir_bxe --- ctfconvert -L VERSION -g bxe_debug.o --- all_subdir_ath --- --- ar5211_reset.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_reset.o -MTar5211_reset.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_reset.c -= o ar5211_reset.o --- all_subdir_cam --- =3D=3D=3D> cam (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_cam.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_cam.h opt_cam.h --- opt_ada.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ada.h opt_ada.h --- opt_scsi.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_scsi.h opt_scsi.h --- opt_cd.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_cd.h opt_cd.h --- opt_kdtrace.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_kdtrace.h opt_kdtrace.h --- opt_pt.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_pt.h opt_pt.h --- opt_sa.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_sa.h opt_sa.h --- opt_ses.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ses.h opt_ses.h --- 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 --- 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 --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- cam_compat.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_compat.o -MTcam_compat.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__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno= -error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr= /src/sys/modules/cam/../../cam/cam_compat.c -o cam_compat.o ctfconvert -L VERSION -g cam_compat.o --- cam_periph.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_periph.o -MTcam_periph.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__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno= -error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr= /src/sys/modules/cam/../../cam/cam_periph.c -o cam_periph.o --- all_subdir_bxe --- --- bxe_stats.o --- ctfconvert -L VERSION -g bxe_stats.o --- bxe_elink.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.bxe_elink.o= -MTbxe_elink.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fsta= ck-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wunde= f -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-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=3Diso9899:1999 -c /usr/src/sys/dev/bxe/bxe_elink.c = -o bxe_elink.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5211_reset.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_periph.o --- all_subdir_ath --- --- ar5211_xmit.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_xmit.o -MTar5211_xmit.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_xmit.c -o a= r5211_xmit.o --- all_subdir_cam --- --- cam_queue.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_queue.o -MTcam_queue.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__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/s= rc/sys/modules/cam/../../cam/cam_queue.c -o cam_queue.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5211_xmit.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_queue.o --- cam_sim.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_sim.o -MTcam_sim.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/cam_sim.c -o cam_sim.o --- all_subdir_ath --- --- ar5212_ani.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_ani.o -MTar5212_ani.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_ani.c -o ar52= 12_ani.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_sim.o --- cam_xpt.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_xpt.o -MTcam_xpt.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/cam_xpt.c -o cam_xpt.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5212_ani.o --- ar5212_attach.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_attach.o -MTar5212_attach.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_attach.= c -o ar5212_attach.o ctfconvert -L VERSION -g ar5212_attach.o --- ar5212_beacon.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_beacon.o -MTar5212_beacon.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_beacon.= c -o ar5212_beacon.o ctfconvert -L VERSION -g ar5212_beacon.o --- ar5212_eeprom.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_eeprom.o -MTar5212_eeprom.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_eeprom.= c -o ar5212_eeprom.o ctfconvert -L VERSION -g ar5212_eeprom.o --- ar5212_gpio.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_gpio.o -MTar5212_gpio.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_gpio.c -o a= r5212_gpio.o ctfconvert -L VERSION -g ar5212_gpio.o --- ar5212_interrupts.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_interrupts.o -MTar5212_interrupts.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212= _interrupts.c -o ar5212_interrupts.o ctfconvert -L VERSION -g ar5212_interrupts.o --- ar5212_keycache.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_keycache.o -MTar5212_keycache.o -mno-mmx -mno-s= se -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__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-po= inter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso98= 99:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_key= cache.c -o ar5212_keycache.o ctfconvert -L VERSION -g ar5212_keycache.o --- ar5212_misc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_misc.o -MTar5212_misc.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_misc.c -o a= r5212_misc.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_xpt.o --- scsi_all.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_all.o -MTscsi_all.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/cam/../../cam/scsi/scsi_all.c -o scsi_all.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5212_misc.o --- ar5212_phy.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_phy.o -MTar5212_phy.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_phy.c -o ar52= 12_phy.o ctfconvert -L VERSION -g ar5212_phy.o --- ar5212_power.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_power.o -MTar5212_power.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_power.c -= o ar5212_power.o ctfconvert -L VERSION -g ar5212_power.o --- ar5212_recv.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_recv.o -MTar5212_recv.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_recv.c -o a= r5212_recv.o ctfconvert -L VERSION -g ar5212_recv.o --- ar5212_reset.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_reset.o -MTar5212_reset.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_reset.c -= o ar5212_reset.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_all.o --- scsi_cd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_cd.o -MTscsi_cd.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_cd.c -o scsi_cd.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5212_reset.o --- ar5212_rfgain.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_rfgain.o -MTar5212_rfgain.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_rfgain.= c -o ar5212_rfgain.o ctfconvert -L VERSION -g ar5212_rfgain.o --- ar5212_xmit.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_xmit.o -MTar5212_xmit.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_xmit.c -o a= r5212_xmit.o ctfconvert -L VERSION -g ar5212_xmit.o --- ar5111.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5111.o -MTar5111.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5111.c -o ar5111.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_cd.o --- scsi_ch.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_ch.o -MTscsi_ch.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_ch.c -o scsi_ch.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5111.o --- ar5112.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5112.o -MTar5112.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5112.c -o ar5112.o --- all_subdir_bxe --- ctfconvert -L VERSION -g bxe_elink.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_ch.o --- scsi_da.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_da.o -MTscsi_da.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_da.c -o scsi_da.o --- all_subdir_bxe --- --- ecore_sp.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.ecore_sp.o = -MTecore_sp.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack= -protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prot= otypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef = -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-= compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-u= nused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -m= no-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/ecore_sp.c -o = ecore_sp.o --- all_subdir_cam --- /usr/src/sys/modules/cam/../../cam/scsi/scsi_da.c:1274:1: error: incompatib= le pointer types initializing 'long *' with an expression of type 'sbintime= _t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types] TUNABLE_LONG("kern.cam.da.default_softtimeout", &da_default_softtimeout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/sys/kernel.h:292:3: note: expanded from macro 'TUNABLE_LONG' (var), \ ^~~~~ 1 error generated. *** [scsi_da.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/cam 1 error bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- ctfconvert -L VERSION -g ar5112.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_bwn --- ctfconvert -L VERSION -g if_bwn.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/bwn *** [all_subdir_bwn] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_bxe --- ctfconvert -L VERSION -g ecore_sp.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] 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/hudson8720010175774812733.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::106: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 Apr 15 02:14:28 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 65FFAAED41D; Fri, 15 Apr 2016 02:14:28 +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 59732115F; Fri, 15 Apr 2016 02:14:28 +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 833973A7; Fri, 15 Apr 2016 02:14:28 +0000 (UTC) Date: Fri, 15 Apr 2016 02:14:26 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: asomers@FreeBSD.org, araujo@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1225457498.7.1460686468479.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1818786521.3.1460679278846.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1818786521.3.1460679278846.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2857 - 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: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 02:14:28 -0000 FreeBSD_HEAD_i386 - Build #2857 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2857/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2857/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2857/cons= ole Change summaries: 298018 by araujo: Initialize pointer with NULL instead of 0. Submitted by:=09pfg 298017 by asomers: Add more debugging statements in vdev_geom.c Log a debugging message whenever geom functions fail in vdev_geom_attach. Printing these messages is controlled by vfs.zfs.debug MFC after:=094 weeks Sponsored by:=09Spectra Logic Corp The end of the build log: [...truncated 155470 lines...] ld -Bshareable -d -warn-common -o if_bwi.ko.full if_bwi.kld --- if_bwi.ko.debug --- objcopy --only-keep-debug if_bwi.ko.full if_bwi.ko.debug --- if_bwi.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dif_bwi.ko.debug if_bwi.ko.full= if_bwi.ko --- all_subdir_ath --- --- ar5211_power.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_power.o -MTar5211_power.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_power.c -= o ar5211_power.o --- ar5211_phy.o --- ctfconvert -L VERSION -g ar5211_phy.o --- all_subdir_cam --- =3D=3D=3D> cam (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_cam.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_cam.h opt_cam.h --- all_subdir_ath --- --- ar5211_power.o --- ctfconvert -L VERSION -g ar5211_power.o --- all_subdir_cam --- --- opt_ada.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ada.h opt_ada.h --- opt_scsi.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_scsi.h opt_scsi.h --- opt_cd.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_cd.h opt_cd.h --- opt_kdtrace.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_kdtrace.h opt_kdtrace.h --- opt_pt.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_pt.h opt_pt.h --- opt_sa.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_sa.h opt_sa.h --- opt_ses.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ses.h opt_ses.h --- 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 --- 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_ath --- --- ar5211_recv.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_recv.o -MTar5211_recv.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_recv.c -o a= r5211_recv.o --- all_subdir_cam --- --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- cam_compat.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_compat.o -MTcam_compat.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__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno= -error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr= /src/sys/modules/cam/../../cam/cam_compat.c -o cam_compat.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5211_recv.o --- ar5211_reset.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_reset.o -MTar5211_reset.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_reset.c -= o ar5211_reset.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_compat.o --- cam_periph.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_periph.o -MTcam_periph.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__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno= -error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr= /src/sys/modules/cam/../../cam/cam_periph.c -o cam_periph.o ctfconvert -L VERSION -g cam_periph.o --- cam_queue.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_queue.o -MTcam_queue.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__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/s= rc/sys/modules/cam/../../cam/cam_queue.c -o cam_queue.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5211_reset.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_queue.o --- cam_sim.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_sim.o -MTcam_sim.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/cam_sim.c -o cam_sim.o --- all_subdir_ath --- --- ar5211_xmit.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5211_xmit.o -MTar5211_xmit.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5211/ar5211_xmit.c -o a= r5211_xmit.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_sim.o --- cam_xpt.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.cam_xpt.o -MTcam_xpt.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/cam_xpt.c -o cam_xpt.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5211_xmit.o --- ar5212_ani.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_ani.o -MTar5212_ani.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_ani.c -o ar52= 12_ani.o ctfconvert -L VERSION -g ar5212_ani.o --- ar5212_attach.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_attach.o -MTar5212_attach.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_attach.= c -o ar5212_attach.o ctfconvert -L VERSION -g ar5212_attach.o --- ar5212_beacon.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_beacon.o -MTar5212_beacon.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_beacon.= c -o ar5212_beacon.o ctfconvert -L VERSION -g ar5212_beacon.o --- ar5212_eeprom.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_eeprom.o -MTar5212_eeprom.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_eeprom.= c -o ar5212_eeprom.o ctfconvert -L VERSION -g ar5212_eeprom.o --- ar5212_gpio.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_gpio.o -MTar5212_gpio.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_gpio.c -o a= r5212_gpio.o ctfconvert -L VERSION -g ar5212_gpio.o --- ar5212_interrupts.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_interrupts.o -MTar5212_interrupts.o -mno-mmx -m= no-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Di= so9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212= _interrupts.c -o ar5212_interrupts.o ctfconvert -L VERSION -g ar5212_interrupts.o --- all_subdir_cam --- ctfconvert -L VERSION -g cam_xpt.o --- all_subdir_ath --- --- ar5212_keycache.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_keycache.o -MTar5212_keycache.o -mno-mmx -mno-s= se -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_= _=3D__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-po= inter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso98= 99:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_key= cache.c -o ar5212_keycache.o --- all_subdir_cam --- --- scsi_all.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_all.o -MTscsi_all.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/cam/../../cam/scsi/scsi_all.c -o scsi_all.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5212_keycache.o --- ar5212_misc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_misc.o -MTar5212_misc.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_misc.c -o a= r5212_misc.o ctfconvert -L VERSION -g ar5212_misc.o --- ar5212_phy.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_phy.o -MTar5212_phy.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__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-err= or-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign= -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c= /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_phy.c -o ar52= 12_phy.o ctfconvert -L VERSION -g ar5212_phy.o --- ar5212_power.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_power.o -MTar5212_power.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_power.c -= o ar5212_power.o ctfconvert -L VERSION -g ar5212_power.o --- ar5212_recv.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_recv.o -MTar5212_recv.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_recv.c -o a= r5212_recv.o ctfconvert -L VERSION -g ar5212_recv.o --- all_subdir_bxe --- ctfconvert -L VERSION -g bxe_elink.o --- all_subdir_ath --- --- ar5212_reset.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_reset.o -MTar5212_reset.o -mno-mmx -mno-sse -ms= oft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__= freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-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=3Diso9899:199= 9 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_reset.c -= o ar5212_reset.o --- all_subdir_bxe --- --- ecore_sp.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.ecore_sp.o = -MTecore_sp.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack= -protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prot= otypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef = -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-= compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-u= nused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -m= no-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/bxe/ecore_sp.c -o = ecore_sp.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_all.o --- scsi_cd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_cd.o -MTscsi_cd.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_cd.c -o scsi_cd.o --- all_subdir_bwn --- ctfconvert -L VERSION -g if_bwn.o --- if_bwn.kld --- ld -d -warn-common -r -d -o if_bwn.kld if_bwn.o ctfmerge -L VERSION -g -o if_bwn.kld if_bwn.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5212_reset.o --- all_subdir_bwn --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_bwn.kld export_syms | xargs -J% = objcopy % if_bwn.kld --- if_bwn.ko.full --- ld -Bshareable -d -warn-common -o if_bwn.ko.full if_bwn.kld --- if_bwn.ko.debug --- objcopy --only-keep-debug if_bwn.ko.full if_bwn.ko.debug --- if_bwn.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dif_bwn.ko.debug if_bwn.ko.full= if_bwn.ko --- all_subdir_ath --- --- ar5212_rfgain.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_rfgain.o -MTar5212_rfgain.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_rfgain.= c -o ar5212_rfgain.o --- all_subdir_bxe --- --- 57710_init_values.o --- cc -O2 -pipe -Wno-shift-negative-value -fno-strict-aliasing -Werror -D_KE= RNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/dev/bxe -DHAVE_KERNEL_OPTION_HE= ADERS -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.57710_init_= values.o -MT57710_init_values.o -mno-mmx -mno-sse -msoft-float -ffreestandi= ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext= erns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wc= ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm= issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-= negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/= bxe/57710_init_values.c -o 57710_init_values.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5212_rfgain.o --- ar5212_xmit.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5212_xmit.o -MTar5212_xmit.o -mno-mmx -mno-sse -msof= t-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk= nown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-e= rror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-si= gn -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 = -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5212_xmit.c -o a= r5212_xmit.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_cd.o --- scsi_ch.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_ch.o -MTscsi_ch.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_ch.c -o scsi_ch.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5212_xmit.o --- ar5111.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5111.o -MTar5111.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5111.c -o ar5111.o --- all_subdir_cam --- ctfconvert -L VERSION -g scsi_ch.o --- scsi_da.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -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.scsi_da.o -MTscsi_da.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/cam/../../cam/scsi/scsi_da.c -o scsi_da.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5111.o --- all_subdir_cam --- /usr/src/sys/modules/cam/../../cam/scsi/scsi_da.c:1274:1: error: incompatib= le pointer types initializing 'long *' with an expression of type 'sbintime= _t *' (aka 'long long *') [-Werror,-Wincompatible-pointer-types] TUNABLE_LONG("kern.cam.da.default_softtimeout", &da_default_softtimeout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/sys/kernel.h:292:3: note: expanded from macro 'TUNABLE_LONG' (var), \ ^~~~~ --- all_subdir_ath --- --- ar5112.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -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/GENE= RIC -MD -MF.depend.ar5112.o -MTar5112.o -mno-mmx -mno-sse -msoft-float -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpri= ntf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-er= ror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/sr= c/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5112.c -o ar5112.o --- all_subdir_cam --- 1 error generated. *** [scsi_da.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/cam 1 error bmake[4]: stopped in /usr/src/sys/modules/cam *** [all_subdir_cam] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_bxe --- --- ecore_sp.o --- ctfconvert -L VERSION -g ecore_sp.o --- all_subdir_ath --- ctfconvert -L VERSION -g ar5112.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_bxe --- --- 57710_init_values.o --- ctfconvert -L VERSION -g 57710_init_values.o A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/bxe *** [all_subdir_bxe] 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/hudson8645867310575638793.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::106: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 Apr 15 02:49: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 D2A7BAEDEC7; Fri, 15 Apr 2016 02:49:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x233.google.com (mail-pf0-x233.google.com [IPv6:2607:f8b0:400e:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A49A5123D; Fri, 15 Apr 2016 02:49:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x233.google.com with SMTP id 184so52242451pff.0; Thu, 14 Apr 2016 19:49:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=BMjoEZGCFrWya5DOVhgChHLZYyaEW7ztYh8NHuUmny4=; b=1Cc4pumd4Yk5EjFhBfMtg9Cn7DscxXxZ1C19RMeJ24iFk6He50pFPWpCPbxwjmx5co NaNiMdOwIZlMvagAJ5CxeaTUPoKmmLevdywNaHBgIe08kVpZ1xRTbbjwoCUuqs1cMxeg +hKBsG4NgZvdJ83+c+WPqzFuVxx8GmGgjJB1WAWO2lpr1DO7d3vkOIjmdX4AihmamKHO iNfEVXkQynCT88IHdnmfkAfpRprYWd7EJuB32R8kkMRvTMoHd1iyRe3wgSM0lnyeXLIz mR0mqiVzxYTC6cah0EihW+5F1BLsi+VELanSfcPMRYHzfpuPMwiNcJriJ90NHB0lvP0F 2oOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=BMjoEZGCFrWya5DOVhgChHLZYyaEW7ztYh8NHuUmny4=; b=ECzlD7Mh8qWCbB1wL7xHgfHfcvtJtFBxG2haQPkxMy5ixrBSNYm/6SePlDvXhhTk1n wKZrSbpsAQAgFIlNI4LewORW5lTDzsBpc0pJ9xm/Fo8nwm1XxlymFPDS5arrXMPsErjS 6t3Qzbe8j5nXEu7Q++hN+GbYS5a5eb/zNi7c8+VM+vyNf8BhYneOY8ppzJPgV6HibkmP Am5HqaurL/TU3o3DxylYlND8+Y9Y1qUZHlUktUb6D1awWwdtYGoBj7CO8rqvJR31IdxT 81Zf8dVEki2x0pQ88oNpheQ3Tl9cnXkGCNlZuAppYtfw5FZXrdLSBgFN0M93S/n17Xd1 0knA== X-Gm-Message-State: AOPr4FX/qc5xLkj3IexedMfJRzmy+pYtIsjN+FlPgmkVLoQ1wkawIWW2nKVQhmzixKEE9w== X-Received: by 10.98.25.69 with SMTP id 66mr4261172pfz.60.1460688544251; Thu, 14 Apr 2016 19:49:04 -0700 (PDT) Received: from [192.168.100.91] ([199.231.240.59]) by smtp.gmail.com with ESMTPSA id r191sm60838324pfr.36.2016.04.14.19.49.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Apr 2016 19:49:03 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: FreeBSD_HEAD_i386 - Build #2857 - Still Failing From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <1225457498.7.1460686468479.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Thu, 14 Apr 2016 19:49:00 -0700 Cc: freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <132F1601-622B-4B36-8CE3-6AA1B9F62385@gmail.com> References: <1818786521.3.1460679278846.JavaMail.jenkins@jenkins-9.freebsd.org> <1225457498.7.1460686468479.JavaMail.jenkins@jenkins-9.freebsd.org> To: Warner Losh , jenkins-admin@FreeBSD.org X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 02:49:04 -0000 > On Apr 14, 2016, at 19:14, jenkins-admin@FreeBSD.org wrote: >=20 > FreeBSD_HEAD_i386 - Build #2857 - Still Failing: >=20 > Build information: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2857/ > Full change log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2857/changes > Full build log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2857/console >=20 > Change summaries: >=20 > 298018 by araujo: > Initialize pointer with NULL instead of 0. >=20 > Submitted by: pfg >=20 > 298017 by asomers: > Add more debugging statements in vdev_geom.c >=20 > Log a debugging message whenever geom functions fail in = vdev_geom_attach. > Printing these messages is controlled by vfs.zfs.debug >=20 > MFC after: 4 weeks > Sponsored by: Spectra Logic Corp >=20 ... > ctfconvert -L VERSION -g ar5111.o > --- all_subdir_cam --- > /usr/src/sys/modules/cam/../../cam/scsi/scsi_da.c:1274:1: error: = incompatible pointer types initializing 'long *' with an expression of = type 'sbintime_t *' (aka 'long long *') = [-Werror,-Wincompatible-pointer-types] > TUNABLE_LONG("kern.cam.da.default_softtimeout", = &da_default_softtimeout); > = ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/src/sys/sys/kernel.h:292:3: note: expanded from macro = 'TUNABLE_LONG' > (var), \ > ^~~~~ > --- all_subdir_ath --- > --- ar5112.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE = -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev/ath = -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. = -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ = -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.ar5112.o -MTar5112.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__=3D__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=3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev > /ath/ath_hal/ar5212/ar5112.c -o ar5112.o > --- all_subdir_cam --- > 1 error generated. > *** [scsi_da.o] Error code 1 >=20 > bmake[4]: stopped in /usr/src/sys/modules/cam > 1 error Build=E2=80=99s still broken..= From owner-freebsd-i386@freebsd.org Fri Apr 15 03:06:17 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 53858AEC63B for ; Fri, 15 Apr 2016 03:06:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1464D1167 for ; Fri, 15 Apr 2016 03:06:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x241.google.com with SMTP id s2so13493507iod.3 for ; Thu, 14 Apr 2016 20:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=IRe5BTx7aAeUC0otVpVzMfetyVl17ZpbCyGbHGMh90Q=; b=V4JsOQtbYs0Z8YwIuUsDDreRym8WWjXhWv5A55Cep+sxWtMIqCAcUp4NFsBtusQZIR sCYArzKE5+Z8c6cWaAyKlldOOFq3kO0efLOl820wHSQfVPQPZHX07OyRWffTvbkUQBv7 2nV4Vh5xZCWfxHrPq3ixJl0BIKN54YYBDo/cT0CwiWNI6rCycpOJuSy3OvdBT7t5IpTG ibLnAwarhalwQQJLQWR5TcYyVjRqnjQQTR8cm8d1Bd7KWMFzkvbXjHK3RxxawbQVs0BP NjBVKRdI8540Yrr2yJ0o36Vt5N1I4ezbotF459+pvcrJt9Uj8C5hb/cGLKzvCfRc2JLS Nb0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=IRe5BTx7aAeUC0otVpVzMfetyVl17ZpbCyGbHGMh90Q=; b=l2zOO0NF+ckwExXb9yobLqPwZz1/6RPzN03Iq61Y+AuqGNHUcgbpIkNd+ZKm6fVlxI apRaH5iVZ0M/Yv8b6WhUVT+223TGrtesjUAwRhXGz/B6Ml6ZPHyPno8ALJdX25NzJazV gDUowLX/7Rtqgwv+sizbXue5BGZ6r548yXU2YJKmu8qFsBzr6JawHlbfn+a7ZdCffWSQ 9IfT7wj2V3WzVMibmblBTh2r36a9st4Qs5xQomNFWmo345pfNv3iX3VEMrM6WXGeph+1 WeJrHNWye2Gvhc4F2D6gI7MVliJ18zjoDV7hXY5NhAHDwBRW2bCRzNsueQQ4Kl8nuTVc ESCw== X-Gm-Message-State: AOPr4FV4oquDW1WYNfC1zMv7QzvcNiSegGgVQaaAQNnKnXtcomXLlErJ/C8C4lQQ752X5VRmBm3va/E+0ia+bA== MIME-Version: 1.0 X-Received: by 10.107.133.151 with SMTP id p23mr19832520ioi.16.1460689576402; Thu, 14 Apr 2016 20:06:16 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.79.104.197 with HTTP; Thu, 14 Apr 2016 20:06:16 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: <132F1601-622B-4B36-8CE3-6AA1B9F62385@gmail.com> References: <1818786521.3.1460679278846.JavaMail.jenkins@jenkins-9.freebsd.org> <1225457498.7.1460686468479.JavaMail.jenkins@jenkins-9.freebsd.org> <132F1601-622B-4B36-8CE3-6AA1B9F62385@gmail.com> Date: Thu, 14 Apr 2016 21:06:16 -0600 X-Google-Sender-Auth: hsdvkBT6ZeRNngcZklHbsLgR3SU Message-ID: Subject: Re: FreeBSD_HEAD_i386 - Build #2857 - Still Failing From: Warner Losh To: "Ngie Cooper (yaneurabeya)" Cc: Warner Losh , "jenkins-admin@freebsd.org" , FreeBSD Current , freebsd-i386@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 03:06:17 -0000 On Thu, Apr 14, 2016 at 8:49 PM, Ngie Cooper (yaneurabeya) < yaneurabeya@gmail.com> wrote: > > Build=E2=80=99s still broken.. Test building a fix as we speak. Warner From owner-freebsd-i386@freebsd.org Fri Apr 15 04:23: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 00E0AAEC6DF; Fri, 15 Apr 2016 04:23: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 E84A81666; Fri, 15 Apr 2016 04:23: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 E38253FD; Fri, 15 Apr 2016 04:23:13 +0000 (UTC) Date: Fri, 15 Apr 2016 04:23:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, sephe@FreeBSD.org, araujo@FreeBSD.org, jhibbits@FreeBSD.org, imp@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <904472053.9.1460694193865.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1225457498.7.1460686468479.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1225457498.7.1460686468479.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2858 - 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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 04:23:14 -0000 FreeBSD_HEAD_i386 - Build #2858 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2858/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2858/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2858/console Change summaries: 298027 by imp: Add FCCT M500 to the NCQ black list. Linux added it in 4.2 (August 2015). Correct the M500 firmware versions. EU07 was the engineering test version, not the release version with the fix. MU07 is the release version. It's the only Micron firmware version to actually work. Remove support for EU07. This brings the blacklist into parity with the Linux blacklist as of 4.5, except for the Micron M500 MU07 entry. I personally tested the MU07 firmware on 12 machines running 6 drives each with no corruption in the past 6 months with Netflix production loads. Prior versions of the M500 firmware wouldn't last more than a few days. Sponsored by: Netflix, Inc. 298026 by imp: Use the new TUNABLE_INT64 to match the type of sbintime_t. 298025 by imp: Create wrappers for uint64_t and int64_t for the tunables. While not strictly necessary, it is more convenient. 298024 by ngie: Set test_argv to NULL, not 0, if not executing a specific test MFC after: 1 week Submitted by: pfg Sponsored by: EMC / Isilon Storage Division 298023 by ngie: Fix typos (intenral -> internal) in comments 298022 by sephe: hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbus Submitted by: Jun Su Reviewed by: jhb, kib, sephe Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D5910 298021 by araujo: Use NULL instead of 0 for pointers and memory allocation. malloc and realloc will return NULL pointer if it can't alloc memory. MFC after: 4 weeks 298020 by jhibbits: Add fman and dpaa fixups for powerpc fdt Obtained from: Semihalf From owner-freebsd-i386@freebsd.org Fri Apr 15 20:05:59 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 071D2AEEBC1; Fri, 15 Apr 2016 20:05:59 +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 EED241435; Fri, 15 Apr 2016 20:05:58 +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 E395966C; Fri, 15 Apr 2016 20:05:58 +0000 (UTC) Date: Fri, 15 Apr 2016 20:05:57 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, pfg@FreeBSD.org, phil@FreeBSD.org, emaste@FreeBSD.org, cem@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <865255517.15.1460750758870.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2865 - 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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 20:05:59 -0000 FreeBSD_HEAD_i386 - Build #2865 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2865/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2865/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2865/console Change summaries: 298085 by emaste: elfcopy: fix symbol table handling when sections come after symtab/strtab Fix a symbol table handling bug in elfcopy: elfcopy puts .symtab, .strtab and .shstrtab sections in the end of the output object. If the input objects have more sections after any of these 3 sections, the section table will be reordered, and in that case the section symbols should be regenerated for relocations. The bug is triggered since newer clang puts .strtab section in the beginning of the object produced. Ticket: #525 Reported by: royger Obtained from: ELF Tool Chain r3443 298084 by bdrewery: Document SHLIB/SHLIB_CXX/NO_PIC. Sponsored by: EMC / Isilon Storage Division 298083 by phil: Import to 0.6.1 0.5.0: document "trim" modifier add xo_emit_field functions Add xo_set_file{,_h} functions Fix LIBXO_* variables; add -L and -I as needed add --disable-silent-rules and an explicit make; s/PACKAGE-NAME/PACKAGE_NAME/; add /download/ to 'url' fix silliness where xo_flush_h emitted closing tag (html); make the caller (xo_message) do it flush after transitions; fix flush call in xo_do_emit mkdir the version-specific packaging dir use "XO_" instead of LIBXO_ 0.6.0: Add --with-retain-size to set the size (in bits) of the retain hash buckets Add The Argument Modifier ({a:}) Add retain and no-retain to --libxo autoconf: Add test for monitor.h Document quote heuristic go deep with nroff backslashes Use "ULL" for 32 bit check add xo_retain_clear and xo_retain_clear_all docs: combine two 'handles' section; move command line argument section handle GETTEXT when msgfmt isn't where it's supposed to be (FreeBSD) make 'retain' a flag (XOEF_RETAIN) instead of a role; it's simpler, and doesn't feel as tacky. "{R:}" was painful to document, which means it's painful to use. new xo_emit_f functions nuke some unused UNUSEDs test code: path must be static update test cases 0.6.1: fix version number (missed a commit during new-release) Reviewed by: sjg Approved by: sjg (mentor) 298082 by bdrewery: Add SHLIB_CXX to allow building a C++ shared library without a static one. Submitted by: ngie Sponsored by: EMC / Isilon Storage Division 298079 by bdrewery: Set CPP from XCPP for the libcompat build. Submitted by: Mark Millard 298076 by cem: Add 4Kn kernel dump support (And 4Kn minidump support, but only for amd64.) Make sure all I/O to the dump device is of the native sector size. To that end, we keep a native sector sized buffer associated with dump devices (di->blockbuf) and use it to pad smaller objects as needed (e.g. kerneldumpheader). Add dump_write_pad() as a convenience API to dump smaller objects with zero padding. (Rather than pull in NPM leftpad, we wrote our own.) Savecore(1) has been updated to deal with these dumps. The format for 512-byte sector dumps should remain backwards compatible. Minidumps for other architectures are left as an exercise for the reader. PR: 194279 Submitted by: ambrisko@ Reviewed by: cem (earlier version), rpokala Tested by: rpokala (4Kn/512 except 512 fulldump), cem (512 fulldump) Relnotes: yes Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5848 298075 by pfg: sys/net* : for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. 298074 by pfg: fs misc: for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. 298073 by pfg: ddb: for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. The end of the build log: [...truncated 86209 lines...] --- all_subdir_kerberos5 --- --- verify_user.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -MD -MP -MF.depend.verify_user.po -MTverify_user.po -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_user.c -o verify_user.po --- all_subdir_lib --- --- h_nsd_recurse.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_nsd_recurse.full h_nsd_recurse.o -lpthread --- h_nsd_recurse.debug --- objcopy --only-keep-debug h_nsd_recurse.full h_nsd_recurse.debug --- h_nsd_recurse --- objcopy --strip-debug --add-gnu-debuglink=h_nsd_recurse.debug h_nsd_recurse.full h_nsd_recurse --- h_protoent --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.h_protoent NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=h_protoent ) --- .depend.h_protoent --- echo h_protoent.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.h_protoent --- h_protoent.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.h_protoent.h_protoent.o -MTh_protoent.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/netbsd-tests/lib/libc/net/h_protoent.c -o h_protoent.o --- h_protoent.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_protoent.full h_protoent.o --- all_subdir_rescue --- --- if.o --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.if.o -MTif.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/if.c -o if.o --- all_subdir_lib --- --- h_protoent.debug --- objcopy --only-keep-debug h_protoent.full h_protoent.debug --- h_protoent --- objcopy --strip-debug --add-gnu-debuglink=h_protoent.debug h_protoent.full h_protoent --- h_servent --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.h_servent NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=h_servent ) --- .depend.h_servent --- echo h_servent.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.h_servent --- h_servent.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.h_servent.h_servent.o -MTh_servent.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/netbsd-tests/lib/libc/net/h_servent.c -o h_servent.o --- h_servent.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_servent.full h_servent.o --- h_servent.debug --- objcopy --only-keep-debug h_servent.full h_servent.debug --- h_servent --- objcopy --strip-debug --add-gnu-debuglink=h_servent.debug h_servent.full h_servent --- h_dns_server --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.h_dns_server NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=h_dns_server ) --- all_subdir_kerberos5 --- --- version.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -MD -MP -MF.depend.version.po -MTversion.po -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/version.c -o version.po --- all_subdir_rescue --- --- probe.o --- --- all_subdir_lib --- --- .depend.h_dns_server --- --- all_subdir_rescue --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.probe.o -MTprobe.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/probe.c -o probe.o --- all_subdir_lib --- echo h_dns_server.full: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend.h_dns_server --- h_dns_server.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.h_dns_server.h_dns_server.o -MTh_dns_server.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/netbsd-tests/lib/libc/net/h_dns_server.c -o h_dns_server.o --- all_subdir_rescue --- --- dump.o --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.dump.o -MTdump.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/dump.c -o dump.o --- all_subdir_lib --- --- h_dns_server.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o h_dns_server.full h_dns_server.o --- h_dns_server.debug --- objcopy --only-keep-debug h_dns_server.full h_dns_server.debug --- h_dns_server --- objcopy --strip-debug --add-gnu-debuglink=h_dns_server.debug h_dns_server.full h_dns_server --- ether_test --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.ether_test NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=ether_test ) --- .depend.ether_test --- echo ether_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a >> .depend.ether_test --- ether_test.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.ether_test.ether_test.o -MTether_test.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libc/tests/net/ether_test.c -o ether_test.o --- all_subdir_rescue --- --- rtsock.o --- cc -O2 -pipe -DSMALL -DRESCUE -MD -MP -MF.depend.rtsock.o -MTrtsock.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/sbin/rtsol/../../usr.sbin/rtsold/rtsock.c -o rtsock.o --- all_subdir_kerberos5 --- --- warn.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -MD -MP -MF.depend.warn.po -MTwarn.po -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/warn.c -o warn.po --- all_subdir_lib --- --- ether_test.full --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o ether_test.full ether_test.o -lprivateatf-c --- all_subdir_rescue --- --- savecore_make --- (cd /usr/src/rescue/rescue/../../sbin/savecore && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/savecore/ depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/savecore/ savecore.o) --- all_subdir_lib --- --- ether_test.debug --- objcopy --only-keep-debug ether_test.full ether_test.debug --- ether_test --- objcopy --strip-debug --add-gnu-debuglink=ether_test.debug ether_test.full ether_test --- all_subdir_rescue --- --- .depend --- echo savecore.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libz.a /usr/obj/usr/src/tmp/usr/lib/libxo.a >> .depend --- all_subdir_lib --- --- eui64_aton_test --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=.depend.eui64_aton_test NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS=t PROG=eui64_aton_test ) --- .depend.eui64_aton_test --- --- all_subdir_rescue --- --- savecore.o --- --- all_subdir_lib --- echo eui64_aton_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a >> .depend.eui64_aton_test --- all_subdir_rescue --- cc -O2 -pipe -DRESCUE -MD -MP -MF.depend.savecore.o -MTsavecore.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/sbin/savecore/savecore.c -o savecore.o --- all_subdir_lib --- --- eui64_aton_test.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -g -MD -MP -MF.depend.eui64_aton_test.eui64_aton_test.o -MTeui64_aton_test.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libc/tests/net/eui64_aton_test.c -o eui64_aton_test.o --- all_subdir_rescue --- /usr/src/sbin/savecore/savecore.c:509:33: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'u_int' (aka 'unsigned int') [-Werror,-Wsign-compare] read(fd, temp, sectorsize) != sectorsize) { ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ /usr/src/sbin/savecore/savecore.c:587:33: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'u_int' (aka 'unsigned int') [-Werror,-Wsign-compare] read(fd, temp, sectorsize) != sectorsize) { ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ /usr/src/sbin/savecore/savecore.c:746:35: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'u_int' (aka 'unsigned int') [-Werror,-Wsign-compare] write(fd, temp, sectorsize) != sectorsize) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ 3 errors generated. *** [savecore.o] Error code 1 make[6]: stopped in /usr/src/sbin/savecore 1 error make[6]: stopped in /usr/src/sbin/savecore *** [savecore_make] Error code 2 make[5]: stopped in /usr/obj/usr/src/rescue/rescue 1 error make[5]: stopped in /usr/obj/usr/src/rescue/rescue *** [objs] Error code 2 make[4]: stopped in /usr/src/rescue/rescue 1 error make[4]: stopped in /usr/src/rescue/rescue --- all_subdir_lib --- A failure has been detected in another branch of the parallel make --- all_subdir_rescue --- *** [all] Error code 2 make[3]: stopped in /usr/src/rescue 1 error make[3]: stopped in /usr/src/rescue *** [all_subdir_rescue] Error code 2 make[2]: stopped in /usr/src --- all_subdir_lib --- make[7]: stopped in /usr/src/lib/libc/tests/net *** [eui64_aton_test] Error code 2 make[6]: stopped in /usr/src/lib/libc/tests/net 1 error make[6]: stopped in /usr/src/lib/libc/tests/net *** [all_subdir_lib/libc/tests/net] Error code 2 make[5]: stopped in /usr/src/lib/libc/tests 1 error make[5]: stopped in /usr/src/lib/libc/tests *** [all] Error code 2 make[4]: stopped in /usr/src/lib/libc 1 error make[4]: stopped in /usr/src/lib/libc *** [all_subdir_lib/libc] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [all_subdir_lib] Error code 2 make[2]: stopped in /usr/src --- all_subdir_kerberos5 --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libkrb5 *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib *** [all_subdir_kerberos5/lib] Error code 2 make[3]: stopped in /usr/src/kerberos5 1 error make[3]: stopped in /usr/src/kerberos5 *** [all_subdir_kerberos5] Error code 2 make[2]: stopped in /usr/src --- all_subdir_gnu --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/gnu/usr.bin/gdb/libgdb *** [all] Error code 2 make[5]: stopped in /usr/src/gnu/usr.bin/gdb 1 error make[5]: stopped in /usr/src/gnu/usr.bin/gdb *** [all_subdir_gnu/usr.bin/gdb] Error code 2 make[4]: stopped in /usr/src/gnu/usr.bin 1 error make[4]: stopped in /usr/src/gnu/usr.bin *** [all_subdir_gnu/usr.bin] Error code 2 make[3]: stopped in /usr/src/gnu 1 error make[3]: stopped in /usr/src/gnu *** [all_subdir_gnu] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2863215178405167830.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::106: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 Apr 15 22: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 2EF38AEDD55; Fri, 15 Apr 2016 22: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 23340179D; Fri, 15 Apr 2016 22: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 521F06CB; Fri, 15 Apr 2016 22:23:20 +0000 (UTC) Date: Fri, 15 Apr 2016 22:23:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hiren@FreeBSD.org, cem@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <865321018.17.1460759000272.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <865255517.15.1460750758870.JavaMail.jenkins@jenkins-9.freebsd.org> References: <865255517.15.1460750758870.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2866 - 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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 22:23:20 -0000 FreeBSD_HEAD_i386 - Build #2866 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2866/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2866/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2866/console Change summaries: 298087 by hiren: Fix the 'type' for a few variables from tcpcb. Reviewed by: markj Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D5973 298086 by cem: savecore(8): Explicitly cast to fix i386 warning From owner-freebsd-i386@freebsd.org Sat Apr 16 03:59:39 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 F293DB10223; Sat, 16 Apr 2016 03:59:39 +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 E6FA31650; Sat, 16 Apr 2016 03:59:39 +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 04A047C5; Sat, 16 Apr 2016 03:59:40 +0000 (UTC) Date: Sat, 16 Apr 2016 03:59:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: loos@FreeBSD.org, scottl@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <771994350.19.1460779179956.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1083 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 03:59:40 -0000 FreeBSD_STABLE_10-i386 - Build #1083 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1083/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1083/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1083/console Change summaries: 298093 by scottl: MFC r297925, r297926: Add scsi_cdb_sbuf() for handling CDB strings. Reimplement scsi_cdb_string() in terms of it. Use scsi_cdb_sbuf() inside of scsi_command_string now that the temporary string storage is no longer needed. Sponsored by: Netflix 298091 by loos: MFC r284777, r284814, r284863 and r298088: ALTQ FAIRQ discipline import from DragonFLY. Differential Revision: https://reviews.freebsd.org/D2847 Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) The end of the build log: [...truncated 70406 lines...] --- depend_subdir_texinfo --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/lib -std=gnu99 /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/info/infokey.c /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/info/key.c --- depend_subdir_groff --- ===> gnu/usr.bin/groff/font/devkoi8-r (depend) ===> gnu/usr.bin/groff/font/devlatin1 (depend) ===> gnu/usr.bin/groff/font/devlbp (depend) --- depend_subdir_texinfo --- echo infokey: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/gnu/usr.bin/texinfo/infokey/../libtxi/libtxi.a >> .depend ===> gnu/usr.bin/texinfo/install-info (depend) --- depend_subdir_groff --- ===> gnu/usr.bin/groff/font/devlj4 (depend) --- depend_subdir_texinfo --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib -std=gnu99 /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/util/install-info.c --- depend_subdir_groff --- ===> gnu/usr.bin/groff/font/devps (depend) --- depend_subdir_texinfo --- echo install-info: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/gnu/usr.bin/texinfo/install-info/../libtxi/libtxi.a >> .depend ===> gnu/usr.bin/texinfo/texindex (depend) --- depend_subdir_groff --- ===> gnu/usr.bin/groff/font/devutf8 (depend) --- sbin.depend__D --- echo nvmecontrol: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_pfctl --- ===> sbin/pfctl (depend) --- gnu.depend__D --- --- depend_subdir_texinfo --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib -std=gnu99 /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/util/texindex.c --- depend_subdir_groff --- --- depend_subdir_man --- ===> gnu/usr.bin/groff/man (depend) --- depend_subdir_tmac --- ===> gnu/usr.bin/groff/tmac (depend) --- sbin.depend__D --- --- parse.c --- yacc -o parse.c /usr/src/sbin/pfctl/parse.y --- gnu.depend__D --- --- depend_subdir_texinfo --- echo texindex: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/gnu/usr.bin/texinfo/texindex/../libtxi/libtxi.a >> .depend ===> gnu/usr.bin/texinfo/doc (depend) --- sbin.depend__D --- --- depend_subdir_pflogd --- ===> sbin/pflogd (depend) --- usr.bin.depend__D --- --- depend_subdir_colcrt --- ===> usr.bin/colcrt (depend) --- sbin.depend__D --- --- depend_subdir_pfctl --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DENABLE_ALTQ -I/usr/src/sbin/pfctl -DWITH_INET6 -DWITH_INET -std=gnu99 /usr/src/sbin/pfctl/pfctl.c parse.c /usr/src/sbin/pfctl/pfctl_parser.c /usr/src/sbin/pfctl/pf_print_state.c /usr/src/sbin/pfctl/pfctl_altq.c /usr/src/sbin/pfctl/pfctl_osfp.c /usr/src/sbin/pfctl/pfctl_radix.c /usr/src/sbin/pfctl/pfctl_table.c /usr/src/sbin/pfctl/pfctl_qstats.c /usr/src/sbin/pfctl/pfctl_optimize.c /usr/src/sbin/pfctl/../../sys/netpfil/pf/pf_ruleset.c --- depend_subdir_pflogd --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 -include /usr/src/sbin/pflogd/../../lib/libpcap/config.h /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pidfile.c /usr/src/sbin/pflogd/../../contrib/pf/pflogd/privsep.c /usr/src/sbin/pflogd/../../contrib/pf/pflogd/privsep_fdpass.c --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /usr/src/usr.bin/colcrt/colcrt.c echo colcrt: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_colldef --- ===> usr.bin/colldef (depend) --- parse.c --- yacc -d /usr/src/usr.bin/colldef/parse.y cp y.tab.c parse.c --- scan.c --- lex -8 -i -oscan.c /usr/src/usr.bin/colldef/scan.l --- sbin.depend__D --- --- depend_subdir_pfctl --- /usr/src/sbin/pfctl/parse.y:51:10: fatal error: 'net/altq/altq_fairq.h' file not found #include ^ --- usr.bin.depend__D --- --- .depend --- rm -f .depend --- sbin.depend__D --- 1 error generated. --- usr.bin.depend__D --- CC='cc ' mkdep -f .depend -a -I. -I/usr/src/usr.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -DYY_NO_INPUT -std=gnu99 parse.c scan.c --- sbin.depend__D --- --- depend_subdir_pflogd --- echo pflogd: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libpcap.a >> .depend --- usr.bin.depend__D --- --- depend_subdir_colrm --- ===> usr.bin/colrm (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /usr/src/usr.bin/colrm/colrm.c --- depend_subdir_colldef --- echo colldef: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libl.a >> .depend --- sbin.depend__D --- --- depend_subdir_ping --- --- usr.bin.depend__D --- --- depend_subdir_colrm --- echo colrm: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- sbin.depend__D --- ===> sbin/ping (depend) --- usr.sbin.depend__D --- ===> usr.sbin (depend) --- sbin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DIPSEC -std=gnu99 /usr/src/sbin/ping/ping.c --- depend_subdir_pfctl --- /usr/src/sbin/pfctl/pfctl_altq.c:45:10: fatal error: 'net/altq/altq_fairq.h' file not found #include ^ 1 error generated. --- depend_subdir_ping --- echo ping: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libm.a /usr/obj/usr/src/tmp/usr/lib/libipsec.a >> .depend --- usr.bin.depend__D --- --- depend_subdir_column --- ===> usr.bin/column (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /usr/src/usr.bin/column/column.c echo column: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- usr.sbin.depend__D --- --- depend_subdir_IPXrouted --- --- depend_subdir_ac --- --- depend_subdir_IPXrouted --- ===> usr.sbin/IPXrouted (depend) --- depend_subdir_ac --- ===> usr.sbin/ac (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /usr/src/usr.sbin/ac/ac.c --- depend_subdir_IPXrouted --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /usr/src/usr.sbin/IPXrouted/af.c /usr/src/usr.sbin/IPXrouted/if.c /usr/src/usr.sbin/IPXrouted/input.c /usr/src/usr.sbin/IPXrouted/main.c /usr/src/usr.sbin/IPXrouted/output.c /usr/src/usr.sbin/IPXrouted/startup.c /usr/src/usr.sbin/IPXrouted/tables.c /usr/src/usr.sbin/IPXrouted/timer.c /usr/src/usr.sbin/IPXrouted/trace.c /usr/src/usr.sbin/IPXrouted/sap_input.c /usr/src/usr.sbin/IPXrouted/sap_tables.c /usr/src/usr.sbin/IPXrouted/sap_output.c --- sbin.depend__D --- --- depend_subdir_pfctl --- /usr/src/sbin/pfctl/pfctl_qstats.c:41:10: fatal error: 'net/altq/altq_fairq.h' file not found #include ^ 1 error generated. --- usr.sbin.depend__D --- --- depend_subdir_ac --- echo ac: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- usr.bin.depend__D --- --- depend_subdir_comm --- ===> usr.bin/comm (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /usr/src/usr.bin/comm/comm.c --- sbin.depend__D --- mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /usr/src/sbin/pfctl --- usr.bin.depend__D --- echo comm: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- sbin.depend__D --- 1 error make[4]: stopped in /usr/src/sbin/pfctl *** [depend_subdir_pfctl] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin --- usr.bin.depend__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/usr.bin/comm *** [depend_subdir_comm] Error code 2 make[3]: stopped in /usr/src/usr.bin --- sbin.depend__D --- *** [sbin.depend__D] Error code 2 make[2]: stopped in /usr/src --- usr.sbin.depend__D --- --- depend_subdir_IPXrouted --- echo IPXrouted: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/usr.sbin/IPXrouted *** [depend_subdir_IPXrouted] Error code 2 make[3]: stopped in /usr/src/usr.sbin 1 error make[3]: stopped in /usr/src/usr.sbin *** [usr.sbin.depend__D] Error code 2 make[2]: stopped in /usr/src --- usr.bin.depend__D --- --- depend_subdir_clang --- echo tblgen: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/usr.bin/clang/tblgen/../../../lib/clang/libllvmtablegen/libllvmtablegen.a /usr/obj/usr/src/usr.bin/clang/tblgen/../../../lib/clang/libllvmsupport/libllvmsupport.a /usr/obj/usr/src/tmp/usr/lib/libncurses.a >> .depend echo tblgen: /usr/obj/usr/src/tmp/usr/lib/libc++.a >> .depend A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/usr.bin/clang/tblgen *** [depend_subdir_tblgen] Error code 2 make[4]: stopped in /usr/src/usr.bin/clang 1 error make[4]: stopped in /usr/src/usr.bin/clang *** [depend_subdir_clang] Error code 2 make[3]: stopped in /usr/src/usr.bin 2 errors make[3]: stopped in /usr/src/usr.bin *** [usr.bin.depend__D] Error code 2 make[2]: stopped in /usr/src 3 errors make[2]: stopped in /usr/src *** [_depend] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson4557433918833253618.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Sat Apr 16 05:59:54 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 D67EBB10BA9; Sat, 16 Apr 2016 05:59:54 +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 BAF141BF3; Sat, 16 Apr 2016 05:59:54 +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 E37AF818; Sat, 16 Apr 2016 05:59:54 +0000 (UTC) Date: Sat, 16 Apr 2016 05:59:54 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: scottl@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <953724194.21.1460786394868.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <771994350.19.1460779179956.JavaMail.jenkins@jenkins-9.freebsd.org> References: <771994350.19.1460779179956.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1084 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 05:59:54 -0000 FreeBSD_STABLE_10-i386 - Build #1084 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1= 084/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/108= 4/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1084= /console Change summaries: 298100 by scottl: Partial MFC of r297933 Add sbuf variants ata_cmd_sbuf() Sponsored by:=09Netflix The end of the build log: [...truncated 70143 lines...] echo mount_fusefs: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- usr.bin.depend__D --- --- depend_subdir_clang --- --- sbin.depend__D --- --- depend_subdir_mount_msdosfs --- --- usr.bin.depend__D --- =3D=3D=3D> usr.bin/clang/clang (depend) --- sbin.depend__D --- =3D=3D=3D> sbin/mount_msdosfs (depend) --- usr.sbin.depend__D --- --- mount_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -c -DWANT_NFS3 /usr/obj/usr/src/tmp/usr/include/r= pcsvc/mount.x -o mount_xdr.c --- conf_parse.c --- yacc -d -o conf_parse.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/= conf_parse.y --- sbin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/usr/src/sbin/mount_msdosfs/../mount -s= td=3Dgnu99 /usr/src/sbin/mount_msdosfs/mount_msdosfs.c /usr/src/sbin/mou= nt_msdosfs/../mount/getmntopts.c --- usr.sbin.depend__D --- --- conf_tok.c --- lex -oconf_tok.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/conf_t= ok.l --- usr.bin.depend__D --- --- DiagnosticDriverKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=3DDriver -I /usr/src/u= sr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic -d= DiagnosticDriverKinds.inc.d -o DiagnosticDriverKinds.inc.h /usr/src/usr.b= in/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagno= stic.td --- usr.sbin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/usr/src/usr.sbin/amd/amd/../../../cont= rib/amd/amd -I/usr/obj/usr/src/tmp/usr/include/rpcsvc -I. -I/usr/src/usr.sb= in/amd/amd -I/usr/src/usr.sbin/amd/amd/../include -I/usr/obj/usr/src/usr.sb= in/amd/amd/../include -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd/incl= ude -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd -DHAVE_CONFIG_H -DHOST= _CPU=3D\"i386\" -DHOST_ARCH=3D\"i386\" -std=3Dgnu99 conf_parse.c conf_to= k.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/am_ops.c /usr/src/us= r.sbin/amd/amd/../../../contrib/amd/amd/amd.c /usr/src/usr.sbin/amd/amd/../= ../../contrib/amd/amd/amfs_auto.c /usr/src/usr.sbin/amd/amd/../../../contri= b/amd/amd/amfs_direct.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/= amfs_error.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/amfs_generi= c.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/amfs_host.c /usr/src= /usr.sbin/amd/amd/../../../contrib/amd/amd/amfs_link.c /usr/src/usr.sbin/am= d/amd/../../../contrib/amd/amd/amfs_linkx.c /usr/src/usr.sbin/amd/amd/../..= /../contrib/amd/amd/amfs_nfsl.c /usr/src/usr.sbin/amd/amd/../../../contrib/= amd/amd/amfs_nfsx.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/amfs= _program.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/amfs_root.c /= usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/amfs_toplvl.c /usr/src/us= r.sbin/amd/amd/../../../contrib/amd/amd/amfs_union.c /usr/src/usr.sbin/amd/= amd/../../../contrib/amd/amd/amq_subr.c /usr/src/usr.sbin/amd/amd/../../../= contrib/amd/amd/amq_svc.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/am= d/autil.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/clock.c /usr/s= rc/usr.sbin/amd/amd/../../../contrib/amd/amd/conf.c /usr/src/usr.sbin/amd/a= md/../../../contrib/amd/amd/get_args.c /usr/src/usr.sbin/amd/amd/../../../c= ontrib/amd/amd/info_exec.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/a= md/info_file.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/info_ndbm= .c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/info_passwd.c /usr/sr= c/usr.sbin/amd/amd/../../../contrib/amd/amd/info_union.c /usr/src/usr.sbin/= amd/amd/../../../contrib/amd/amd/map.c /usr/src/usr.sbin/amd/amd/../../../c= ontrib/amd/amd/mapc.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/mn= tfs.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/nfs_prot_svc.c /us= r/src/usr.sbin/amd/amd/../../../contrib/amd/amd/nfs_start.c /usr/src/usr.sb= in/amd/amd/../../../contrib/amd/amd/nfs_subr.c /usr/src/usr.sbin/amd/amd/..= /../../contrib/amd/amd/ops_cdfs.c /usr/src/usr.sbin/amd/amd/../../../contri= b/amd/amd/ops_mfs.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/ops_= nfs.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/ops_nfs3.c /usr/sr= c/usr.sbin/amd/amd/../../../contrib/amd/amd/ops_nullfs.c /usr/src/usr.sbin/= amd/amd/../../../contrib/amd/amd/ops_pcfs.c /usr/src/usr.sbin/amd/amd/../..= /../contrib/amd/amd/ops_tfs.c /usr/src/usr.sbin/amd/amd/../../../contrib/am= d/amd/ops_ufs.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/ops_umap= fs.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/ops_unionfs.c /usr/= src/usr.sbin/amd/amd/../../../contrib/amd/amd/opts.c /usr/src/usr.sbin/amd/= amd/../../../contrib/amd/amd/readdir.c /usr/src/usr.sbin/amd/amd/../../../c= ontrib/amd/amd/restart.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd= /rpc_fwd.c /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/sched.c /usr/= src/usr.sbin/amd/amd/../../../contrib/amd/amd/srvr_amfs_auto.c /usr/src/usr= .sbin/amd/amd/../../../contrib/amd/amd/srvr_nfs.c mount_xdr.c /usr/src/usr.= sbin/amd/amd/../../../contrib/amd/amd/info_nis.c --- sbin.depend__D --- echo mount_msdosfs: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tm= p/usr/lib/libkiconv.a >> .depend --- depend_subdir_mount_nfs --- =3D=3D=3D> sbin/mount_nfs (depend) --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -DNFS -I/usr/src/sbin/mount_nfs/../mount = -I/usr/src/sbin/mount_nfs/../../usr.sbin/rpc.umntall -std=3Dgnu99 /usr/s= rc/sbin/mount_nfs/mount_nfs.c /usr/src/sbin/mount_nfs/../mount/getmntopts.c= /usr/src/sbin/mount_nfs/../../usr.sbin/rpc.umntall/mounttab.c --- usr.bin.depend__D --- --- DiagnosticFrontendKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=3DFrontend -I /usr/src= /usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic = -d DiagnosticFrontendKinds.inc.d -o DiagnosticFrontendKinds.inc.h /usr/src= /usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic/= Diagnostic.td --- sbin.depend__D --- echo mount_nfs: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_mount_nullfs --- =3D=3D=3D> sbin/mount_nullfs (depend) --- usr.bin.depend__D --- --- DiagnosticLexKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=3DLex -I /usr/src/usr.= bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic -d Di= agnosticLexKinds.inc.d -o DiagnosticLexKinds.inc.h /usr/src/usr.bin/clang/= clang/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td --- sbin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/usr/src/sbin/mount_nullfs/../mount -st= d=3Dgnu99 /usr/src/sbin/mount_nullfs/mount_nullfs.c /usr/src/sbin/mount_= nullfs/../mount/getmntopts.c echo mount_nullfs: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_mount_udf --- =3D=3D=3D> sbin/mount_udf (depend) --- usr.bin.depend__D --- --- DiagnosticSemaKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=3DSema -I /usr/src/usr= .bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic -d D= iagnosticSemaKinds.inc.d -o DiagnosticSemaKinds.inc.h /usr/src/usr.bin/cla= ng/clang/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.t= d --- sbin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/usr/src/sbin/mount_udf/../mount -I/usr= /src/sbin/mount_udf/../../sys -std=3Dgnu99 /usr/src/sbin/mount_udf/mount= _udf.c /usr/src/sbin/mount_udf/../mount/getmntopts.c echo mount_udf: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/us= r/lib/libkiconv.a >> .depend --- depend_subdir_mount_unionfs --- =3D=3D=3D> sbin/mount_unionfs (depend) --- usr.bin.depend__D --- --- CC1AsOptions.inc.h --- tblgen -gen-opt-parser-defs -I /usr/src/usr.bin/clang/clang/../../../contr= ib/llvm/include -I /usr/src/usr.bin/clang/clang/../../../contrib/llvm/tools= /clang/include/clang/Driver -d CC1AsOptions.inc.d -o CC1AsOptions.inc.h /= usr/src/usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang= /Driver/CC1AsOptions.td --- DiagnosticCommonKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=3DCommon -I /usr/src/u= sr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic -d= DiagnosticCommonKinds.inc.d -o DiagnosticCommonKinds.inc.h /usr/src/usr.b= in/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagno= stic.td --- sbin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/usr/src/sbin/mount_unionfs/../mount -s= td=3Dgnu99 /usr/src/sbin/mount_unionfs/mount_unionfs.c /usr/src/sbin/mou= nt_unionfs/../mount/getmntopts.c echo mount_unionfs: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_natd --- =3D=3D=3D> sbin/natd (depend) --- usr.bin.depend__D --- --- Options.inc.h --- tblgen -gen-opt-parser-defs -I /usr/src/usr.bin/clang/clang/../../../contr= ib/llvm/include -I /usr/src/usr.bin/clang/clang/../../../contrib/llvm/tools= /clang/include/clang/Driver -d Options.inc.d -o Options.inc.h /usr/src/us= r.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Driver/Op= tions.td --- sbin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /usr/src/sbin/natd/natd.= c /usr/src/sbin/natd/icmp.c --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/usr/src/usr.bin/clang/clang/../../../c= ontrib/llvm/include -I/usr/src/usr.bin/clang/clang/../../../contrib/llvm/to= ols/clang/include -I/usr/src/usr.bin/clang/clang/../../../contrib/llvm/tool= s/clang/tools/driver -I. -I/usr/src/usr.bin/clang/clang/../../../contrib/ll= vm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_= MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DCLANG_ENABLE_ARCMT -DCLANG_ENABL= E_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"= i386-unknown-freebsd10.3\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd10.3\= " -DDEFAULT_SYSROOT=3D\"\" /usr/src/usr.bin/clang/clang/../../../c= ontrib/llvm/tools/clang/tools/driver/cc1_main.cpp /usr/src/usr.bin/clang/cl= ang/../../../contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp /usr/src/= usr.bin/clang/clang/../../../contrib/llvm/tools/clang/tools/driver/driver.c= pp=20 --- sbin.depend__D --- echo natd: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib= /libalias.a >> .depend --- depend_subdir_newfs --- =3D=3D=3D> sbin/newfs (depend) --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /usr/src/sbin/newfs/newf= s.c /usr/src/sbin/newfs/mkfs.c /usr/src/sbin/newfs/../../sys/geom/geom_bsd_= enc.c echo newfs: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/li= b/libufs.a /usr/obj/usr/src/tmp/usr/lib/libutil.a >> .depend --- depend_subdir_newfs_msdos --- =3D=3D=3D> sbin/newfs_msdos (depend) --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /usr/src/sbin/newfs_msdo= s/newfs_msdos.c echo newfs_msdos: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_nfsiod --- =3D=3D=3D> sbin/nfsiod (depend) --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /usr/src/sbin/nfsiod/nfs= iod.c echo nfsiod: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_nos-tun --- =3D=3D=3D> sbin/nos-tun (depend) --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /usr/src/sbin/nos-tun/no= s-tun.c echo nos-tun: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_nvmecontrol --- =3D=3D=3D> sbin/nvmecontrol (depend) --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /usr/src/sbin/nvmecontro= l/nvmecontrol.c /usr/src/sbin/nvmecontrol/devlist.c /usr/src/sbin/nvmecontr= ol/firmware.c /usr/src/sbin/nvmecontrol/identify.c /usr/src/sbin/nvmecontro= l/logpage.c /usr/src/sbin/nvmecontrol/perftest.c /usr/src/sbin/nvmecontrol/= reset.c /usr/src/sbin/nvmecontrol/../../sys/dev/nvme/nvme_util.c --- usr.bin.depend__D --- echo clang: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/usr.bin/cl= ang/clang/../../../lib/clang/libclangfrontendtool/libclangfrontendtool.a /u= sr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libclangfrontend/libc= langfrontend.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libc= langdriver/libclangdriver.a /usr/obj/usr/src/usr.bin/clang/clang/../../../l= ib/clang/libclangserialization/libclangserialization.a /usr/obj/usr/src/usr= .bin/clang/clang/../../../lib/clang/libclangcodegen/libclangcodegen.a /usr/= obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libclangparse/libclangpa= rse.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libclangsema/= libclangsema.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libc= langstaticanalyzerfrontend/libclangstaticanalyzerfrontend.a /usr/obj/usr/sr= c/usr.bin/clang/clang/../../../lib/clang/libclangstaticanalyzercheckers/lib= clangstaticanalyzercheckers.a /usr/obj/usr/src/usr.bin/clang/clang/../../..= /lib/clang/libclangstaticanalyzercore/libclangstaticanalyzercore.a /usr/obj= /usr/src/usr.bin/clang/clang/../../../lib/clang/libclangarcmigrate/libclang= arcmigrate.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libcla= ngrewritefrontend/libclangrewritefrontend.a /usr/obj/usr/src/usr.bin/clang/= clang/../../../lib/clang/libclangrewritecore/libclangrewritecore.a /usr/obj= /usr/src/usr.bin/clang/clang/../../../lib/clang/libclanganalysis/libclangan= alysis.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libclanged= it/libclangedit.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/l= ibclangast/libclangast.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/= clang/libclangbasic/libclangbasic.a /usr/obj/usr/src/usr.bin/clang/clang/..= /../../lib/clang/libclanglex/libclanglex.a /usr/obj/usr/src/usr.bin/clang/c= lang/../../../lib/clang/libllvmoption/libllvmoption.a /usr/obj/usr/src/usr.= bin/clang/clang/../../../lib/clang/libllvmlinker/libllvmlinker.a /usr/obj/u= sr/src/usr.bin/clang/clang/../../../lib/clang/libllvmirreader/libllvmirread= er.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmipo/lib= llvmipo.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmve= ctorize/libllvmvectorize.a /usr/obj/usr/src/usr.bin/clang/clang/../../../li= b/clang/libllvminstrumentation/libllvminstrumentation.a /usr/obj/usr/src/us= r.bin/clang/clang/../../../lib/clang/libllvmbitwriter/libllvmbitwriter.a /u= sr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmbitreader/libl= lvmbitreader.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libl= lvmasmparser/libllvmasmparser.a /usr/obj/usr/src/usr.bin/clang/clang/../../= ../lib/clang/libllvmarmdisassembler/libllvmarmdisassembler.a /usr/obj/usr/s= rc/usr.bin/clang/clang/../../../lib/clang/libllvmarmcodegen/libllvmarmcodeg= en.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmarmasmp= arser/libllvmarmasmparser.a /usr/obj/usr/src/usr.bin/clang/clang/../../../l= ib/clang/libllvmarmdesc/libllvmarmdesc.a /usr/obj/usr/src/usr.bin/clang/cla= ng/../../../lib/clang/libllvmarminfo/libllvmarminfo.a /usr/obj/usr/src/usr.= bin/clang/clang/../../../lib/clang/libllvmarminstprinter/libllvmarminstprin= ter.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmmipsdi= sassembler/libllvmmipsdisassembler.a /usr/obj/usr/src/usr.bin/clang/clang/.= ./../../lib/clang/libllvmmipscodegen/libllvmmipscodegen.a /usr/obj/usr/src/= usr.bin/clang/clang/../../../lib/clang/libllvmmipsasmparser/libllvmmipsasmp= arser.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmmips= desc/libllvmmipsdesc.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/cl= ang/libllvmmipsinfo/libllvmmipsinfo.a /usr/obj/usr/src/usr.bin/clang/clang/= ../../../lib/clang/libllvmmipsinstprinter/libllvmmipsinstprinter.a /usr/obj= /usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmpowerpccodegen/libll= vmpowerpccodegen.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/= libllvmpowerpcasmparser/libllvmpowerpcasmparser.a /usr/obj/usr/src/usr.bin/= clang/clang/../../../lib/clang/libllvmpowerpcdesc/libllvmpowerpcdesc.a /usr= /obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmpowerpcinfo/libl= lvmpowerpcinfo.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/li= bllvmpowerpcinstprinter/libllvmpowerpcinstprinter.a /usr/obj/usr/src/usr.bi= n/clang/clang/../../../lib/clang/libllvmsparcdisassembler/libllvmsparcdisas= sembler.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmsp= arccodegen/libllvmsparccodegen.a /usr/obj/usr/src/usr.bin/clang/clang/../..= /../lib/clang/libllvmsparcasmparser/libllvmsparcasmparser.a /usr/obj/usr/sr= c/usr.bin/clang/clang/../../../lib/clang/libllvmsparcdesc/libllvmsparcdesc.= a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmsparcinfo/= libllvmsparcinfo.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/= libllvmsparcinstprinter/libllvmsparcinstprinter.a /usr/obj/usr/src/usr.bin/= clang/clang/../../../lib/clang/libllvmx86disassembler/libllvmx86disassemble= r.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmx86asmpa= rser/libllvmx86asmparser.a /usr/obj/usr/src/usr.bin/clang/clang/../../../li= b/clang/libllvmx86codegen/libllvmx86codegen.a /usr/obj/usr/src/usr.bin/clan= g/clang/../../../lib/clang/libllvmselectiondag/libllvmselectiondag.a /usr/o= bj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmasmprinter/libllvm= asmprinter.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllv= mmcparser/libllvmmcparser.a /usr/obj/usr/src/usr.bin/clang/clang/../../../l= ib/clang/libllvmcodegen/libllvmcodegen.a /usr/obj/usr/src/usr.bin/clang/cla= ng/../../../lib/clang/libllvmobjcarcopts/libllvmobjcarcopts.a /usr/obj/usr/= src/usr.bin/clang/clang/../../../lib/clang/libllvmscalaropts/libllvmscalaro= pts.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvminstco= mbine/libllvminstcombine.a /usr/obj/usr/src/usr.bin/clang/clang/../../../li= b/clang/libllvmtransformutils/libllvmtransformutils.a /usr/obj/usr/src/usr.= bin/clang/clang/../../../lib/clang/libllvmipa/libllvmipa.a /usr/obj/usr/src= /usr.bin/clang/clang/../../../lib/clang/libllvmanalysis/libllvmanalysis.a /= usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmx86desc/libll= vmx86desc.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvm= x86info/libllvmx86info.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/= clang/libllvmtarget/libllvmtarget.a /usr/obj/usr/src/usr.bin/clang/clang/..= /../../lib/clang/libllvmx86instprinter/libllvmx86instprinter.a /usr/obj/usr= /src/usr.bin/clang/clang/../../../lib/clang/libllvmmc/libllvmmc.a /usr/obj/= usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmobject/libllvmobject.= a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmx86utils/l= ibllvmx86utils.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/clang/li= bllvmcore/libllvmcore.a /usr/obj/usr/src/usr.bin/clang/clang/../../../lib/c= lang/libllvmsupport/libllvmsupport.a /usr/obj/usr/src/tmp/usr/lib/libncurse= s.a >> .depend echo clang: /usr/obj/usr/src/tmp/usr/lib/libc++.a >> .depend --- depend_subdir_clang-tblgen --- =3D=3D=3D> usr.bin/clang/clang-tblgen (depend) --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/usr/src/usr.bin/clang/clang-tblgen/../= ../../contrib/llvm/include -I/usr/src/usr.bin/clang/clang-tblgen/../../../c= ontrib/llvm/tools/clang/include -I/usr/src/usr.bin/clang/clang-tblgen/../..= /../contrib/llvm/tools/clang/utils/TableGen -I. -I/usr/src/usr.bin/clang/cl= ang-tblgen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DL= LVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DCL= ANG_ENABLE_ARCMT -DCLANG_ENABLE_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -DL= LVM_DEFAULT_TARGET_TRIPLE=3D\"i386-unknown-freebsd10.3\" -DLLVM_HOST_TRIPLE= =3D\"i386-unknown-freebsd10.3\" -DDEFAULT_SYSROOT=3D\"\" /usr/src/= usr.bin/clang/clang-tblgen/../../../contrib/llvm/tools/clang/utils/TableGen= /ClangASTNodesEmitter.cpp /usr/src/usr.bin/clang/clang-tblgen/../../../cont= rib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp /usr/src/usr.bin/c= lang/clang-tblgen/../../../contrib/llvm/tools/clang/utils/TableGen/ClangCom= mentCommandInfoEmitter.cpp /usr/src/usr.bin/clang/clang-tblgen/../../../con= trib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenc= eEmitter.cpp /usr/src/usr.bin/clang/clang-tblgen/../../../contrib/llvm/tool= s/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp /usr/src/usr.bin/cla= ng/clang-tblgen/../../../contrib/llvm/tools/clang/utils/TableGen/ClangDiagn= osticsEmitter.cpp /usr/src/usr.bin/clang/clang-tblgen/../../../contrib/llvm= /tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp /usr/src/usr.bin/cla= ng/clang-tblgen/../../../contrib/llvm/tools/clang/utils/TableGen/NeonEmitte= r.cpp /usr/src/usr.bin/clang/clang-tblgen/../../../contrib/llvm/tools/clang= /utils/TableGen/TableGen.cpp=20 --- sbin.depend__D --- echo nvmecontrol: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend --- depend_subdir_pfctl --- =3D=3D=3D> sbin/pfctl (depend) --- parse.c --- yacc -o parse.c /usr/src/sbin/pfctl/parse.y --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -DENABLE_ALTQ -I/usr/src/sbin/pfctl -DWIT= H_INET6 -DWITH_INET -std=3Dgnu99 /usr/src/sbin/pfctl/pfctl.c parse.c /us= r/src/sbin/pfctl/pfctl_parser.c /usr/src/sbin/pfctl/pf_print_state.c /usr/s= rc/sbin/pfctl/pfctl_altq.c /usr/src/sbin/pfctl/pfctl_osfp.c /usr/src/sbin/p= fctl/pfctl_radix.c /usr/src/sbin/pfctl/pfctl_table.c /usr/src/sbin/pfctl/pf= ctl_qstats.c /usr/src/sbin/pfctl/pfctl_optimize.c /usr/src/sbin/pfctl/../..= /sys/netpfil/pf/pf_ruleset.c /usr/src/sbin/pfctl/parse.y:51:10: fatal error: 'net/altq/altq_fairq.h' fil= e not found #include ^ 1 error generated. /usr/src/sbin/pfctl/pfctl_altq.c:45:10: fatal error: 'net/altq/altq_fairq.h= ' file not found #include ^ 1 error generated. /usr/src/sbin/pfctl/pfctl_qstats.c:41:10: fatal error: 'net/altq/altq_fairq= .h' file not found #include ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /usr/src/sbin/pfctl 1 error make[4]: stopped in /usr/src/sbin/pfctl *** [depend_subdir_pfctl] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.depend__D] Error code 2 make[2]: stopped in /usr/src --- usr.bin.depend__D --- echo clang-tblgen: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/usr= .bin/clang/clang-tblgen/../../../lib/clang/libllvmtablegen/libllvmtablegen.= a /usr/obj/usr/src/usr.bin/clang/clang-tblgen/../../../lib/clang/libllvmsup= port/libllvmsupport.a /usr/obj/usr/src/tmp/usr/lib/libncurses.a >> .depend echo clang-tblgen: /usr/obj/usr/src/tmp/usr/lib/libc++.a >> .depend A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/usr.bin/clang/clang-tblgen *** [depend_subdir_clang-tblgen] Error code 2 make[4]: stopped in /usr/src/usr.bin/clang 1 error make[4]: stopped in /usr/src/usr.bin/clang *** [depend_subdir_clang] Error code 2 make[3]: stopped in /usr/src/usr.bin 1 error make[3]: stopped in /usr/src/usr.bin *** [usr.bin.depend__D] Error code 2 make[2]: stopped in /usr/src --- usr.sbin.depend__D --- echo amd: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/usr.sbin/amd= /amd/../libamu/libamu.a /usr/obj/usr/src/tmp/usr/lib/libwrap.a >> .depend A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/usr.sbin/amd/amd *** [depend_subdir_amd] Error code 2 make[4]: stopped in /usr/src/usr.sbin/amd 1 error make[4]: stopped in /usr/src/usr.sbin/amd *** [depend_subdir_amd] Error code 2 make[3]: stopped in /usr/src/usr.sbin --- depend_subdir_acpi --- echo acpidb: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/l= ib/libpthread.a >> .depend A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/usr.sbin/acpi/acpidb *** [_sub.depend] Error code 2 make[4]: stopped in /usr/src/usr.sbin/acpi 1 error make[4]: stopped in /usr/src/usr.sbin/acpi *** [depend_subdir_acpi] Error code 2 make[3]: stopped in /usr/src/usr.sbin 2 errors make[3]: stopped in /usr/src/usr.sbin *** [usr.sbin.depend__D] Error code 2 make[2]: stopped in /usr/src 3 errors make[2]: stopped in /usr/src *** [_depend] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson2881780756313261605.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Sat Apr 16 16:13:06 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 111AEB10827; Sat, 16 Apr 2016 16:13:06 +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 018F913C8; Sat, 16 Apr 2016 16:13:06 +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 2DBA49BA; Sat, 16 Apr 2016 16:13:06 +0000 (UTC) Date: Sat, 16 Apr 2016 16:13:04 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: loos@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2110542474.23.1460823186129.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <953724194.21.1460786394868.JavaMail.jenkins@jenkins-9.freebsd.org> References: <953724194.21.1460786394868.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1085 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-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.21 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.21 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 16:13:06 -0000 FreeBSD_STABLE_10-i386 - Build #1085 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1085/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1085/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1085/console Change summaries: 298115 by loos: Fix the build. pointy hat to: loos Reported by: gjb, Herbert J. Skuhra