From owner-freebsd-current@freebsd.org Sat Nov 28 00:34:09 2015 Return-Path: Delivered-To: freebsd-current@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 49465A36405 for ; Sat, 28 Nov 2015 00:34:09 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sarah.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BB8291C68; Sat, 28 Nov 2015 00:34:07 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [202.12.127.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by sarah.protected-networks.net (Postfix) with ESMTPS id 130BBFEBE5; Fri, 27 Nov 2015 19:34:03 -0500 (EST) Authentication-Results: sarah.protected-networks.net; domainkeys=fail (no signature) header.from=imb@protected-networks.net Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id A813FCC; Fri, 27 Nov 2015 19:34:01 -0500 (EST) Subject: Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #841 - Failure To: adrian@FreeBSD.org, freebsd-current@FreeBSD.org References: <51960674.203.1448667907552.JavaMail.jenkins@jenkins-9.freebsd.org> From: Michael Butler Message-ID: <5658F676.3040507@protected-networks.net> Date: Fri, 27 Nov 2015 19:33:58 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <51960674.203.1448667907552.JavaMail.jenkins@jenkins-9.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 00:34:09 -0000 SVN 291411 should have included the following to build correctly in the non-debug case: Index: sys/dev/ath/if_ath_tx_ht.c =================================================================== --- sys/dev/ath/if_ath_tx_ht.c (revision 291411) +++ sys/dev/ath/if_ath_tx_ht.c (working copy) @@ -627,7 +627,7 @@ ath_rateseries_setup(sc, ni, bf, series); -#if 1 +#ifdef ATH_DEBUG if (sc->sc_debug & ATH_DEBUG_XMIT) ath_rateseries_print(sc, series); #endif On 11/27/15 18:45, jenkins-admin@FreeBSD.org wrote: > FreeBSD_HEAD_amd64_gcc4.9 - Build #841 - Failure: > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/841/ > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/841/changes > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/841/console > > Change summaries: > > 291411 by adrian: > [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT is set. > > 291410 by tuexen: > Take also the send queue and sent queue into account when triggering > the sending of outgoing stream reset requests. > > MFC after: 3 days > > 291409 by emaste: > kbdmap: include filename when reporting fopen() failure > > Previously only one of two cases reported the file name. Use the same > error string in both cases. > > Sponsored by: The FreeBSD Foundation > > > > The end of the build log: > > [...truncated 288432 lines...] > ctfconvert -L VERSION -g ata-acerlabs.o > --- ataacerlabs.ko.full --- > /usr/local/x86_64-freebsd/bin/ld -d -warn-common -r -d -o ataacerlabs.ko.full ata-acerlabs.o > ctfmerge -L VERSION -g -o ataacerlabs.ko.full ata-acerlabs.o > :> export_syms > awk -f /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/conf/kmod_syms.awk ataacerlabs.ko.full export_syms | xargs -J% /usr/local/x86_64-freebsd/bin/objcopy % ataacerlabs.ko.full > --- ataacerlabs.ko.debug --- > /usr/local/x86_64-freebsd/bin/objcopy --only-keep-debug ataacerlabs.ko.full ataacerlabs.ko.debug > --- ataacerlabs.ko --- > /usr/local/x86_64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ataacerlabs.ko.debug ataacerlabs.ko.full ataacerlabs.ko > --- all_subdir_ataamd --- > ===> ata/atapci/chipsets/ataamd (all) > --- ata-amd.o --- > /usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC -MD -MP -MF.depend.ata-amd.o -MTata-amd.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm i s > sing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized -Wno-error=array-bounds -Wno-error=address -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes -Wno-error=strict-overflow -Wno-error=overflow -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata/atapci/chipsets/ataamd/../../../../../dev/ata/chipsets/ata-amd.c -o ata-amd.o > --- all_subdir_autofs --- > ctfconvert -L VERSION -g autofs.o > --- autofs_vnops.o --- > /usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC -MD -MP -MF.depend.autofs_vnops.o -MTautofs_vnops.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-proto t y > pes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized -Wno-error=array-bounds -Wno-error=address -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes -Wno-error=strict-overflow -Wno-error=overflow -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/autofs/../../fs/autofs/autofs_vnops.c -o autofs_vnops.o > --- all_subdir_ata --- > ctfconvert -L VERSION -g ata-amd.o > --- ataamd.ko.full --- > /usr/local/x86_64-freebsd/bin/ld -d -warn-common -r -d -o ataamd.ko.full ata-amd.o > ctfmerge -L VERSION -g -o ataamd.ko.full ata-amd.o > :> export_syms > awk -f /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/conf/kmod_syms.awk ataamd.ko.full export_syms | xargs -J% /usr/local/x86_64-freebsd/bin/objcopy % ataamd.ko.full > --- ataamd.ko.debug --- > /usr/local/x86_64-freebsd/bin/objcopy --only-keep-debug ataamd.ko.full ataamd.ko.debug > --- ata-pci.o --- > ctfconvert -L VERSION -g ata-pci.o > --- all_subdir_chipsets --- > --- ataamd.ko --- > /usr/local/x86_64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ataamd.ko.debug ataamd.ko.full ataamd.ko > --- all_subdir_ataati --- > ===> ata/atapci/chipsets/ataati (all) > --- all_subdir_autofs --- > --- autofs_vfsops.o --- > /usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC -MD -MP -MF.depend.autofs_vfsops.o -MTautofs_vfsops.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pro t o > types -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized -Wno-error=array-bounds -Wno-error=address -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes -Wno-error=strict-overflow -Wno-error=overflow -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/autofs/../../fs/autofs/autofs_vfsops.c -o autofs_vfsops.o > --- all_subdir_ath --- > --- if_ath_sysctl.o --- > ctfconvert -L VERSION -g if_ath_sysctl.o > --- all_subdir_autofs --- > --- autofs_vnops.o --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/autofs/../../fs/autofs/autofs_vnops.c: In function 'autofs_trigger_vn': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/autofs/../../fs/autofs/autofs_vnops.c:139:23: warning: variable 'amp' set but not used [-Wunused-but-set-variable] > struct autofs_mount *amp; > ^ > --- all_subdir_ata --- > --- ata-ati.o --- > /usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC -MD -MP -MF.depend.ata-ati.o -MTata-ati.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm i s > sing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized -Wno-error=array-bounds -Wno-error=address -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes -Wno-error=strict-overflow -Wno-error=overflow -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata/atapci/chipsets/ataati/../../../../../dev/ata/chipsets/ata-ati.c -o ata-ati.o > --- all_subdir_ath --- > --- if_ath_tx.o --- > /usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC -MD -MP -MF.depend.if_ a t > h_tx.o -MTif_ath_tx.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized -Wno-error=array-bounds -Wno-error=address -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes -Wno-error=strict-overflow -Wno-error=overflow -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c -o if_ath_tx.o > --- all_subdir_autofs --- > --- autofs_vfsops.o --- > ctfconvert -L VERSION -g autofs_vfsops.o > --- all_subdir_ath --- > --- if_ath_tx_ht.o --- > /usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/lib --sysroot=/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC -MD -MP -MF.depend.if_ a t > h_tx_ht.o -MTif_ath_tx_ht.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable -Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized -Wno-error=array-bounds -Wno-error=address -Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes -Wno-error=strict-overflow -Wno-error=overflow -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=iso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx_ht.c -o if_ath_tx_ht.o > --- all_subdir_autofs --- > --- autofs_vnops.o --- > ctfconvert -L VERSION -g autofs_vnops.o > --- all_subdir_ath --- > --- if_ath_tx.o --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_calc_protection': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:1036:6: warning: variable 'shortPreamble' set but not used [-Wunused-but-set-variable] > int shortPreamble; > ^ > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:1033:26: warning: variable 'wh' set but not used [-Wunused-but-set-variable] > struct ieee80211_frame *wh; > ^ > --- all_subdir_autofs --- > --- autofs.ko.full --- > /usr/local/x86_64-freebsd/bin/ld -d -warn-common -r -d -o autofs.ko.full autofs.o autofs_vnops.o autofs_vfsops.o > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_normal_setup': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:1536:19: warning: variable 'ds' set but not used [-Wunused-but-set-variable] > struct ath_desc *ds; > ^ > --- all_subdir_ata --- > ctfconvert -L VERSION -g ata-ati.o > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_start': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:1848:16: warning: variable 'seqno' set but not used [-Wunused-but-set-variable] > ieee80211_seq seqno; > ^ > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:1847:6: warning: variable 'is_ampdu' set but not used [-Wunused-but-set-variable] > int is_ampdu, is_ampdu_tx, is_ampdu_pending; > ^ > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_raw_start': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:2073:16: warning: variable 'subtype' set but not used [-Wunused-but-set-variable] > uint8_t type, subtype; > ^ > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:2073:10: warning: variable 'type' set but not used [-Wunused-but-set-variable] > uint8_t type, subtype; > ^ > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:2069:19: warning: variable 'ds' set but not used [-Wunused-but-set-variable] > struct ath_desc *ds; > ^ > --- all_subdir_autofs --- > ctfmerge -L VERSION -g -o autofs.ko.full autofs.o autofs_vnops.o autofs_vfsops.o > --- all_subdir_ata --- > --- ataati.ko.full --- > /usr/local/x86_64-freebsd/bin/ld -d -warn-common -r -d -o ataati.ko.full ata-ati.o > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_swq': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:3032:26: warning: variable 'wh' set but not used [-Wunused-but-set-variable] > struct ieee80211_frame *wh; > ^ > --- all_subdir_ata --- > ctfmerge -L VERSION -g -o ataati.ko.full ata-ati.o > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_tid_drain_print': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:3731:29: warning: variable 'tap' set but not used [-Wunused-but-set-variable] > struct ieee80211_tx_ampdu *tap; > ^ > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:3730:18: warning: variable 'txq' set but not used [-Wunused-but-set-variable] > struct ath_txq *txq; > ^ > --- all_subdir_ata --- > :> export_syms > awk -f /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/conf/kmod_syms.awk ataati.ko.full export_syms | xargs -J% /usr/local/x86_64-freebsd/bin/objcopy % ataati.ko.full > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_aggr_retry_unaggr': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:4400:29: warning: variable 'tap' set but not used [-Wunused-but-set-variable] > struct ieee80211_tx_ampdu *tap; > ^ > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_comp_aggr_error': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:4558:29: warning: variable 'tap' set but not used [-Wunused-but-set-variable] > struct ieee80211_tx_ampdu *tap; > ^ > --- all_subdir_ata --- > --- ataati.ko.debug --- > /usr/local/x86_64-freebsd/bin/objcopy --only-keep-debug ataati.ko.full ataati.ko.debug > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_aggr_comp_aggr': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:4723:6: warning: variable 'txseq' set but not used [-Wunused-but-set-variable] > int txseq; > ^ > --- all_subdir_ata --- > --- ataati.ko --- > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_tid_hw_queue_aggr': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:5243:29: warning: variable 'tap' set but not used [-Wunused-but-set-variable] > struct ieee80211_tx_ampdu *tap; > ^ > --- all_subdir_ata --- > /usr/local/x86_64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ataati.ko.debug ataati.ko.full ataati.ko > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_node_sleep': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:6102:18: warning: variable 'txq' set but not used [-Wunused-but-set-variable] > struct ath_txq *txq; > ^ > --- all_subdir_ata --- > --- all_subdir_atacenatek --- > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function 'ath_tx_node_wakeup': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx.c:6139:18: warning: variable 'txq' set but not used [-Wunused-but-set-variable] > struct ath_txq *txq; > ^ > --- all_subdir_ata --- > ===> ata/atapci/chipsets/atacenatek (all) > --- all_subdir_autofs --- > :> export_syms > awk -f /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/conf/kmod_syms.awk autofs.ko.full export_syms | xargs -J% /usr/local/x86_64-freebsd/bin/objcopy % autofs.ko.full > --- autofs.ko.debug --- > --- all_subdir_ath --- > --- if_ath_tx_ht.o --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx_ht.c: In function 'ath_buf_set_rate': > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx_ht.c:631:21: error: 'ATH_DEBUG_XMIT' undeclared (first use in this function) > if (sc->sc_debug & ATH_DEBUG_XMIT) > ^ > --- all_subdir_autofs --- > /usr/local/x86_64-freebsd/bin/objcopy --only-keep-debug autofs.ko.full autofs.ko.debug > --- all_subdir_ath --- > /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/if_ath_tx_ht.c:631:21: note: each undeclared identifier is reported only once for each function it appears in > --- all_subdir_autofs --- > --- autofs.ko --- > /usr/local/x86_64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=autofs.ko.debug autofs.ko.full autofs.ko > --- all_subdir_ath --- > *** [if_ath_tx_ht.o] Error code 1 > > make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath > --- all_subdir_autofs --- > A failure has been detected in another branch of the parallel make > > make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/autofs > *** [all_subdir_autofs] Error code 2 > > make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules > --- all_subdir_ata --- > A failure has been detected in another branch of the parallel make > > make[7]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata/atapci/chipsets/atacenatek > *** [all_subdir_atacenatek] Error code 2 > > make[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata/atapci/chipsets > 1 error > > make[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata/atapci/chipsets > *** [all_subdir_chipsets] Error code 2 > > make[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata/atapci > 1 error > > make[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata/atapci > *** [all_subdir_atapci] Error code 2 > > make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata > 1 error > > make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ata > *** [all_subdir_ata] Error code 2 > > make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules > --- all_subdir_ath --- > --- if_ath_tx.o --- > ctfconvert -L VERSION -g if_ath_tx.o > 1 error > > make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath > *** [all_subdir_ath] Error code 2 > > make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules > 3 errors > > make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules > *** [modules-all] Error code 2 > > make[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC > 1 error > > make[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC > *** [buildkernel] Error code 2 > > make[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9 > 1 error > > make[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9 > *** [buildkernel] Error code 2 > > make: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9 > 1 error > > make: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9 > Build step 'Execute shell' marked build as failure > [WARNINGS] Skipping publisher since build result is FAILURE > IRC notifier plugin: Sending notification to: #freebsd-commits > 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" >