Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 18:50:12 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #607 - Failure
Message-ID:  <1066059176.55.1436986217530.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #607 - Failure:

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

Change summaries:

285607 by kib:
Reset non-zero it_need indicator to zero atomically with fetching its
current value.  It is believed that the change is the real fix for the
issue which was covered over by the r252683.

With the current code, if the interrupt handler sets it_need between
read and consequent reset, the update could be lost and
ithread_execute_handlers() would not be called in response to the lost
update.

The r252683 could have hide the issue since at the moment of commit,
atomic_load_acq_int() did locked cmpxchg on the variable, which puts
the cache line into the exclusive owned state and clears store
buffers.  Then the immediate store of zero has very high chance of
reusing the exclusive state of the cache line and make the load and
store sequence operate as atomic swap.

For now, add the acq+rel fence immediately after the swap, to not
disturb current (but excessive) ordering.  Acquire is needed for the
ih_need reads after the load, while release does not serve a useful
purpose [*].

Reviewed by:	alc
Noted by:	alc [*]
Discussed with:	bde
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks

285606 by kib:
Style.  Remove excessive brackets.  Compare non-boolean with zero.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks



The end of the build log:

[...truncated 141127 lines...]
--- mac_posix_shm.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/security/mac/mac_posix_shm.c
--- mac_priv.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/security/mac/mac_priv.c
--- mac_socket.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/security/mac/mac_socket.c
--- ffs_tables.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/ufs/ffs/ffs_tables.c
--- default_pager.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/default_pager.c
--- device_pager.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/device_pager.c
--- phys_pager.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/phys_pager.c
--- sg_pager.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/sg_pager.c
--- uma_core.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/uma_core.c
--- uma_dbg.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/uma_dbg.c
--- vm_glue.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_glue.c
--- vm_init.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_init.c
--- vm_kern.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_kern.c
--- vm_meter.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_meter.c
--- vm_phys.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_phys.c
--- vm_radix.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_radix.c
--- vm_reserv.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_reserv.c
--- vm_domain.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_domain.c
--- vm_unix.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_unix.c
--- vm_zeroidle.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/vm/vm_zeroidle.c
--- xdr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/xdr/xdr.c
--- xdr_array.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/xdr/xdr_array.c
--- xdr_mbuf.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/xdr/xdr_mbuf.c
--- xdr_mem.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/xdr/xdr_mem.c
--- xdr_reference.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/xdr/xdr_reference.c
--- xdr_sizeof.o ---
--- devmap.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm/arm/devmap.c
--- xdr_sizeof.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/xdr/xdr_sizeof.c
--- bcopy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/bcopy.c
--- bus_machdep.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/bus_machdep.c
--- bus_space_asm.o ---
--- clock.o ---
--- copystr.o ---
--- bus_space_asm.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999  -Werror /usr/src/sys/arm64/arm64/bus_space_asm.S
--- clock.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/clock.c
--- copystr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/copystr.c
--- cpufunc_asm.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999  -Werror /usr/src/sys/arm64/arm64/cpufunc_asm.S
--- db_disasm.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/db_disasm.c
--- db_interface.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/db_interface.c
--- db_trace.o ---
--- debug_monitor.o ---
--- db_trace.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/db_trace.c
--- debug_monitor.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/debug_monitor.c
--- dump_machdep.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/dump_machdep.c
--- identcpu.o ---
--- in_cksum.o ---
--- identcpu.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/identcpu.c
--- in_cksum.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/in_cksum.c
--- mem.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/mem.c
--- minidump_machdep.o ---
--- stack_machdep.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/stack_machdep.c
--- minidump_machdep.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/minidump_machdep.c
--- sys_machdep.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/sys_machdep.c
--- trap.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/trap.c
--- uio_machdep.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/uio_machdep.c
--- unwind.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/unwind.c
--- vfp.o ---
--- vm_machdep.o ---
--- vfp.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/vfp.c
--- vm_machdep.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/arm64/arm64/vm_machdep.c
--- bf_enc.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/crypto/blowfish/bf_enc.c
--- des_enc.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/crypto/des/des_enc.c
--- psci_arm64.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999  -Werror /usr/src/sys/dev/psci/psci_arm64.S
--- subr_dummy_vdso_tc.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/kern/subr_dummy_vdso_tc.c
--- bcmp.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/bcmp.c
--- ffs.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/ffs.c
--- ffsl.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/ffsl.c
--- fls.o ---
--- flsl.o ---
--- fls.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/fls.c
--- flsl.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/flsl.c
--- flsll.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/flsll.c
--- memmove.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/memmove.c
--- memset.o ---
--- config.o ---
--- memset.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/libkern/memset.c
--- config.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  config.c
--- env.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  env.c
--- hints.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  hints.c
--- null.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/dev/null/null.c
--- randomdev.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/dev/random/randomdev.c
--- uart_subr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/dev/uart/uart_subr.c
--- if_vtnet.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/dev/virtio/network/if_vtnet.c
--- virtio_blk.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/dev/virtio/block/virtio_blk.c
--- watchdog.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/dev/watchdog/watchdog.c
--- geom_dev.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/geom/geom_dev.c
--- kern_clock.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/kern/kern_clock.c
--- kern_cpuset.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/kern/kern_cpuset.c
--- kern_ffclock.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/kern/kern_ffclock.c
--- kern_intr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/kern/kern_intr.c
--- kern_cpuset.o ---
/usr/src/sys/kern/kern_cpuset.c:643:16: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        for (i = 0; i < (_NCPUWORDS - 1); i++) {
                    ~ ^ ~~~~~~~~~~~~~~~~
--- kern_mutex.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mgeneral-regs-only -ffixed-x18 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign    -std=iso9899:1999 -Werror  /usr/src/sys/kern/kern_mutex.c
--- kern_intr.o ---
/usr/src/sys/kern/kern_intr.c:1330:10: error: implicit declaration of function 'atomic_swap_int' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                while (atomic_swap_int(&ithd->it_need, 0) != 0) {
                       ^
/usr/src/sys/kern/kern_intr.c:1330:10: note: did you mean 'atomic_swap_64'?
./machine/atomic.h:497:1: note: 'atomic_swap_64' declared here
atomic_swap_64(volatile uint64_t *p, uint64_t val)
^
1 error generated.
*** [kern_intr.o] Error code 1

make[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC
--- kern_cpuset.o ---
1 warning generated.
1 error

make[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC
*** [buildkernel] Error code 2

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

make[1]: stopped in /usr/src
*** [buildkernel] 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/hudson936298670270649617.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
rm: FreeBSD_HEAD_arm64/usr/lib32/librt.so.1: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/lib32/libcrypt.so.5: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/lib32/libthr.so.3: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/lib32/libc.so.7: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/lib32: Directory not empty
rm: FreeBSD_HEAD_arm64/usr/bin/su: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/chpass: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/ypchpass: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/opiepasswd: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/crontab: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/ypchsh: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/ypchfn: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/passwd: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/yppasswd: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/opieinfo: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/login: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/chsh: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin/chfn: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/bin: Directory not empty
rm: FreeBSD_HEAD_arm64/usr/lib/librt.so.1: Operation not permitted
rm: FreeBSD_HEAD_arm64/usr/lib: Directory not empty
rm: FreeBSD_HEAD_arm64/usr: Directory not empty
rm: FreeBSD_HEAD_arm64/lib/libthr.so.3: Operation not permitted
rm: FreeBSD_HEAD_arm64/lib/libc.so.7: Operation not permitted
rm: FreeBSD_HEAD_arm64/lib/libcrypt.so.5: Operation not permitted
rm: FreeBSD_HEAD_arm64/lib: Directory not empty
rm: FreeBSD_HEAD_arm64/sbin/init: Operation not permitted
rm: FreeBSD_HEAD_arm64/sbin: Directory not empty
rm: FreeBSD_HEAD_arm64/libexec/ld-elf.so.1: Operation not permitted
rm: FreeBSD_HEAD_arm64/libexec/ld-elf32.so.1: Operation not permitted
rm: FreeBSD_HEAD_arm64/libexec: Directory not empty
rm: FreeBSD_HEAD_arm64: Directory not empty
+ 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



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