Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2016 17:04:33 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        des@FreeBSD.org, avg@FreeBSD.org, jenkins-admin@FreeBSD.org,  freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org
Subject:   FreeBSD_STABLE_10-i386 - Build #1547 - Failure
Message-ID:  <628075244.92.1481735074904.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
FreeBSD_STABLE_10-i386 - Build #1547 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1547/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1547/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1547/console

Change summaries:

310074 by avg:
MFC r309092: fwohci: report whether PhysicalUpperBound register is implemented

310071 by avg:
MFC r306589: Implement iicbus_write_ivar and impelemnt the NOSTOP ivar
in both read and write.

310069 by avg:
MFC r308985: revert r304520, set canmount=on is not supposed to mount
the filesystem

310067 by avg:
MFC r308887,309090: fix unsafe modification of zfs_vnodeops when
DIAGNOSTIC is enabled

310063 by avg:
MFC r308480: pmc_process_csw_out: ignore deleted counters

310062 by avg:
make smbus_get_addr() an ivar accessor

This is a direct commit to this branch.

smbus_get_addr() was declared as a funciton prototype, but the function
was never defined.  read_ivar and write_ivar methods were unused.

This was exposed after jedec_ts driver was imported to this branch
as that driver turned out to be the first user of smbus_get_addr().

This change is a small subset of a larger change in r281985.

Reported by:	jhb
Pointyhat to:	avg

310060 by des:
MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requests



The end of the build log:

