Skip site navigation (1)Skip section navigation (2)
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
Subject:   Build failed in Jenkins: FreeBSD_stable_10 #1321
Message-ID:  <781335995.2.1427452155665.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
See <https://jenkins.freebsd.org/job/FreeBSD_stable_10/1321/changes>;

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\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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.s=
bin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_=
stable_10/ws/usr.sbin/autofs/../../sbin/mount> -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 <htt=
ps://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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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.s=
bin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_=
stable_10/ws/usr.sbin/autofs/../../sbin/mount> -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 <htt=
ps://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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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.s=
bin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_=
stable_10/ws/usr.sbin/autofs/../../sbin/mount> -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 <htt=
ps://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/autofs/../../sbi=
n/mount/getmntopts.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=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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.s=
bin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_=
stable_10/ws/usr.sbin/autofs/../../sbin/mount> -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 <htt=
ps://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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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.s=
bin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_=
stable_10/ws/usr.sbin/autofs/../../sbin/mount> -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 <htt=
ps://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=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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/aut=
ofs/automount.8> > automount.8.gz
--- automountd.8.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/aut=
ofs/automountd.8> > automountd.8.gz
--- autounmountd.8.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/aut=
ofs/autounmountd.8> > autounmountd.8.gz
--- auto_master.5.gz ---
gzip -cn <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/aut=
ofs/auto_master.5> > 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=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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.s=
bin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_=
stable_10/ws/usr.sbin/autofs/../../sbin/mount> -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\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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.s=
bin/autofs/../../sys/fs/autofs> -I<https://jenkins.freebsd.org/job/FreeBSD_=
stable_10/ws/usr.sbin/autofs/../../sbin/mount> -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\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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 ---
=3D=3D=3D> usr.sbin/bhyve (all)
--- lib.all__D ---
cc  -pg  -O2 -pipe   -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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/too=
ls/clang/include> -I<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/u=
sr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen> -I. -I<https://je=
nkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen/../../../co=
ntrib/llvm/../../lib/clang/include> -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=
 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.bin/clang/tblgen=
/../../../contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp> -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\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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=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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/atkbdc.c> -o atkbdc.o
--- lib.all__D ---
--- magic.po ---
cc  -pg  -O2 -pipe   -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/acpi.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=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_10/ws/lib/libmagic/../../contrib/file/src/print.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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_10/ws/lib/libmagic/../../contrib/file/src/readcdf.c> -o readcdf.po
--- readelf.po ---
cc  -pg  -O2 -pipe   -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_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=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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/block_if.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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/consport.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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/dbgport.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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/inout.c> -o inout.o
--- lib.all__D ---
--- softmagic.po ---
cc  -pg  -O2 -pipe   -DMAGIC=3D'"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I=
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic>; -I<http=
s://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/lib/libmagic/../../contrib=
/file/src> -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 <https://jenkins.freebsd.org/job/FreeBSD_st=
able_10/ws/lib/libmagic/../../contrib/file/src/softmagic.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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/mem.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\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/mevent.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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.sbin/bhyve/mptbl.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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/us=
r.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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D=
1 -DPLATFORM_CONFIG_H=3D\"<https://jenkins.freebsd.org/job/FreeBSD_stable_1=
0/ws/lib/libarchive/config_freebsd.h\"> -I<https://jenkins.freebsd.org/job/=
FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/lib/libarchive> -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 <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_ah=
ci.c>:1633:28: error: use of undeclared identifier 'ATA_SFPDMA_DSM'
                if ((cfis[13] & 0x1f) =3D=3D ATA_SFPDMA_DSM &&
                                         ^
<https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/usr.sbin/bhyve/pci_ah=
ci.c>: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 <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/u=
sr.sbin/bhyve>
1 error

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

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

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/u=
sr.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/l=
ib/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/l=
ib>
--- 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/l=
ib/libarchive>
*** [all_subdir_libarchive] Error code 2

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

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/l=
ib>
*** [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/u=
sr.bin/clang/tblgen>
*** [all_subdir_tblgen] Error code 2

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

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

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

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/u=
sr.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?781335995.2.1427452155665.JavaMail.jenkins>