FreeBSD_HEAD_arm64 - Build #3711 - Failure

jenkins-admin at FreeBSD.org jenkins-admin at FreeBSD.org
Wed Jul 27 21:38:30 UTC 2016


FreeBSD_HEAD_arm64 - Build #3711 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3711/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3711/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3711/console

Change summaries:

303411 by stevek:
Prepare for network stack as a module

 - Move cr_canseeinpcb to sys/netinet/in_prot.c in order to separate the
   INET and INET6-specific code from the rest of the prot code (It is only
   used by the network stack, so it makes sense for it to live with the
   other network stack code.)
 - Move cr_canseeinpcb prototype from sys/systm.h to netinet/in_systm.h
 - Rename cr_seeotheruids to cr_canseeotheruids and cr_seeothergids to
   cr_canseeothergids, make them non-static, and add prototypes (so they
   can be seen/called by in_prot.c functions.)
 - Remove sw_csum variable from ip6_forward in ip6_forward.c, as it is an
   unused variable.

Reviewed by:	gnn, jtl
Approved by:	sjg (mentor)
Sponsored by:	Juniper Networks, Inc.
Differential Revision:	https://reviews.freebsd.org/D2901

303410 by bdrewery:
Reconnect pmcstudy, lost in r291021

Reported by:	pluknet
MFC after:	3 days
Sponsored by:	EMC / Isilon Storage Division

303406 by jhb:
Adjust tests in fsync job scheduling loop to reduce indentation.

303405 by jhb:
Add support for zero-copy aio_write() on TOE sockets.

AIO write requests for a TOE socket on a Chelsio T4+ adapter can now
DMA directly from the user-supplied buffer.  This is implemented by
wiring the pages backing the user-supplied buffer and queueing special
mbufs backed by raw VM pages to the socket buffer.  The TOE code
recognizes these special mbufs and builds a sglist from the VM page
array associated with the mbuf when queueing a work request to the TOE.

Because these mbufs do not have an associated virtual address, m_data
is not valid.  Thus, the AIO handler does not invoke sosend() directly
for these mbufs but instead inlines portions of sosend_generic() and
tcp_usr_send().

An aiotx_buffer structure is used to describe the user buffer (e.g.
it holds the array of VM pages and a reference to the AIO job).  The
special mbufs reference this structure via m_ext.  Note that a single
job might be split across multiple mbufs (e.g. if it is larger than
the socket buffer size).  The 'ext_arg2' member of each mbuf gives an
offset relative to the backing aiotx_buffer.  The AIO job associated
with an aiotx_buffer structure is completed when the last reference to
the structure is released.

Zero-copy aio_write()'s for connections associated with a given
adapter can be enabled/disabled at runtime via the
'dev.t[45]nex.N.toe.tx_zcopy' sysctl.

MFC after:	1 month
Relnotes:	yes
Sponsored by:	Chelsio Communications



The end of the build log:

