FreeBSD_HEAD_arm64 - Build #2034 - Failure

jenkins-admin at FreeBSD.org jenkins-admin at FreeBSD.org
Sat Jan 2 18:56:21 UTC 2016


FreeBSD_HEAD_arm64 - Build #2034 - Failure:

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

Change summaries:

293050 by adrian:
[ath] add explicit bus barriers.

The ath hal and driver code all assume the world is an x86 or the
bus layer does an explicit bus flush after each operation (eg netbsd.)

However, we don't do that.

So, to be "correct" on platforms like sparc64, mips and ppc (and maybe
ARM, I am not sure), just do explicit barriers after each operation.

Now, this does slow things down a tad on embedded platforms but I'd
rather things be "correct" versus "fast."  At some later point if someone
wishes it to be fast then we should add the barrier calls to the HAL and
driver.

Tested:

* carambola 2 (AR9331.)

293049 by des:
Replace the cosine table with a sine table, which (due to the vagaries of
rounding) has better spread.  Implement fp16_sin() to go along with
fp16_cos().  In the rendering loop, switch from addition to subtraction
so the center of the pattern will be a trough rather than a peak.  This
is completely arbitrary, of course, but looks better to me.



The end of the build log:

[...truncated 171397 lines...]
--- aic7xxx.o ---
ctfconvert -L VERSION -g aic7xxx.o
--- ahc.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ahc.kld aic7xxx_reg_print.o aic7xxx.o aic7xxx_93cx6.o aic7xxx_osm.o aic7770.o
ctfmerge -L VERSION -g -o ahc.kld aic7xxx_reg_print.o aic7xxx.o aic7xxx_93cx6.o aic7xxx_osm.o aic7770.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk ahc.kld  export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % ahc.kld
--- ahc.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ahc.ko.full aic7xxx_reg_print.o aic7xxx.o aic7xxx_93cx6.o aic7xxx_osm.o aic7770.o
--- ahc.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ahc.ko.full ahc.ko.debug
--- ahc.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ahc.ko.debug  ahc.ko.full ahc.ko
--- dsargs.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  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -Werror  /usr/src/sys/contrib/dev/acpica/components/dispatcher/dsargs.c
ctfconvert -L VERSION -g dsargs.o
--- modules-all ---
--- all_subdir_alq ---
===> alq (all)
--- kern_alq.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c /usr/src/sys/modules/alq/../../kern/kern_alq.c -o kern_alq.o
ctfconvert -L VERSION -g kern_alq.o
--- alq.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o alq.kld kern_alq.o
ctfmerge -L VERSION -g -o alq.kld kern_alq.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk alq.kld  export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % alq.kld
--- alq.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o alq.ko.full kern_alq.o
--- alq.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug alq.ko.full alq.ko.debug
--- alq.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=alq.ko.debug  alq.ko.full alq.ko
--- dscontrol.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  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -Werror  /usr/src/sys/contrib/dev/acpica/components/dispatcher/dscontrol.c
--- modules-all ---
--- all_subdir_ale ---
ctfconvert -L VERSION -g if_ale.o
--- if_ale.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o if_ale.kld if_ale.o
ctfmerge -L VERSION -g -o if_ale.kld if_ale.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk if_ale.kld  export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % if_ale.kld
--- if_ale.ko.full ---
--- dscontrol.o ---
ctfconvert -L VERSION -g dscontrol.o
--- modules-all ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o if_ale.ko.full if_ale.o
--- all_subdir_amr ---
===> amr (all)
--- all_subdir_ale ---
--- if_ale.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug if_ale.ko.full if_ale.ko.debug
--- if_ale.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=if_ale.ko.debug  if_ale.ko.full if_ale.ko
--- dsdebug.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  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -Werror  /usr/src/sys/contrib/dev/acpica/components/dispatcher/dsdebug.c
--- modules-all ---
--- all_subdir_amr ---
--- all_subdir_amr_cam ---
===> amr/amr_cam (all)
--- amr_cam.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c /usr/src/sys/modules/amr/amr_cam/../../../dev/amr/amr_cam.c -o amr_cam.o
--- dsdebug.o ---
ctfconvert -L VERSION -g dsdebug.o
--- modules-all ---
--- amr_disk.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c /usr/src/sys/modules/amr/../../dev/amr/amr_disk.c -o amr_disk.o
ctfconvert -L VERSION -g amr_disk.o
--- all_subdir_ata ---
===> ata (all)
--- all_subdir_atacore ---
===> ata/atacore (all)
--- all_subdir_amr ---
--- all_subdir_amr_cam ---
ctfconvert -L VERSION -g amr_cam.o
--- all_subdir_ata ---
--- ata-all.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c /usr/src/sys/modules/ata/atacore/../../../dev/ata/ata-all.c -o ata-all.o
--- all_subdir_amr ---
--- amr_cam.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o amr_cam.kld amr_cam.o
ctfmerge -L VERSION -g -o amr_cam.kld amr_cam.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk amr_cam.kld  export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % amr_cam.kld
--- amr_cam.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o amr_cam.ko.full amr_cam.o
--- amr_cam.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug amr_cam.ko.full amr_cam.ko.debug
--- amr_cam.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=amr_cam.ko.debug  amr_cam.ko.full amr_cam.ko
--- amr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c /usr/src/sys/modules/amr/../../dev/amr/amr.c -o amr.o
--- all_subdir_alc ---
ctfconvert -L VERSION -g if_alc.o
--- if_alc.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o if_alc.kld if_alc.o
--- all_subdir_aic7xxx ---
--- all_subdir_ahd ---
--- aic79xx.o ---
ctfconvert -L VERSION -g aic79xx.o
--- all_subdir_alc ---
ctfmerge -L VERSION -g -o if_alc.kld if_alc.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk if_alc.kld  export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % if_alc.kld
--- if_alc.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o if_alc.ko.full if_alc.o
--- if_alc.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug if_alc.ko.full if_alc.ko.debug
--- if_alc.ko ---
--- all_subdir_aic7xxx ---
--- ahd.kld ---
--- all_subdir_alc ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=if_alc.ko.debug  if_alc.ko.full if_alc.ko
--- all_subdir_aic7xxx ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ahd.kld aic79xx_reg_print.o aic79xx.o aic79xx_osm.o aic79xx_pci.o ahd_pci.o
--- all_subdir_ata ---
--- ata_if.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c ata_if.c -o ata_if.o
--- all_subdir_aic7xxx ---
ctfmerge -L VERSION -g -o ahd.kld aic79xx_reg_print.o aic79xx.o aic79xx_osm.o aic79xx_pci.o ahd_pci.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk ahd.kld  export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % ahd.kld
--- ahd.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ahd.ko.full aic79xx_reg_print.o aic79xx.o aic79xx_osm.o aic79xx_pci.o ahd_pci.o
--- ahd.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ahd.ko.full ahd.ko.debug
--- ahd.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ahd.ko.debug  ahd.ko.full ahd.ko
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata_if.o
--- all_subdir_ath ---
--- all_subdir_ata ---
--- all_subdir_atacard ---
===> ata/atacard (all)
--- all_subdir_ath ---
===> ath (all)
--- all_subdir_ata ---
--- ata-card.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c /usr/src/sys/modules/ata/atacard/../../../dev/ata/ata-card.c -o ata-card.o
--- all_subdir_ath ---
--- ah.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -mgeneral-regs-only -ffixed-x18 -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 -Wno-error-shift-negative-value    -std=iso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah.c -o ah.o
/usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah.c:244:8: error: expected expression
                if ((OS_REG_READ(ah, reg) & mask) == val)
                     ^
/usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:153:2: note: expanded from macro 'OS_REG_READ'
        do {                                                            \
        ^
/usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah.c:865:12: error: expected expression
                        *dp++ = OS_REG_READ(ah, r);
                                ^
/usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:153:2: note: expanded from macro 'OS_REG_READ'
        do {                                                            \
        ^
/usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah.c:1376:31: error: expected expression
        OS_REG_WRITE(ah, AR_TSF_L32, OS_REG_READ(ah, AR_TSF_L32) + tsfdelta);
                                     ^
/usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:153:2: note: expanded from macro 'OS_REG_READ'
        do {                                                            \
        ^
/usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:149:49: note: expanded from macro 'OS_REG_WRITE'
            (bus_space_handle_t)(_ah)->ah_sh, (_reg), (_val));          \
                                                       ^
./machine/bus.h:376:62: note: expanded from macro 'bus_space_write_4'
#define bus_space_write_4(t, h, o, v)   __bs_ws(4,(t),(h),(o),(v))
                                                               ^
./machine/bus.h:269:50: note: expanded from macro '__bs_ws'
        (*(t)->__bs_opname(w,sz))((t)->bs_cookie, h, o, v)
                                                        ^
3 errors generated.
*** [ah.o] Error code 1

make[4]: stopped in /usr/src/sys/modules/ath
1 error

make[4]: stopped in /usr/src/sys/modules/ath
*** [all_subdir_ath] Error code 2

make[3]: stopped in /usr/src/sys/modules
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-card.o
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/sys/modules/ata/atacard
*** [all_subdir_atacard] Error code 2

make[4]: stopped in /usr/src/sys/modules/ata
--- all_subdir_atacore ---
--- ata-all.o ---
ctfconvert -L VERSION -g ata-all.o
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/sys/modules/ata/atacore
*** [all_subdir_atacore] Error code 2

make[4]: stopped in /usr/src/sys/modules/ata
2 errors

make[4]: stopped in /usr/src/sys/modules/ata
*** [all_subdir_ata] Error code 2

make[3]: stopped in /usr/src/sys/modules
--- all_subdir_amr ---
ctfconvert -L VERSION -g amr.o
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/sys/modules/amr
*** [all_subdir_amr] Error code 2

make[3]: stopped in /usr/src/sys/modules
3 errors

make[3]: stopped in /usr/src/sys/modules
*** [modules-all] Error code 2

make[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC
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/hudson2797029572007804691.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