From owner-freebsd-current@freebsd.org Thu Dec 29 12:17:56 2016 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 C6599C93A23 for ; Thu, 29 Dec 2016 12:17:56 +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 B49421EF1; Thu, 29 Dec 2016 12:17:56 +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 076B74A3; Thu, 29 Dec 2016 12:17:57 +0000 (UTC) Date: Thu, 29 Dec 2016 12:17:50 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, marius@FreeBSD.org, ngie@FreeBSD.org, markj@FreeBSD.org, kan@FreeBSD.org, araujo@FreeBSD.org, emaste@FreeBSD.org, pfg@FreeBSD.org, mjg@FreeBSD.org, loos@FreeBSD.org, br@FreeBSD.org, amdmi3@FreeBSD.org, jhb@FreeBSD.org, alc@FreeBSD.org, arybchik@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <143158326.140.1483013877050.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <811092099.138.1482927107592.JavaMail.jenkins@jenkins-9.freebsd.org> References: <811092099.138.1482927107592.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_amd64_gcc - Build #1747 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_amd64_gcc X-Jenkins-Result: FAILURE Precedence: bulk X-Mailman-Approved-At: Thu, 29 Dec 2016 12:43:33 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 12:17:56 -0000 FreeBSD_HEAD_amd64_gcc - Build #1747 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1= 747/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/174= 7/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1747= /console Change summaries: 310770 by arybchik: sfxge(4): cleanup: clarify/unify variable name used for put-list length get_count is used for get-list. Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310767 by mjg: cache: depessimize hashing macros/inlines All hash sizes are power-of-2, but the compiler does not know that for sure and 'foo % size' forces doing a division. Store the size - 1 and use 'foo & hash' instead which allows mere shift. 310766 by mjg: cache: drop the NULL check from VP2VNODELOCK Now that negative entries are annotated with a dedicated flag, NULL vnodes are no longer passed. 310765 by arybchik: sfxge(4): add support for firmware-verified NVRAM updates to the common cod= e Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8942 310764 by arybchik: sfxge(4): sync up tlv_layout.h (from firmwaresrc 82cd8a5715e9) Submitted by: Matthew Slattery Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310763 by ngie: Use uint32_t instead of u_int32_t for or_last_change and services in "struc= t systemg" This is being done to match "struct systemg" in snmpmod(3) No functional change MFC after:=093 days 310762 by arybchik: sfxge(4): regenerate MCDI headers from firmwaresrc .yml Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310760 by arybchik: sfxge(4): fix typo in pseudo header accessor function names Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310758 by arybchik: sfxge(4): delete hunt_phy.c Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310756 by arybchik: sfxge(4): do not use enum type when values are bitmask ICC complains that enumerated type mixed with another type. Found by DPDK upstream build sanity check. Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8954 310755 by arybchik: sfxge(4): do not use enum for filter flags It is not 100% correct to assign non-enum values to enum type variables. Found by ICC build (DPDK PMD upstreaming). Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8953 310754 by arybchik: sfxge(4): don't use Tx descriptor push with TSO option descriptors It is not safe to push TSO option descriptors if pacer bypass is enabled, so to make sure that doesn't happen never push TSO option descriptors. Submitted by: Mark Spender Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8952 310753 by arybchik: sfxge(4): split EFX_FILTER_MATCH_LOC_MAC_IG back into separate flags The flag EFX_FILTER_MATCH_LOC_MAC_IG to represent filtering on the individual/group bit of the MAC address (with the two cases being distingusished by the MAC address in the filter specification) was introduced to mirror the Linux driver filtering code, but the implementations are different enough anyway that it isn't of much value. Having separate flags for unknown unicast and multicast simplifies the code and allows the set of flags to match those used by MCDI. It will also makes it easier to report whether these filters are supported. In the MCDI definitions, the unknown multicast and unicast flags have the values 0x40000000 and 0x80000000 respectively, and so using the same values for simplicity requires 32 bits in the filter specification to store the flags. This means the structure is now a little bigger than 64 bytes, but filters are not often used on critical paths so this shouldn't have much impact - on Linux they are also bigger than they used to be. Submitted by: Mark Spender Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8951 310752 by arybchik: sfxge(4): allow to have no NIC handle on Rx datapath in DPDK PMD It is required to minimize RxQ context in the driver or avoid chaising for the NIC handle in adapter (global per-interface) structure. Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8950 310750 by arybchik: sfxge(4): add missing barrier in common code MCDI response handling The semantics of the MCDI interfacve require reading the first dword of the header before any other data in the buffer. Add a barrier to the common code MCDI handler to enforce this. Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8949 310749 by arybchik: sfxge(4): use correct port number in sensor decoding The port mask used for per-port sensors in mcdi_sensor_map assumes zero-based port numbering. The port mask used in the code is based on the one-based MCDI port number. Fix this to lookup the correct per-port sensors, and to allow reporting of sensor events from higher port numbers. Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8947 310748 by arybchik: sfxge(4): cleanup: simplify disable scatter logic in ef10_rx_qcreate Reviewed by: gnn Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8945 310747 by arybchik: sfxge(4): provide a way to find out which MAC stats are supported Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8944 310746 by arybchik: sfxge(4): make the common code determine the number of PFs Submitted by: Ivan Malov Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8941 310745 by arybchik: sfxge(4): make the common code retrieve the number of FATSOv2 contexts Submitted by: Ivan Malov Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8940 310744 by arybchik: sfxge(4): fix efx_ev_qpoll for non-Siena builds Both Siena and EF10 use the siena_ev_qpoll() implementation, but this function is not defined in builds without EFSYS_OPT_SIENA. Remove siena_ev_qpoll and inline it into efx_ev_qpoll to allow it to be used in non-Siena builds. Also remove outdated FIXME comment, as EF10 event batching/merging has been implemented long ago without needing to modify this code. Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8939 310742 by arybchik: sfxge(4): fix common code for non-Siena builds Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8938 310741 by arybchik: sfxge(4): fix misuse of siena_build_filter in common code Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8937 310734 by jhb: Note that the Chelsio T6 also supports 25Gbps. To avoid overflowing 80 columns, condense the cxgbe description a bit. Reviewed by:=09np 310729 by ngie: Prevent improper memory accesses after calling snmp_pdu_free and snmp_value= _free snmp_pdu_free: set pdu->nbindings to 0 to limit the damage that could happen if a pdu was reused after calling the function, and as both stack and heap allocation types are used in contrib/bsnmp and usr.sbin/bsnmpd. snmp_value_free: NULL out value->v.octetstring.octets after calling free on it to prevent a double-free from occurring. MFC after: 2 weeks 310728 by ngie: Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIs they document Also, alphabetically sort MAN MFC after:=093 days 310727 by marius: Fix a bug in r272840; given that the optlen parameter of setsockopt(2) is a 32-bit socklen_t, do_get3() passes the kernel to access the wrong 32-bit half on big-endian LP64 machines when simply casting the 64-bit size_t optlen to a socklen_t pointer. While at it and given that the intention of do_get3() apparently is to hide/wrap the fact that socket options are used for communication with ipfw(4), change the optlen parameter of do_set3() to be of type size_t and as such more appropriate than uintptr_t, too. MFC after:=093 days 310726 by emaste: cdboot: add explict suffix to ambiguous or instruction Clang disallows ambiguous instructions (GNU as has a default based on chosen .code setting). We only need 'orb' here because KARGS_FLAGS_PXE fits in a byte; this is the same as done in bxeboot. Reviewed by:=09kib Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D8959 310724 by markj: Follow DW_AT_specification when looking up DW_AT_type attributes. dwarf_attrval_*() will search the parent DIE referenced by a DW_AT_abstract_origin attribute for the value of the DW_AT_type attribute. Do the same thing for the DW_AT_specification attributes in variable definitions emitted by GCC 6.2, and ensure that we return an error rather than crashing if neither DW_AT_abstract_origin or DW_AT_specification is found when looking for the value of the DW_AT_type attribute. PR:=09=09215350, 215395 Reviewed by:=09emaste MFC after:=092 weeks Differential Revision:=09https://reviews.freebsd.org/D8920 310722 by kan: Do not use read-modify-write on MSC control register. The register is write-only, so just write only bits we want. Submitted by:=09jmcneill 310721 by jhb: Mention T6 and 100GbE in description of cxgbe. MFC after:=093 days 310720 by alc: Relax the object type restrictions on vm_page_alloc_contig(). Specifically= , add support for object types that were previously prohibited because they could contain PG_CACHED pages. Roughly halve the number of radix trie operations performed by vm_page_alloc_contig() using the same approach that is employed by vm_page_alloc(). Also, eliminate the radix trie lookup performed with the free page queues lock held. Tidy up the handling of radix trie insert failures in vm_page_alloc() and vm_page_alloc_contig(). Reviewed by:=09kib, markj Tested by:=09pho Sponsored by:=09Dell EMC Isilon Differential Revision:=09https://reviews.freebsd.org/D8878 310719 by arybchik: sfxge(4): cleanup: remove last use of deprecated function flags with privil= ege check The function flags were changed to mirror the privileges, but the privileges are preferred. Submitted by: Mark Spender Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8936 310718 by amdmi3: bzip2 does not exit after showing license as requested with --version or --license as most apps would do, instead it waits for data to compress on stdin. Because of that, if `bzip2 --version' is called, bogus `bzip2: I won't write compressed data to a terminal' error message will be displayed, and checking for bzip2 version in scripts as in bzip2 --version 2>&1 | grep -o "Version [^,]*" will hand as bzip2 would wait for data to compress on stdin. Fix this by exiting right after showing version/license text. I've tried to push this upstream for more than a year, but author is unresponsive, so upstream may be considered dead. Ubuntu applies similar fix, for the note. PR:=09=09199443 Approved by:=09dim, bapt MFC after:=092 weeks Differential Revision:=09D8924 310717 by arybchik: sfxge(4): move BIST methods from hunt_phy.c to ef10_phy.c Submitted by: Mark Spender Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8935 310716 by arybchik: sfxge(4): add UEFI ROM support to the common code Submitted by: Andrew Lee Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8934 310715 by arybchik: sfxge(4): fix GET_RXDP_CONFIG usage for multi-PF on Medford On Medford, using MC_CMD_GET_RXDP_CONFIG to query the RX end padding setting is in the ADMIN group, and so fails for unprivileged functions. In that case, assume the largest size supported by Medford hardware (256bytes) to prevent overrun. Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8933 310714 by arybchik: sfxge(4): support Medford bootcfg partition layout in common code For Siena and Huntington, the per-port bootcfg (aka expcfg) is stored in a dedicated 4Kbyte partition for each port. For Medford, the per-PF bootcfg is stored in a 2Kbyte sector within a single shared partition. Update the common code to support the new bootcfg layout. Submitted by: Andy Moreton Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8932 310713 by arybchik: sfxge(4): add possibility to control event queue performance profile It is ignored on SFN5xxx/6xxx (aka Siena). Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D8931 310712 by marius: - Use correct offsets into the keys set array. As the elements of this zero-length array are dynamically sized at run-time based on the use of hints, compilers can't be expected to figure out these offsets on their own. [1] - Fix incorrect comparison in cmp_nans(). [2] PR:=09=09204571 [1], 202301 [2] Submitted by:=09David Binderman [2] MFC after:=093 days 310711 by ngie: Don't explicitly build tcp wrappers support into bsnmpd; make it conditiona= l on MK_TCP_WRAPPERS !=3D "no" This likely fixes an issue seen where some of the USE_TCPWRAPPERS code didn= 't work as advertised MFC after:=091 week 310709 by arybchik: sfxge(4): fix invalid type of eft_unicst_filter_count Found by clang when boolean_t is defined as bool for DPDK PMD. Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310708 by arybchik: sfxge(4): do not initialize enumerated type variable to another type Fix build warning generated by ICC. Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310707 by loos: Fix the parsing of NPt binat rules. In this specific case the src address can be set to any, which was not accepted prior to this commit. pfSense bug report:=09https://redmine.pfsense.org/issues/6985 Reviewed by:=09kp Obtained from:=09pfSense MFC after:=092 weeks Sponsored by:=09Rubicon Communications, LLC (Netgate) 310706 by pfg: Undo small wrong style change. Reported by:=09kib 310705 by pfg: style(9) cleanups. Just to reduce some of the issues found with indent(1). MFC after:=091 week 310704 by arybchik: sfxge(4): translate MC_CMD_ERR_ERANGE to host errno value This is needed because MCDI command MC_CMD_REKEY can return MC_CMD_ERR_ERANGE. Submitted by: Tom Millington Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310703 by mav: Pass proper arguments (handles, not directly structure pointers) to scif_cb_domain_device_removed(). This should fix NULL dereference on task management function timeout. Reviewed by:=09jimharris MFC after:=092 weeks 310702 by emaste: btxldr: process all PT_LOAD segments, not just the first two With default settings GNU ld generates two PT_LOADs for loader.sym while LLD generates three, because it creates a rodata segment. Previously btxldr terminated phdr processing after two PT_LOADs. Remove the early termination to process all PT_LOADs. Reviewed by:=09kib, tsoome MFC after:=092 weeks Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D8929 310701 by br: o Fix style. o Remove set but not used variable. Sponsored by:=09DARPA, AFRL 310700 by kan: Be more conservative when enabling write-combining on MIPS Some MIPS revisions do implement uncached-accelerate caching attribute, but place extra requirement on access, such as partial-word or out-of-sequence writes potentially having an =E2=80=9Cunpredictable=E2=80=9D effects. 310699 by arybchik: sfxge(4): rename hunt_bist_* methods to ef10_bist_* Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310698 by araujo: Print hostcache usage counts with TCP statistics. PR:=09=09196252 Submitted by:=09Anton Yuzhaninov MFC after:=093 weeks. 310696 by arybchik: sfxge(4): cleanup: improve prefast annotations Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310695 by arybchik: sfxge(4): fix defined-but-not-used warning if neither VPD nor NVRAM opt ena= bled Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310694 by arybchik: sfxge(4): cleanup: add missing spaces Found by DPDK checkpatch.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310693 by arybchik: sfxge(4): cleanup: avoid unspecified unsigned Found by DPDK checkpatch.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310692 by arybchik: sfxge(4): enclose macro complex value in parenthesis Found by DPDK checkpatches.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310691 by arybchik: sfxge(4): make strings array pointer itself immutable Found by DPDK checkpatches.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310690 by arybchik: sfxge(4): cleanup: add const qualifier to const array pointer Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310689 by arybchik: sfxge(4): cleanup: avoid spaces before TAB Found by DPDK checkpatch.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310688 by arybchik: sfxge(4): cleanup: avoid space just before TAB in efx_types.h Found by DPDK checkpatch.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days 310687 by arybchik: sfxge(4): cleanup: use TAB to indent Found by DPDK checkpatch.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days The end of the build log: [...truncated 317262 lines...] ctfconvert -L VERSION -g cam_xpt.o --- scsi_cd.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_cd.o -MTscsi_cd.o -mcmodel=3Dkernel -mno-red-= zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffree= standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest= ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress= -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-= error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er= ror=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-er= ror=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but-s= et-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compar= e -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-commo= n -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --= param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD_H= EAD_amd64_gcc/sys/cam/scsi/scsi_cd.c --- modules-all --- --- zfs.ko --- /usr/local/x86_64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3Dz= fs.ko.debug zfs.ko.full zfs.ko --- scsi_ch.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_ch.o -MTscsi_ch.o -mcmodel=3Dkernel -mno-red-= zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffree= standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest= ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress= -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-= error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er= ror=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-er= ror=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but-s= et-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compar= e -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-commo= n -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --= param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD_H= EAD_amd64_gcc/sys/cam/scsi/scsi_ch.c --- scsi_xpt.o --- ctfconvert -L VERSION -g scsi_xpt.o --- ata_da.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.ata_da.o -MTata_da.o -mcmodel=3Dkernel -mno-red-zo= ne -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreest= anding -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=3Daddress -= Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-er= ror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-erro= r=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-erro= r=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but-set= -variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare = -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-common = -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --pa= ram large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD_HEA= D_amd64_gcc/sys/cam/ata/ata_da.c /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c: In function 'adazonedo= ne': /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:2614:12: warning: varia= ble 'num_alloced' set but not used [-Wunused-but-set-variable] uint32_t num_alloced, hdr_len, num_avail; ^~~~~~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:2596:20: warning: varia= ble 'softc' set but not used [-Wunused-but-set-variable] struct ada_softc *softc; ^~~~~ --- scsi_ch.o --- ctfconvert -L VERSION -g scsi_ch.o --- scsi_da.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_da.o -MTscsi_da.o -mcmodel=3Dkernel -mno-red-= zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffree= standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest= ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress= -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-= error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er= ror=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-er= ror=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but-s= et-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compar= e -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-commo= n -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --= param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD_H= EAD_amd64_gcc/sys/cam/scsi/scsi_da.c /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c: In function 'daclose= ': /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c:1473:6: warning: vari= able 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c: In function 'dadelet= emethodsysctl': /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c:2269:16: warning: var= iable 'methods' set but not used [-Wunused-but-set-variable] int i, error, methods, value; ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c: In function 'dazoned= one': /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c:3876:12: warning: var= iable 'num_alloced' set but not used [-Wunused-but-set-variable] uint32_t num_alloced, hdr_len, num_avail; ^~~~~~~~~~~ --- ata_da.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:4= 6:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c: In function 'adadone': /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:2655:29: note: called f= rom here rep->header.maximum_lba =3D le64dec(hdr->maximum_lba); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:4= 6:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:2708:8: note: called fr= om here le64dec(desc->write_pointer_lba); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:4= 6:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:2706:28: note: called f= rom here entry->zone_start_lba =3D le64dec(desc->zone_start_lba); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:4= 6:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/ata/ata_da.c:2705:25: note: called f= rom here entry->zone_length =3D le64dec(desc->zone_length); ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- scsi_cd.o --- ctfconvert -L VERSION -g scsi_cd.o --- scsi_pass.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_pass.o -MTscsi_pass.o -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Dadd= ress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -= Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wn= o-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wn= o-error=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-b= ut-set-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-co= mpare -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-c= ommon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D10= 0 --param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeB= SD_HEAD_amd64_gcc/sys/cam/scsi/scsi_pass.c --- ata_da.o --- ctfconvert -L VERSION -g ata_da.o --- scsi_sa.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_sa.o -MTscsi_sa.o -mcmodel=3Dkernel -mno-red-= zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffree= standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest= ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress= -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-= error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er= ror=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-er= ror=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but-s= et-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compar= e -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-commo= n -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --= param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD_H= EAD_amd64_gcc/sys/cam/scsi/scsi_sa.c --- scsi_pass.o --- /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_pass.c: In function 'passm= emdone': /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_pass.c:1683:13: warning: v= ariable 'ccb' set but not used [-Wunused-but-set-variable] union ccb *ccb; ^~~ --- scsi_all.o --- ctfconvert -L VERSION -g scsi_all.o --- scsi_enc.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_enc.o -MTscsi_enc.o -mcmodel=3Dkernel -mno-re= d-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffr= eestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wne= sted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddre= ss -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wn= o-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-= error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-= error=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but= -set-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-comp= are -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-com= mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 = --param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD= _HEAD_amd64_gcc/sys/cam/scsi/scsi_enc.c --- scsi_da.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c= :47:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c: In function 'dadone'= : /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c:3925:62: note: called= from here rep->header.maximum_lba =3D ata ? le64dec(hdr->maximum_lba) : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ scsi_8btou64(hdr->maximum_lba); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ =20 In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c= :47:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c:3974:41: note: called= from here ata ? le64dec(desc->zone_length) : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ scsi_8btou64(desc->zone_length); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ =20 In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c= :47:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c:3977:44: note: called= from here ata ? le64dec(desc->zone_start_lba) : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ scsi_8btou64(desc->zone_start_lba); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ =20 In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c= :47:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/sys/endian.h:140:1: warning: inlining fa= iled in call to 'le64dec': call is unlikely and code size would grow [-Winl= ine] le64dec(const void *pp) ^~~~~~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_da.c:3980:47: note: called= from here ata ? le64dec(desc->write_pointer_lba) : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ scsi_8btou64(desc->write_pointer_lba); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ =20 --- scsi_enc.o --- ctfconvert -L VERSION -g scsi_enc.o --- scsi_pass.o --- ctfconvert -L VERSION -g scsi_pass.o --- scsi_enc_ses.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_enc_ses.o -MTscsi_enc_ses.o -mcmodel=3Dkernel= -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tab= les -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmis= sing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error= =3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo= unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa= re -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverfl= ow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dun= used-but-set-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonn= ull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare = -fno-common -fms-extensions -finline-limit=3D8000 --param inline-unit-growt= h=3D100 --param large-function-growth=3D1000 -std=3Diso9899:1999 /builds= /FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_enc_ses.c --- scsi_enc_safte.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.scsi_enc_safte.o -MTscsi_enc_safte.o -mcmodel=3Dke= rnel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind= -tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-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-e= rror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darra= y-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-c= ompare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dov= erflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error= =3Dunused-but-set-variable -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-co= mpare -fno-common -fms-extensions -finline-limit=3D8000 --param inline-uni= t-growth=3D100 --param large-function-growth=3D1000 -std=3Diso9899:1999 = /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_enc_safte.c --- scsi_enc_ses.o --- /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_enc_ses.c: In function 'se= s_process_config': /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_enc_ses.c:1302:15: warning= : variable 'ses' set but not used [-Wunused-but-set-variable] ses_softc_t *ses; ^~~ /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_enc_ses.c: In function 'se= s_handle_string': /builds/FreeBSD_HEAD_amd64_gcc/sys/cam/scsi/scsi_enc_ses.c:2708:15: warning= : variable 'ses' set but not used [-Wunused-but-set-variable] ses_softc_t *ses; ^~~ --- scsi_da.o --- ctfconvert -L VERSION -g scsi_da.o --- smp_all.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.smp_all.o -MTsmp_all.o -mcmodel=3Dkernel -mno-red-= zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffree= standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest= ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress= -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-= error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er= ror=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-er= ror=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but-s= et-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compar= e -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-commo= n -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --= param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD_H= EAD_amd64_gcc/sys/cam/scsi/smp_all.c --- scsi_enc_safte.o --- ctfconvert -L VERSION -g scsi_enc_safte.o --- freebsd32_capability.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.freebsd32_capability.o -MTfreebsd32_capability.o -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototyp= es -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-= extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-= error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-er= ror=3Denum-compare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wn= o-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow= -Wno-error=3Dunused-but-set-variable -Wno-error=3Dmisleading-indentation -= Wno-error=3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautol= ogical-compare -fno-common -fms-extensions -finline-limit=3D8000 --param i= nline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Diso989= 9:1999 /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_capa= bility.c --- smp_all.o --- ctfconvert -L VERSION -g smp_all.o --- freebsd32_ioctl.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.freebsd32_ioctl.o -MTfreebsd32_ioctl.o -mcmodel=3D= kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwi= nd-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund= ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno= -error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dar= ray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum= -compare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3D= overflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-erro= r=3Dunused-but-set-variable -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-co= mpare -fno-common -fms-extensions -finline-limit=3D8000 --param inline-uni= t-growth=3D100 --param large-function-growth=3D1000 -std=3Diso9899:1999 = /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_ioctl.c --- freebsd32_capability.o --- ctfconvert -L VERSION -g freebsd32_capability.o --- freebsd32_misc.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.freebsd32_misc.o -MTfreebsd32_misc.o -mcmodel=3Dke= rnel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind= -tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan= t-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-e= rror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darra= y-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-c= ompare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dov= erflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error= =3Dunused-but-set-variable -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-co= mpare -fno-common -fms-extensions -finline-limit=3D8000 --param inline-uni= t-growth=3D100 --param large-function-growth=3D1000 -std=3Diso9899:1999 = /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_misc.c --- scsi_enc_ses.o --- ctfconvert -L VERSION -g scsi_enc_ses.o --- freebsd32_ioctl.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/f= reebsd32_ioctl.c:54:0: /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_ioctl.c: In f= unction 'freebsd32_ioctl_md': /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32.h:39:40: warn= ing: iteration 96 invokes undefined behavior [-Waggressive-loop-optimizatio= ns] #define CP(src,dst,fld) do { (dst).fld =3D (src).fld; } while (0) =20 /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_ioctl.c:132:5= : note: in expansion of macro 'CP' CP(mdv, md32, md_pad[i]); ^~ /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_ioctl.c:131:4= : note: within this loop for (i =3D 0; i < MDNPAD; i++) ^~~ --- freebsd32_syscalls.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.freebsd32_syscalls.o -MTfreebsd32_syscalls.o -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -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 -fformat-exte= nsions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-erro= r=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-e= rror=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow -W= no-error=3Dunused-but-set-variable -Wno-error=3Dmisleading-indentation -Wno= -error=3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautologi= cal-compare -fno-common -fms-extensions -finline-limit=3D8000 --param inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Diso9899:1= 999 /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_syscall= s.c ctfconvert -L VERSION -g freebsd32_syscalls.o --- freebsd32_sysent.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.freebsd32_sysent.o -MTfreebsd32_sysent.o -mcmodel= =3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-u= nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred= undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensi= ons -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -= Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error= =3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error= =3Denum-compare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-e= rror=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow -W= no-error=3Dunused-but-set-variable -Wno-error=3Dmisleading-indentation -Wno= -error=3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautologi= cal-compare -fno-common -fms-extensions -finline-limit=3D8000 --param inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Diso9899:1= 999 /builds/FreeBSD_HEAD_amd64_gcc/sys/compat/freebsd32/freebsd32_sysent.= c --- freebsd32_ioctl.o --- ctfconvert -L VERSION -g freebsd32_ioctl.o --- ck_array.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.ck_array.o -MTck_array.o -mcmodel=3Dkernel -mno-re= d-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffr= eestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wne= sted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddre= ss -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wn= o-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-= error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wno-error=3Doverflow -Wno-= error=3Dsequence-point -Wno-error=3Dstrict-overflow -Wno-error=3Dunused-but= -set-variable -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-comp= are -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -fno-com= mon -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 = --param large-function-growth=3D1000 -std=3Diso9899:1999 /builds/FreeBSD= _HEAD_amd64_gcc/sys/contrib/ck/src/ck_array.c -I/builds/FreeBSD_HEAD_amd64_= gcc/sys/contrib/ck/include --- scsi_sa.o --- ctfconvert -L VERSION -g scsi_sa.o --- ck_barrier_centralized.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.ck_barrier_centralized.o -MTck_barrier_centralized= .o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asy= nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ffor= mat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow= n-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -= Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wn= o-error=3Denum-compare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized= -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-over= flow -Wno-error=3Dunused-but-set-variable -Wno-error=3Dmisleading-indentati= on -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dta= utological-compare -fno-common -fms-extensions -finline-limit=3D8000 --par= am inline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Dis= o9899:1999 /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/src/ck_barrier_c= entralized.c -I/builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include --- freebsd32_sysent.o --- ctfconvert -L VERSION -g freebsd32_sysent.o --- ck_barrier_combining.o --- /usr/local/bin/x86_64-unknown-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/Free= BSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/= FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysr= oot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp = -B/usr/local/x86_64-freebsd/bin/ -c -O2 -frename-registers -pipe -fno-stric= t-aliasing -g -nostdinc -I. -I/builds/FreeBSD_HEAD_amd64_gcc/sys -I/build= s/FreeBSD_HEAD_amd64_gcc/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -MD -MF.depend.ck_barrier_combining.o -MTck_barrier_combining.o -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototyp= es -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-= extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-= error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-er= ror=3Denum-compare -Wno-error=3Dinline -Wno-error=3Dmaybe-uninitialized -Wn= o-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dstrict-overflow= -Wno-error=3Dunused-but-set-variable -Wno-error=3Dmisleading-indentation -= Wno-error=3Dnonnull-compare -Wno-error=3Dshift-overflow -Wno-error=3Dtautol= ogical-compare -fno-common -fms-extensions -finline-limit=3D8000 --param i= nline-unit-growth=3D100 --param large-function-growth=3D1000 -std=3Diso989= 9:1999 /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/src/ck_barrier_combi= ning.c -I/builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include --- ck_barrier_centralized.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_pr.h:39:0, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /spinlock/anderson.h:33, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_spinlock.h:30, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_barrier.h:31, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/src/ck_= barrier_centralized.c:28: /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include/gcc/x86_64/ck_pr.h: I= n function 'ck_pr_fas_double': --- ck_array.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_pr.h:39:0, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_array.h:33, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/src/ck_= array.c:28: /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include/gcc/x86_64/ck_pr.h: I= n function 'ck_pr_fas_double': --- ck_barrier_combining.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_pr.h:39:0, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /spinlock/anderson.h:33, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_spinlock.h:30, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include= /ck_barrier.h:31, from /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/src/ck_= barrier_combining.c:28: /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include/gcc/x86_64/ck_pr.h: I= n function 'ck_pr_fas_double': --- ck_barrier_centralized.o --- /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include/gcc/x86_64/ck_pr.h:13= 5:1: error: SSE register return with SSE disabled CK_PR_FAS_S(double, double, "xchgq") ^~~~~~~~~~~ --- ck_array.o --- /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include/gcc/x86_64/ck_pr.h:13= 5:1: error: SSE register return with SSE disabled CK_PR_FAS_S(double, double, "xchgq") ^~~~~~~~~~~ --- ck_barrier_combining.o --- /builds/FreeBSD_HEAD_amd64_gcc/sys/contrib/ck/include/gcc/x86_64/ck_pr.h:13= 5:1: error: SSE register return with SSE disabled CK_PR_FAS_S(double, double, "xchgq") ^~~~~~~~~~~ --- ck_array.o --- *** [ck_array.o] Error code 1 bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/sys/GENERIC --- ck_barrier_centralized.o --- *** [ck_barrier_centralized.o] Error code 1 bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/sys/GENERIC --- ck_barrier_combining.o --- *** [ck_barrier_combining.o] Error code 1 bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/sys/GENERIC --- freebsd32_misc.o --- ctfconvert -L VERSION -g freebsd32_misc.o 3 errors bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [buildkernel] Error code 2 make: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error make: stopped in /builds/FreeBSD_HEAD_amd64_gcc 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