[...truncated 170633 lines...]
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/fdc/../../dev/fdc/fdc_acpi.c -o fdc_acpi.o
--- all_subdir_ext2fs ---
ctfconvert -L VERSION -g ext2_vnops.o
--- all_subdir_drm2 ---
--- radeon_pm.o ---
ctfconvert -L VERSION -g radeon_pm.o
--- all_subdir_ext2fs ---
--- ext2fs.kld ---
ld  -d -warn-common -r -d -o ext2fs.kld ext2_alloc.o ext2_balloc.o ext2_bmap.o ext2_extents.o ext2_hash.o ext2_htree.o ext2_inode.o ext2_inode_cnv.o ext2_lookup.o ext2_subr.o ext2_vfsops.o ext2_vnops.o
ctfmerge -L VERSION -g -o ext2fs.kld ext2_alloc.o ext2_balloc.o ext2_bmap.o ext2_extents.o ext2_hash.o ext2_htree.o ext2_inode.o ext2_inode_cnv.o ext2_lookup.o ext2_subr.o ext2_vfsops.o ext2_vnops.o
--- all_subdir_fdescfs ---
===> fdescfs (all)
--- all_subdir_fdc ---
ctfconvert -L VERSION -g fdc_acpi.o
--- fdc.kld ---
ld  -d -warn-common -r -d -o fdc.kld fdc.o fdc_isa.o fdc_pccard.o fdc_acpi.o
ctfmerge -L VERSION -g -o fdc.kld fdc.o fdc_isa.o fdc_pccard.o fdc_acpi.o
--- all_subdir_fdescfs ---
--- fdesc_vfsops.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/fdescfs/../../fs/fdescfs/fdesc_vfsops.c -o fdesc_vfsops.o
--- all_subdir_fdc ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk fdc.kld  export_syms | xargs -J% objcopy % fdc.kld
--- fdc.ko.debug ---
ld -Bshareable  -d -warn-common -o fdc.ko.debug fdc.kld
--- fdc.ko.symbols ---
objcopy --only-keep-debug fdc.ko.debug fdc.ko.symbols
--- fdc.ko ---
objcopy --strip-debug --add-gnu-debuglink=fdc.ko.symbols fdc.ko.debug fdc.ko
--- all_subdir_drm2 ---
--- radeon_sa.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function     -I/usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon  -c /usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/radeon_sa.c -o radeon_sa.o
--- all_subdir_ext2fs ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk ext2fs.kld  export_syms | xargs -J% objcopy % ext2fs.kld
--- ext2fs.ko.debug ---
ld -Bshareable  -d -warn-common -o ext2fs.ko.debug ext2fs.kld
--- ext2fs.ko.symbols ---
objcopy --only-keep-debug ext2fs.ko.debug ext2fs.ko.symbols
--- ext2fs.ko ---
objcopy --strip-debug --add-gnu-debuglink=ext2fs.ko.symbols ext2fs.ko.debug ext2fs.ko
--- all_subdir_drm2 ---
--- radeon_semaphore.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function     -I/usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon  -c /usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/radeon_semaphore.c -o radeon_semaphore.o
--- radeon_ring.o ---
ctfconvert -L VERSION -g radeon_ring.o
--- all_subdir_fdescfs ---
ctfconvert -L VERSION -g fdesc_vfsops.o
--- fdesc_vnops.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/fdescfs/../../fs/fdescfs/fdesc_vnops.c -o fdesc_vnops.o
--- all_subdir_fe ---
===> fe (all)
--- if_fe.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/fe/../../dev/fe/if_fe.c -o if_fe.o
--- all_subdir_drm2 ---
--- radeon_semaphore.o ---
ctfconvert -L VERSION -g radeon_semaphore.o
--- all_subdir_fdescfs ---
ctfconvert -L VERSION -g fdesc_vnops.o
--- all_subdir_drm2 ---
--- radeon_sa.o ---
ctfconvert -L VERSION -g radeon_sa.o
--- all_subdir_fdescfs ---
--- fdescfs.kld ---
ld  -d -warn-common -r -d -o fdescfs.kld fdesc_vfsops.o fdesc_vnops.o
ctfmerge -L VERSION -g -o fdescfs.kld fdesc_vfsops.o fdesc_vnops.o
--- all_subdir_fe ---
--- if_fe_pccard.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/fe/../../dev/fe/if_fe_pccard.c -o if_fe_pccard.o
--- all_subdir_fdescfs ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk fdescfs.kld  export_syms | xargs -J% objcopy % fdescfs.kld
--- all_subdir_drm2 ---
--- radeon_test.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function     -I/usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon  -c /usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/radeon_test.c -o radeon_test.o
--- all_subdir_fdescfs ---
--- fdescfs.ko.debug ---
ld -Bshareable  -d -warn-common -o fdescfs.ko.debug fdescfs.kld
--- fdescfs.ko.symbols ---
objcopy --only-keep-debug fdescfs.ko.debug fdescfs.ko.symbols
--- fdescfs.ko ---
objcopy --strip-debug --add-gnu-debuglink=fdescfs.ko.symbols fdescfs.ko.debug fdescfs.ko
--- all_subdir_fe ---
--- if_fe_isa.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/fe/../../dev/fe/if_fe_isa.c -o if_fe_isa.o
--- if_fe_pccard.o ---
ctfconvert -L VERSION -g if_fe_pccard.o
--- all_subdir_filemon ---
===> filemon (all)
--- filemon.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/filemon/../../dev/filemon/filemon.c -o filemon.o
--- all_subdir_fe ---
--- if_fe_isa.o ---
ctfconvert -L VERSION -g if_fe_isa.o
--- all_subdir_firewire ---
===> firewire (all)
--- all_subdir_fe ---
--- if_fe.o ---
ctfconvert -L VERSION -g if_fe.o
--- all_subdir_firewire ---
--- all_subdir_firewire ---
===> firewire/firewire (all)
--- all_subdir_fe ---
--- if_fe.kld ---
ld  -d -warn-common -r -d -o if_fe.kld if_fe.o if_fe_pccard.o if_fe_isa.o
ctfmerge -L VERSION -g -o if_fe.kld if_fe.o if_fe_pccard.o if_fe_isa.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk if_fe.kld  export_syms | xargs -J% objcopy % if_fe.kld
--- if_fe.ko.debug ---
ld -Bshareable  -d -warn-common -o if_fe.ko.debug if_fe.kld
--- all_subdir_firewire ---
--- fwcrom.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/firewire/firewire/../../../dev/firewire/fwcrom.c -o fwcrom.o
--- all_subdir_fe ---
--- if_fe.ko.symbols ---
objcopy --only-keep-debug if_fe.ko.debug if_fe.ko.symbols
--- if_fe.ko ---
objcopy --strip-debug --add-gnu-debuglink=if_fe.ko.symbols if_fe.ko.debug if_fe.ko
--- all_subdir_drm2 ---
--- radeon_ttm.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function     -I/usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon  -c /usr/src/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/radeon_ttm.c -o radeon_ttm.o
--- radeon_test.o ---
ctfconvert -L VERSION -g radeon_test.o
--- hwsleep.o ---
cc  -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -Werror  /usr/src/sys/contrib/dev/acpica/components/hardware/hwsleep.c
--- modules-all ---
--- all_subdir_firewire ---
ctfconvert -L VERSION -g fwcrom.o
--- firewire.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/firewire/firewire/../../../dev/firewire/firewire.c -o firewire.o
--- all_subdir_filemon ---
ctfconvert -L VERSION -g filemon.o
--- hwsleep.o ---
ctfconvert -L VERSION -g hwsleep.o
--- modules-all ---
--- all_subdir_firmware ---
===> firmware (all)
--- subr_firmware.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/firmware/../../kern/subr_firmware.c -o subr_firmware.o
--- all_subdir_filemon ---
--- filemon.kld ---
ld  -d -warn-common -r -d -o filemon.kld filemon.o
ctfmerge -L VERSION -g -o filemon.kld filemon.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk filemon.kld  export_syms | xargs -J% objcopy % filemon.kld
--- filemon.ko.debug ---
ld -Bshareable  -d -warn-common -o filemon.ko.debug filemon.kld
--- filemon.ko.symbols ---
objcopy --only-keep-debug filemon.ko.debug filemon.ko.symbols
--- filemon.ko ---
objcopy --strip-debug --add-gnu-debuglink=filemon.ko.symbols filemon.ko.debug filemon.ko
--- all_subdir_firewire ---
--- fwohci.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/firewire/firewire/../../../dev/firewire/fwohci.c -o fwohci.o
--- all_subdir_drm2 ---
--- radeon_ttm.o ---
ctfconvert -L VERSION -g radeon_ttm.o
--- all_subdir_firmware ---
ctfconvert -L VERSION -g subr_firmware.o
--- all_subdir_firewire ---
/usr/src/sys/modules/firewire/firewire/../../../dev/firewire/fwohci.c:1878:9: error: use of undeclared identifier 'prequpper'
                            (prequpper & 0xffffffff)) {
                             ^
--- all_subdir_firmware ---
--- firmware.kld ---
ld  -d -warn-common -r -d -o firmware.kld subr_firmware.o
ctfmerge -L VERSION -g -o firmware.kld subr_firmware.o
--- all_subdir_firewire ---
1 error generated.
*** [fwohci.o] Error code 1

make[5]: stopped in /usr/src/sys/modules/firewire/firewire
--- all_subdir_firmware ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk firmware.kld  export_syms | xargs -J% objcopy % firmware.kld
--- all_subdir_drm2 ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/sys/modules/drm2/radeonkms
*** [all_subdir_radeonkms] Error code 2

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

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

make[3]: stopped in /usr/src/sys/modules
--- all_subdir_firmware ---
A failure has been detected in another branch of the parallel make

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

make[3]: stopped in /usr/src/sys/modules
--- all_subdir_firewire ---
--- firewire.o ---
ctfconvert -L VERSION -g firewire.o
1 error

make[5]: stopped in /usr/src/sys/modules/firewire/firewire
*** [all_subdir_firewire] Error code 2

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

make[4]: stopped in /usr/src/sys/modules/firewire
*** [all_subdir_firewire] 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/usr/src/sys/GENERIC
1 error

make[2]: stopped in /usr/obj/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
[WARNINGS] Skipping publisher since build result is FAILURE
[PostBuildScript] - Execution post build scripts.
[FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson6451316693479171855.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_STABLE_10-i386'
+ echo 'clean up jail FreeBSD_STABLE_10-i386'
clean up jail FreeBSD_STABLE_10-i386
+ sudo jail -r FreeBSD_STABLE_10-i386
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias
+ sudo umount FreeBSD_STABLE_10-i386/usr/src
+ sudo umount FreeBSD_STABLE_10-i386/dev
+ sudo rm -fr FreeBSD_STABLE_10-i386
+ true
+ sudo chflags -R noschg FreeBSD_STABLE_10-i386
+ sudo rm -fr FreeBSD_STABLE_10-i386
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?628075244.92.1481735074904.JavaMail.jenkins>