From owner-freebsd-stable@FreeBSD.ORG Fri Mar 27 10:29:22 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 883DA157; Fri, 27 Mar 2015 10:29:22 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 73B5F9ED; Fri, 27 Mar 2015 10:29:22 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 925E72A7; Fri, 27 Mar 2015 10:29:19 +0000 (UTC) Date: Fri, 27 Mar 2015 10:29:12 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org, mav@FreeBSD.org Message-ID: <781335995.2.1427452155665.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_stable_10 #1321 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 10:29:22 -0000 See Changes: [mav] MFC r280286: Add comment explaining existing powerd behavior on SMP s= ystems. [mav] MFC r280154: Report that we may have write cache, and that we do support FLUSH. [mav] MFC r280133: Increase S/G list size of 32 to 33 entries. 32 entries are not enough for the worst case of misaligned 128KB request, that made FreeBSD to chunk large quests in odd pieces. [mav] MFC r280126: Pre-allocate one extra request per processing thread. Processing threads call callbacks before freeing requests. As result, new requests may arrive before old ones are freed. [mav] MFC r280044: According to Linux and QEMU, s/n equal to buffer is not zero-terminated. This makes same s/n reported for both virtio and AHCI drivers. [mav] MFC r280042: Close potential race on blockif_close(). Reported by:=09vangyzen [mav] MFC r280040: Give AHCI disk serial based on backing file path same as for virtio block. It is still not good that they may intersect on different hosts, but that is better then intersecting on the same host. [mav] MFC r280037: Rewrite virtio block device driver to work asynchronously and use the block I/O interface. Asynchronous operation, based on r280026 change, allows to not block virtua= l CPU during I/O processing, that on slow/busy storage can take seconds. Use of recently improved block I/O interface allows to process multiple requests same time, that improves random I/O performance on wide storages. Benchmarks of virtual disk, backed by ZVOL on RAID10 pool of 4 HDDs, show ~3.5 times random read performance improvements, while no degradation on linear I/O. Guest CPU usage during test dropped from 100% to almost zero. [mav] MFC r280026, r280041: Modify virtqueue helpers added in r253440 to allow queuing. Original virtqueue design allows queued and out-of-order processing, but helpers added in r253440 suppose only direct blocking in-order one. It could be fine for network, etc., but it is a huge limitation for storage devices. [mav] MFC r280004: Give block I/O interface multiple (8) execution threads. On parallel random I/O this allows better utilize wide storage pools. To not confuse prefetcher on linear I/O, consecutive requests are executed sequentially, following the same logic as was earlier implemented in CTL. Benchmarks of virtual AHCI disk, backed by ZVOL on RAID10 pool of 4 HDDs, show ~3.5 times random read performance improvements, while no degradation on linear I/O. [mav] MFC r279987: Add checksums to identify data and NCQ command error log= . [mav] MFC r279979: Slightly polish virtual AHCI CD reporting. [mav] MFC r279977: Fix NOP and IDLE commands for virtual AHCI disks. [mav] MFC r279976: Add support for NCQ variant of DSM TRIM for virtual AHCI= disks. The code is not really tested yet due to lack of initiator support. [mav] MFC r279975: Improve NCQ errors reporting for virtual AHCI disks. While this implementation is still not perfect, previous was just broken. [mav] MFC r279968: Remove incorrect SERR register setting. At this point we have nothing to report through that register. [mav] MFC r279967: Change prdbc value reporting. [mav] MFC r279965: Polish AHCI disk identify data and fix speed negotiation= . [mav] MFC r279960: Add support for PIO variants of READ/WRITE commands for AHCI disks. AHCI API hides all PIO specifics, so this functionality is almost free. [mav] MFC r279975: Use ahci_write_fis_d2h() for commands completion. ------------------------------------------ [...truncated 182279 lines...] --- all_subdir_libarchive --- --- archive_read_set_options.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c = -o archive_read_set_options.po --- usr.sbin.all__D --- --- common.o --- cc -O2 -pipe -I -I -I -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-= decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c = -o common.o --- lib.all__D --- --- archive_read_support_filter_all.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_all.po --- all_subdir_libmagic --- --- cdf.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o cdf.po --- all_subdir_libarchive --- --- archive_read_support_filter_bzip2.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_bzip2.po --- archive_read_support_filter_compress.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_compress.po --- usr.sbin.all__D --- --- defined.o --- cc -O2 -pipe -I -I -I -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-= decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c -o defined.o --- lib.all__D --- --- archive_read_support_filter_gzip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_gzip.po --- usr.sbin.all__D --- --- getmntopts.o --- cc -O2 -pipe -I -I -I -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-= decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c -o getmntopts.o --- lib.all__D --- --- all_subdir_libmagic --- --- cdf_time.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o cdf_time.po --- usr.sbin.all__D --- --- log.o --- cc -O2 -pipe -I -I -I -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-= decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c -o= log.o --- lib.all__D --- --- all_subdir_libarchive --- --- archive_read_support_filter_grzip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_grzip.po --- usr.sbin.all__D --- --- popen.o --- cc -O2 -pipe -I -I -I -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-= decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c = -o popen.o --- lib.all__D --- --- all_subdir_libmagic --- --- compress.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o compress.po --- all_subdir_libarchive --- --- archive_read_support_filter_lrzip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_lrzip.po --- usr.sbin.all__D --- --- automount.8.gz --- gzip -cn > automount.8.gz --- automountd.8.gz --- gzip -cn > automountd.8.gz --- autounmountd.8.gz --- gzip -cn > autounmountd.8.gz --- auto_master.5.gz --- gzip -cn > auto_master.5.gz --- lib.all__D --- --- all_subdir_libmagic --- --- encoding.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o encoding.po --- usr.sbin.all__D --- --- token.o --- cc -O2 -pipe -I -I -I -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-= decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c toke= n.c -o token.o --- lib.all__D --- --- all_subdir_libarchive --- --- archive_read_support_filter_lzop.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_lzop.po --- all_subdir_libmagic --- --- fsmagic.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o fsmagic.po --- all_subdir_libarchive --- --- archive_read_support_filter_none.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_none.po --- usr.sbin.all__D --- --- automountd --- cc -O2 -pipe -I -I -I -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-= decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -o aut= omountd automount.o automountd.o autounmountd.o common.o defined.o getmntop= ts.o log.o popen.o token.o -lutil --- lib.all__D --- --- archive_read_support_filter_program.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_program.po --- usr.sbin.all__D --- --- all_subdir_bhyve --- --- lib.all__D --- --- all_subdir_libmagic --- --- funcs.po --- --- usr.sbin.all__D --- =3D=3D=3D> usr.sbin/bhyve (all) --- lib.all__D --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o funcs.po --- all_subdir_libarchive --- --- archive_read_support_filter_rpm.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_rpm.po --- usr.bin.all__D --- --- all_subdir_clang --- --- IntrinsicEmitter.o --- c++ -O2 -pipe -I -I -I -I. -I -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__ST= DC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DCLANG_ENABLE_ARCMT -DCL= ANG_ENABLE_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -fno-strict-aliasing -DL= LVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd10.1\" -DLLVM_HOST_TRIP= LE=3D\"x86_64-unknown-freebsd10.1\" -DDEFAULT_SYSROOT=3D\"\" -Qunused-argum= ents -fstack-protector -fno-exceptions -fno-rtti -Wno-c++11-extensions -c= -o IntrinsicEmi= tter.o --- lib.all__D --- --- archive_read_support_filter_uu.po --- --- all_subdir_libmagic --- --- is_tar.po --- --- all_subdir_libarchive --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_uu.po --- all_subdir_libmagic --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o is_tar.po --- usr.sbin.all__D --- --- atkbdc.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o atkbdc.o --- lib.all__D --- --- magic.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o magic.po --- all_subdir_libarchive --- --- archive_read_support_filter_xz.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_filter_xz.po --- usr.sbin.all__D --- --- acpi.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o acpi.o --- lib.all__D --- --- all_subdir_libmagic --- --- print.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o print.po --- usr.sbin.all__D --- --- bhyverun.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o bhyverun.o --- lib.all__D --- --- all_subdir_libarchive --- --- archive_read_support_format_7zip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_format_7zip.po --- all_subdir_libmagic --- --- readcdf.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o readcdf.po --- readelf.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o readelf.po --- usr.sbin.all__D --- --- block_if.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o block_if.o --- consport.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o consport.o --- dbgport.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o dbgport.o --- inout.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o inout.o --- lib.all__D --- --- softmagic.po --- cc -pg -O2 -pipe -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I= -I -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -c -o softmagic.po --- usr.sbin.all__D --- --- ioapic.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o ioapic.o --- lib.all__D --- --- all_subdir_libarchive --- --- archive_read_support_format_all.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_format_all.po --- usr.sbin.all__D --- --- mem.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o mem.o --- lib.all__D --- --- archive_read_support_format_ar.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_format_ar.po --- usr.sbin.all__D --- --- mevent.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o mevent.o --- mptbl.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o mptbl.o --- pci_ahci.o --- cc -O2 -pipe -g -O0 -std=3Dgnu99 -Qunused-arguments -fstack-protector -= Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-point= er-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn= o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu= sed-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pro= moted-parameter -c -o pci_ahci.o --- lib.all__D --- --- archive_read_support_format_by_code.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_format_by_code.po --- archive_read_support_format_cab.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OP= ENSSL -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -= Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strin= gs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c -o archive_read_support_format_cab.po --- usr.sbin.all__D --- :1633:28: error: use of undeclared identifier 'ATA_SFPDMA_DSM' if ((cfis[13] & 0x1f) =3D=3D ATA_SFPDMA_DSM && ^ :1777:28: error: use of undeclared identifier 'ATA_SFPDMA_DSM' (cfis[13] & 0x1f) =3D=3D ATA_SFPDMA_DSM)) ^ 2 errors generated. *** [pci_ahci.o] Error code 1 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_bhyve] Error code 2 make[3]: stopped in 1 error make[3]: stopped in --- lib.all__D --- --- all_subdir_libmagic --- A failure has been detected in another branch of the parallel make make[4]: stopped in --- usr.sbin.all__D --- *** [usr.sbin.all__D] Error code 2 make[2]: stopped in --- lib.all__D --- *** [all_subdir_libmagic] Error code 2 make[3]: stopped in --- all_subdir_libarchive --- A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_libarchive] Error code 2 make[3]: stopped in 2 errors make[3]: stopped in *** [lib.all__D] Error code 2 make[2]: stopped in --- usr.bin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_tblgen] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_clang] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [usr.bin.all__D] Error code 2 make[2]: stopped in 3 errors make[2]: stopped in *** [everything] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure