FreeBSD_HEAD_arm64 - Build #1811 - Still Failing

jenkins-admin at FreeBSD.org jenkins-admin at FreeBSD.org
Sun Nov 29 22:17:41 UTC 2015


FreeBSD_HEAD_arm64 - Build #1811 - Still Failing:

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

Change summaries:

291460 by mckusick:
As the kernel allocates and frees vnodes, it fully initializes them
on every allocation and fully releases them on every free.  These
are not trivial costs: it starts by zeroing a large structure then
initializes a mutex, a lock manager lock, an rw lock, four lists,
and six pointers. And looking at vfs.vnodes_created, these operations
are being done millions of times an hour on a busy machine.

As a performance optimization, this code update uses the uma_init
and uma_fini routines to do these initializations and cleanups only
as the vnodes enter and leave the vnode_zone. With this change the
initializations are only done kern.maxvnodes times at system startup
and then only rarely again. The frees are done only if the vnode_zone
shrinks which never happens in practice. For those curious about the
avoided work, look at the vnode_init() and vnode_fini() functions in
kern/vfs_subr.c to see the code that has been removed from the main
vnode allocation/free path.

Reviewed by: kib
Tested by:   Peter Holm

291459 by mckusick:
For performance reasons, it is useful to have a single string used as
the name of a filesystem when setting it as the first parameter to the
getnewvnode() function. Most filesystems call getnewvnode from just one
place so can use a literal string as the first parameter. However, NFS
calls getnewvnode from two places, so we create a global constant string
that can be used by the two instances. This change also collapses two
instances of getnewvnode() in the UFS filesystem to a single call.

Reviewed by: kib
Tested by:   Peter Holm



The end of the build log:

