From owner-freebsd-i386@freebsd.org Mon May 2 18:21:55 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CA75B2AC2C; Mon, 2 May 2016 18:21:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 510F31037; Mon, 2 May 2016 18:21:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 7933FE62; Mon, 2 May 2016 18:21:55 +0000 (UTC) Date: Mon, 2 May 2016 18:21:53 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pfg@FreeBSD.org, royger@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1330205542.23.1462213315506.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3028 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 18:21:55 -0000 FreeBSD_HEAD_i386 - Build #3028 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3028/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3028/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3028/console Change summaries: 298931 by pfg: etc: minor spelling fixes. Mostly comments but also some user-visible strings. MFC after: 2 weeks 298930 by royger: xen/time: fix PV clock resolution The current resolution of the Xen PV clock is too high, which causes an adjustment of 5s to be applied to it. Reduce the resolution to be the same as the RTC plus one, so it's always selected as the best source when available on x86. Also don't reset the clock on resume, it's pointless and discards any previous adjustments. Sponsoted by: Citrix Systems R&D 298929 by royger: xen/time: allow Dom0 to set the host time Dom0 should be able to set the host time. This is implemented by first writing to the RTC (as would be done on bare metal), and then using the XENPF_settime64 hypercall in order to force Xen to update the wallclock shared page of all domains. Sponsored by: Citrix Systems R&D 298928 by royger: atrtc: export function to set RTC This is going to be used by the Xen clock on Dom0 in order to set the RTC of the host. The current logic in atrtc_settime is moved to atrtc_set and the unused device_t parameter is removed from the atrtc_set function call so it can be safely used by other callers. Sponsored by: Citrix Systems R&D Reviewed by: kib, jhb Differential revision: https://reviews.freebsd.org/D6067 298927 by royger: xen/timer: remove the timer setup loop With the removal of the usage of the VCPU_SSHOTTMR_future flag, now all errors from xentimer_vcpu_start_timer should be considered fatal, and the loop is no longer needed since in case of setting the timer in the past we will get an event interrupt right away (instead of returning ETIME). Sponsored by: Citrix Systems R&D MFC after : 2 weeks 298926 by royger: xen/x86: don't lose event interrupts On slow platforms with unreliable TSC, such as QEMU emulated machines, it is possible for the FreeBSD kernel to request the next event in the past. In that case, in the current implementation of xentimer_vcpu_start_timer, we simply return -ETIME. To be precise Xen returns -ETIME and we pass it on. As a consequence we need to loop around to function to make sure that the timer is properly set. Instead it is better to always ask the hypervisor for a timer event, even if the timeout is past. To do that, remove the VCPU_SSHOTTMR_future flag. Submitted by: Stefano Stabellini Reviewed by: royger MFC after: 2 weeks The end of the build log: [...truncated 189211 lines...] ctfconvert -L VERSION -g usb_msctest.o --- usb_request.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 -MD -MF.depend.usb_request.o -MTusb_request.o -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/dev/usb/usb_request.c --- usb_pf.o --- ctfconvert -L VERSION -g usb_pf.o --- usb_process.o --- ctfconvert -L VERSION -g usb_process.o --- usb_transfer.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 -MD -MF.depend.usb_transfer.o -MTusb_transfer.o -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/dev/usb/usb_transfer.c --- usb_util.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 -MD -MF.depend.usb_util.o -MTusb_util.o -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/dev/usb/usb_util.c --- usb_hub.o --- ctfconvert -L VERSION -g usb_hub.o --- ukbd.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 -MD -MF.depend.ukbd.o -MTukbd.o -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/dev/usb/input/ukbd.c --- usb_util.o --- ctfconvert -L VERSION -g usb_util.o --- usb_quirk.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 -MD -MF.depend.usb_quirk.o -MTusb_quirk.o -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/dev/usb/quirk/usb_quirk.c --- usb_request.o --- ctfconvert -L VERSION -g usb_request.o --- if_vge.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 -MD -MF.depend.if_vge.o -MTif_vge.o -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/dev/vge/if_vge.c --- usb_quirk.o --- ctfconvert -L VERSION -g usb_quirk.o --- virtio.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 -MD -MF.depend.virtio.o -MTvirtio.o -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/dev/virtio/virtio.c --- ukbd.o --- ctfconvert -L VERSION -g ukbd.o --- virtqueue.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 -MD -MF.depend.virtqueue.o -MTvirtqueue.o -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/dev/virtio/virtqueue.c --- virtio.o --- ctfconvert -L VERSION -g virtio.o --- virtio_bus_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/virtio/virtio_bus_if.m -c ; 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 -MD -MF.depend.virtio_bus_if.o -MTvirtio_bus_if.o -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 virtio_bus_if.c ctfconvert -L VERSION -g virtio_bus_if.o --- virtio_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/virtio/virtio_if.m -c ; 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 -MD -MF.depend.virtio_if.o -MTvirtio_if.o -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 virtio_if.c --- usb_transfer.o --- ctfconvert -L VERSION -g usb_transfer.o --- virtio_pci.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 -MD -MF.depend.virtio_pci.o -MTvirtio_pci.o -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/dev/virtio/pci/virtio_pci.c --- virtio_if.o --- ctfconvert -L VERSION -g virtio_if.o --- if_vtnet.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 -MD -MF.depend.if_vtnet.o -MTif_vtnet.o -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/dev/virtio/network/if_vtnet.c --- virtqueue.o --- ctfconvert -L VERSION -g virtqueue.o --- virtio_blk.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 -MD -MF.depend.virtio_blk.o -MTvirtio_blk.o -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/dev/virtio/block/virtio_blk.c --- virtio_pci.o --- ctfconvert -L VERSION -g virtio_pci.o --- virtio_balloon.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 -MD -MF.depend.virtio_balloon.o -MTvirtio_balloon.o -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/dev/virtio/balloon/virtio_balloon.c --- virtio_blk.o --- ctfconvert -L VERSION -g virtio_blk.o --- virtio_scsi.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 -MD -MF.depend.virtio_scsi.o -MTvirtio_scsi.o -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/dev/virtio/scsi/virtio_scsi.c --- virtio_balloon.o --- ctfconvert -L VERSION -g virtio_balloon.o --- if_vr.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 -MD -MF.depend.if_vr.o -MTif_vr.o -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/dev/vr/if_vr.c --- if_vge.o --- ctfconvert -L VERSION -g if_vge.o --- vt_termcolors.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 -MD -MF.depend.vt_termcolors.o -MTvt_termcolors.o -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/dev/vt/colors/vt_termcolors.c ctfconvert -L VERSION -g vt_termcolors.o --- vt_font_default.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 -MD -MF.depend.vt_font_default.o -MTvt_font_default.o -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/dev/vt/font/vt_font_default.c ctfconvert -L VERSION -g vt_font_default.o --- vt_mouse_cursor.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 -MD -MF.depend.vt_mouse_cursor.o -MTvt_mouse_cursor.o -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/dev/vt/font/vt_mouse_cursor.c ctfconvert -L VERSION -g vt_mouse_cursor.o --- vt_fb.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 -MD -MF.depend.vt_fb.o -MTvt_fb.o -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/dev/vt/hw/fb/vt_fb.c --- virtio_scsi.o --- ctfconvert -L VERSION -g virtio_scsi.o --- vt_vga.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 -MD -MF.depend.vt_vga.o -MTvt_vga.o -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/dev/vt/hw/vga/vt_vga.c --- if_vtnet.o --- ctfconvert -L VERSION -g if_vtnet.o --- logo_freebsd.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 -MD -MF.depend.logo_freebsd.o -MTlogo_freebsd.o -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/dev/vt/logo/logo_freebsd.c ctfconvert -L VERSION -g logo_freebsd.o --- logo_beastie.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 -MD -MF.depend.logo_beastie.o -MTlogo_beastie.o -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/dev/vt/logo/logo_beastie.c --- vt_fb.o --- ctfconvert -L VERSION -g vt_fb.o --- vt_buf.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 -MD -MF.depend.vt_buf.o -MTvt_buf.o -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/dev/vt/vt_buf.c --- logo_beastie.o --- ctfconvert -L VERSION -g logo_beastie.o --- vt_consolectl.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 -MD -MF.depend.vt_consolectl.o -MTvt_consolectl.o -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/dev/vt/vt_consolectl.c ctfconvert -L VERSION -g vt_consolectl.o --- vt_core.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 -MD -MF.depend.vt_core.o -MTvt_core.o -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/dev/vt/vt_core.c --- vt_buf.o --- ctfconvert -L VERSION -g vt_buf.o --- vt_cpulogos.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 -MD -MF.depend.vt_cpulogos.o -MTvt_cpulogos.o -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/dev/vt/vt_cpulogos.c --- if_vr.o --- ctfconvert -L VERSION -g if_vr.o --- vt_font.o --- --- vt_vga.o --- ctfconvert -L VERSION -g vt_vga.o --- vt_font.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 -MD -MF.depend.vt_font.o -MTvt_font.o -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/dev/vt/vt_font.c --- vt_sysmouse.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 -MD -MF.depend.vt_sysmouse.o -MTvt_sysmouse.o -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/dev/vt/vt_sysmouse.c --- vt_cpulogos.o --- ctfconvert -L VERSION -g vt_cpulogos.o --- if_vte.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 -MD -MF.depend.if_vte.o -MTif_vte.o -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/dev/vte/if_vte.c --- vt_font.o --- ctfconvert -L VERSION -g vt_font.o --- if_vx.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 -MD -MF.depend.if_vx.o -MTif_vx.o -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/dev/vx/if_vx.c --- vt_sysmouse.o --- ctfconvert -L VERSION -g vt_sysmouse.o --- if_vx_pci.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 -MD -MF.depend.if_vx_pci.o -MTif_vx_pci.o -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/dev/vx/if_vx_pci.c ctfconvert -L VERSION -g if_vx_pci.o --- watchdog.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 -MD -MF.depend.watchdog.o -MTwatchdog.o -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/dev/watchdog/watchdog.c --- vt_core.o --- ctfconvert -L VERSION -g vt_core.o --- if_wb.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 -MD -MF.depend.if_wb.o -MTif_wb.o -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/dev/wb/if_wb.c --- watchdog.o --- ctfconvert -L VERSION -g watchdog.o --- if_wi.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 -MD -MF.depend.if_wi.o -MTif_wi.o -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/dev/wi/if_wi.c --- if_vx.o --- ctfconvert -L VERSION -g if_vx.o --- if_wi_pccard.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 -MD -MF.depend.if_wi_pccard.o -MTif_wi_pccard.o -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/dev/wi/if_wi_pccard.c --- if_vte.o --- ctfconvert -L VERSION -g if_vte.o --- if_wi_pci.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 -MD -MF.depend.if_wi_pci.o -MTif_wi_pci.o -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/dev/wi/if_wi_pci.c --- if_wi_pccard.o --- ctfconvert -L VERSION -g if_wi_pccard.o --- if_wpi.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 -MD -MF.depend.if_wpi.o -MTif_wpi.o -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/dev/wpi/if_wpi.c --- if_wb.o --- ctfconvert -L VERSION -g if_wb.o --- if_xe.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 -MD -MF.depend.if_xe.o -MTif_xe.o -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/dev/xe/if_xe.c --- if_wi_pci.o --- ctfconvert -L VERSION -g if_wi_pci.o --- if_xe_pccard.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 -MD -MF.depend.if_xe_pccard.o -MTif_xe_pccard.o -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/dev/xe/if_xe_pccard.c --- if_wi.o --- ctfconvert -L VERSION -g if_wi.o --- balloon.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 -MD -MF.depend.balloon.o -MTballoon.o -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/dev/xen/balloon/balloon.c --- if_xe_pccard.o --- ctfconvert -L VERSION -g if_xe_pccard.o --- blkfront.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 -MD -MF.depend.blkfront.o -MTblkfront.o -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/dev/xen/blkfront/blkfront.c --- balloon.o --- ctfconvert -L VERSION -g balloon.o --- blkback.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 -MD -MF.depend.blkback.o -MTblkback.o -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/dev/xen/blkback/blkback.c --- if_xe.o --- ctfconvert -L VERSION -g if_xe.o --- xen_console.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 -MD -MF.depend.xen_console.o -MTxen_console.o -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/dev/xen/console/xen_console.c ctfconvert -L VERSION -g xen_console.o --- control.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 -MD -MF.depend.control.o -MTcontrol.o -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/dev/xen/control/control.c --- blkfront.o --- ctfconvert -L VERSION -g blkfront.o --- grant_table.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 -MD -MF.depend.grant_table.o -MTgrant_table.o -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/dev/xen/grant_table/grant_table.c --- control.o --- ctfconvert -L VERSION -g control.o --- netback.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 -MD -MF.depend.netback.o -MTnetback.o -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/dev/xen/netback/netback.c --- grant_table.o --- ctfconvert -L VERSION -g grant_table.o --- netfront.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 -MD -MF.depend.netfront.o -MTnetfront.o -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/dev/xen/netfront/netfront.c --- if_wpi.o --- ctfconvert -L VERSION -g if_wpi.o --- xenpci.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 -MD -MF.depend.xenpci.o -MTxenpci.o -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/dev/xen/xenpci/xenpci.c --- blkback.o --- ctfconvert -L VERSION -g blkback.o --- xenpci.o --- ctfconvert -L VERSION -g xenpci.o --- timer.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 -MD -MF.depend.timer.o -MTtimer.o -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/dev/xen/timer/timer.c --- pvcpu.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 -MD -MF.depend.pvcpu.o -MTpvcpu.o -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/dev/xen/pvcpu/pvcpu.c ctfconvert -L VERSION -g pvcpu.o --- xenstore.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 -MD -MF.depend.xenstore.o -MTxenstore.o -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/dev/xen/xenstore/xenstore.c --- timer.o --- /usr/src/sys/dev/xen/timer/timer.c:237:8: error: implicit declaration of function 'HYPERVISOR_platform_op' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ret = HYPERVISOR_platform_op(&settime); ^ /usr/src/sys/dev/xen/timer/timer.c:237:8: note: did you mean 'HYPERVISOR_memory_op'? ./machine/xen/hypercall.h:243:1: note: 'HYPERVISOR_memory_op' declared here HYPERVISOR_memory_op( ^ 1 error generated. *** [timer.o] Error code 1 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC --- xenstore.o --- ctfconvert -L VERSION -g xenstore.o --- netfront.o --- ctfconvert -L VERSION -g netfront.o --- netback.o --- ctfconvert -L VERSION -g netback.o 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[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/hudson5482085202274241956.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 - Any From owner-freebsd-i386@freebsd.org Mon May 2 19:37:01 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 391A4B2A91C; Mon, 2 May 2016 19:37:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 2B5301E70; Mon, 2 May 2016 19:37:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 569F4E9E; Mon, 2 May 2016 19:37:01 +0000 (UTC) Date: Mon, 2 May 2016 19:36:58 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pfg@FreeBSD.org, royger@FreeBSD.org, avos@FreeBSD.org, adrian@FreeBSD.org, jhb@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <342861306.26.1462217821364.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1330205542.23.1462213315506.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1330205542.23.1462213315506.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3029 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 19:37:01 -0000 FreeBSD_HEAD_i386 - Build #3029 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3029/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3029/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3029/cons= ole Change summaries: 298936 by avos: iwm: fix parameters for iwm_add_channel_band() It accepts , not . Reported by:=09adrian 298935 by adrian: [bhnd] add missing bus interface SRC bits, required after the last source i= mport. 298934 by royger: xen/control: improve suspend/resume Implement several small improvements to the suspend/resume Xen sequence: - Call the power_suspend_early event before stopping all processes. - Stop all processes. This was done implicitly previously by putting all the CPUs in a known IPI handler. - Warm up the timecounter. - Re-initialize the time of day register. Sponsored by: Citrix Systems R&D 298933 by jhb: Add a new bus method to fetch device-specific CPU sets. bus_get_cpus() returns a specified set of CPUs for a device. It accepts an enum for the second parameter that indicates the type of cpuset to request. Currently two valus are supported: - LOCAL_CPUS (on x86 this returns all the CPUs in the package closest to the device when DEVICE_NUMA is enabled) - INTR_CPUS (like LOCAL_CPUS but only returns 1 SMT thread for each core) For systems that do not support NUMA (or if it is not enabled in the kernel config), LOCAL_CPUS fails with EINVAL. INTR_CPUS is mapped to 'all_cpus' by default. The idea is that INTR_CPUS should always return a valid set. Device drivers which want to use per-CPU interrupts should start using INTR_CPUS instead of simply assigning interrupts to all available CPUs. In the future we may wish to add tunables to control the policy of INTR_CPUS (e.g. should it be local-only or global, should it ignore SMT threads or not). The x86 nexus driver exposes the internal set of interrupt CPUs from the the x86 interrupt code via INTR_CPUS. The ACPI bus driver and PCI bridge drivers use _PXM to return a suitable LOCAL_CPUS set when _PXM exists and DEVICE_NUMA is enabled. They also and the global INTR_CPUS set from the nexus driver with the per-domain set from _PXM to generate a local INTR_CPUS set for child devices. Reviewed by:=09wblock (manpage) Differential Revision:=09https://reviews.freebsd.org/D5519 298932 by pfg: dev/usb: minor spelling fixes in comments. No functional change. Reviewed by:=09hselasky The end of the build log: [...truncated 55561 lines...] cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_diff.So -MTdmu_diff.So -std=3Diso9899:1999 -fstack-protector-= strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-p= lus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-va= lue -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wn= o-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-param= eter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/..= /../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c -o dmu_dif= f.So --- lib__L --- --- libcalendar.so.5.debug --- objcopy --only-keep-debug libcalendar.so.5.full libcalendar.so.5.debug --- libcalendar.so.5 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibcalendar.so.5.debug libcale= ndar.so.5.full libcalendar.so.5 --- cddl/lib__L --- --- dmu_send.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_send.So -MTdmu_send.So -std=3Diso9899:1999 -fstack-protector-= strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-p= lus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-va= lue -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wn= o-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-param= eter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/..= /../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c -o dmu_sen= d.So --- kerberos5/lib__L --- --- pkinit.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.pkini= t.So -MTpkinit.So -std=3Dgnu99 -fstack-protector-strong -Qunused-argumen= ts -c /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/pkinit.c -= o pkinit.So --- lib__L --- --- all_subdir_lib/libcom_err --- =3D=3D=3D> lib/libcom_err (all) --- all_subdir_lib/libbsm --- --- bsm_notify.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_notify.o -MTbsm= _notify.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -W= no-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-vari= able -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality = -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-sw= itch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunuse= d-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bsm_notify= .c -o bsm_notify.o --- cddl/lib__L --- --- dmu_object.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_object.So -MTdmu_object.So -std=3Diso9899:1999 -fstack-protec= tor-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unuse= d-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion= -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpoo= l/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c -o d= mu_object.So --- lib__L --- --- all_subdir_lib/libcompat --- =3D=3D=3D> lib/libcompat (all) --- ftime.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.ftime.o -MTftime.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.1/ftime.c -o ftime.o In file included from /usr/src/lib/libcompat/4.1/ftime.c:37: /usr/obj/usr/src/tmp/usr/include/sys/timeb.h:42:2: warning: "this file incl= udes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ 1 warning generated. --- re_comp.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.re_comp.o -MTre_comp.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/re_comp.c -o re_= comp.o --- rexec.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.rexec.o -MTrexec.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/rexec.c -o rexec.o --- all_subdir_lib/libbsm --- --- bsm_socket_type.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_socket_type.o -= MTbsm_socket_type.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers = -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-= const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses= -equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typed= ef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthese= s -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/= bsm_socket_type.c -o bsm_socket_type.o --- all_subdir_lib/libcompat --- --- cuserid.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.cuserid.o -MTcuserid.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.4/cuserid.c -o cus= erid.o --- all_subdir_lib/libbsm --- --- bsm_token.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_token.o -MTbsm_= token.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wno= -pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variab= le -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -W= no-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-swit= ch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-= arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bsm_token.c = -o bsm_token.o --- all_subdir_lib/libcompat --- --- libcompat.a --- building static compat library ar -crD libcompat.a `NM=3D'nm' NMFLAGS=3D'' lorder ftime.o re_comp.o rexec.= o cuserid.o | tsort -q`=20 ranlib -D libcompat.a --- all_subdir_lib/libbsm --- --- bsm_user.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_user.o -MTbsm_u= ser.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wno-p= ointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable= -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno= -unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-ar= guments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bsm_user.c -o = bsm_user.o --- cddl/lib__L --- --- dmu_objset.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_objset.So -MTdmu_objset.So -std=3Diso9899:1999 -fstack-protec= tor-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unuse= d-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion= -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpoo= l/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c -o d= mu_objset.So --- kerberos5/lib__L --- --- log.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.log.S= o -MTlog.So -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c= /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/log.c -o log.So --- lib__L --- --- bsm_wrappers.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_wrappers.o -MTb= sm_wrappers.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werro= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wn= o-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qu= nused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bsm_wr= appers.c -o bsm_wrappers.o --- kerberos5/lib__L --- --- misc.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.misc.= So -MTmisc.So -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments = -c /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/misc.c -o misc= .So --- lib__L --- --- bsm_audit.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_a= udit.So -MTbsm_audit.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_audit.c -o bsm_audit.So --- kerberos5/lib__L --- --- kx509.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.kx509= .So -MTkx509.So -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments= -c /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/kx509.c -o k= x509.So --- lib__L --- --- bsm_class.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_c= lass.So -MTbsm_class.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_class.c -o bsm_class.So --- cddl/lib__L --- --- dmu_traverse.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_traverse.So -MTdmu_traverse.So -std=3Diso9899:1999 -fstack-pr= otector-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/lib= zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.= c -o dmu_traverse.So --- lib__L --- --- bsm_control.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_c= ontrol.So -MTbsm_control.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-loc= al-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm= /libbsm/bsm_control.c -o bsm_control.So --- bsm_domain.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_d= omain.So -MTbsm_domain.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-he= aders -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/l= ibbsm/bsm_domain.c -o bsm_domain.So --- kerberos5/lib__L --- --- process.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.proce= ss.So -MTprocess.So -std=3Dgnu99 -fstack-protector-strong -Qunused-argum= ents -c /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/process.= c -o process.So --- lib__L --- --- all_subdir_lib/libcrypt --- =3D=3D=3D> lib/libcrypt (all) --- all_subdir_lib/libbsm --- --- bsm_errno.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_e= rrno.So -MTbsm_errno.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_errno.c -o bsm_errno.So --- kerberos5/lib__L --- --- windc.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.windc= .So -MTwindc.So -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments= -c /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/windc.c -o w= indc.So --- lib__L --- --- bsm_event.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_e= vent.So -MTbsm_event.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_event.c -o bsm_event.So --- bsm_fcntl.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_f= cntl.So -MTbsm_fcntl.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_fcntl.c -o bsm_fcntl.So --- cddl/lib__L --- --- dmu_tx.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_tx.So -MTdmu_tx.So -std=3Diso9899:1999 -fstack-protector-stro= ng -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-= int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/../../= ../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c -o dmu_tx.So --- lib__L --- --- bsm_flags.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_f= lags.So -MTbsm_flags.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_flags.c -o bsm_flags.So --- cddl/lib__L --- --- dnode.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dnode.So -MTdnode.So -std=3Diso9899:1999 -fstack-protector-strong= -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-in= t -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -W= no-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unus= ed-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -= Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/../../..= /sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c -o dnode.So --- kerberos5/lib__L --- --- libkdc.a --- building static kdc library ar -crD libkdc.a `NM=3D'nm' NMFLAGS=3D'' lorder default_config.o set_dbinfo= .o digest.o kerberos5.o krb5tgs.o pkinit.o log.o misc.o kx509.o process.o w= indc.o | tsort -q`=20 --- lib__L --- --- bsm_io.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_i= o.So -MTbsm_io.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -W= error -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-co= nst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-e= quality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses = -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bs= m_io.c -o bsm_io.So --- kerberos5/lib__L --- ranlib -D libkdc.a --- libkdc.so.11.full --- building shared library libkdc.so.11 cc -Wl,--no-undefined -Wl,--version-script=3D/usr/src/kerberos5/lib/libkdc/= ../../../crypto/heimdal/kdc/version-script.map -fstack-protector-strong -sh= ared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libkdc.so.11= .full -Wl,-soname,libkdc.so.11 `NM=3D'nm' NMFLAGS=3D'' lorder default_conf= ig.So set_dbinfo.So digest.So kerberos5.So krb5tgs.So pkinit.So log.So misc= .So kx509.So process.So windc.So | tsort -q` -lroken -lhdb -lhx509 -lkr= b5 -lheimntlm -lasn1 -lcrypto --- libkdc.so.11.debug --- objcopy --only-keep-debug libkdc.so.11.full libkdc.so.11.debug --- libkdc.so.11 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibkdc.so.11.debug libkdc.so.1= 1.full libkdc.so.11 =3D=3D=3D> kerberos5/lib/libwind (all) =3D=3D=3D> kerberos5/lib/libheimbase (all) =3D=3D=3D> kerberos5/lib/libheimipcc (all) =3D=3D=3D> kerberos5/lib/libheimipcs (all) --- .depend --- echo libprivateheimipcs.so.11.full: /usr/obj/usr/src/tmp/usr/lib/libheimbas= e.a /usr/obj/usr/src/tmp/usr/lib/libroken.a /usr/obj/usr/src/tmp/usr/lib/li= bpthread.a >> .depend --- server.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.server.o -MTserver.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/server.c -o server.o --- common.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.common.o -MTcommon.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/common.c -o common.o --- lib__L --- --- all_subdir_lib/libdevctl --- =3D=3D=3D> lib/libdevctl (all) --- devctl.o --- cc -O2 -pipe -MD -MP -MF.depend.devctl.o -MTdevctl.o -std=3Dgnu99 -fsta= ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-= unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet= er -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-dec= ls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations= -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Qunused-arguments -c /usr/src/lib/libdevctl/devctl.c -o devctl.o In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: implicit declar= ation of function 'howmany' is invalid in C99 [-Werror,-Wimplicit-function-= declaration] BITSET_DEFINE(_cpuset, CPU_SETSIZE); ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:29: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: use of undeclar= ed identifier 'NBBY' /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:41: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:39:39: note: expanded from m= acro '_BITSET_BITS' #define _BITSET_BITS (sizeof(long) * NBBY) ^ 2 errors generated. *** [devctl.o] Error code 1 make[5]: stopped in /usr/src/lib/libdevctl 1 error make[5]: stopped in /usr/src/lib/libdevctl *** [all_subdir_lib/libdevctl] Error code 2 make[4]: stopped in /usr/src/lib --- kerberos5/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libheimipcs *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib *** [kerberos5/lib__L] Error code 2 make[3]: stopped in /usr/src --- cddl/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/cddl/lib/libzpool *** [all_subdir_cddl/lib/libzpool] Error code 2 make[4]: stopped in /usr/src/cddl/lib 1 error make[4]: stopped in /usr/src/cddl/lib *** [cddl/lib__L] Error code 2 make[3]: stopped in /usr/src --- lib__L --- --- all_subdir_lib/libbsm --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/lib/libbsm *** [all_subdir_lib/libbsm] Error code 2 make[4]: stopped in /usr/src/lib 2 errors make[4]: stopped in /usr/src/lib *** [lib__L] Error code 2 make[3]: stopped in /usr/src 3 errors make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2180480483849923166.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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 - Any From owner-freebsd-i386@freebsd.org Mon May 2 21:36:11 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAA7AB2ACE9; Mon, 2 May 2016 21:36:11 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C05541E47; Mon, 2 May 2016 21:36:11 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id DD2C0EE4; Mon, 2 May 2016 21:36:11 +0000 (UTC) Date: Mon, 2 May 2016 21:36:09 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pfg@FreeBSD.org, avos@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1951584891.30.1462224971915.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <342861306.26.1462217821364.JavaMail.jenkins@jenkins-9.freebsd.org> References: <342861306.26.1462217821364.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3030 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 21:36:12 -0000 FreeBSD_HEAD_i386 - Build #3030 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3030/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3030/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3030/cons= ole Change summaries: 298944 by adrian: [bwn] break out the LP PHY code into a separate file. This (and eventually migrating the other PHY code out) is in preparation for adding the 11n PHY. No, the 11ac PHY (for the BCM4260 softmac part) is= n't yet open source, so we can't grow that. Yet. This trims ~3,700 lines of code from if_bwn.c, bringing it down to a slight= ly less crazy sounding 10,446 lines of code. 298943 by adrian: [bhnd] add module dependencies. Submitted by:=09Landon Fuller Differential Revision:=09https://reviews.freebsd.org/D6179 298942 by pfg: netinet/sctp*: minor spelling fixes in comments. No functional change. Reviewed by:=09tuexen 298941 by avos: net80211: fix MAC address change via SIOCSIFLLADDR ioctl. Recheck MAC address on SIOCSIFFLAGS; as a result, 'ifconfig wlan0 ether ' can be used after interface startup. PR:=09=09208933 298940 by pfg: sys/vm: minor spelling fixes in comments. No functional change. 298939 by pfg: dev/ath: minor spelling fixes in comments. No functional change. Reviewed by:=09adrian 298938 by pfg: Enhance the ddb examine (x) command. * Change x/a to work similar to gdb. The content of the memory is treated as an address, printed symbolically and the address is advanced. This way you can x/a and then just hit return a bunch of times to locate useful data on the stack. * Add x/p. The content of the memory is treated as an address and printed as hex. This is based on the similar commit from DragonFlyBSD without the cosmetic changes. Relnotes:=09yes Obtained from:=09DragonflyBSD (Matthew Dillon) Reference:=090624d20e86affcd708609cbf9014207537537a72 298937 by adrian: [asmc] add support for more models and restore keyboard backlight after res= ume. This patch adds support for restoring backlight after resume and adds model= s Macbook3,1 MacbookAir5,1 MacbookAir5,2 It also incorporates fixes for bug #175260, bug #203610 and bug #203512 so those can be closed if this patch is applied. PR:=09=09kern/209156 PR: kern/175260 PR: kern/203610 PR: kern/203512 Submitted by:=09Johannes Lundberg The end of the build log: [...truncated 55840 lines...] --- kerberos5/lib__L --- --- libkdc.so.11.full --- building shared library libkdc.so.11 cc -Wl,--no-undefined -Wl,--version-script=3D/usr/src/kerberos5/lib/libkdc/= ../../../crypto/heimdal/kdc/version-script.map -fstack-protector-strong -sh= ared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libkdc.so.11= .full -Wl,-soname,libkdc.so.11 `NM=3D'nm' NMFLAGS=3D'' lorder default_conf= ig.So set_dbinfo.So digest.So kerberos5.So krb5tgs.So pkinit.So log.So misc= .So kx509.So process.So windc.So | tsort -q` -lroken -lhdb -lhx509 -lkr= b5 -lheimntlm -lasn1 -lcrypto --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_class.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_c= lass.So -MTbsm_class.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_class.c -o bsm_class.So --- cddl/lib__L --- --- dmu_diff.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_diff.So -MTdmu_diff.So -std=3Diso9899:1999 -fstack-protector-= strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-p= lus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-va= lue -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wn= o-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-param= eter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/..= /../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c -o dmu_dif= f.So --- lib__L --- --- bsm_control.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_c= ontrol.So -MTbsm_control.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-loc= al-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm= /libbsm/bsm_control.c -o bsm_control.So --- kerberos5/lib__L --- --- libkdc.so.11.debug --- objcopy --only-keep-debug libkdc.so.11.full libkdc.so.11.debug --- libkdc.so.11 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibkdc.so.11.debug libkdc.so.1= 1.full libkdc.so.11 =3D=3D=3D> kerberos5/lib/libwind (all) =3D=3D=3D> kerberos5/lib/libheimbase (all) =3D=3D=3D> kerberos5/lib/libheimipcc (all) =3D=3D=3D> kerberos5/lib/libheimipcs (all) --- .depend --- echo libprivateheimipcs.so.11.full: /usr/obj/usr/src/tmp/usr/lib/libheimbas= e.a /usr/obj/usr/src/tmp/usr/lib/libroken.a /usr/obj/usr/src/tmp/usr/lib/li= bpthread.a >> .depend --- server.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.server.o -MTserver.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/server.c -o server.o --- lib__L --- --- bsm_domain.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_d= omain.So -MTbsm_domain.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-he= aders -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/l= ibbsm/bsm_domain.c -o bsm_domain.So --- kerberos5/lib__L --- --- common.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.common.o -MTcommon.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/common.c -o common.o --- cddl/lib__L --- --- dmu_send.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_send.So -MTdmu_send.So -std=3Diso9899:1999 -fstack-protector-= strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-p= lus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-va= lue -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wn= o-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-param= eter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/..= /../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c -o dmu_sen= d.So --- lib__L --- --- bsm_errno.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_e= rrno.So -MTbsm_errno.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_errno.c -o bsm_errno.So --- cddl/lib__L --- --- dmu_object.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_object.So -MTdmu_object.So -std=3Diso9899:1999 -fstack-protec= tor-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unuse= d-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion= -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpoo= l/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c -o d= mu_object.So --- lib__L --- --- bsm_event.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_e= vent.So -MTbsm_event.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_event.c -o bsm_event.So --- bsm_fcntl.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_f= cntl.So -MTbsm_fcntl.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_fcntl.c -o bsm_fcntl.So --- bsm_flags.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_f= lags.So -MTbsm_flags.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_flags.c -o bsm_flags.So --- kerberos5/lib__L --- --- server.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../= crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../cry= pto/heimdal/base -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heim= dal/lib/ipc -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../.= ./include -MD -MP -MF.depend.server.So -MTserver.So -std=3Dgnu99 -fstack-pr= otector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs= /../../../crypto/heimdal/lib/ipc/server.c -o server.So --- lib__L --- --- all_subdir_lib/libcom_err --- =3D=3D=3D> lib/libcom_err (all) --- kerberos5/lib__L --- --- common.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../= crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../cry= pto/heimdal/base -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heim= dal/lib/ipc -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../.= ./include -MD -MP -MF.depend.common.So -MTcommon.So -std=3Dgnu99 -fstack-pr= otector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs= /../../../crypto/heimdal/lib/ipc/common.c -o common.So --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_io.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_i= o.So -MTbsm_io.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -W= error -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-co= nst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-e= quality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses = -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bs= m_io.c -o bsm_io.So --- bsm_mask.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_m= ask.So -MTbsm_mask.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-header= s -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbs= m/bsm_mask.c -o bsm_mask.So --- all_subdir_lib/libcompat --- =3D=3D=3D> lib/libcompat (all) --- ftime.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.ftime.o -MTftime.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.1/ftime.c -o ftime.o In file included from /usr/src/lib/libcompat/4.1/ftime.c:37: /usr/obj/usr/src/tmp/usr/include/sys/timeb.h:42:2: warning: "this file incl= udes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ 1 warning generated. --- re_comp.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.re_comp.o -MTre_comp.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/re_comp.c -o re_= comp.o --- rexec.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.rexec.o -MTrexec.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/rexec.c -o rexec.o --- kerberos5/lib__L --- --- libprivateheimipcs.a --- building static heimipcs library ar -crD libprivateheimipcs.a `NM=3D'nm' NMFLAGS=3D'' lorder server.o common= .o | tsort -q`=20 ranlib -D libprivateheimipcs.a --- libprivateheimipcs.so.11.full --- building shared library libprivateheimipcs.so.11 cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn= -shared-textrel -o libprivateheimipcs.so.11.full -Wl,-soname,libprivatehei= mipcs.so.11 `NM=3D'nm' NMFLAGS=3D'' lorder server.So common.So | tsort -q`= -lheimbase -lroken -lpthread --- libprivateheimipcs.so.11.debug --- objcopy --only-keep-debug libprivateheimipcs.so.11.full libprivateheimipcs.= so.11.debug --- libprivateheimipcs.so.11 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibprivateheimipcs.so.11.debug = libprivateheimipcs.so.11.full libprivateheimipcs.so.11 =3D=3D=3D> kerberos5/lib/libkafs5 (all) --- krb5_err.h --- compile_et /usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5= /krb5_err.et --- .depend --- echo libkafs5.so.11.full: /usr/obj/usr/src/tmp/usr/lib/libasn1.a /usr/obj/u= sr/src/tmp/usr/lib/libkrb5.a /usr/obj/usr/src/tmp/usr/lib/libroken.a >> .de= pend --- afssys.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/li= b/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5 = -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/usr/src/kerberos= 5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H -I/usr/s= rc/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.afssys.o -MTafss= ys.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/s= rc/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/afssys.c -o afss= ys.o --- lib__L --- --- cuserid.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.cuserid.o -MTcuserid.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.4/cuserid.c -o cus= erid.o --- libcompat.a --- building static compat library ar -crD libcompat.a `NM=3D'nm' NMFLAGS=3D'' lorder ftime.o re_comp.o rexec.= o cuserid.o | tsort -q`=20 ranlib -D libcompat.a --- kerberos5/lib__L --- --- afskrb5.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/li= b/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5 = -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/usr/src/kerberos= 5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H -I/usr/s= rc/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.afskrb5.o -MTafs= krb5.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr= /src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/afskrb5.c -o a= fskrb5.o --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_notify.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_n= otify.So -MTbsm_notify.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-he= aders -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/l= ibbsm/bsm_notify.c -o bsm_notify.So --- cddl/lib__L --- --- dmu_objset.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_objset.So -MTdmu_objset.So -std=3Diso9899:1999 -fstack-protec= tor-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unuse= d-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion= -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpoo= l/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c -o d= mu_objset.So --- kerberos5/lib__L --- --- common.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/li= b/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5 = -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/usr/src/kerberos= 5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H -I/usr/s= rc/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.common.o -MTcomm= on.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/s= rc/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/common.c -o comm= on.o --- lib__L --- --- all_subdir_lib/libcrypt --- =3D=3D=3D> lib/libcrypt (all) --- kerberos5/lib__L --- --- afssys.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../cry= pto/heimdal/lib/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/hei= mdal/lib/krb5 -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/us= r/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CON= FIG_H -I/usr/src/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.af= ssys.So -MTafssys.So -std=3Dgnu99 -fstack-protector-strong -Qunused-argu= ments -c /usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/= afssys.c -o afssys.So --- cddl/lib__L --- --- dmu_traverse.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_traverse.So -MTdmu_traverse.So -std=3Diso9899:1999 -fstack-pr= otector-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/lib= zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.= c -o dmu_traverse.So --- kerberos5/lib__L --- --- afskrb5.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../cry= pto/heimdal/lib/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/hei= mdal/lib/krb5 -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/us= r/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CON= FIG_H -I/usr/src/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.af= skrb5.So -MTafskrb5.So -std=3Dgnu99 -fstack-protector-strong -Qunused-ar= guments -c /usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kaf= s/afskrb5.c -o afskrb5.So --- lib__L --- --- all_subdir_lib/libdevctl --- =3D=3D=3D> lib/libdevctl (all) --- devctl.o --- cc -O2 -pipe -MD -MP -MF.depend.devctl.o -MTdevctl.o -std=3Dgnu99 -fsta= ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-= unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet= er -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-dec= ls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations= -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Qunused-arguments -c /usr/src/lib/libdevctl/devctl.c -o devctl.o --- cddl/lib__L --- --- dmu_tx.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_tx.So -MTdmu_tx.So -std=3Diso9899:1999 -fstack-protector-stro= ng -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-= int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/../../= ../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c -o dmu_tx.So --- lib__L --- In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: implicit declar= ation of function 'howmany' is invalid in C99 [-Werror,-Wimplicit-function-= declaration] BITSET_DEFINE(_cpuset, CPU_SETSIZE); ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:29: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: use of undeclar= ed identifier 'NBBY' /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:41: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:39:39: note: expanded from m= acro '_BITSET_BITS' #define _BITSET_BITS (sizeof(long) * NBBY) ^ 2 errors generated. *** [devctl.o] Error code 1 make[5]: stopped in /usr/src/lib/libdevctl 1 error make[5]: stopped in /usr/src/lib/libdevctl *** [all_subdir_lib/libdevctl] Error code 2 make[4]: stopped in /usr/src/lib --- kerberos5/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libkafs5 *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib *** [kerberos5/lib__L] Error code 2 make[3]: stopped in /usr/src --- lib__L --- --- all_subdir_lib/libbsm --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/lib/libbsm *** [all_subdir_lib/libbsm] Error code 2 make[4]: stopped in /usr/src/lib 2 errors make[4]: stopped in /usr/src/lib *** [lib__L] Error code 2 make[3]: stopped in /usr/src --- cddl/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/cddl/lib/libzpool *** [all_subdir_cddl/lib/libzpool] Error code 2 make[4]: stopped in /usr/src/cddl/lib 1 error make[4]: stopped in /usr/src/cddl/lib *** [cddl/lib__L] Error code 2 make[3]: stopped in /usr/src 3 errors make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson245689890324781931.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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 - Any From owner-freebsd-i386@freebsd.org Mon May 2 23:36:07 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E585EB2A6B5; Mon, 2 May 2016 23:36:07 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C9C1E1062; Mon, 2 May 2016 23:36:07 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id EC224F35; Mon, 2 May 2016 23:36:07 +0000 (UTC) Date: Mon, 2 May 2016 23:36:05 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: avos@FreeBSD.org, tuexen@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1209558320.37.1462232167977.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1951584891.30.1462224971915.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1951584891.30.1462224971915.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3031 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 23:36:08 -0000 FreeBSD_HEAD_i386 - Build #3031 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3031/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3031/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3031/cons= ole Change summaries: 298948 by adrian: [bwn] break out the 'g' phy code into a separate source file. * Break out the 'g' phy code; * Break out the debugging bits into a separate source file, since some debugging prints are done in the phy code; * Make some more chip methods in if_bwn.c public. This brings the size of if_bwn.c down to 6,805 lines which is now approaching managable. 298947 by adrian: [bhnd] fix more module dependencies. Submitted by:=09Landon Fuller Differential Revision:=09https://reviews.freebsd.org/D6180 298946 by avos: bsdinstall: fix static address assignment for protected wireless networks. Filter out IFCONFIG_PREFIX variable (which may contain WPA keyword) from ifconfig parameters. PR:=09=09169199 298945 by tuexen: Undo a spell fix introduced in r298942, which breaks compilation. The end of the build log: [...truncated 55783 lines...] cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_m= ask.So -MTbsm_mask.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-header= s -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbs= m/bsm_mask.c -o bsm_mask.So --- cddl/lib__L --- --- dnode.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dnode.So -MTdnode.So -std=3Diso9899:1999 -fstack-protector-strong= -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-in= t -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -W= no-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unus= ed-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -= Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/../../..= /sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c -o dnode.So --- kerberos5/lib__L --- --- process.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.proce= ss.So -MTprocess.So -std=3Dgnu99 -fstack-protector-strong -Qunused-argum= ents -c /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/process.= c -o process.So --- windc.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libkdc/../../../crypt= o/heimdal/lib/roken -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimda= l/lib/krb5 -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/lib/hdb= -I/usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc -DHAVE_CONF= IG_H -I/usr/src/kerberos5/lib/libkdc/../../include -MD -MP -MF.depend.windc= .So -MTwindc.So -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments= -c /usr/src/kerberos5/lib/libkdc/../../../crypto/heimdal/kdc/windc.c -o w= indc.So --- lib__L --- --- all_subdir_lib/libcom_err --- =3D=3D=3D> lib/libcom_err (all) --- all_subdir_lib/libbsm --- --- bsm_notify.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_n= otify.So -MTbsm_notify.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-he= aders -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/l= ibbsm/bsm_notify.c -o bsm_notify.So --- kerberos5/lib__L --- --- libkdc.a --- building static kdc library --- lib__L --- --- all_subdir_lib/libcompat --- =3D=3D=3D> lib/libcompat (all) --- kerberos5/lib__L --- ar -crD libkdc.a `NM=3D'nm' NMFLAGS=3D'' lorder default_config.o set_dbinfo= .o digest.o kerberos5.o krb5tgs.o pkinit.o log.o misc.o kx509.o process.o w= indc.o | tsort -q`=20 --- lib__L --- --- ftime.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.ftime.o -MTftime.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.1/ftime.c -o ftime.o --- kerberos5/lib__L --- ranlib -D libkdc.a --- libkdc.so.11.full --- building shared library libkdc.so.11 cc -Wl,--no-undefined -Wl,--version-script=3D/usr/src/kerberos5/lib/libkdc/= ../../../crypto/heimdal/kdc/version-script.map -fstack-protector-strong -sh= ared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libkdc.so.11= .full -Wl,-soname,libkdc.so.11 `NM=3D'nm' NMFLAGS=3D'' lorder default_conf= ig.So set_dbinfo.So digest.So kerberos5.So krb5tgs.So pkinit.So log.So misc= .So kx509.So process.So windc.So | tsort -q` -lroken -lhdb -lhx509 -lkr= b5 -lheimntlm -lasn1 -lcrypto --- lib__L --- In file included from /usr/src/lib/libcompat/4.1/ftime.c:37: /usr/obj/usr/src/tmp/usr/include/sys/timeb.h:42:2: warning: "this file incl= udes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ 1 warning generated. --- re_comp.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.re_comp.o -MTre_comp.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/re_comp.c -o re_= comp.o --- rexec.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.rexec.o -MTrexec.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/rexec.c -o rexec.o --- kerberos5/lib__L --- --- libkdc.so.11.debug --- objcopy --only-keep-debug libkdc.so.11.full libkdc.so.11.debug --- libkdc.so.11 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibkdc.so.11.debug libkdc.so.1= 1.full libkdc.so.11 =3D=3D=3D> kerberos5/lib/libwind (all) --- cddl/lib__L --- --- dnode_sync.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dnode_sync.So -MTdnode_sync.So -std=3Diso9899:1999 -fstack-protec= tor-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unuse= d-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion= -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpoo= l/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c -o d= node_sync.So --- kerberos5/lib__L --- =3D=3D=3D> kerberos5/lib/libheimbase (all) =3D=3D=3D> kerberos5/lib/libheimipcc (all) =3D=3D=3D> kerberos5/lib/libheimipcs (all) --- lib__L --- --- cuserid.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.cuserid.o -MTcuserid.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.4/cuserid.c -o cus= erid.o --- kerberos5/lib__L --- --- .depend --- echo libprivateheimipcs.so.11.full: /usr/obj/usr/src/tmp/usr/lib/libheimbas= e.a /usr/obj/usr/src/tmp/usr/lib/libroken.a /usr/obj/usr/src/tmp/usr/lib/li= bpthread.a >> .depend --- server.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.server.o -MTserver.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/server.c -o server.o --- lib__L --- --- libcompat.a --- building static compat library ar -crD libcompat.a `NM=3D'nm' NMFLAGS=3D'' lorder ftime.o re_comp.o rexec.= o cuserid.o | tsort -q`=20 ranlib -D libcompat.a --- kerberos5/lib__L --- --- common.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.common.o -MTcommon.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/common.c -o common.o --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_socket_type.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_s= ocket_type.So -MTbsm_socket_type.So -std=3Dgnu99 -fstack-protector-strong -= Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-= int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib= /openbsm/libbsm/bsm_socket_type.c -o bsm_socket_type.So --- cddl/lib__L --- --- dsl_bookmark.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dsl_bookmark.So -MTdsl_bookmark.So -std=3Diso9899:1999 -fstack-pr= otector-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/lib= zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_bookmark.= c -o dsl_bookmark.So --- kerberos5/lib__L --- --- server.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../= crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../cry= pto/heimdal/base -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heim= dal/lib/ipc -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../.= ./include -MD -MP -MF.depend.server.So -MTserver.So -std=3Dgnu99 -fstack-pr= otector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs= /../../../crypto/heimdal/lib/ipc/server.c -o server.So --- lib__L --- --- bsm_token.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_t= oken.So -MTbsm_token.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_token.c -o bsm_token.So --- cddl/lib__L --- --- dsl_dir.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dsl_dir.So -MTdsl_dir.So -std=3Diso9899:1999 -fstack-protector-st= rong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-valu= e -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-= unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-paramet= er -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/../.= ./../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c -o dsl_dir.So --- kerberos5/lib__L --- --- common.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../= crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../cry= pto/heimdal/base -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heim= dal/lib/ipc -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../.= ./include -MD -MP -MF.depend.common.So -MTcommon.So -std=3Dgnu99 -fstack-pr= otector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs= /../../../crypto/heimdal/lib/ipc/common.c -o common.So --- lib__L --- --- all_subdir_lib/libcrypt --- =3D=3D=3D> lib/libcrypt (all) --- kerberos5/lib__L --- --- libprivateheimipcs.a --- building static heimipcs library ar -crD libprivateheimipcs.a `NM=3D'nm' NMFLAGS=3D'' lorder server.o common= .o | tsort -q`=20 ranlib -D libprivateheimipcs.a --- libprivateheimipcs.so.11.full --- building shared library libprivateheimipcs.so.11 cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn= -shared-textrel -o libprivateheimipcs.so.11.full -Wl,-soname,libprivatehei= mipcs.so.11 `NM=3D'nm' NMFLAGS=3D'' lorder server.So common.So | tsort -q`= -lheimbase -lroken -lpthread --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_user.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_u= ser.So -MTbsm_user.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-header= s -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbs= m/bsm_user.c -o bsm_user.So --- kerberos5/lib__L --- --- libprivateheimipcs.so.11.debug --- objcopy --only-keep-debug libprivateheimipcs.so.11.full libprivateheimipcs.= so.11.debug --- libprivateheimipcs.so.11 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibprivateheimipcs.so.11.debug = libprivateheimipcs.so.11.full libprivateheimipcs.so.11 =3D=3D=3D> kerberos5/lib/libkafs5 (all) --- krb5_err.h --- compile_et /usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5= /krb5_err.et --- .depend --- echo libkafs5.so.11.full: /usr/obj/usr/src/tmp/usr/lib/libasn1.a /usr/obj/u= sr/src/tmp/usr/lib/libkrb5.a /usr/obj/usr/src/tmp/usr/lib/libroken.a >> .de= pend --- afssys.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/li= b/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5 = -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/usr/src/kerberos= 5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H -I/usr/s= rc/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.afssys.o -MTafss= ys.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/s= rc/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/afssys.c -o afss= ys.o --- cddl/lib__L --- --- dsl_dataset.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dsl_dataset.So -MTdsl_dataset.So -std=3Diso9899:1999 -fstack-prot= ector-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-st= ring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unu= sed-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversi= on -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted= -parameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzp= ool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c -= o dsl_dataset.So --- lib__L --- --- bsm_wrappers.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_w= rappers.So -MTbsm_wrappers.So -std=3Dgnu99 -fstack-protector-strong -Wsyste= m-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-l= ocal-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-= parentheses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openb= sm/libbsm/bsm_wrappers.c -o bsm_wrappers.So --- libbsm.a --- building static bsm library ar -crD libbsm.a `NM=3D'nm' NMFLAGS=3D'' lorder bsm_audit.o bsm_class.o bsm= _control.o bsm_domain.o bsm_errno.o bsm_event.o bsm_fcntl.o bsm_flags.o bsm= _io.o bsm_mask.o bsm_notify.o bsm_socket_type.o bsm_token.o bsm_user.o bsm_= wrappers.o | tsort -q`=20 --- kerberos5/lib__L --- --- afskrb5.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/li= b/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5 = -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/usr/src/kerberos= 5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H -I/usr/s= rc/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.afskrb5.o -MTafs= krb5.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr= /src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/afskrb5.c -o a= fskrb5.o --- lib__L --- ranlib -D libbsm.a --- libbsm.so.3.full --- building shared library libbsm.so.3 cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn= -shared-textrel -o libbsm.so.3.full -Wl,-soname,libbsm.so.3 `NM=3D'nm' NM= FLAGS=3D'' lorder bsm_audit.So bsm_class.So bsm_control.So bsm_domain.So bs= m_errno.So bsm_event.So bsm_fcntl.So bsm_flags.So bsm_io.So bsm_mask.So bsm= _notify.So bsm_socket_type.So bsm_token.So bsm_user.So bsm_wrappers.So | ts= ort -q`=20 --- libbsm.so.3.debug --- objcopy --only-keep-debug libbsm.so.3.full libbsm.so.3.debug --- libbsm.so.3 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibbsm.so.3.debug libbsm.so.3.= full libbsm.so.3 --- all_subdir_lib/libdevctl --- =3D=3D=3D> lib/libdevctl (all) --- kerberos5/lib__L --- --- common.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/li= b/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5 = -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/usr/src/kerberos= 5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H -I/usr/s= rc/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.common.o -MTcomm= on.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/s= rc/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/common.c -o comm= on.o --- lib__L --- --- devctl.o --- cc -O2 -pipe -MD -MP -MF.depend.devctl.o -MTdevctl.o -std=3Dgnu99 -fsta= ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-= unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet= er -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-dec= ls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations= -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Qunused-arguments -c /usr/src/lib/libdevctl/devctl.c -o devctl.o In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: implicit declar= ation of function 'howmany' is invalid in C99 [-Werror,-Wimplicit-function-= declaration] BITSET_DEFINE(_cpuset, CPU_SETSIZE); ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:29: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: use of undeclar= ed identifier 'NBBY' /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:41: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:39:39: note: expanded from m= acro '_BITSET_BITS' #define _BITSET_BITS (sizeof(long) * NBBY) ^ 2 errors generated. *** [devctl.o] Error code 1 make[5]: stopped in /usr/src/lib/libdevctl 1 error make[5]: stopped in /usr/src/lib/libdevctl *** [all_subdir_lib/libdevctl] Error code 2 make[4]: stopped in /usr/src/lib 1 error make[4]: stopped in /usr/src/lib *** [lib__L] Error code 2 make[3]: stopped in /usr/src --- kerberos5/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libkafs5 *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib *** [kerberos5/lib__L] Error code 2 make[3]: stopped in /usr/src --- cddl/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/cddl/lib/libzpool *** [all_subdir_cddl/lib/libzpool] Error code 2 make[4]: stopped in /usr/src/cddl/lib 1 error make[4]: stopped in /usr/src/cddl/lib *** [cddl/lib__L] Error code 2 make[3]: stopped in /usr/src 3 errors make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson4788759272993241533.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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 - Any From owner-freebsd-i386@freebsd.org Tue May 3 01:35:55 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1731FB2B640; Tue, 3 May 2016 01:35:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id EFB411E91; Tue, 3 May 2016 01:35:54 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 383E1FA6; Tue, 3 May 2016 01:35:55 +0000 (UTC) Date: Tue, 3 May 2016 01:35:53 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: peter@FreeBSD.org, jhb@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <168014503.42.1462239355239.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1209558320.37.1462232167977.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1209558320.37.1462232167977.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3032 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 01:35:55 -0000 FreeBSD_HEAD_i386 - Build #3032 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3032/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3032/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3032/cons= ole Change summaries: 298950 by jhb: Fix an off by one error when remapping MSI-X vectors. pci_remap_msix() can be used to alter the mapping of allocated MSI-X vectors to the MSI-X table. The code had an off by one error when adding the IRQ resources after performing a remap. This was fatal for any vectors in the table that used the "last" valid IRQ as those vectors were assigned a garbage IRQ value. MFC after:=093 days 298949 by peter: Change a rounding operation that had missing braces into a roundup2() macro. Adjust the buffer clipping code to work as expected. This prevented a number of machines in the FreeBSD.org cluster from booting due to "ZFS: i/o error - all block copies unavailable" after an unclean shutdown. The end of the build log: [...truncated 55651 lines...] --- lib__L --- --- calendar.So --- cc -fpic -DPIC -g -O2 -pipe -MD -MP -MF.depend.calendar.So -MTcalendar.S= o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno= -format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototyp= es -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wsha= dow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-ext= erns -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-v= ariable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -= Wno-unused-const-variable -Qunused-arguments -c /usr/src/lib/libcalendar/= calendar.c -o calendar.So --- easter.So --- cc -fpic -DPIC -g -O2 -pipe -MD -MP -MF.depend.easter.So -MTeaster.So -s= td=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow = -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs= -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-varia= ble-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-= unused-const-variable -Qunused-arguments -c /usr/src/lib/libcalendar/east= er.c -o easter.So --- libcalendar.a --- building static calendar library ar -crD libcalendar.a `NM=3D'nm' NMFLAGS=3D'' lorder calendar.o easter.o |= tsort -q`=20 ranlib -D libcalendar.a --- libcalendar.so.5.full --- building shared library libcalendar.so.5 cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn= -shared-textrel -o libcalendar.so.5.full -Wl,-soname,libcalendar.so.5 `NM= =3D'nm' NMFLAGS=3D'' lorder calendar.So easter.So | tsort -q`=20 --- libcalendar.so.5.debug --- objcopy --only-keep-debug libcalendar.so.5.full libcalendar.so.5.debug --- libcalendar.so.5 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibcalendar.so.5.debug libcale= ndar.so.5.full libcalendar.so.5 --- cddl/lib__L --- --- dmu_object.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_object.So -MTdmu_object.So -std=3Diso9899:1999 -fstack-protec= tor-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unuse= d-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion= -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpoo= l/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c -o d= mu_object.So --- kerberos5/lib__L --- --- libkdc.a --- building static kdc library ar -crD libkdc.a `NM=3D'nm' NMFLAGS=3D'' lorder default_config.o set_dbinfo= .o digest.o kerberos5.o krb5tgs.o pkinit.o log.o misc.o kx509.o process.o w= indc.o | tsort -q`=20 ranlib -D libkdc.a --- libkdc.so.11.full --- building shared library libkdc.so.11 cc -Wl,--no-undefined -Wl,--version-script=3D/usr/src/kerberos5/lib/libkdc/= ../../../crypto/heimdal/kdc/version-script.map -fstack-protector-strong -sh= ared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libkdc.so.11= .full -Wl,-soname,libkdc.so.11 `NM=3D'nm' NMFLAGS=3D'' lorder default_conf= ig.So set_dbinfo.So digest.So kerberos5.So krb5tgs.So pkinit.So log.So misc= .So kx509.So process.So windc.So | tsort -q` -lroken -lhdb -lhx509 -lkr= b5 -lheimntlm -lasn1 -lcrypto --- lib__L --- --- all_subdir_lib/libcom_err --- =3D=3D=3D> lib/libcom_err (all) --- kerberos5/lib__L --- --- libkdc.so.11.debug --- objcopy --only-keep-debug libkdc.so.11.full libkdc.so.11.debug --- libkdc.so.11 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibkdc.so.11.debug libkdc.so.1= 1.full libkdc.so.11 =3D=3D=3D> kerberos5/lib/libwind (all) --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_socket_type.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_socket_type.o -= MTbsm_socket_type.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers = -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-= const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses= -equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typed= ef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthese= s -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/= bsm_socket_type.c -o bsm_socket_type.o --- kerberos5/lib__L --- =3D=3D=3D> kerberos5/lib/libheimbase (all) --- lib__L --- --- all_subdir_lib/libcompat --- =3D=3D=3D> lib/libcompat (all) --- ftime.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.ftime.o -MTftime.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.1/ftime.c -o ftime.o --- kerberos5/lib__L --- =3D=3D=3D> kerberos5/lib/libheimipcc (all) --- lib__L --- In file included from /usr/src/lib/libcompat/4.1/ftime.c:37: /usr/obj/usr/src/tmp/usr/include/sys/timeb.h:42:2: warning: "this file incl= udes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ 1 warning generated. --- re_comp.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.re_comp.o -MTre_comp.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/re_comp.c -o re_= comp.o --- kerberos5/lib__L --- =3D=3D=3D> kerberos5/lib/libheimipcs (all) --- .depend --- echo libprivateheimipcs.so.11.full: /usr/obj/usr/src/tmp/usr/lib/libheimbas= e.a /usr/obj/usr/src/tmp/usr/lib/libroken.a /usr/obj/usr/src/tmp/usr/lib/li= bpthread.a >> .depend --- server.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.server.o -MTserver.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/server.c -o server.o --- lib__L --- --- rexec.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.rexec.o -MTrexec.o -std=3Dgnu99 -fstack-protect= or-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unuse= d-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthes= es-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typ= edef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenthe= ses -Qunused-arguments -c /usr/src/lib/libcompat/4.3/rexec.c -o rexec.o --- cuserid.o --- cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libcompat/../libc/= locale -MD -MP -MF.depend.cuserid.o -MTcuserid.o -std=3Dgnu99 -fstack-pro= tector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u= nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren= theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local= -typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pare= ntheses -Qunused-arguments -c /usr/src/lib/libcompat/4.4/cuserid.c -o cus= erid.o --- libcompat.a --- building static compat library ar -crD libcompat.a `NM=3D'nm' NMFLAGS=3D'' lorder ftime.o re_comp.o rexec.= o cuserid.o | tsort -q`=20 --- all_subdir_lib/libbsm --- --- bsm_token.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_token.o -MTbsm_= token.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wno= -pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variab= le -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -W= no-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-swit= ch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-= arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bsm_token.c = -o bsm_token.o --- all_subdir_lib/libcompat --- ranlib -D libcompat.a --- cddl/lib__L --- --- dmu_objset.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_objset.So -MTdmu_objset.So -std=3Diso9899:1999 -fstack-protec= tor-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unuse= d-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion= -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpoo= l/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c -o d= mu_objset.So --- kerberos5/lib__L --- --- common.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal= /lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/ba= se -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heimdal/lib/ipc -I= . -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../../include -MD = -MP -MF.depend.common.o -MTcommon.o -std=3Dgnu99 -fstack-protector-strong = -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs/../../../crypto= /heimdal/lib/ipc/common.c -o common.o --- server.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../= crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../cry= pto/heimdal/base -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heim= dal/lib/ipc -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../.= ./include -MD -MP -MF.depend.server.So -MTserver.So -std=3Dgnu99 -fstack-pr= otector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs= /../../../crypto/heimdal/lib/ipc/server.c -o server.So --- lib__L --- --- all_subdir_lib/libcrypt --- =3D=3D=3D> lib/libcrypt (all) --- cddl/lib__L --- --- dmu_traverse.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_traverse.So -MTdmu_traverse.So -std=3Diso9899:1999 -fstack-pr= otector-strong -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/lib= zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.= c -o dmu_traverse.So --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_user.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_user.o -MTbsm_u= ser.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wno-p= ointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable= -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno= -unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-ar= guments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bsm_user.c -o = bsm_user.o --- bsm_wrappers.o --- cc -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I/usr/src/lib/l= ibbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_wrappers.o -MTb= sm_wrappers.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werro= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wn= o-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qu= nused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/libbsm/bsm_wr= appers.c -o bsm_wrappers.o --- kerberos5/lib__L --- --- common.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/kerberos5/lib/libheimipcs/../../../= crypto/heimdal/lib/roken -I/usr/src/kerberos5/lib/libheimipcs/../../../cry= pto/heimdal/base -I/usr/src/kerberos5/lib/libheimipcs/../../../crypto/heim= dal/lib/ipc -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libheimipcs/../.= ./include -MD -MP -MF.depend.common.So -MTcommon.So -std=3Dgnu99 -fstack-pr= otector-strong -Qunused-arguments -c /usr/src/kerberos5/lib/libheimipcs= /../../../crypto/heimdal/lib/ipc/common.c -o common.So --- libprivateheimipcs.a --- building static heimipcs library --- lib__L --- --- bsm_audit.So --- --- kerberos5/lib__L --- ar -crD libprivateheimipcs.a `NM=3D'nm' NMFLAGS=3D'' lorder server.o common= .o | tsort -q`=20 --- lib__L --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_a= udit.So -MTbsm_audit.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_audit.c -o bsm_audit.So --- kerberos5/lib__L --- ranlib -D libprivateheimipcs.a --- libprivateheimipcs.so.11.full --- building shared library libprivateheimipcs.so.11 cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn= -shared-textrel -o libprivateheimipcs.so.11.full -Wl,-soname,libprivatehei= mipcs.so.11 `NM=3D'nm' NMFLAGS=3D'' lorder server.So common.So | tsort -q`= -lheimbase -lroken -lpthread --- lib__L --- --- all_subdir_lib/libdevctl --- =3D=3D=3D> lib/libdevctl (all) --- devctl.o --- cc -O2 -pipe -MD -MP -MF.depend.devctl.o -MTdevctl.o -std=3Dgnu99 -fsta= ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-= unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet= er -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-dec= ls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations= -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Qunused-arguments -c /usr/src/lib/libdevctl/devctl.c -o devctl.o --- kerberos5/lib__L --- --- libprivateheimipcs.so.11.debug --- objcopy --only-keep-debug libprivateheimipcs.so.11.full libprivateheimipcs.= so.11.debug --- libprivateheimipcs.so.11 --- objcopy --strip-debug --add-gnu-debuglink=3Dlibprivateheimipcs.so.11.debug = libprivateheimipcs.so.11.full libprivateheimipcs.so.11 =3D=3D=3D> kerberos5/lib/libkafs5 (all) --- krb5_err.h --- compile_et /usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5= /krb5_err.et --- cddl/lib__L --- --- dmu_tx.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/cddl/lib/libzpool/../../../sys/cddl= /compat/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/i= nclude -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem -I= /usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libzpool/common -I= /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common= /sys -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts= /common/fs/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opens= olaris/common/zfs -I/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op= ensolaris/uts/common -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris= /head -I/usr/src/cddl/lib/libzpool/../../lib/libumem -I/usr/src/cddl/lib/li= bzpool/../../contrib/opensolaris/lib/libnvpair -DWANTS_MUTEX_OWNED -I/usr/s= rc/cddl/lib/libzpool/../../../lib/libpthread/thread -I/usr/src/cddl/lib/lib= zpool/../../../lib/libpthread/sys -I/usr/src/cddl/lib/libzpool/../../../lib= /libthr/arch/i386/include -g -DDEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -MD -MP -= MF.depend.dmu_tx.So -MTdmu_tx.So -std=3Diso9899:1999 -fstack-protector-stro= ng -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-= int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c /usr/src/cddl/lib/libzpool/../../= ../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c -o dmu_tx.So --- kerberos5/lib__L --- --- .depend --- echo libkafs5.so.11.full: /usr/obj/usr/src/tmp/usr/lib/libasn1.a /usr/obj/u= sr/src/tmp/usr/lib/libkrb5.a /usr/obj/usr/src/tmp/usr/lib/libroken.a >> .de= pend --- afssys.o --- cc -O2 -pipe -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/li= b/kafs -I/usr/src/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/krb5 = -I/usr/obj/usr/src/kerberos5/lib/libkafs5/../libkrb5/ -I/usr/src/kerberos= 5/lib/libkafs5/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H -I/usr/s= rc/kerberos5/lib/libkafs5/../../include -MD -MP -MF.depend.afssys.o -MTafss= ys.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/s= rc/kerberos5/lib/libkafs5/../../../crypto/heimdal/lib/kafs/afssys.c -o afss= ys.o --- lib__L --- --- all_subdir_lib/libbsm --- --- bsm_class.So --- cc -fpic -DPIC -g -O2 -pipe -I/usr/src/lib/libbsm/../../contrib/openbsm -I= /usr/src/lib/libbsm/../../contrib/openbsm/libbsm -MD -MP -MF.depend.bsm_c= lass.So -MTbsm_class.So -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -Qunused-arguments -c /usr/src/lib/libbsm/../../contrib/openbsm/lib= bsm/bsm_class.c -o bsm_class.So --- all_subdir_lib/libdevctl --- In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: implicit declar= ation of function 'howmany' is invalid in C99 [-Werror,-Wimplicit-function-= declaration] BITSET_DEFINE(_cpuset, CPU_SETSIZE); ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:29: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: use of undeclar= ed identifier 'NBBY' /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded from m= acro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:41: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:39:39: note: expanded from m= acro '_BITSET_BITS' #define _BITSET_BITS (sizeof(long) * NBBY) ^ 2 errors generated. *** [devctl.o] Error code 1 make[5]: stopped in /usr/src/lib/libdevctl 1 error make[5]: stopped in /usr/src/lib/libdevctl *** [all_subdir_lib/libdevctl] Error code 2 make[4]: stopped in /usr/src/lib --- all_subdir_lib/libbsm --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/lib/libbsm *** [all_subdir_lib/libbsm] Error code 2 make[4]: stopped in /usr/src/lib 2 errors make[4]: stopped in /usr/src/lib *** [lib__L] Error code 2 make[3]: stopped in /usr/src --- kerberos5/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libkafs5 *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib *** [kerberos5/lib__L] Error code 2 make[3]: stopped in /usr/src --- cddl/lib__L --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/cddl/lib/libzpool *** [all_subdir_cddl/lib/libzpool] Error code 2 make[4]: stopped in /usr/src/cddl/lib 1 error make[4]: stopped in /usr/src/cddl/lib *** [cddl/lib__L] Error code 2 make[3]: stopped in /usr/src 3 errors make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson8347471106409720542.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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 - Any From owner-freebsd-i386@freebsd.org Tue May 3 04:20:49 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E65C7B2A77E; Tue, 3 May 2016 04:20:49 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D91B21BBA; Tue, 3 May 2016 04:20:49 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3096B1014; Tue, 3 May 2016 04:20:50 +0000 (UTC) Date: Tue, 3 May 2016 04:20:44 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <52201381.46.1462249250204.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <168014503.42.1462239355239.JavaMail.jenkins@jenkins-9.freebsd.org> References: <168014503.42.1462239355239.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3033 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 04:20:50 -0000 FreeBSD_HEAD_i386 - Build #3033 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3033/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3033/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3033/console Change summaries: 298951 by jhb: Revert bus_get_cpus() for now. I really thought I had run this through the tinderbox before committing, but many places need -> for now. The end of the build log: [...truncated 189441 lines...] --- usb_parse.o --- ctfconvert -L VERSION -g usb_parse.o --- usb_process.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 -MD -MF.depend.usb_process.o -MTusb_process.o -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/dev/usb/usb_process.c --- usb_msctest.o --- ctfconvert -L VERSION -g usb_msctest.o --- usb_request.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 -MD -MF.depend.usb_request.o -MTusb_request.o -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/dev/usb/usb_request.c --- usb_process.o --- ctfconvert -L VERSION -g usb_process.o --- usb_pf.o --- ctfconvert -L VERSION -g usb_pf.o --- usb_transfer.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 -MD -MF.depend.usb_transfer.o -MTusb_transfer.o -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/dev/usb/usb_transfer.c --- usb_util.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 -MD -MF.depend.usb_util.o -MTusb_util.o -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/dev/usb/usb_util.c --- usb_hub.o --- ctfconvert -L VERSION -g usb_hub.o --- ukbd.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 -MD -MF.depend.ukbd.o -MTukbd.o -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/dev/usb/input/ukbd.c --- usb_util.o --- ctfconvert -L VERSION -g usb_util.o --- usb_quirk.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 -MD -MF.depend.usb_quirk.o -MTusb_quirk.o -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/dev/usb/quirk/usb_quirk.c --- usb_request.o --- ctfconvert -L VERSION -g usb_request.o --- if_vge.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 -MD -MF.depend.if_vge.o -MTif_vge.o -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/dev/vge/if_vge.c --- usb_quirk.o --- ctfconvert -L VERSION -g usb_quirk.o --- virtio.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 -MD -MF.depend.virtio.o -MTvirtio.o -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/dev/virtio/virtio.c --- ukbd.o --- ctfconvert -L VERSION -g ukbd.o --- virtqueue.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 -MD -MF.depend.virtqueue.o -MTvirtqueue.o -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/dev/virtio/virtqueue.c --- virtio.o --- ctfconvert -L VERSION -g virtio.o --- virtio_bus_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/virtio/virtio_bus_if.m -c ; 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 -MD -MF.depend.virtio_bus_if.o -MTvirtio_bus_if.o -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 virtio_bus_if.c ctfconvert -L VERSION -g virtio_bus_if.o --- virtio_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/virtio/virtio_if.m -c ; 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 -MD -MF.depend.virtio_if.o -MTvirtio_if.o -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 virtio_if.c --- usb_transfer.o --- ctfconvert -L VERSION -g usb_transfer.o --- virtio_pci.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 -MD -MF.depend.virtio_pci.o -MTvirtio_pci.o -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/dev/virtio/pci/virtio_pci.c --- virtio_if.o --- ctfconvert -L VERSION -g virtio_if.o --- if_vtnet.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 -MD -MF.depend.if_vtnet.o -MTif_vtnet.o -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/dev/virtio/network/if_vtnet.c --- virtqueue.o --- ctfconvert -L VERSION -g virtqueue.o --- virtio_blk.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 -MD -MF.depend.virtio_blk.o -MTvirtio_blk.o -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/dev/virtio/block/virtio_blk.c --- virtio_pci.o --- ctfconvert -L VERSION -g virtio_pci.o --- virtio_balloon.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 -MD -MF.depend.virtio_balloon.o -MTvirtio_balloon.o -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/dev/virtio/balloon/virtio_balloon.c --- virtio_blk.o --- ctfconvert -L VERSION -g virtio_blk.o --- virtio_scsi.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 -MD -MF.depend.virtio_scsi.o -MTvirtio_scsi.o -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/dev/virtio/scsi/virtio_scsi.c --- virtio_balloon.o --- ctfconvert -L VERSION -g virtio_balloon.o --- if_vr.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 -MD -MF.depend.if_vr.o -MTif_vr.o -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/dev/vr/if_vr.c --- if_vge.o --- ctfconvert -L VERSION -g if_vge.o --- vt_termcolors.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 -MD -MF.depend.vt_termcolors.o -MTvt_termcolors.o -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/dev/vt/colors/vt_termcolors.c ctfconvert -L VERSION -g vt_termcolors.o --- vt_font_default.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 -MD -MF.depend.vt_font_default.o -MTvt_font_default.o -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/dev/vt/font/vt_font_default.c ctfconvert -L VERSION -g vt_font_default.o --- vt_mouse_cursor.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 -MD -MF.depend.vt_mouse_cursor.o -MTvt_mouse_cursor.o -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/dev/vt/font/vt_mouse_cursor.c ctfconvert -L VERSION -g vt_mouse_cursor.o --- vt_fb.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 -MD -MF.depend.vt_fb.o -MTvt_fb.o -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/dev/vt/hw/fb/vt_fb.c --- virtio_scsi.o --- ctfconvert -L VERSION -g virtio_scsi.o --- vt_vga.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 -MD -MF.depend.vt_vga.o -MTvt_vga.o -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/dev/vt/hw/vga/vt_vga.c --- if_vtnet.o --- ctfconvert -L VERSION -g if_vtnet.o --- logo_freebsd.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 -MD -MF.depend.logo_freebsd.o -MTlogo_freebsd.o -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/dev/vt/logo/logo_freebsd.c ctfconvert -L VERSION -g logo_freebsd.o --- logo_beastie.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 -MD -MF.depend.logo_beastie.o -MTlogo_beastie.o -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/dev/vt/logo/logo_beastie.c --- vt_fb.o --- ctfconvert -L VERSION -g vt_fb.o --- vt_buf.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 -MD -MF.depend.vt_buf.o -MTvt_buf.o -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/dev/vt/vt_buf.c --- logo_beastie.o --- ctfconvert -L VERSION -g logo_beastie.o --- vt_consolectl.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 -MD -MF.depend.vt_consolectl.o -MTvt_consolectl.o -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/dev/vt/vt_consolectl.c ctfconvert -L VERSION -g vt_consolectl.o --- vt_core.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 -MD -MF.depend.vt_core.o -MTvt_core.o -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/dev/vt/vt_core.c --- vt_buf.o --- ctfconvert -L VERSION -g vt_buf.o --- vt_cpulogos.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 -MD -MF.depend.vt_cpulogos.o -MTvt_cpulogos.o -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/dev/vt/vt_cpulogos.c --- if_vr.o --- ctfconvert -L VERSION -g if_vr.o --- vt_font.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 -MD -MF.depend.vt_font.o -MTvt_font.o -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/dev/vt/vt_font.c --- vt_cpulogos.o --- ctfconvert -L VERSION -g vt_cpulogos.o --- vt_vga.o --- ctfconvert -L VERSION -g vt_vga.o --- vt_sysmouse.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 -MD -MF.depend.vt_sysmouse.o -MTvt_sysmouse.o -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/dev/vt/vt_sysmouse.c --- if_vte.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 -MD -MF.depend.if_vte.o -MTif_vte.o -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/dev/vte/if_vte.c --- vt_font.o --- ctfconvert -L VERSION -g vt_font.o --- if_vx.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 -MD -MF.depend.if_vx.o -MTif_vx.o -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/dev/vx/if_vx.c --- vt_sysmouse.o --- ctfconvert -L VERSION -g vt_sysmouse.o --- if_vx_pci.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 -MD -MF.depend.if_vx_pci.o -MTif_vx_pci.o -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/dev/vx/if_vx_pci.c ctfconvert -L VERSION -g if_vx_pci.o --- watchdog.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 -MD -MF.depend.watchdog.o -MTwatchdog.o -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/dev/watchdog/watchdog.c --- vt_core.o --- ctfconvert -L VERSION -g vt_core.o --- if_wb.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 -MD -MF.depend.if_wb.o -MTif_wb.o -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/dev/wb/if_wb.c --- watchdog.o --- ctfconvert -L VERSION -g watchdog.o --- if_wi.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 -MD -MF.depend.if_wi.o -MTif_wi.o -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/dev/wi/if_wi.c --- if_vx.o --- ctfconvert -L VERSION -g if_vx.o --- if_wi_pccard.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 -MD -MF.depend.if_wi_pccard.o -MTif_wi_pccard.o -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/dev/wi/if_wi_pccard.c --- if_vte.o --- ctfconvert -L VERSION -g if_vte.o --- if_wi_pci.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 -MD -MF.depend.if_wi_pci.o -MTif_wi_pci.o -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/dev/wi/if_wi_pci.c --- if_wi_pccard.o --- ctfconvert -L VERSION -g if_wi_pccard.o --- if_wpi.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 -MD -MF.depend.if_wpi.o -MTif_wpi.o -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/dev/wpi/if_wpi.c --- if_wb.o --- ctfconvert -L VERSION -g if_wb.o --- if_xe.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 -MD -MF.depend.if_xe.o -MTif_xe.o -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/dev/xe/if_xe.c --- if_wi_pci.o --- ctfconvert -L VERSION -g if_wi_pci.o --- if_xe_pccard.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 -MD -MF.depend.if_xe_pccard.o -MTif_xe_pccard.o -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/dev/xe/if_xe_pccard.c --- if_wi.o --- ctfconvert -L VERSION -g if_wi.o --- if_xe_pccard.o --- ctfconvert -L VERSION -g if_xe_pccard.o --- balloon.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 -MD -MF.depend.balloon.o -MTballoon.o -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/dev/xen/balloon/balloon.c --- blkfront.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 -MD -MF.depend.blkfront.o -MTblkfront.o -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/dev/xen/blkfront/blkfront.c --- balloon.o --- ctfconvert -L VERSION -g balloon.o --- blkback.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 -MD -MF.depend.blkback.o -MTblkback.o -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/dev/xen/blkback/blkback.c --- if_xe.o --- ctfconvert -L VERSION -g if_xe.o --- xen_console.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 -MD -MF.depend.xen_console.o -MTxen_console.o -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/dev/xen/console/xen_console.c ctfconvert -L VERSION -g xen_console.o --- control.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 -MD -MF.depend.control.o -MTcontrol.o -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/dev/xen/control/control.c --- blkfront.o --- ctfconvert -L VERSION -g blkfront.o --- control.o --- ctfconvert -L VERSION -g control.o --- grant_table.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 -MD -MF.depend.grant_table.o -MTgrant_table.o -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/dev/xen/grant_table/grant_table.c --- netback.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 -MD -MF.depend.netback.o -MTnetback.o -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/dev/xen/netback/netback.c --- grant_table.o --- ctfconvert -L VERSION -g grant_table.o --- netfront.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 -MD -MF.depend.netfront.o -MTnetfront.o -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/dev/xen/netfront/netfront.c --- if_wpi.o --- ctfconvert -L VERSION -g if_wpi.o --- xenpci.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 -MD -MF.depend.xenpci.o -MTxenpci.o -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/dev/xen/xenpci/xenpci.c ctfconvert -L VERSION -g xenpci.o --- timer.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 -MD -MF.depend.timer.o -MTtimer.o -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/dev/xen/timer/timer.c --- blkback.o --- ctfconvert -L VERSION -g blkback.o --- pvcpu.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 -MD -MF.depend.pvcpu.o -MTpvcpu.o -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/dev/xen/pvcpu/pvcpu.c --- timer.o --- /usr/src/sys/dev/xen/timer/timer.c:237:8: error: implicit declaration of function 'HYPERVISOR_platform_op' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ret = HYPERVISOR_platform_op(&settime); ^ /usr/src/sys/dev/xen/timer/timer.c:237:8: note: did you mean 'HYPERVISOR_memory_op'? ./machine/xen/hypercall.h:243:1: note: 'HYPERVISOR_memory_op' declared here HYPERVISOR_memory_op( ^ 1 error generated. *** [timer.o] Error code 1 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC --- pvcpu.o --- ctfconvert -L VERSION -g pvcpu.o --- netfront.o --- ctfconvert -L VERSION -g netfront.o --- netback.o --- ctfconvert -L VERSION -g netback.o 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[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/hudson6447776382785959237.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 - Any From owner-freebsd-i386@freebsd.org Tue May 3 06:21:56 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15626B2BC0C; Tue, 3 May 2016 06:21:56 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id EE6031B98; Tue, 3 May 2016 06:21:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id EBF8A1066; Tue, 3 May 2016 06:21:55 +0000 (UTC) Date: Tue, 3 May 2016 06:21:53 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pfg@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <44725513.49.1462256515973.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <52201381.46.1462249250204.JavaMail.jenkins@jenkins-9.freebsd.org> References: <52201381.46.1462249250204.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3034 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 06:21:56 -0000 FreeBSD_HEAD_i386 - Build #3034 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3034/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3034/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3034/console Change summaries: 298955 by pfg: sys/dev: minor spelling fixes. Most affect comments, very few have user-visible effects. 298954 by adrian: [bwn] update bwn_dummy_transmission(). This is based on the b43 code. It'll be used by the upcoming 11n phy. Obtained from: Linux b43 (concept) 298953 by adrian: [bwn] add PHY types for later PHYs. Obtained from: Linux b43 298952 by adrian: [bwn] migrate bwn_dummy_transmission() back to main, as it'll be used by other PHYs. The Linux b43 driver uses this in other PHYs besides the g PHY. The end of the build log: [...truncated 189090 lines...] ctfconvert -L VERSION -g usb_parse.o --- usb_process.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 -MD -MF.depend.usb_process.o -MTusb_process.o -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/dev/usb/usb_process.c --- usb_msctest.o --- ctfconvert -L VERSION -g usb_msctest.o --- usb_request.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 -MD -MF.depend.usb_request.o -MTusb_request.o -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/dev/usb/usb_request.c --- usb_process.o --- ctfconvert -L VERSION -g usb_process.o --- usb_transfer.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 -MD -MF.depend.usb_transfer.o -MTusb_transfer.o -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/dev/usb/usb_transfer.c --- usb_hub.o --- ctfconvert -L VERSION -g usb_hub.o --- usb_util.o --- --- usb_pf.o --- ctfconvert -L VERSION -g usb_pf.o --- usb_util.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 -MD -MF.depend.usb_util.o -MTusb_util.o -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/dev/usb/usb_util.c --- ukbd.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 -MD -MF.depend.ukbd.o -MTukbd.o -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/dev/usb/input/ukbd.c --- usb_util.o --- ctfconvert -L VERSION -g usb_util.o --- usb_quirk.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 -MD -MF.depend.usb_quirk.o -MTusb_quirk.o -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/dev/usb/quirk/usb_quirk.c --- usb_request.o --- ctfconvert -L VERSION -g usb_request.o --- if_vge.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 -MD -MF.depend.if_vge.o -MTif_vge.o -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/dev/vge/if_vge.c --- usb_quirk.o --- ctfconvert -L VERSION -g usb_quirk.o --- virtio.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 -MD -MF.depend.virtio.o -MTvirtio.o -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/dev/virtio/virtio.c --- ukbd.o --- ctfconvert -L VERSION -g ukbd.o --- virtqueue.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 -MD -MF.depend.virtqueue.o -MTvirtqueue.o -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/dev/virtio/virtqueue.c --- virtio.o --- ctfconvert -L VERSION -g virtio.o --- virtio_bus_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/virtio/virtio_bus_if.m -c ; 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 -MD -MF.depend.virtio_bus_if.o -MTvirtio_bus_if.o -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 virtio_bus_if.c ctfconvert -L VERSION -g virtio_bus_if.o --- virtio_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/virtio/virtio_if.m -c ; 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 -MD -MF.depend.virtio_if.o -MTvirtio_if.o -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 virtio_if.c --- usb_transfer.o --- ctfconvert -L VERSION -g usb_transfer.o --- virtio_pci.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 -MD -MF.depend.virtio_pci.o -MTvirtio_pci.o -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/dev/virtio/pci/virtio_pci.c --- virtio_if.o --- ctfconvert -L VERSION -g virtio_if.o --- if_vtnet.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 -MD -MF.depend.if_vtnet.o -MTif_vtnet.o -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/dev/virtio/network/if_vtnet.c --- virtqueue.o --- ctfconvert -L VERSION -g virtqueue.o --- virtio_blk.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 -MD -MF.depend.virtio_blk.o -MTvirtio_blk.o -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/dev/virtio/block/virtio_blk.c --- virtio_pci.o --- ctfconvert -L VERSION -g virtio_pci.o --- virtio_balloon.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 -MD -MF.depend.virtio_balloon.o -MTvirtio_balloon.o -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/dev/virtio/balloon/virtio_balloon.c --- virtio_blk.o --- ctfconvert -L VERSION -g virtio_blk.o --- virtio_scsi.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 -MD -MF.depend.virtio_scsi.o -MTvirtio_scsi.o -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/dev/virtio/scsi/virtio_scsi.c --- virtio_balloon.o --- ctfconvert -L VERSION -g virtio_balloon.o --- if_vr.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 -MD -MF.depend.if_vr.o -MTif_vr.o -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/dev/vr/if_vr.c --- if_vge.o --- ctfconvert -L VERSION -g if_vge.o --- vt_termcolors.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 -MD -MF.depend.vt_termcolors.o -MTvt_termcolors.o -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/dev/vt/colors/vt_termcolors.c ctfconvert -L VERSION -g vt_termcolors.o --- vt_font_default.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 -MD -MF.depend.vt_font_default.o -MTvt_font_default.o -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/dev/vt/font/vt_font_default.c ctfconvert -L VERSION -g vt_font_default.o --- vt_mouse_cursor.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 -MD -MF.depend.vt_mouse_cursor.o -MTvt_mouse_cursor.o -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/dev/vt/font/vt_mouse_cursor.c ctfconvert -L VERSION -g vt_mouse_cursor.o --- vt_fb.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 -MD -MF.depend.vt_fb.o -MTvt_fb.o -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/dev/vt/hw/fb/vt_fb.c --- virtio_scsi.o --- ctfconvert -L VERSION -g virtio_scsi.o --- vt_vga.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 -MD -MF.depend.vt_vga.o -MTvt_vga.o -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/dev/vt/hw/vga/vt_vga.c --- if_vtnet.o --- ctfconvert -L VERSION -g if_vtnet.o --- logo_freebsd.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 -MD -MF.depend.logo_freebsd.o -MTlogo_freebsd.o -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/dev/vt/logo/logo_freebsd.c ctfconvert -L VERSION -g logo_freebsd.o --- logo_beastie.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 -MD -MF.depend.logo_beastie.o -MTlogo_beastie.o -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/dev/vt/logo/logo_beastie.c --- vt_fb.o --- ctfconvert -L VERSION -g vt_fb.o --- vt_buf.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 -MD -MF.depend.vt_buf.o -MTvt_buf.o -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/dev/vt/vt_buf.c --- logo_beastie.o --- ctfconvert -L VERSION -g logo_beastie.o --- vt_consolectl.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 -MD -MF.depend.vt_consolectl.o -MTvt_consolectl.o -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/dev/vt/vt_consolectl.c ctfconvert -L VERSION -g vt_consolectl.o --- vt_core.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 -MD -MF.depend.vt_core.o -MTvt_core.o -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/dev/vt/vt_core.c --- vt_buf.o --- ctfconvert -L VERSION -g vt_buf.o --- vt_cpulogos.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 -MD -MF.depend.vt_cpulogos.o -MTvt_cpulogos.o -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/dev/vt/vt_cpulogos.c --- if_vr.o --- ctfconvert -L VERSION -g if_vr.o --- vt_font.o --- --- vt_cpulogos.o --- ctfconvert -L VERSION -g vt_cpulogos.o --- vt_font.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 -MD -MF.depend.vt_font.o -MTvt_font.o -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/dev/vt/vt_font.c --- vt_sysmouse.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 -MD -MF.depend.vt_sysmouse.o -MTvt_sysmouse.o -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/dev/vt/vt_sysmouse.c --- vt_vga.o --- ctfconvert -L VERSION -g vt_vga.o --- if_vte.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 -MD -MF.depend.if_vte.o -MTif_vte.o -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/dev/vte/if_vte.c --- vt_font.o --- ctfconvert -L VERSION -g vt_font.o --- if_vx.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 -MD -MF.depend.if_vx.o -MTif_vx.o -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/dev/vx/if_vx.c --- vt_sysmouse.o --- ctfconvert -L VERSION -g vt_sysmouse.o --- if_vx_pci.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 -MD -MF.depend.if_vx_pci.o -MTif_vx_pci.o -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/dev/vx/if_vx_pci.c ctfconvert -L VERSION -g if_vx_pci.o --- watchdog.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 -MD -MF.depend.watchdog.o -MTwatchdog.o -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/dev/watchdog/watchdog.c --- vt_core.o --- ctfconvert -L VERSION -g vt_core.o --- if_wb.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 -MD -MF.depend.if_wb.o -MTif_wb.o -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/dev/wb/if_wb.c --- watchdog.o --- ctfconvert -L VERSION -g watchdog.o --- if_wi.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 -MD -MF.depend.if_wi.o -MTif_wi.o -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/dev/wi/if_wi.c --- if_vx.o --- ctfconvert -L VERSION -g if_vx.o --- if_wi_pccard.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 -MD -MF.depend.if_wi_pccard.o -MTif_wi_pccard.o -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/dev/wi/if_wi_pccard.c ctfconvert -L VERSION -g if_wi_pccard.o --- if_vte.o --- ctfconvert -L VERSION -g if_vte.o --- if_wi_pci.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 -MD -MF.depend.if_wi_pci.o -MTif_wi_pci.o -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/dev/wi/if_wi_pci.c --- if_wpi.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 -MD -MF.depend.if_wpi.o -MTif_wpi.o -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/dev/wpi/if_wpi.c --- if_wb.o --- ctfconvert -L VERSION -g if_wb.o --- if_xe.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 -MD -MF.depend.if_xe.o -MTif_xe.o -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/dev/xe/if_xe.c --- if_wi_pci.o --- ctfconvert -L VERSION -g if_wi_pci.o --- if_xe_pccard.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 -MD -MF.depend.if_xe_pccard.o -MTif_xe_pccard.o -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/dev/xe/if_xe_pccard.c --- if_wi.o --- ctfconvert -L VERSION -g if_wi.o --- balloon.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 -MD -MF.depend.balloon.o -MTballoon.o -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/dev/xen/balloon/balloon.c --- if_xe_pccard.o --- ctfconvert -L VERSION -g if_xe_pccard.o --- blkfront.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 -MD -MF.depend.blkfront.o -MTblkfront.o -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/dev/xen/blkfront/blkfront.c --- balloon.o --- ctfconvert -L VERSION -g balloon.o --- blkback.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 -MD -MF.depend.blkback.o -MTblkback.o -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/dev/xen/blkback/blkback.c --- if_xe.o --- ctfconvert -L VERSION -g if_xe.o --- xen_console.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 -MD -MF.depend.xen_console.o -MTxen_console.o -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/dev/xen/console/xen_console.c ctfconvert -L VERSION -g xen_console.o --- control.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 -MD -MF.depend.control.o -MTcontrol.o -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/dev/xen/control/control.c --- blkfront.o --- ctfconvert -L VERSION -g blkfront.o --- grant_table.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 -MD -MF.depend.grant_table.o -MTgrant_table.o -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/dev/xen/grant_table/grant_table.c --- control.o --- ctfconvert -L VERSION -g control.o --- netback.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 -MD -MF.depend.netback.o -MTnetback.o -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/dev/xen/netback/netback.c --- grant_table.o --- ctfconvert -L VERSION -g grant_table.o --- netfront.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 -MD -MF.depend.netfront.o -MTnetfront.o -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/dev/xen/netfront/netfront.c --- if_wpi.o --- ctfconvert -L VERSION -g if_wpi.o --- xenpci.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 -MD -MF.depend.xenpci.o -MTxenpci.o -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/dev/xen/xenpci/xenpci.c ctfconvert -L VERSION -g xenpci.o --- timer.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 -MD -MF.depend.timer.o -MTtimer.o -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/dev/xen/timer/timer.c --- blkback.o --- ctfconvert -L VERSION -g blkback.o --- pvcpu.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 -MD -MF.depend.pvcpu.o -MTpvcpu.o -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/dev/xen/pvcpu/pvcpu.c --- timer.o --- /usr/src/sys/dev/xen/timer/timer.c:237:8: error: implicit declaration of function 'HYPERVISOR_platform_op' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ret = HYPERVISOR_platform_op(&settime); ^ /usr/src/sys/dev/xen/timer/timer.c:237:8: note: did you mean 'HYPERVISOR_memory_op'? ./machine/xen/hypercall.h:243:1: note: 'HYPERVISOR_memory_op' declared here HYPERVISOR_memory_op( ^ 1 error generated. *** [timer.o] Error code 1 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC --- pvcpu.o --- ctfconvert -L VERSION -g pvcpu.o --- netfront.o --- ctfconvert -L VERSION -g netfront.o --- netback.o --- ctfconvert -L VERSION -g netback.o 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[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/hudson5251554172027982602.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 - Any From owner-freebsd-i386@freebsd.org Tue May 3 10:24:26 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8722B2B45B; Tue, 3 May 2016 10:24:26 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id CC72B147F; Tue, 3 May 2016 10:24:26 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 9526B10FD; Tue, 3 May 2016 10:24:25 +0000 (UTC) Date: Tue, 3 May 2016 10:24:19 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: royger@FreeBSD.org, sephe@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <449519331.53.1462271065615.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <44725513.49.1462256515973.JavaMail.jenkins@jenkins-9.freebsd.org> References: <44725513.49.1462256515973.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3035 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 10:24:27 -0000 FreeBSD_HEAD_i386 - Build #3035 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3035/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3035/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3035/console Change summaries: 298974 by sephe: tcp/lro: Refactor the active list operation. Ease more work concerning active list, e.g. hash table etc. Reviewed by: gallatin, rrs (earlier version) Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6137 298971 by royger: xen/i386: enable the platform hypercall for i386 Not sure why the platform hypercall was disabled on i386, just enable it in order to fix compilation of the PV timer on i386. Sponsored by: Citrix Systems R&D 298956 by sephe: kern: Add phashinit_flags(), which allows malloc(M_NOWAIT) It will be used for the upcoming LRO hash table initialization. And probably will be useful in other cases, when M_WAITOK can't be used. Reviewed by: jhb, kib Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6138 From owner-freebsd-i386@freebsd.org Thu May 5 18:29:37 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB14CB2EFC9; Thu, 5 May 2016 18:29:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B351017A7; Thu, 5 May 2016 18:29:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x232.google.com with SMTP id u10so24041094igr.1; Thu, 05 May 2016 11:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-transfer-encoding; bh=Uw9Hcb+/Ge6fdAjU9NqB0Yrz9iS1S6vDRF7argHpWdU=; b=czpdtNgUsTr2xqLaFh3WNYCTF9MckyfrgqKTtQ3nC+Hgc9jPWrj47Gbipv9yi5gMUE 7+d+v+tsUMjVriCWxb5ZT+Hjl5jV6h4u4u9s0xtZ2BbEqKg8++JWPBNMrmw/Rk6XtFeb iJ04YQodH4nZClmkM9JL4bRg3yu9P6XKJKYJnNHDqL2koCpqA4XHbCBwyQuu85Mdd0M6 7sj9m+Qxhd4c0wt7kXvsVvoa3Khs2/PbWXWnrhQ8c8NH4EpJz76TkflTb1mFU4m5Pas0 Gz8XqG8ISzQs4AM+1T7BR8iDCl2pwcNk05UA6jhDWNlXLO9KPwAjcY6BeT08/2K1zr57 hLHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=Uw9Hcb+/Ge6fdAjU9NqB0Yrz9iS1S6vDRF7argHpWdU=; b=gq4yMl8UUQhc89ZZMXIJMMO2ticeT8wNHq/ur/4zM/N7rxGFICQ61ZUMV5Fi8KBvKC mQjQeIoCSvraTrVyJKwptlm1EsL+WWa8jtcvUh5b2SLuncypDzX2XP9hKBx0Bvj1kfnx 2EKz8k0So716gxgfnAxSuFhCtY4jHAmAIYuC/OaY0IyPmjbaBvRqVcqlugF7fKxS/b9K 6Wex1H2Kw3+3udobrAId+ra2JSr7J8eGJbL4FJcqH8axtqg+lVcc+hm6zQotTGl7y8R5 /vcixIYe2pRTQCrHrtkPjwmLxvuL7fvsz2/maw8ZRtIb2EUoB4IOta+wF25p2N6TJShy K8Ew== X-Gm-Message-State: AOPr4FWwOBd5Pn+8B+rTdiZsaZcVCgI8tqvGROVfLPi0iITwm9CVQzgjkMqnw2S+Kb2e4RXlPNU/YpCUKRiZHA== MIME-Version: 1.0 X-Received: by 10.50.187.133 with SMTP id fs5mr5310148igc.61.1462472976900; Thu, 05 May 2016 11:29:36 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.113.3 with HTTP; Thu, 5 May 2016 11:29:36 -0700 (PDT) In-Reply-To: <771333202.5.1462472226621.JavaMail.jenkins@jenkins-9.freebsd.org> References: <771333202.5.1462472226621.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Thu, 5 May 2016 11:29:36 -0700 X-Google-Sender-Auth: _TAsEvqT9mFid4s9wH3UjJxCjFA Message-ID: Subject: Re: FreeBSD_HEAD_i386 - Build #3052 - Failure From: Adrian Chadd To: "jenkins-admin@freebsd.org" Cc: Konstantin Belousov , cem@freebsd.org, Svatopluk Kraus , Pedro Giffuni , Ruslan Bukin , John Baldwin , Garrett Cooper , Alan Somers , Ed Maste , jmcneill@freebsd.org, freebsd-current , freebsd-i386@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Thu, 05 May 2016 19:25:23 +0000 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 18:29:38 -0000 I'm looking at this again now. I thought I fixed it, but maybe I had some stale .h files from a previous build. -adrian On 5 May 2016 at 11:16, wrote: > FreeBSD_HEAD_i386 - Build #3052 - Failure: > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3052= / > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3052/c= hanges > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3052/co= nsole > > Change summaries: > > 299122 by jhb: > Fix and to not require . > > - Hardcode '8' instead of NBBY in _BITSET_BITS. > - Define a private version of 'howmany' for use in __bitset_words(). > - While here, move a few more things out of _bitset.h and _cpuset.h to > bitset.h and cpuset.h, respectively. The only things left in > _bitset.h and _cpuset.h are the bits needed to define a bitset > structure. > > Reviewed by: bde, kib (ish) > > 299121 by asomers: > mpr(4) and mps(4) shouldn't indefinitely retry for "terminated ioc" error= s > > Submitted by: ken > Reviewed by: slm > MFC after: 4 weeks > Sponsored by: Spectra Logic Corp > Differential Revision: https://reviews.freebsd.org/D6210 > > 299120 by emaste: > Add explicit cast to fix mips and powerpc build after r299090 > > Sponsored by: The FreeBSD Foundation > > 299119 by emaste: > bhnd: fix build on gcc architectures > > "make tinderbox" fails on sparc64 GENERIC-NODEBUG with: > bhnd_subr.c:188: warning: control reaches end of non-void function > > Sponsored by: The FreeBSD Foundation > > 299118 by br: > Implement FBT provider (MD part) for DTrace on MIPS. > Tested on MIPS64. > > Sponsored by: DARPA, AFRL > Sponsored by: HEIF5 > > 299117 by skra: > INTRNG - redefine struct intr_map_data to avoid headers pollution. Each > struct associated with some type defined in enum intr_map_data_type > must have struct intr_map_data on the top of its own definition now. > When such structs are used, correct type and size must be filled in. > > There are three such structs defined in sys/intr.h now. Their > definitions should be moved to corresponding headers by follow-up > commits. > > While this change was propagated to all INTRNG like PICs, > pic_map_intr() method implementations were corrected on some places. > For this specific method, it's ensured by a caller that the 'data' > argument passed to this method is never NULL. Also, the return error > values were standardized there. > > 299116 by skra: > Remove superfluous check. The pic_dev member of struct pic > is never NULL on PIC found by pic_lookup(). > > 299115 by kib: > Warn about consequences of suspending threads in arbitrary state of > execution. > > While there, fix minor nits in markup. > > Sponsored by: The FreeBSD Foundation > MFC after: 1 week > > 299114 by kib: > Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume > cycle. The flag currently is cleared by the resumed thread. If next > suspend request comes before the thread was able to clean the flag, in > which case suspender skip the thread. > > Instead, clear the THR_FLAGS_SUSPEND flag in resume_common(), we do > not care how much code was executed in the resumed thread when the > pthread_resume_*np(s) functions returned. > > PR: 209233 > Reported by: Lawrence Esswood > MFC after: 1 week > > 299113 by jmcneill: > Add support for the Allwinner A83T (sun8iw6p1) SoC. > > Clocks, GPIO, UART, SD card / eMMC, USB, watchdog, and ethernet are > supported. Note that the A83T contains two clusters of four Cortex-A7 > CPUs, and only CPUs in first cluster are started for now. > > Tested on a Sinovoip Banana Pi BPI-M3. > > 299110 by adrian: > [bwn] implement firmware tx/rx versioning and fix RSSI calculation. > > Different versions of firmware have different requirments for TX/RX > packet layouts (and other things, of course.) Currently the driver > checks between 3xx and 4xx firmware by using the BWN_ISOLDFMT() macro, > which doesn't take into account the 5xx firmware (which I think I need > for the HT and N series PHY chips. I'll know when I do the port.) > BWN_HDRSIZE() also needs to learn about the 5xx series firmware > as well. > > So: > > * add a firmware version enum > * populate it based on the firmware version we read at load time > * don't finish loading if the firmware is the 5xx firmware; any > code using BWN_ISOLDFMT or BWN_HDRSIZE needs updating (most notably > the TX and RX bits.) > > Then, for RX RSSI: > > * write down and reimplement the b43 rssi calculation method; > * use it for the correct PHYs (which are all the ones we support); > * do the RSSI calculation before radiotap, not after. > > Tested: > > * Broadcom BCM4312, STA mode > > Obtained from: Linux b43 (careful writing and reimplementing; lots of in= teger math..) > > 299109 by adrian: > [bhnd] add missing bus file. > > 299108 by ngie: > Revert r299096 > > The change broke buildworld when building lib/libkvm > > This change likely needs to be run through a ports -exp run as a sanity > check, as it might break downstream consumers. > > Pointyhat to: adrian > Reported by: kargl (confirmed on $work workstation) > Sponsored by: EMC / Isilon Storage Division > > 299098 by cem: > efipart: Support an arbitrary number of partitions > > Don't crash if the user has more than 31 of them. A follow-up to > r298230. > > Reviewed by: allanjude > Relnotes: maybe > Sponsored by: EMC / Isilon Storage Division > Differential Revision: https://reviews.freebsd.org/D6212 > > 299097 by adrian: > [bwn] [bhnd] initial support for using bhnd for if_bwn devices. > > This is an initial work in progress to use the replacement bhnd > bus code for devices which support it. > > * Add manpage updates for bhnd, bhndb, siba > * Add kernel options for bhnd, bhndbus, etc > * Add initial support in if_bwn_pci / if_bwn_mac for using bhnd > as the bus transport for suppoted NICs > * if_bwn_pci will eventually be the PCI bus glue to interface to bwn, > which will use the right backend bus to attach to, versus direct > nexus/bhnd attachments (as found in embedded broadcom devices.) > > The PCI glue defaults to probing at a lower level than the bwn glue, > so bwn should still attach as per normal without a boot time tunable set. > > It's also not fully fleshed out - the bwn probe/attach code needs to be > broken out into platform and bus specific things (just like ath, ath_pci, > ath_ahb) before we can shift the driver over to using this. > > Tested: > > * BCM4311, STA mode > * BCM4312, STA mode > > Submitted by: Landon Fuller > Differential Revision: https://reviews.freebsd.org/D6191 > > 299096 by adrian: > s/struct device */device_t/g > > Submitted by: kmacy > > 299095 by adrian: > s/struct device */device_t/g > > Submitted by: kmacy > > 299094 by ngie: > Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are ins= talled > after r298107 > > Summary of changes: > > - Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures= that > namespacing is kept with FILES appropriately, and that this shouldn't n= eed > to be repeated if the namespace changes -- only the definition of PACKA= GE > needs to be changed > - Allow PACKAGE to be overridden by callers instead of forcing it to alwa= ys be > `tests`. In the event we get to the point where things can be split up > enough in the base system, it would make more sense to group the tests > with the blocks they're a part of, e.g. byacc with byacc-tests, etc > - Remove PACKAGE definitions where possible, i.e. where FILES wasn't used > previously. > - Remove unnecessary TESTSPACKAGE definitions; this has been elided into > bsd.tests.mk > - Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; > ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk. > - Fix installation of files under data/ subdirectories in lib/libc/tests/= hash > and lib/libc/tests/net/getaddrinfo > - Remove unnecessary .include s (some opportunistic cleanup) > > Document the proposed changes in share/examples/tests/tests/... via examp= les > so it's clear that ${PACKAGES}FILES is the suggested way forward in terms= of > replacing FILES. share/mk/bsd.README didn't seem like the appropriate met= hod > of communicating that info. > > MFC after: never probably > X-MFC with: r298107 > PR: 209114 > Relnotes: yes > Tested with: buildworld, installworld, checkworld; buildworld, packagewor= ld > Sponsored by: EMC / Isilon Storage Division > > 299092 by jhb: > Fix the acpi attachment to always start the worker thread. > > The previous change to split the worker thread start out of fdc_attach() > did not start the worker thread if the fdc device in the ACPI namespace > did not have an _FDE method. This fixes hangs when booting with a > floppy controller enabled on certain machines with ACPI. > > Tested by: joel > > 299090 by asomers: > Improve performance and functionality of the bitstring(3) api > > Two new functions are provided, bit_ffs_at() and bit_ffc_at(), which allo= w > for efficient searching of set or cleared bits starting from any bit offs= et > within the bit string. > > Performance is improved by operating on longs instead of bytes and using > ffsl() for searches within a long. ffsl() is a compiler builtin in both > clang and gcc for most architectures, converting what was a brute force > while loop search into a couple of instructions. > > All of the bitstring(3) API continues to be contained in the header file. > Some of the functions are large enough that perhaps they should be uninli= ned > and moved to a library, but that is beyond the scope of this commit. > > sys/sys/bitstring.h: > Convert the majority of the existing bit string implementation fr= om > macros to inline functions. > > Properly protect the implementation from inadvertant macro expans= ion > when included in a user's program by prefixing all private > macros/functions and local variables with '_'. > > Add bit_ffs_at() and bit_ffc_at(). Implement bit_ffs() and > bit_ffc() in terms of their "at" counterparts. > > Provide a kernel implementation of bit_alloc(), making the full A= PI > usable in the kernel. > > Improve code documenation. > > share/man/man3/bitstring.3: > Add pre-exisiting API bit_ffc() to the synopsis. > > Document new APIs. > > Document the initialization state of the bit strings > allocated/declared by bit_alloc() and bit_decl(). > > Correct documentation for bitstr_size(). The original code commen= ts > indicate the size is in bytes, not "elements of bitstr_t". The ne= w > implementation follows this lead. Only hastd assumed "elements" > rather than bytes and it has been corrected. > > etc/mtree/BSD.tests.dist: > tests/sys/Makefile: > tests/sys/sys/Makefile: > tests/sys/sys/bitstring.c: > Add tests for all existing and new functionality. > > include/bitstring.h > Include all headers needed by sys/bitstring.h > > lib/libbluetooth/bluetooth.h: > usr.sbin/bluetooth/hccontrol/le.c: > Include bitstring.h instead of sys/bitstring.h. > > sbin/hastd/activemap.c: > Correct usage of bitstr_size(). > > sys/dev/xen/blkback/blkback.c > Use new bit_alloc. > > sys/kern/subr_unit.c: > Remove hard-coded assumption that sizeof(bitstr_t) is 1. Get rid= of > unrb.busy, which caches the number of bits set in unrb.map. When > INVARIANTS are disabled, nothing needs to know that information. > callapse_unr can be adapted to use bit_ffs and bit_ffc instead. > Eliminating unrb.busy saves memory, simplifies the code, and > provides a slight speedup when INVARIANTS are disabled. > > sys/net/flowtable.c: > Use the new kernel implementation of bit-alloc, instead of hackin= g > the old libc-dependent macro. > > sys/sys/param.h > Update __FreeBSD_version to indicate availability of new API > > Submitted by: gibbs, asomers > Reviewed by: gibbs, ngie > MFC after: 4 weeks > Sponsored by: Spectra Logic Corp > Differential Revision: https://reviews.freebsd.org/D6004 > > 299089 by pfg: > fsck_msdosfs: Adjust a check. > > The on-disk FAT array does not include anything before CLUST_FIRST, > compensate in size check. > > Obtained from: NetBSD (CVS Rev. 1.20) > MFC after: 2 weeks > > 299088 by ngie: > Default NO_INSTALLEXTRAKERNELS to yes, not no > > The old (^/stable/9) default was yes, not no ("no" was the new default > introduced recently that broke POLA). Restore it to keep POLA like > glebius intended in r299077 > > MFC after: 3 days > X-MFC with: r299086 > Pointyhat to: ngie (research before assuming and committing next time) > Sponsored by: EMC / Isilon Storage Division > > > > The end of the build log: > > [...truncated 154729 lines...] > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/at= h/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/at= h/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENER= IC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GE= NERIC -MD -MF.depend.ah_eeprom_v3.o -MTah_eeprom_v3.o -mno-mmx -mno-sse -= msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu= ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno= -unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1= 999 -c /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ah_eeprom_v3.c -o ah_= eeprom_v3.o > --- all_subdir_bios --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.smbios.o -MTsmbios.o -mno-mmx -mno-sse -msoft-float -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/s= ys/modules/bios/smbios/../../../x86/bios/smbios.c -o smbios.o > --- all_subdir_bhnd --- > ctfconvert -L VERSION -g bcma_bhndb.o > --- bcma_bhndb.kld --- > ld -d -warn-common -r -d -o bcma_bhndb.kld bcma_bhndb.o > ctfmerge -L VERSION -g -o bcma_bhndb.kld bcma_bhndb.o > :> export_syms > awk -f /usr/src/sys/conf/kmod_syms.awk bcma_bhndb.kld export_syms | xarg= s -J% objcopy % bcma_bhndb.kld > --- all_subdir_bios --- > ctfconvert -L VERSION -g smbios.o > --- all_subdir_bhnd --- > --- bcma_bhndb.ko.full --- > ld -Bshareable -d -warn-common -o bcma_bhndb.ko.full bcma_bhndb.kld > --- all_subdir_bios --- > --- smbios.kld --- > ld -d -warn-common -r -d -o smbios.kld smbios.o > --- all_subdir_bhnd --- > --- bcma_bhndb.ko.debug --- > objcopy --only-keep-debug bcma_bhndb.ko.full bcma_bhndb.ko.debug > --- all_subdir_bios --- > ctfmerge -L VERSION -g -o smbios.kld smbios.o > --- all_subdir_bhnd --- > --- bcma_bhndb.ko --- > objcopy --strip-debug --add-gnu-debuglink=3Dbcma_bhndb.ko.debug bcma_bhn= db.ko.full bcma_bhndb.ko > --- all_subdir_bios --- > :> export_syms > awk -f /usr/src/sys/conf/kmod_syms.awk smbios.kld export_syms | xargs -J= % objcopy % smbios.kld > --- all_subdir_bhnd --- > --- all_subdir_bhnd/bhndb --- > =3D=3D=3D> bhnd/bhndb (all) > --- all_subdir_bios --- > --- smbios.ko.full --- > ld -Bshareable -d -warn-common -o smbios.ko.full smbios.kld > --- smbios.ko.debug --- > objcopy --only-keep-debug smbios.ko.full smbios.ko.debug > --- smbios.ko --- > objcopy --strip-debug --add-gnu-debuglink=3Dsmbios.ko.debug smbios.ko.fu= ll smbios.ko > --- all_subdir_bios/vpd --- > =3D=3D=3D> bios/vpd (all) > --- all_subdir_bhnd --- > --- machine --- > machine -> /usr/src/sys/i386/include > --- x86 --- > x86 -> /usr/src/sys/x86/include > --- bhndb_bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhndb/bhnd= b_bus_if.m -h > --- all_subdir_bios --- > --- machine --- > machine -> /usr/src/sys/i386/include > --- x86 --- > x86 -> /usr/src/sys/x86/include > --- all_subdir_bhnd --- > --- bhndb_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhndb/bhnd= b_if.m -h > --- all_subdir_bios --- > --- bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h > --- all_subdir_bhnd --- > --- bhndb_bus_if.c --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhndb/bhnd= b_bus_if.m -c > --- bhndb_if.c --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhndb/bhnd= b_if.m -c > --- all_subdir_bios --- > --- device_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h > --- all_subdir_bhnd --- > --- bhnd_bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhnd_bus_i= f.m -h > --- all_subdir_bios --- > --- vpd.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.vpd.o -MTvpd.o -mno-mmx -mno-sse -msoft-float -ffreestand= ing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -W= missing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-= error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-eq= uality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift= -negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/mod= ules/bios/vpd/../../../x86/bios/vpd.c -o vpd.o > --- all_subdir_bhnd --- > --- device_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h > --- bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h > --- all_subdir_ata --- > ctfconvert -L VERSION -g ata-sis.o > --- atasis.kld --- > ld -d -warn-common -r -d -o atasis.kld ata-sis.o > ctfmerge -L VERSION -g -o atasis.kld ata-sis.o > --- all_subdir_bhnd --- > --- pci_if.h --- > --- all_subdir_ata --- > :> export_syms > awk -f /usr/src/sys/conf/kmod_syms.awk atasis.kld export_syms | xargs -J= % objcopy % atasis.kld > --- all_subdir_bhnd --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h > --- all_subdir_ata --- > --- atasis.ko.full --- > ld -Bshareable -d -warn-common -o atasis.ko.full atasis.kld > --- atasis.ko.debug --- > objcopy --only-keep-debug atasis.ko.full atasis.ko.debug > --- atasis.ko --- > objcopy --strip-debug --add-gnu-debuglink=3Datasis.ko.debug atasis.ko.fu= ll atasis.ko > --- all_subdir_bhnd --- > --- bhndb_subr.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.bhndb_subr.o -MTbhndb_subr.o -mno-mmx -mno-sse -msoft-flo= at -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-dec= ls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__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 -W= no-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /u= sr/src/sys/modules/bhnd/bhndb/../../../dev/bhnd/bhndb/bhndb_subr.c -o bhndb= _subr.o > --- all_subdir_ata --- > --- all_subdir_ata/atapci/chipsets/atavia --- > =3D=3D=3D> ata/atapci/chipsets/atavia (all) > --- machine --- > machine -> /usr/src/sys/i386/include > --- x86 --- > x86 -> /usr/src/sys/x86/include > --- ata_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/ata/ata_if.m -h > --- bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h > --- device_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h > --- pci_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h > --- ata-via.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.ata-via.o -MTata-via.o -mno-mmx -mno-sse -msoft-float -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/ata/atapci/chipsets/atavia/../../../../../dev/ata/chipsets/ata= -via.c -o ata-via.o > --- all_subdir_bios --- > ctfconvert -L VERSION -g vpd.o > --- vpd.kld --- > ld -d -warn-common -r -d -o vpd.kld vpd.o > ctfmerge -L VERSION -g -o vpd.kld vpd.o > :> export_syms > awk -f /usr/src/sys/conf/kmod_syms.awk vpd.kld export_syms | xargs -J% o= bjcopy % vpd.kld > --- vpd.ko.full --- > ld -Bshareable -d -warn-common -o vpd.ko.full vpd.kld > --- vpd.ko.debug --- > objcopy --only-keep-debug vpd.ko.full vpd.ko.debug > --- vpd.ko --- > objcopy --strip-debug --add-gnu-debuglink=3Dvpd.ko.debug vpd.ko.full vpd= .ko > --- all_subdir_bhnd --- > --- all_subdir_bhnd/bhndb_pci --- > =3D=3D=3D> bhnd/bhndb_pci (all) > --- machine --- > machine -> /usr/src/sys/i386/include > --- x86 --- > x86 -> /usr/src/sys/x86/include > --- bhnd_bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhnd_bus_i= f.m -h > --- bhndb_bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhndb/bhnd= b_bus_if.m -h > --- bhndb_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhndb/bhnd= b_if.m -h > --- device_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h > --- bus_if.h --- > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h > --- bhndb_pci_hwdata.o --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostd= inc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/op= t_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC= -MD -MF.depend.bhndb_pci_hwdata.o -MTbhndb_pci_hwdata.o -mno-mmx -mno-ss= e -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__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-poi= nter-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso989= 9:1999 -c /usr/src/sys/modules/bhnd/bhndb_pci/../../../dev/bhnd/bhndb/bhndb= _pci_hwdata.c -o bhndb_pci_hwdata.o > In file included from /usr/src/sys/modules/bhnd/bhndb_pci/../../../dev/bh= nd/bhndb/bhndb_pci_hwdata.c:46: > /usr/src/sys/dev/pci/pcivar.h:271:10: fatal error: 'pci_if.h' file not fo= und > #include "pci_if.h" > ^ > 1 error generated. > *** [bhndb_pci_hwdata.o] Error code 1 > > bmake[5]: stopped in /usr/src/sys/modules/bhnd/bhndb_pci > 1 error > > bmake[5]: stopped in /usr/src/sys/modules/bhnd/bhndb_pci > *** [all_subdir_bhnd/bhndb_pci] Error code 2 > > bmake[4]: stopped in /usr/src/sys/modules/bhnd > --- all_subdir_bhnd/bhndb --- > ctfconvert -L VERSION -g bhndb_subr.o > A failure has been detected in another branch of the parallel make > > bmake[5]: stopped in /usr/src/sys/modules/bhnd/bhndb > *** [all_subdir_bhnd/bhndb] Error code 2 > > bmake[4]: stopped in /usr/src/sys/modules/bhnd > 2 errors > > bmake[4]: stopped in /usr/src/sys/modules/bhnd > *** [all_subdir_bhnd] Error code 2 > > bmake[3]: stopped in /usr/src/sys/modules > --- all_subdir_ata --- > ctfconvert -L VERSION -g ata-via.o > A failure has been detected in another branch of the parallel make > > bmake[7]: stopped in /usr/src/sys/modules/ata/atapci/chipsets/atavia > *** [all_subdir_ata/atapci/chipsets/atavia] Error code 2 > > bmake[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets > 1 error > > bmake[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets > *** [all_subdir_ata/atapci/chipsets] Error code 2 > > bmake[5]: stopped in /usr/src/sys/modules/ata/atapci > 1 error > > bmake[5]: stopped in /usr/src/sys/modules/ata/atapci > *** [all_subdir_ata/atapci] Error code 2 > > bmake[4]: stopped in /usr/src/sys/modules/ata > 1 error > > bmake[4]: stopped in /usr/src/sys/modules/ata > *** [all_subdir_ata] Error code 2 > > bmake[3]: stopped in /usr/src/sys/modules > --- all_subdir_ath --- > ctfconvert -L VERSION -g ah_eeprom_v3.o > A failure has been detected in another branch of the parallel make > > bmake[4]: stopped in /usr/src/sys/modules/ath > *** [all_subdir_ath] Error code 2 > > bmake[3]: stopped in /usr/src/sys/modules > 3 errors > > bmake[3]: stopped in /usr/src/sys/modules > *** [modules-all] Error code 2 > > bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC > 1 error > > bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC > *** [buildkernel] Error code 2 > > bmake[1]: stopped in /usr/src > 1 error > > bmake[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/hudson4216581257992822743.sh > + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local= /bin' > + export 'jname=3DFreeBSD_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 - Any From owner-freebsd-i386@freebsd.org Thu May 5 20:24:13 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A63FB2FF5F; Thu, 5 May 2016 20:24:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8E5171A02; Thu, 5 May 2016 20:24:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id ED77A114; Thu, 5 May 2016 20:24:13 +0000 (UTC) Date: Thu, 5 May 2016 20:24:11 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: zeising@FreeBSD.org, zbb@FreeBSD.org, emaste@FreeBSD.org, jkim@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2094055539.10.1462479853979.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <771333202.5.1462472226621.JavaMail.jenkins@jenkins-9.freebsd.org> References: <771333202.5.1462472226621.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3053 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 20:24:13 -0000 FreeBSD_HEAD_i386 - Build #3053 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3053/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3053/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3053/console Change summaries: 299126 by jkim: Fix intmax_t to uintptr_t casting on 32-bit platforms. Found by GCC. Submitted by: bde 299125 by zeising: Fix kernel build with parallel make. Approved by: jhb 299124 by zbb: Fix GICv3 build after r299090 Obtained from: Semihalf Sponsored by: Cavium 299123 by emaste: bhnd: another build fix for GCC-using architectures Further to r299119. GCC architectures failed with bcma_subr.c:138: warning: control reaches end of non-void function Sponsored by: The FreeBSD Foundation From owner-freebsd-i386@freebsd.org Sat May 7 08:26:33 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B958B31EEF for ; Sat, 7 May 2016 08:26:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BC9B11B2 for ; Sat, 7 May 2016 08:26:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u478QWgc092232 for ; Sat, 7 May 2016 08:26:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 208464] [svr4] svr4.ko fails to load due to not finding symbol svr4_delete_socket even though it is present in same module Date: Sat, 07 May 2016 08:26:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 08:26:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208464 --- Comment #7 from commit-hook@freebsd.org --- A commit references this bug: Author: dchagin Date: Sat May 7 08:26:06 UTC 2016 New revision: 299214 URL: https://svnweb.freebsd.org/changeset/base/299214 Log: MFC r298519: Fix streams and svr4 module dependency. Both modules are complaining about undefined symbol svr4_delete_socket which was moved from streams to the s= vr4 module in r160558 that created a two-way dependency between them. MFC r298520: Allow to build svr4 module with SYSV support separatelly from the kernel build. PR: 208464 Reported by: Kristoffer Eriksson Changes: _U stable/9/sys/ stable/9/sys/compat/svr4/svr4_ipc.c stable/9/sys/compat/svr4/svr4_socket.c stable/9/sys/compat/svr4/svr4_sysvec.c _U stable/9/sys/dev/ stable/9/sys/dev/streams/streams.c _U stable/9/sys/modules/ stable/9/sys/modules/streams/Makefile _U stable/9/sys/modules/svr4/ stable/9/sys/modules/svr4/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Sat May 7 08:30:35 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E257B310F1 for ; Sat, 7 May 2016 08:30:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE7E14E6 for ; Sat, 7 May 2016 08:30:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u478UYK5097857 for ; Sat, 7 May 2016 08:30:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 208464] [svr4] svr4.ko fails to load due to not finding symbol svr4_delete_socket even though it is present in same module Date: Sat, 07 May 2016 08:30:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 08:30:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208464 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: dchagin Date: Sat May 7 08:30:22 UTC 2016 New revision: 299215 URL: https://svnweb.freebsd.org/changeset/base/299215 Log: MFC r298519: Fix streams and svr4 module dependency. Both modules are complaining about undefined symbol svr4_delete_socket which was moved from streams to the s= vr4 module in r160558 that created a two-way dependency between them. MFC r298520: Allow to build svr4 module with SYSV support separatelly from the kernel build. PR: 208464 Reported by: Kristoffer Eriksson Changes: _U stable/10/ stable/10/sys/compat/svr4/svr4_ipc.c stable/10/sys/compat/svr4/svr4_socket.c stable/10/sys/compat/svr4/svr4_sysvec.c stable/10/sys/dev/streams/streams.c stable/10/sys/modules/streams/Makefile stable/10/sys/modules/svr4/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-i386@freebsd.org Sat May 7 08:32:04 2016 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE95EB31271 for ; Sat, 7 May 2016 08:32:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEB7F179C for ; Sat, 7 May 2016 08:32:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u478W4YJ005438 for ; Sat, 7 May 2016 08:32:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 208464] [svr4] svr4.ko fails to load due to not finding symbol svr4_delete_socket even though it is present in same module Date: Sat, 07 May 2016 08:32:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dchagin@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 08:32:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208464 Dmitry Chagin changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |dchagin@FreeBSD.org Status|New |Closed --- Comment #9 from Dmitry Chagin --- thanks --=20 You are receiving this mail because: You are on the CC list for the bug.=