[...truncated 137741 lines...]
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_iso9660_zisofs.o -MTtest_write_format_iso9660_zisofs.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_iso9660_zisofs.c -o test_write_format_iso9660_zisofs.o
--- all_subdir_usr.sbin ---
--- .depend ---
echo pmcstat.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libelf.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libkvm.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libpmc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libm.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libncursesw.a >> .depend
--- pmcstat.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.pmcstat.o -MTpmcstat.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstat/pmcstat.c -o pmcstat.o
--- all_subdir_usr.sbin/ntp ---
--- ntp_leapsec.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/pthreads/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/unix/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/sntp/libopts  -I/usr/src/usr.sbin/ntp/ntpd/../  -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY -g -MD  -MF.depend.ntp_leapsec.o -MTntp_leapsec.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_leapsec.c -o ntp_leapsec.o
--- all_subdir_lib ---
--- test_write_format_mtree.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_mtree.o -MTtest_write_format_mtree.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_mtree.c -o test_write_format_mtree.o
--- test_write_format_mtree_absolute_path.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_mtree_absolute_path.o -MTtest_write_format_mtree_absolute_path.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_mtree_absolute_path.c -o test_write_format_mtree_absolute_path.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pmcstat ---
--- pmcstat_log.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.pmcstat_log.o -MTpmcstat_log.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstat/pmcstat_log.c -o pmcstat_log.o
--- all_subdir_lib ---
--- test_write_format_mtree_classic.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_mtree_classic.o -MTtest_write_format_mtree_classic.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_mtree_classic.c -o test_write_format_mtree_classic.o
--- test_write_format_mtree_classic_indent.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_mtree_classic_indent.o -MTtest_write_format_mtree_classic_indent.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_mtree_classic_indent.c -o test_write_format_mtree_classic_indent.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
--- ntp_loopfilter.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/pthreads/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/unix/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/sntp/libopts  -I/usr/src/usr.sbin/ntp/ntpd/../  -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY -g -MD  -MF.depend.ntp_loopfilter.o -MTntp_loopfilter.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_loopfilter.c -o ntp_loopfilter.o
--- all_subdir_lib ---
--- test_write_format_mtree_fflags.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_mtree_fflags.o -MTtest_write_format_mtree_fflags.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_mtree_fflags.c -o test_write_format_mtree_fflags.o
--- test_write_format_mtree_no_separator.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_mtree_no_separator.o -MTtest_write_format_mtree_no_separator.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_mtree_no_separator.c -o test_write_format_mtree_no_separator.o
--- test_write_format_mtree_quoted_filename.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_mtree_quoted_filename.o -MTtest_write_format_mtree_quoted_filename.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_mtree_quoted_filename.c -o test_write_format_mtree_quoted_filename.o
--- test_write_format_pax.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_pax.o -MTtest_write_format_pax.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_pax.c -o test_write_format_pax.o
--- all_subdir_usr.sbin ---
--- ntp_monitor.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/pthreads/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/unix/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/sntp/libopts  -I/usr/src/usr.sbin/ntp/ntpd/../  -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY -g -MD  -MF.depend.ntp_monitor.o -MTntp_monitor.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_monitor.c -o ntp_monitor.o
--- all_subdir_lib ---
--- test_write_format_raw.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_raw.o -MTtest_write_format_raw.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_raw.c -o test_write_format_raw.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pmcstat ---
--- pmcpl_callgraph.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.pmcpl_callgraph.o -MTpmcpl_callgraph.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstat/pmcpl_callgraph.c -o pmcpl_callgraph.o
--- all_subdir_lib ---
--- test_write_format_raw_b64.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_raw_b64.o -MTtest_write_format_raw_b64.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_raw_b64.c -o test_write_format_raw_b64.o
--- test_write_format_shar_empty.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_shar_empty.o -MTtest_write_format_shar_empty.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_shar_empty.c -o test_write_format_shar_empty.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
--- ntp_parser.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/pthreads/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/unix/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/sntp/libopts  -I/usr/src/usr.sbin/ntp/ntpd/../  -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY -g -MD  -MF.depend.ntp_parser.o -MTntp_parser.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_parser.c -o ntp_parser.o
--- all_subdir_lib ---
--- test_write_format_tar.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_tar.o -MTtest_write_format_tar.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_tar.c -o test_write_format_tar.o
--- test_write_format_tar_empty.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_tar_empty.o -MTtest_write_format_tar_empty.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_tar_empty.c -o test_write_format_tar_empty.o
--- test_write_format_tar_sparse.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_tar_sparse.o -MTtest_write_format_tar_sparse.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_tar_sparse.c -o test_write_format_tar_sparse.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pmcstat ---
--- pmcpl_gprof.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.pmcpl_gprof.o -MTpmcpl_gprof.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstat/pmcpl_gprof.c -o pmcpl_gprof.o
--- all_subdir_lib ---
--- test_write_format_tar_ustar.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_tar_ustar.o -MTtest_write_format_tar_ustar.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_tar_ustar.c -o test_write_format_tar_ustar.o
--- all_subdir_usr.sbin ---
--- pmcpl_annotate.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.pmcpl_annotate.o -MTpmcpl_annotate.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstat/pmcpl_annotate.c -o pmcpl_annotate.o
--- pmcpl_annotate_cg.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.pmcpl_annotate_cg.o -MTpmcpl_annotate_cg.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstat/pmcpl_annotate_cg.c -o pmcpl_annotate_cg.o
--- all_subdir_usr.sbin/ntp ---
--- ntp_peer.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/pthreads/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/unix/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/sntp/libopts  -I/usr/src/usr.sbin/ntp/ntpd/../  -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY -g -MD  -MF.depend.ntp_peer.o -MTntp_peer.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_peer.c -o ntp_peer.o
--- all_subdir_lib ---
--- test_write_format_tar_v7tar.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_tar_v7tar.o -MTtest_write_format_tar_v7tar.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_tar_v7tar.c -o test_write_format_tar_v7tar.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pmcstat ---
--- pmcpl_calltree.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.pmcpl_calltree.o -MTpmcpl_calltree.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstat/pmcpl_calltree.c -o pmcpl_calltree.o
--- all_subdir_lib ---
--- test_write_format_warc.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_warc.o -MTtest_write_format_warc.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_warc.c -o test_write_format_warc.o
--- test_write_format_warc_empty.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_warc_empty.o -MTtest_write_format_warc_empty.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_warc_empty.c -o test_write_format_warc_empty.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
--- ntp_proto.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/pthreads/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/lib/isc/unix/include  -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/sntp/libopts  -I/usr/src/usr.sbin/ntp/ntpd/../  -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY -g -MD  -MF.depend.ntp_proto.o -MTntp_proto.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_proto.c -o ntp_proto.o
--- all_subdir_lib ---
--- test_write_format_xar.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_xar.o -MTtest_write_format_xar.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_xar.c -o test_write_format_xar.o
--- test_write_format_xar_empty.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_xar_empty.o -MTtest_write_format_xar_empty.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_xar_empty.c -o test_write_format_xar_empty.o
--- test_write_format_zip.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/arm64.aarch64/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1   -g -MD  -MF.depend.libarchive_test.test_write_format_zip.o -MTtest_write_format_zip.o -std=gnu99 -fstack-protector-strong    -Qunused-arguments  -c /usr/src/contrib/libarchive/libarchive/test/test_write_format_zip.c -o test_write_format_zip.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pmcstat ---
--- pmcstat.full ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments  -o pmcstat.full pmcstat.o pmcstat_log.o pmcpl_callgraph.o pmcpl_gprof.o pmcpl_annotate.o pmcpl_annotate_cg.o pmcpl_calltree.o   -lelf  -lkvm  -lpmc  -lm  -lncursesw
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/readelf ---
--- readelf.1.gz ---
gzip -cn /usr/src/contrib/elftoolchain/readelf/readelf.1 > readelf.1.gz
--- readelf.full ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/elftoolchain/common -I. -g -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments  -o readelf.full readelf.o   -ldwarf -L/usr/obj/arm64.aarch64/usr/src/lib/libelftc -lelftc  -lelf
--- all_subdir_usr.sbin ---
--- pmcstat.8.gz ---
gzip -cn /usr/src/usr.sbin/pmcstat/pmcstat.8 > pmcstat.8.gz
--- pmcstat.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug pmcstat.full pmcstat.debug
--- pmcstat ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=pmcstat.debug  pmcstat.full pmcstat
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/rpcgen ---
===> usr.bin/rpcgen (all)
--- all_subdir_usr.bin/readelf ---
--- readelf.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug readelf.full readelf.debug
--- readelf ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=readelf.debug  readelf.full readelf
--- all_subdir_usr.bin/rpcgen ---
--- .depend ---
echo rpcgen.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a  >> .depend
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/pmcstudy ---
===> usr.sbin/pmcstudy (all)
--- all_subdir_usr.bin ---
--- rpc_main.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -g -MD  -MF.depend.rpc_main.o -MTrpc_main.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.bin/rpcgen/rpc_main.c -o rpc_main.o
--- all_subdir_usr.sbin ---
--- .depend ---
echo pmcstudy.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a  >> .depend
--- pmcstudy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -Wall -Werror   -g -MD  -MF.depend.pmcstudy.o -MTpmcstudy.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.sbin/pmcstudy/pmcstudy.c -o pmcstudy.o
/usr/src/usr.sbin/pmcstudy/pmcstudy.c:2326:16: error: unused parameter 'ax' [-Werror,-Wunused-parameter]
do_cpuid(u_int ax, u_int cx, u_int *p)
               ^