[...truncated 56452 lines...]
--- all_subdir_libexecinfo ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -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/lib/libexecinfo/../../contrib/libexecinfo/unwind.c -o unwind.So
--- all_subdir_libdwarf ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_loclist.c -o dwarf_loclist.So
--- all_subdir_libevent ---
--- poll.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/poll.c -o poll.So
--- all_subdir_libexecinfo ---
--- backtrace.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -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/lib/libexecinfo/../../contrib/libexecinfo/backtrace.c -o backtrace.o
--- all_subdir_libdwarf ---
--- dwarf_macinfo.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_macinfo.c -o dwarf_macinfo.o
--- all_subdir_libevent ---
--- select.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/select.c -o select.So
--- all_subdir_libexecinfo ---
--- symtab.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -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/lib/libexecinfo/../../contrib/libexecinfo/symtab.c -o symtab.o
--- all_subdir_libdwarf ---
--- dwarf_macinfo.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_macinfo.c -o dwarf_macinfo.So
--- all_subdir_libexecinfo ---
--- unwind.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -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/lib/libexecinfo/../../contrib/libexecinfo/unwind.c -o unwind.o
--- all_subdir_libdwarf ---
--- dwarf_pro_arange.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_arange.c -o dwarf_pro_arange.o
--- all_subdir_libevent ---
--- signal.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/signal.c -o signal.So
--- all_subdir_libexecinfo ---
--- libexecinfo.so.1 ---
building shared library libexecinfo.so.1
cc -B/usr/local/aarch64-freebsd/bin/  -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libexecinfo.so.1 -Wl,-soname,libexecinfo.so.1  `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder backtrace.So symtab.So unwind.So | tsort -q`  -lelf
--- all_subdir_libexpat ---
===> lib/libexpat (all)
--- all_subdir_libexecinfo ---
--- libexecinfo.a ---
building static execinfo library
/usr/local/aarch64-freebsd/bin/ar -crD libexecinfo.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder backtrace.o symtab.o unwind.o  | tsort -q` 
--- all_subdir_libfetch ---
===> lib/libfetch (all)
--- all_subdir_libdwarf ---
--- dwarf_pro_arange.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_arange.c -o dwarf_pro_arange.So
--- all_subdir_libexecinfo ---
/usr/local/aarch64-freebsd/bin/ranlib -D libexecinfo.a
--- all_subdir_libdwarf ---
--- dwarf_pro_attr.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_attr.c -o dwarf_pro_attr.o
--- all_subdir_libevent ---
--- buffer.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/buffer.c -o buffer.o
--- all_subdir_libfetch ---
--- fetch.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/fetch.c -o fetch.So
--- all_subdir_libevent ---
--- evbuffer.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/evbuffer.c -o evbuffer.o
--- all_subdir_libfetch ---
--- common.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/common.c -o common.So
--- all_subdir_libdwarf ---
--- dwarf_pro_attr.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_attr.c -o dwarf_pro_attr.So
--- all_subdir_libevent ---
--- event.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/event.c -o event.o
--- all_subdir_libdwarf ---
--- dwarf_pro_die.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_die.c -o dwarf_pro_die.o
--- all_subdir_libevent ---
--- kqueue.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/kqueue.c -o kqueue.o
--- all_subdir_libdwarf ---
--- dwarf_pro_die.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_die.c -o dwarf_pro_die.So
--- all_subdir_libfetch ---
--- file.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/file.c -o file.So
--- all_subdir_libdwarf ---
--- dwarf_pro_expr.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_expr.c -o dwarf_pro_expr.o
--- all_subdir_libevent ---
--- log.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/log.c -o log.o
--- all_subdir_libdwarf ---
--- dwarf_pro_expr.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_expr.c -o dwarf_pro_expr.So
--- dwarf_pro_finish.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_finish.c -o dwarf_pro_finish.o
--- all_subdir_libfetch ---
--- fetch.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/fetch.c -o fetch.o
--- all_subdir_libevent ---
--- poll.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/poll.c -o poll.o
--- all_subdir_libfetch ---
--- common.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/common.c -o common.o
--- all_subdir_libdwarf ---
--- dwarf_pro_finish.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_finish.c -o dwarf_pro_finish.So
--- all_subdir_libevent ---
--- select.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/select.c -o select.o
--- all_subdir_libdwarf ---
--- dwarf_pro_frame.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_frame.c -o dwarf_pro_frame.o
--- all_subdir_libevent ---
--- signal.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libevent  -DHAVE_CLOCK_GETTIME  -DHAVE_FCNTL_H  -DHAVE_POLL  -DHAVE_SELECT  -DHAVE_SETFD  -DHAVE_STDARG_H  -DHAVE_SYS_IOCTL_H  -DHAVE_SYS_TIME_H  -DHAVE_UNISTD_H  -DHAVE_VASPRINTF  -DHAVE_WORKING_KQUEUE  -DVERSION='"1.3b"' -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/lib/libevent/../../contrib/pf/libevent/signal.c -o signal.o
--- all_subdir_libdwarf ---
--- dwarf_pro_frame.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_frame.c -o dwarf_pro_frame.So
--- all_subdir_libevent ---
--- libprivateevent.so.1 ---
building shared library libprivateevent.so.1
cc -B/usr/local/aarch64-freebsd/bin/  -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libprivateevent.so.1 -Wl,-soname,libprivateevent.so.1  `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder buffer.So evbuffer.So event.So kqueue.So log.So poll.So select.So signal.So | tsort -q` 
--- all_subdir_libdwarf ---
--- dwarf_pro_init.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_init.c -o dwarf_pro_init.o
--- all_subdir_libevent ---
--- libprivateevent.a ---
building static event library
/usr/local/aarch64-freebsd/bin/ar -crD libprivateevent.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder buffer.o evbuffer.o event.o kqueue.o log.o poll.o select.o signal.o  | tsort -q` 
--- all_subdir_libfigpar ---
===> lib/libfigpar (all)
--- all_subdir_libevent ---
/usr/local/aarch64-freebsd/bin/ranlib -D libprivateevent.a
--- all_subdir_libdwarf ---
--- dwarf_pro_init.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_init.c -o dwarf_pro_init.So
--- dwarf_pro_lineno.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_lineno.c -o dwarf_pro_lineno.o
--- all_subdir_libfetch ---
--- file.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/file.c -o file.o
--- all_subdir_libgpio ---
===> lib/libgpio (all)
--- gpio.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I/usr/src/lib/libgpio -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/lib/libgpio/gpio.c -o gpio.So
--- all_subdir_libdwarf ---
--- dwarf_pro_lineno.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_lineno.c -o dwarf_pro_lineno.So
--- dwarf_pro_macinfo.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_macinfo.c -o dwarf_pro_macinfo.o
--- all_subdir_libfetch ---
--- ftp.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/ftp.c -o ftp.o
--- ftp.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/ftp.c -o ftp.So
--- all_subdir_libgpio ---
--- gpio.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I/usr/src/lib/libgpio -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/lib/libgpio/gpio.c -o gpio.o
--- all_subdir_libdwarf ---
--- dwarf_pro_macinfo.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_macinfo.c -o dwarf_pro_macinfo.So
--- dwarf_pro_reloc.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_reloc.c -o dwarf_pro_reloc.o
--- all_subdir_libgpio ---
--- libgpio.so.0 ---
building shared library libgpio.so.0
cc -B/usr/local/aarch64-freebsd/bin/  -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libgpio.so.0 -Wl,-soname,libgpio.so.0  `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder gpio.So | tsort -q` 
--- libgpio.a ---
building static gpio library
/usr/local/aarch64-freebsd/bin/ar -crD libgpio.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder gpio.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libgpio.a
--- all_subdir_libdwarf ---
--- dwarf_pro_reloc.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_reloc.c -o dwarf_pro_reloc.So
--- all_subdir_libgssapi ---
===> lib/libgssapi (all)
--- all_subdir_libfetch ---
--- http.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS -std=iso9899:1999 -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/lib/libfetch/http.c -o http.o
--- all_subdir_libdwarf ---
--- dwarf_pro_sections.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_sections.c -o dwarf_pro_sections.o
--- dwarf_pro_sections.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_pro_sections.c -o dwarf_pro_sections.So
--- dwarf_ranges.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libdwarf -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/common -I/usr/src/lib/libdwarf/../../contrib/elftoolchain/libelf -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/lib/libdwarf/../../contrib/elftoolchain/libdwarf/dwarf_ranges.c -o dwarf_ranges.o
--- all_subdir_libfetch ---
/usr/src/lib/libfetch/http.c:1692:25: error: address of array 'url->user' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
                                aparams.user = url->user ?
                                               ~~~~~^~~~ ~
/usr/src/lib/libfetch/http.c:1694:29: error: address of array 'url->pwd' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
                                aparams.password = url->pwd ?
                                                   ~~~~~^~~ ~
2 errors generated.
*** [http.o] Error code 1

make[5]: stopped in /usr/src/lib/libfetch
1 error

make[5]: stopped in /usr/src/lib/libfetch
*** [all_subdir_libfetch] Error code 2

make[4]: stopped in /usr/src/lib
--- all_subdir_libdwarf ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/lib/libdwarf
*** [all_subdir_libdwarf] Error code 2

make[4]: stopped in /usr/src/lib
2 errors

make[4]: stopped in /usr/src/lib
A failure has been detected in another branch of the parallel make

make[3]: stopped in /usr/src
*** [libraries] Error code 2

make[2]: stopped in /usr/src
1 error

make[2]: stopped in /usr/src
*** [_libraries] Error code 2

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

make[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
[PostBuildScript] - Execution post build scripts.
[FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson6989662656583858116.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::104: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