From owner-freebsd-i386@freebsd.org Fri Aug 7 14:18:42 2015 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 3AFC09B532B; Fri, 7 Aug 2015 14:18:42 +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 1EE6E1B5; Fri, 7 Aug 2015 14:18:42 +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 831F97A4; Fri, 7 Aug 2015 14:18:39 +0000 (UTC) Date: Fri, 7 Aug 2015 14:18:35 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jah@FreeBSD.org, glebius@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2002531801.13.1438957117219.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #778 - 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.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 14:18:42 -0000 FreeBSD_HEAD_i386 - Build #778 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/778/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/778/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/778/console Change summaries: 286413 by glebius: Fix !MWL_DEBUG build. 286411 by jah: Create man page for pmap_quick_enter_page(9) and pmap_quick_remove_page(9) Reviewed by: kib, brueffer, wblock Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D3312 286410 by glebius: Change KPI of how device drivers that provide wireless connectivity interact with the net80211 stack. Historical background: originally wireless devices created an interface, just like Ethernet devices do. Name of an interface matched the name of the driver that created. Later, wlan(4) layer was introduced, and the wlanX interfaces become the actual interface, leaving original ones as "a parent interface" of wlanX. Kernelwise, the KPI between net80211 layer and a driver became a mix of methods that pass a pointer to struct ifnet as identifier and methods that pass pointer to struct ieee80211com. From user point of view, the parent interface just hangs on in the ifconfig list, and user can't do anything useful with it. Now, the struct ifnet goes away. The struct ieee80211com is the only KPI between a device driver and net80211. Details: - The struct ieee80211com is embedded into drivers softc. - Packets are sent via new ic_transmit method, which is very much like the previous if_transmit. - Bringing parent up/down is done via new ic_parent method, which notifies driver about any changes: number of wlan(4) interfaces, number of them in promisc or allmulti state. - Device specific ioctls (if any) are received on new ic_ioctl method. - Packets/errors accounting are done by the stack. In certain cases, when driver experiences errors and can not attribute them to any specific interface, driver updates ic_oerrors or ic_ierrors counters. Details on interface configuration with new world order: - A sequence of commands needed to bring up wireless DOESN"T change. - /etc/rc.conf parameters DON'T change. - List of devices that can be used to create wlan(4) interfaces is now provided by net.wlan.devices sysctl. Most drivers in this change were converted by me, except of wpi(4), that was done by Andriy Voskoboinyk. Big thanks to Kevin Lo for testing changes to at least 8 drivers. Thanks to Olivier Cochard, gjb@, mmoll@, op@ and lev@, who also participated in testing. Details here: https://wiki.freebsd.org/projects/ifnet/net80211 Still, drivers: ndis, wtap, mwl, ipw, bwn, wi, upgt, uath were not tested. Changes to mwl, ipw, bwn, wi, upgt are trivial and chances of problems are low. The wtap wasn't compilable even before this change. But the ndis driver is complex, and it is likely to be broken with this commit. Help with testing and debugging it is appreciated. Differential Revision: D2655, D2740 Sponsored by: Nginx, Inc. Sponsored by: Netflix The end of the build log: [...truncated 187069 lines...] ld -d -warn-common -r -d -o snd_via8233.kld via8233.o ctfmerge -L VERSION -g -o snd_via8233.kld via8233.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk snd_via8233.kld export_syms | xargs -J% objcopy % snd_via8233.kld --- all_subdir_vkbd --- ===> vkbd (all) --- all_subdir_sound --- --- snd_via8233.ko.debug --- ld -Bshareable -d -warn-common -o snd_via8233.ko.debug snd_via8233.kld --- snd_via8233.ko.symbols --- objcopy --only-keep-debug snd_via8233.ko.debug snd_via8233.ko.symbols --- snd_via8233.ko --- objcopy --strip-debug --add-gnu-debuglink=snd_via8233.ko.symbols snd_via8233.ko.debug snd_via8233.ko ===> sound/driver/via82c686 (all) --- all_subdir_vkbd --- --- vkbd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/vkbd/../../dev/vkbd/vkbd.c -o vkbd.o --- all_subdir_sound --- --- via82c686.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/sound/driver/via82c686/../../../../dev/sound/pci/via82c686.c -o via82c686.o --- all_subdir_virtio --- ctfconvert -L VERSION -g virtio_pci.o --- virtio_pci.kld --- ld -d -warn-common -r -d -o virtio_pci.kld virtio_pci.o ctfmerge -L VERSION -g -o virtio_pci.kld virtio_pci.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk virtio_pci.kld export_syms | xargs -J% objcopy % virtio_pci.kld --- virtio_pci.ko.debug --- ld -Bshareable -d -warn-common -o virtio_pci.ko.debug virtio_pci.kld --- all_subdir_vkbd --- ctfconvert -L VERSION -g vkbd.o --- all_subdir_virtio --- --- virtio_pci.ko.symbols --- objcopy --only-keep-debug virtio_pci.ko.debug virtio_pci.ko.symbols --- virtio_pci.ko --- objcopy --strip-debug --add-gnu-debuglink=virtio_pci.ko.symbols virtio_pci.ko.debug virtio_pci.ko ===> virtio/network (all) --- all_subdir_vkbd --- --- vkbd.kld --- ld -d -warn-common -r -d -o vkbd.kld vkbd.o ctfmerge -L VERSION -g -o vkbd.kld vkbd.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk vkbd.kld export_syms | xargs -J% objcopy % vkbd.kld --- all_subdir_sound --- ctfconvert -L VERSION -g via82c686.o --- all_subdir_vkbd --- --- vkbd.ko.debug --- ld -Bshareable -d -warn-common -o vkbd.ko.debug vkbd.kld --- vkbd.ko.symbols --- objcopy --only-keep-debug vkbd.ko.debug vkbd.ko.symbols --- vkbd.ko --- objcopy --strip-debug --add-gnu-debuglink=vkbd.ko.symbols vkbd.ko.debug vkbd.ko --- all_subdir_virtio --- --- if_vtnet.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/virtio/network/../../../dev/virtio/network/if_vtnet.c -o if_vtnet.o --- ar5211_beacon.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c -I/usr/src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal --- modules-all --- --- all_subdir_usb --- --- all_subdir_ural --- ctfconvert -L VERSION -g if_ural.o --- all_subdir_sound --- --- snd_via82c686.kld --- ld -d -warn-common -r -d -o snd_via82c686.kld via82c686.o ctfmerge -L VERSION -g -o snd_via82c686.kld via82c686.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk snd_via82c686.kld export_syms | xargs -J% objcopy % snd_via82c686.kld --- snd_via82c686.ko.debug --- ld -Bshareable -d -warn-common -o snd_via82c686.ko.debug snd_via82c686.kld --- snd_via82c686.ko.symbols --- objcopy --only-keep-debug snd_via82c686.ko.debug snd_via82c686.ko.symbols --- snd_via82c686.ko --- objcopy --strip-debug --add-gnu-debuglink=snd_via82c686.ko.symbols snd_via82c686.ko.debug snd_via82c686.ko ===> sound/driver/vibes (all) --- all_subdir_usb --- --- if_ural.kld --- ld -d -warn-common -r -d -o if_ural.kld if_ural.o ctfmerge -L VERSION -g -o if_ural.kld if_ural.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_ural.kld export_syms | xargs -J% objcopy % if_ural.kld --- all_subdir_sound --- --- vibes.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/sound/driver/vibes/../../../../dev/sound/pci/vibes.c -o vibes.o --- all_subdir_usb --- --- if_ural.ko.debug --- ld -Bshareable -d -warn-common -o if_ural.ko.debug if_ural.kld --- ar5211_beacon.o --- ctfconvert -L VERSION -g ar5211_beacon.o --- modules-all --- --- if_ural.ko.symbols --- objcopy --only-keep-debug if_ural.ko.debug if_ural.ko.symbols --- if_ural.ko --- objcopy --strip-debug --add-gnu-debuglink=if_ural.ko.symbols if_ural.ko.debug if_ural.ko --- all_subdir_zyd --- ===> usb/zyd (all) --- all_subdir_vmware --- ===> vmware (all) --- _sub.all --- ===> vmware/vmxnet3 (all) --- all_subdir_usb --- --- if_zyd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/usb/zyd/../../../dev/usb/wlan/if_zyd.c -o if_zyd.o --- all_subdir_vmware --- --- if_vmx.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/vmware/vmxnet3/../../../dev/vmware/vmxnet3/if_vmx.c -o if_vmx.o --- all_subdir_usb --- /usr/src/sys/modules/usb/zyd/../../../dev/usb/wlan/if_zyd.c:2584:22: error: use of undeclared identifier 'MA_LOCKED' ZYD_LOCK_ASSERT(sc, MA_LOCKED); ^ /usr/src/sys/dev/usb/wlan/if_zydreg.h:1314:58: note: expanded from macro 'ZYD_LOCK_ASSERT' #define ZYD_LOCK_ASSERT(sc, t) mtx_assert(&(sc)->sc_mtx, t) ^ /usr/src/sys/sys/mutex.h:373:20: note: expanded from macro 'mtx_assert' mtx_assert_((m), (what), __FILE__, __LINE__) ^ /usr/src/sys/sys/mutex.h:353:20: note: expanded from macro 'mtx_assert_' _mtx_assert((m), (what), (file), (line)) ^ /usr/src/sys/sys/mutex.h:159:31: note: expanded from macro '_mtx_assert' __mtx_assert(&(m)->mtx_lock, w, f, l) ^ 1 error generated. *** [if_zyd.o] Error code 1 make[5]: stopped in /usr/src/sys/modules/usb/zyd 1 error make[5]: stopped in /usr/src/sys/modules/usb/zyd *** [all_subdir_zyd] Error code 2 make[4]: stopped in /usr/src/sys/modules/usb 1 error make[4]: stopped in /usr/src/sys/modules/usb *** [all_subdir_usb] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_sound --- ctfconvert -L VERSION -g vibes.o A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/sys/modules/sound/driver/vibes *** [_sub.all] Error code 2 make[5]: stopped in /usr/src/sys/modules/sound/driver 1 error make[5]: stopped in /usr/src/sys/modules/sound/driver *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sys/modules/sound 1 error make[4]: stopped in /usr/src/sys/modules/sound *** [all_subdir_sound] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_virtio --- ctfconvert -L VERSION -g if_vtnet.o A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/virtio/network *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sys/modules/virtio 1 error make[4]: stopped in /usr/src/sys/modules/virtio *** [all_subdir_virtio] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_vmware --- ctfconvert -L VERSION -g if_vmx.o A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/vmware/vmxnet3 *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sys/modules/vmware 1 error make[4]: stopped in /usr/src/sys/modules/vmware *** [all_subdir_vmware] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson6702450661009410583.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 rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + 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