/usr/src/usr.sbin/pmcstudy/pmcstudy.c:2326:26: error: unused parameter 'cx' [-Werror,-Wunused-parameter]
do_cpuid(u_int ax, u_int cx, u_int *p)
                         ^
/usr/src/usr.sbin/pmcstudy/pmcstudy.c:2326:37: error: unused parameter 'p' [-Werror,-Wunused-parameter]
do_cpuid(u_int ax, u_int cx, u_int *p)
                                    ^
3 errors generated.
*** [pmcstudy.o] Error code 1

bmake[4]: stopped in /usr/src/usr.sbin/pmcstudy
1 error

bmake[4]: stopped in /usr/src/usr.sbin/pmcstudy
*** [all_subdir_usr.sbin/pmcstudy] Error code 2

bmake[3]: stopped in /usr/src/usr.sbin
--- all_subdir_lib ---
A failure has been detected in another branch of the parallel make

bmake[6]: stopped in /usr/src/lib/libarchive/tests
*** [libarchive_test] Error code 2

bmake[5]: stopped in /usr/src/lib/libarchive/tests
1 error

bmake[5]: stopped in /usr/src/lib/libarchive/tests
*** [all] Error code 2

bmake[4]: stopped in /usr/src/lib/libarchive
1 error

bmake[4]: stopped in /usr/src/lib/libarchive
*** [all_subdir_lib/libarchive] Error code 2

