FreeBSD_HEAD_i386 - Build #1861 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1861/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1861/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1861/console Change summaries: 292091 by araujo: Fix minor typos introduced on r292084. Approved by: rodrigc (mentor) Differential Revision: https://reviews.freebsd.org/D4495 292090 by arybchik: sfxge: unify MCDI response polling Submitted by: Andy Moreton <amoreton at solarflare.com> Reviewed by: philip Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4496 292088 by arybchik: sfxge: simplify MCDI methods It is a part of MCDI rework to share more code among NIC families. Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4481 292087 by hiren: Clean up unused bandwidth entry in the TCP hostcache. Submitted by: Jason Wolfe (j at nitrology dot com) Reviewed by: rrs, hiren Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D4154 292086 by arybchik: sfxge: add tunable for maximum start attetmps after reset Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D2610 292085 by imp: Handle CPUTYPE=armv[4567]* better. gcc expects those to be either -march=foo or -mcpu=generic-foo. Catch the armvX* case and pass the right args for it. 292084 by imp: Move the inclusion of bsd.cpu.mk from sys.mk to bsd.opts.mk. However, for historical behavior that ports depends on, include it if we're inside the ports tree. Differential Review: https://reviews.freebsd.org/D4383 Ports Exp run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205021 292083 by imp: Update for final version of mkimg changes. 292082 by imp: Add ppcboot FAT type. Needed to create a bootable powerpc image. Differential Review: https://reviews.freebsd.org/D4407 292081 by imp: Add PNP info for ISA and PCI to the ed driver to prove design. Differential Review: https://reviews.freebsd.org/D3458 292080 by imp: Create a USB_PNP_INFO and use it to export the existing PNP tables. Some drivers needed some slight re-arrangement of declarations to accommodate this. Change the USB pnp tables slightly to allow better compatibility with the system by moving linux driver info from start of each entry to the end. All other PNP tables in the system have the per-device flags and such at the end of the elements rather that at the beginning. Differential Review: https://reviews.freebsd.org/D3458 292079 by imp: Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building block. Use it in all the PNP drivers to export either the current PNP table. For uart, create a custom table and export it using MODULE_PNP_INFO since it's the only one that matches on function number. Differential Review: https://reviews.freebsd.org/D3461 292078 by imp: Augment kldxref to find the new MODULE_PNP_INFO records now in modules, simplify them into a more normal form and write them to linker.hints. Differential Review: https://reviews.freebsd.org/D3461 292077 by imp: Create the MDT_PNP_INFO metadata record to communicate PNP info about modules. External agents may use this data to automatically load those modules. Differential Review: https://reviews.freebsd.org/D3461 292076 by gshapiro: Retain maintership over sendmail pieces so I can keep upstream in sync 292075 by imp: o Resolve the real path to NANO_OBJ so everything that depends on it doesn't have lots of ../../foo in it. o Tweak the powerpc64 variant a bit. This gets us closer to working with qemu-system-poewrpc64, but we aren't quite there yet. The end of the build log: [...truncated 195080 lines...] --- mxge_eth_z8e.ko.full --- ld -Bshareable -d -warn-common -o mxge_eth_z8e.ko.full mxge_eth_z8e.kld --- mxge_eth_z8e.ko.debug --- objcopy --only-keep-debug mxge_eth_z8e.ko.full mxge_eth_z8e.ko.debug --- mxge_eth_z8e.ko --- objcopy --strip-debug --add-gnu-debuglink=mxge_eth_z8e.ko.debug mxge_eth_z8e.ko.full mxge_eth_z8e.ko --- db_sym.o --- cc -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 -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/ddb/db_sym.c --- modules-all --- --- all_subdir_mwl --- --- mwlhal.o --- ctfconvert -L VERSION -g mwlhal.o --- if_mwl.kld --- ld -d -warn-common -r -d -o if_mwl.kld if_mwl.o if_mwl_pci.o mwlhal.o ctfmerge -L VERSION -g -o if_mwl.kld if_mwl.o if_mwl_pci.o mwlhal.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_mwl.kld export_syms | xargs -J% objcopy % if_mwl.kld --- if_mwl.ko.full --- ld -Bshareable -d -warn-common -o if_mwl.ko.full if_mwl.kld --- if_mwl.ko.debug --- objcopy --only-keep-debug if_mwl.ko.full if_mwl.ko.debug --- if_mwl.ko --- objcopy --strip-debug --add-gnu-debuglink=if_mwl.ko.debug if_mwl.ko.full if_mwl.ko --- db_thread.o --- cc -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 -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/ddb/db_thread.c --- db_sym.o --- ctfconvert -L VERSION -g db_sym.o --- modules-all --- --- all_subdir_ncr --- ===> ncr (all) --- ncr.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/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/ncr/../../dev/ncr/ncr.c -o ncr.o --- db_thread.o --- ctfconvert -L VERSION -g db_thread.o --- modules-all --- --- all_subdir_mxge --- --- all_subdir_mxge_ethp_z8e --- ===> mxge/mxge_ethp_z8e (all) --- mxge_ethp_z8e.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/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mxge/mxge_ethp_z8e/../../../dev/mxge/mxge_ethp_z8e.c -o mxge_ethp_z8e.o ctfconvert -L VERSION -g mxge_ethp_z8e.o --- mxge_ethp_z8e.kld --- ld -d -warn-common -r -d -o mxge_ethp_z8e.kld mxge_ethp_z8e.o ctfmerge -L VERSION -g -o mxge_ethp_z8e.kld mxge_ethp_z8e.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mxge_ethp_z8e.kld export_syms | xargs -J% objcopy % mxge_ethp_z8e.kld --- mxge_ethp_z8e.ko.full --- ld -Bshareable -d -warn-common -o mxge_ethp_z8e.ko.full mxge_ethp_z8e.kld --- mxge_ethp_z8e.ko.debug --- objcopy --only-keep-debug mxge_ethp_z8e.ko.full mxge_ethp_z8e.ko.debug --- mxge_ethp_z8e.ko --- objcopy --strip-debug --add-gnu-debuglink=mxge_ethp_z8e.ko.debug mxge_ethp_z8e.ko.full mxge_ethp_z8e.ko --- all_subdir_mxge_rss_eth_z8e --- ===> mxge/mxge_rss_eth_z8e (all) --- mxge_rss_eth_z8e.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/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mxge/mxge_rss_eth_z8e/../../../dev/mxge/mxge_rss_eth_z8e.c -o mxge_rss_eth_z8e.o ctfconvert -L VERSION -g mxge_rss_eth_z8e.o --- mxge_rss_eth_z8e.kld --- ld -d -warn-common -r -d -o mxge_rss_eth_z8e.kld mxge_rss_eth_z8e.o ctfmerge -L VERSION -g -o mxge_rss_eth_z8e.kld mxge_rss_eth_z8e.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mxge_rss_eth_z8e.kld export_syms | xargs -J% objcopy % mxge_rss_eth_z8e.kld --- mxge_rss_eth_z8e.ko.full --- ld -Bshareable -d -warn-common -o mxge_rss_eth_z8e.ko.full mxge_rss_eth_z8e.kld --- mxge_rss_eth_z8e.ko.debug --- objcopy --only-keep-debug mxge_rss_eth_z8e.ko.full mxge_rss_eth_z8e.ko.debug --- mxge_rss_eth_z8e.ko --- objcopy --strip-debug --add-gnu-debuglink=mxge_rss_eth_z8e.ko.debug mxge_rss_eth_z8e.ko.full mxge_rss_eth_z8e.ko --- all_subdir_mxge_rss_ethp_z8e --- ===> mxge/mxge_rss_ethp_z8e (all) --- mxge_rss_ethp_z8e.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/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mxge/mxge_rss_ethp_z8e/../../../dev/mxge/mxge_rss_ethp_z8e.c -o mxge_rss_ethp_z8e.o ctfconvert -L VERSION -g mxge_rss_ethp_z8e.o --- mxge_rss_ethp_z8e.kld --- ld -d -warn-common -r -d -o mxge_rss_ethp_z8e.kld mxge_rss_ethp_z8e.o ctfmerge -L VERSION -g -o mxge_rss_ethp_z8e.kld mxge_rss_ethp_z8e.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mxge_rss_ethp_z8e.kld export_syms | xargs -J% objcopy % mxge_rss_ethp_z8e.kld --- mxge_rss_ethp_z8e.ko.full --- ld -Bshareable -d -warn-common -o mxge_rss_ethp_z8e.ko.full mxge_rss_ethp_z8e.kld --- all_subdir_my --- ctfconvert -L VERSION -g if_my.o --- all_subdir_mxge --- --- mxge_rss_ethp_z8e.ko.debug --- objcopy --only-keep-debug mxge_rss_ethp_z8e.ko.full mxge_rss_ethp_z8e.ko.debug --- mxge_rss_ethp_z8e.ko --- objcopy --strip-debug --add-gnu-debuglink=mxge_rss_ethp_z8e.ko.debug mxge_rss_ethp_z8e.ko.full mxge_rss_ethp_z8e.ko --- db_textdump.o --- cc -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 -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/ddb/db_textdump.c --- modules-all --- --- all_subdir_my --- --- if_my.kld --- ld -d -warn-common -r -d -o if_my.kld if_my.o ctfmerge -L VERSION -g -o if_my.kld if_my.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_my.kld export_syms | xargs -J% objcopy % if_my.kld --- if_my.ko.full --- ld -Bshareable -d -warn-common -o if_my.ko.full if_my.kld --- if_my.ko.debug --- objcopy --only-keep-debug if_my.ko.full if_my.ko.debug --- if_my.ko --- objcopy --strip-debug --add-gnu-debuglink=if_my.ko.debug if_my.ko.full if_my.ko --- db_variables.o --- cc -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 -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/ddb/db_variables.c ctfconvert -L VERSION -g db_variables.o --- modules-all --- --- all_subdir_ncv --- ===> ncv (all) --- ncr53c500.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/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500.c -o ncr53c500.o --- db_textdump.o --- ctfconvert -L VERSION -g db_textdump.o --- modules-all --- --- ncr53c500_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/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -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 -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c -o ncr53c500_pccard.o /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:296:17: error: use of undeclared identifier 'ncv_pccard_products'; did you mean 'ncv_pccard_probe'? PCCARD_PNP_INFO(ncv_pccard_products); ^~~~~~~~~~~~~~~~~~~ ncv_pccard_probe /usr/src/sys/dev/pccard/pccardvar.h:96:47: note: expanded from macro 'PCCARD_PNP_INFO' MODULE_PNP_INFO(PCCARD_PNP_DESCR, pccard, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0])); \ ^ /usr/src/sys/sys/module.h:176:12: note: expanded from macro 'MODULE_PNP_INFO' .table = t, \ ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:211:1: note: 'ncv_pccard_probe' declared here ncv_pccard_probe(device_t dev) ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:296:17: error: use of undeclared identifier 'ncv_pccard_products'; did you mean 'ncv_pccard_methods'? PCCARD_PNP_INFO(ncv_pccard_products); ^~~~~~~~~~~~~~~~~~~ ncv_pccard_methods /usr/src/sys/dev/pccard/pccardvar.h:96:57: note: expanded from macro 'PCCARD_PNP_INFO' MODULE_PNP_INFO(PCCARD_PNP_DESCR, pccard, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0])); \ ^ /usr/src/sys/sys/module.h:177:16: note: expanded from macro 'MODULE_PNP_INFO' .entry_len = l, \ ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:277:24: note: 'ncv_pccard_methods' declared here static device_method_t ncv_pccard_methods[] = { ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:296:17: error: use of undeclared identifier 'ncv_pccard_products'; did you mean 'ncv_pccard_probe'? PCCARD_PNP_INFO(ncv_pccard_products); ^~~~~~~~~~~~~~~~~~~ ncv_pccard_probe /usr/src/sys/dev/pccard/pccardvar.h:96:71: note: expanded from macro 'PCCARD_PNP_INFO' MODULE_PNP_INFO(PCCARD_PNP_DESCR, pccard, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0])); \ ^ /usr/src/sys/sys/module.h:178:16: note: expanded from macro 'MODULE_PNP_INFO' .num_entry = n \ ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:211:1: note: 'ncv_pccard_probe' declared here ncv_pccard_probe(device_t dev) ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:296:1: error: invalid application of 'sizeof' to a function type [-Werror,-Wpointer-arith] PCCARD_PNP_INFO(ncv_pccard_products); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/pccard/pccardvar.h:96:70: note: expanded from macro 'PCCARD_PNP_INFO' MODULE_PNP_INFO(PCCARD_PNP_DESCR, pccard, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0])); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /usr/src/sys/sys/module.h:178:16: note: expanded from macro 'MODULE_PNP_INFO' .num_entry = n \ ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:296:17: error: use of undeclared identifier 'ncv_pccard_products'; did you mean 'ncv_pccard_methods'? PCCARD_PNP_INFO(ncv_pccard_products); ^~~~~~~~~~~~~~~~~~~ ncv_pccard_methods /usr/src/sys/dev/pccard/pccardvar.h:96:83: note: expanded from macro 'PCCARD_PNP_INFO' MODULE_PNP_INFO(PCCARD_PNP_DESCR, pccard, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0])); \ ^ /usr/src/sys/sys/module.h:178:16: note: expanded from macro 'MODULE_PNP_INFO' .num_entry = n \ ^ /usr/src/sys/modules/ncv/../../dev/ncv/ncr53c500_pccard.c:277:24: note: 'ncv_pccard_methods' declared here static device_method_t ncv_pccard_methods[] = { ^ 5 errors generated. *** [ncr53c500_pccard.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/ncv --- ncr53c500.o --- ctfconvert -L VERSION -g ncr53c500.o 1 error make[4]: stopped in /usr/src/sys/modules/ncv *** [all_subdir_ncv] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_ncr --- ctfconvert -L VERSION -g ncr.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/ncr *** [all_subdir_ncr] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_mxge --- --- all_subdir_mxge --- ctfconvert -L VERSION -g if_mxge.o A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/mxge/mxge *** [all_subdir_mxge] Error code 2 make[4]: stopped in /usr/src/sys/modules/mxge 1 error make[4]: stopped in /usr/src/sys/modules/mxge *** [all_subdir_mxge] 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 [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson1232556758768370218.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - AnyReceived on Fri Dec 11 2015 - 07:29:52 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:01 UTC