Build failed in Jenkins: FreeBSD_stable_10 #1321

jenkins-admin at freebsd.org jenkins-admin at freebsd.org
Fri Mar 27 10:29:22 UTC 2015


See <https://jenkins.freebsd.org/job/FreeBSD_stable_10/1321/changes>

Changes:

[mav] MFC r280286: Add comment explaining existing powerd behavior on SMP systems.

[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:	vangyzen

[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 virtual
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=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_set_options.c> -o archive_read_set_options.po
--- usr.sbin.all__D ---
--- common.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount> -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/common.c> -o common.o
--- lib.all__D ---
--- archive_read_support_filter_all.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_all.c> -o archive_read_support_filter_all.po
--- all_subdir_libmagic ---
--- cdf.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/cdf.c> -o cdf.po
--- all_subdir_libarchive ---
--- archive_read_support_filter_bzip2.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_bzip2.c> -o archive_read_support_filter_bzip2.po
--- archive_read_support_filter_compress.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_compress.c> -o archive_read_support_filter_compress.po
--- usr.sbin.all__D ---
--- defined.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount> -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/defined.c> -o defined.o
--- lib.all__D ---
--- archive_read_support_filter_gzip.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_gzip.c> -o archive_read_support_filter_gzip.po
--- usr.sbin.all__D ---
--- getmntopts.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount> -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount/getmntopts.c> -o getmntopts.o
--- lib.all__D ---
--- all_subdir_libmagic ---
--- cdf_time.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/cdf_time.c> -o cdf_time.po
--- usr.sbin.all__D ---
--- log.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount> -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/log.c> -o log.o
--- lib.all__D ---
--- all_subdir_libarchive ---
--- archive_read_support_filter_grzip.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_grzip.c> -o archive_read_support_filter_grzip.po
--- usr.sbin.all__D ---
--- popen.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount> -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/popen.c> -o popen.o
--- lib.all__D ---
--- all_subdir_libmagic ---
--- compress.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/compress.c> -o compress.po
--- all_subdir_libarchive ---
--- archive_read_support_filter_lrzip.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_lrzip.c> -o archive_read_support_filter_lrzip.po
--- usr.sbin.all__D ---
--- automount.8.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/automount.8> > automount.8.gz
--- automountd.8.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/automountd.8> > automountd.8.gz
--- autounmountd.8.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/autounmountd.8> > autounmountd.8.gz
--- auto_master.5.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/auto_master.5> > auto_master.5.gz
--- lib.all__D ---
--- all_subdir_libmagic ---
--- encoding.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/encoding.c> -o encoding.po
--- usr.sbin.all__D ---
--- token.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount> -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c token.c -o token.o
--- lib.all__D ---
--- all_subdir_libarchive ---
--- archive_read_support_filter_lzop.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_lzop.c> -o archive_read_support_filter_lzop.po
--- all_subdir_libmagic ---
--- fsmagic.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/fsmagic.c> -o fsmagic.po
--- all_subdir_libarchive ---
--- archive_read_support_filter_none.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_none.c> -o archive_read_support_filter_none.po
--- usr.sbin.all__D ---
--- automountd ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbin/mount> -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -o automountd automount.o automountd.o autounmountd.o common.o defined.o getmntopts.o log.o popen.o token.o -lutil
--- lib.all__D ---
--- archive_read_support_filter_program.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_program.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 ---
===> usr.sbin/bhyve (all)
--- lib.all__D ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/funcs.c> -o funcs.po
--- all_subdir_libarchive ---
--- archive_read_support_filter_rpm.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_rpm.c> -o archive_read_support_filter_rpm.po
--- usr.bin.all__D ---
--- all_subdir_clang ---
--- IntrinsicEmitter.o ---
c++  -O2 -pipe -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen/../../../contrib/llvm/include> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen/../../../contrib/llvm/tools/clang/include> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen> -I. -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen/../../../contrib/llvm/../../lib/clang/include> -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd10.1\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd10.1\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -fstack-protector  -fno-exceptions -fno-rtti -Wno-c++11-extensions  -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp> -o IntrinsicEmitter.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=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_uu.c> -o archive_read_support_filter_uu.po
--- all_subdir_libmagic ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/is_tar.c> -o is_tar.po
--- usr.sbin.all__D ---
--- atkbdc.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/atkbdc.c> -o atkbdc.o
--- lib.all__D ---
--- magic.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/magic.c> -o magic.po
--- all_subdir_libarchive ---
--- archive_read_support_filter_xz.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_filter_xz.c> -o archive_read_support_filter_xz.po
--- usr.sbin.all__D ---
--- acpi.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/acpi.c> -o acpi.o
--- lib.all__D ---
--- all_subdir_libmagic ---
--- print.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/print.c> -o print.po
--- usr.sbin.all__D ---
--- bhyverun.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/bhyverun.c> -o bhyverun.o
--- lib.all__D ---
--- all_subdir_libarchive ---
--- archive_read_support_format_7zip.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_format_7zip.c> -o archive_read_support_format_7zip.po
--- all_subdir_libmagic ---
--- readcdf.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/readcdf.c> -o readcdf.po
--- readelf.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/readelf.c> -o readelf.po
--- usr.sbin.all__D ---
--- block_if.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/block_if.c> -o block_if.o
--- consport.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/consport.c> -o consport.o
--- dbgport.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/dbgport.c> -o dbgport.o
--- inout.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/inout.c> -o inout.o
--- lib.all__D ---
--- softmagic.po ---
cc  -pg  -O2 -pipe   -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src> -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib/file/src/softmagic.c> -o softmagic.po
--- usr.sbin.all__D ---
--- ioapic.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/ioapic.c> -o ioapic.o
--- lib.all__D ---
--- all_subdir_libarchive ---
--- archive_read_support_format_all.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_format_all.c> -o archive_read_support_format_all.po
--- usr.sbin.all__D ---
--- mem.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/mem.c> -o mem.o
--- lib.all__D ---
--- archive_read_support_format_ar.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_format_ar.c> -o archive_read_support_format_ar.po
--- usr.sbin.all__D ---
--- mevent.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/mevent.c> -o mevent.o
--- mptbl.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/mptbl.c> -o mptbl.o
--- pci_ahci.o ---
cc  -O2 -pipe   -g -O0 -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/pci_ahci.c> -o pci_ahci.o
--- lib.all__D ---
--- archive_read_support_format_by_code.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_format_by_code.c> -o archive_read_support_format_by_code.po
--- archive_read_support_format_cab.po ---
cc  -pg  -O2 -pipe   -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DPLATFORM_CONFIG_H=\"<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -DWITH_OPENSSL -std=gnu99 -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-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive/../../contrib/libarchive/libarchive/archive_read_support_format_cab.c> -o archive_read_support_format_cab.po
--- usr.sbin.all__D ---
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/pci_ahci.c>:1633:28: error: use of undeclared identifier 'ATA_SFPDMA_DSM'
                if ((cfis[13] & 0x1f) == ATA_SFPDMA_DSM &&
                                         ^
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/pci_ahci.c>:1777:28: error: use of undeclared identifier 'ATA_SFPDMA_DSM'
             (cfis[13] & 0x1f) == ATA_SFPDMA_DSM))
                                  ^
2 errors generated.
*** [pci_ahci.o] Error code 1

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve>
*** [all_subdir_bhyve] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin>
--- lib.all__D ---
--- all_subdir_libmagic ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>
--- usr.sbin.all__D ---
*** [usr.sbin.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
--- lib.all__D ---
*** [all_subdir_libmagic] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib>
--- all_subdir_libarchive ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libarchive>
*** [all_subdir_libarchive] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib>
2 errors

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib>
*** [lib.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
--- usr.bin.all__D ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen>
*** [all_subdir_tblgen] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang>
*** [all_subdir_clang] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin>
*** [usr.bin.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
3 errors

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
*** [everything] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
*** [buildworld] Error code 2

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
1 error

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/>
Build step 'Execute shell' marked build as failure


More information about the freebsd-stable mailing list