bmake[3]: stopped in /usr/src/lib
1 error

bmake[3]: stopped in /usr/src/lib
*** [all_subdir_lib] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_usr.bin ---
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/usr.bin/rpcgen
*** [all_subdir_usr.bin/rpcgen] Error code 2

bmake[3]: stopped in /usr/src/usr.bin
1 error

bmake[3]: stopped in /usr/src/usr.bin
*** [all_subdir_usr.bin] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/ntp ---
A failure has been detected in another branch of the parallel make

bmake[5]: stopped in /usr/src/usr.sbin/ntp/ntpd
*** [all_subdir_usr.sbin/ntp/ntpd] Error code 2

bmake[4]: stopped in /usr/src/usr.sbin/ntp
1 error

bmake[4]: stopped in /usr/src/usr.sbin/ntp
*** [all_subdir_usr.sbin/ntp] Error code 2

bmake[3]: stopped in /usr/src/usr.sbin
2 errors

bmake[3]: stopped in /usr/src/usr.sbin
*** [all_subdir_usr.sbin] Error code 2

bmake[2]: stopped in /usr/src
3 errors

bmake[2]: stopped in /usr/src
*** [everything] Error code 2

bmake[1]: stopped in /usr/src
1 error

bmake[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
[PostBuildScript] - Execution post build scripts.
[FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson3568635552635834485.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_HEAD_arm64'
+ echo 'clean up jail FreeBSD_HEAD_arm64'
clean up jail FreeBSD_HEAD_arm64
+ sudo jail -r FreeBSD_HEAD_arm64
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias
+ sudo umount FreeBSD_HEAD_arm64/usr/src
+ sudo umount FreeBSD_HEAD_arm64/dev
+ sudo rm -fr FreeBSD_HEAD_arm64
+ true
+ sudo chflags -R noschg FreeBSD_HEAD_arm64
+ sudo rm -fr FreeBSD_HEAD_arm64
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


More information about the freebsd-arm mailing list