FreeBSD_HEAD_i386 - Build #1489 - Failure
jenkins-admin at FreeBSD.org
jenkins-admin at FreeBSD.org
Fri Oct 23 10:32:10 UTC 2015
FreeBSD_HEAD_i386 - Build #1489 - Failure:
Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1489/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1489/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1489/console
Change summaries:
289817 by mav:
Disable full bus scan by CAM for FC adapters.
FC port database code already notifies CAM about all devices. Additional
full scan is just a waste of time, that by definition won't find anything
that is not present in port database.
289816 by avos:
urtwn(4): add DBM_ANTNOISE radiotap field
Reviewed by: kevlo
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D3839
289812 by mav:
Some polishing and unification in ISR code.
289811 by avos:
- Split one 4-byte R92C_CR register into 2-byte R92C_CR and 1-byte R92C_MSR
registers (they are used for different purposes).
- Wrap R92C_MSR modifications into urtwn_set_mode().
Reviewed by: kevlo
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D3838
289799 by avos:
urtwn(4): fix the RSSI calculation for RTL8188EU.
This change also reverts r252405 (causes integer underflow).
Reviewed by: kevlo
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D3820
289797 by dteske:
dpv(1) merged to stable/10 before release/10.2.0
MFC after: 3 days
X-MFC-to: stable/10
289794 by dteske:
figpar(3) merged to stable/10 before release/10.2.0
MFC after: 3 days
X-MFC-to: stable/10
289793 by dteske:
Bump date/copyright after correcting HISTORY
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r289790
289790 by dteske:
dpv(3) merged to stable/10 before release/10.2.0
MFC after: 3 days
X-MFC-to: stable/10
The end of the build log:
[...truncated 185822 lines...]
===> virtio/balloon (all)
--- virtio_balloon.o ---
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/virtio/balloon/../../../dev/virtio/balloon/virtio_balloon.c -o virtio_balloon.o
--- all_subdir_usb ---
--- all_subdir_urtw ---
ctfconvert -L VERSION -g if_urtw.o
--- all_subdir_virtio ---
ctfconvert -L VERSION -g virtio_balloon.o
--- virtio_balloon.kld ---
ld -d -warn-common -r -d -o virtio_balloon.kld virtio_balloon.o
ctfmerge -L VERSION -g -o virtio_balloon.kld virtio_balloon.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk virtio_balloon.kld export_syms | xargs -J% objcopy % virtio_balloon.kld
--- virtio_balloon.ko.full ---
ld -Bshareable -d -warn-common -o virtio_balloon.ko.full virtio_balloon.kld
--- virtio_balloon.ko.debug ---
objcopy --only-keep-debug virtio_balloon.ko.full virtio_balloon.ko.debug
--- virtio_balloon.ko ---
objcopy --strip-debug --add-gnu-debuglink=virtio_balloon.ko.debug virtio_balloon.ko.full virtio_balloon.ko
===> virtio/scsi (all)
--- all_subdir_usb ---
--- if_urtw.kld ---
ld -d -warn-common -r -d -o if_urtw.kld if_urtw.o
ctfmerge -L VERSION -g -o if_urtw.kld if_urtw.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk if_urtw.kld export_syms | xargs -J% objcopy % if_urtw.kld
--- if_urtw.ko.full ---
ld -Bshareable -d -warn-common -o if_urtw.ko.full if_urtw.kld
--- if_urtw.ko.debug ---
objcopy --only-keep-debug if_urtw.ko.full if_urtw.ko.debug
--- all_subdir_virtio ---
--- virtio_scsi.o ---
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/virtio/scsi/../../../dev/virtio/scsi/virtio_scsi.c -o virtio_scsi.o
--- all_subdir_usb ---
--- if_urtw.ko ---
objcopy --strip-debug --add-gnu-debuglink=if_urtw.ko.debug if_urtw.ko.full if_urtw.ko
--- all_subdir_urtwn ---
===> usb/urtwn (all)
--- if_urtwn.o ---
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c -o if_urtwn.o
--- all_subdir_sound ---
ctfconvert -L VERSION -g solo.o
--- snd_solo.kld ---
ld -d -warn-common -r -d -o snd_solo.kld solo.o
ctfmerge -L VERSION -g -o snd_solo.kld solo.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk snd_solo.kld export_syms | xargs -J% objcopy % snd_solo.kld
--- snd_solo.ko.full ---
ld -Bshareable -d -warn-common -o snd_solo.ko.full snd_solo.kld
--- snd_solo.ko.debug ---
objcopy --only-keep-debug snd_solo.ko.full snd_solo.ko.debug
--- snd_solo.ko ---
objcopy --strip-debug --add-gnu-debuglink=snd_solo.ko.debug snd_solo.ko.full snd_solo.ko
===> sound/driver/spicds (all)
--- spicds.o ---
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/sound/driver/spicds/../../../../dev/sound/pci/spicds.c -o spicds.o
--- all_subdir_usb ---
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1592:4: error: must use 'struct' tag to refer to type 'reg'
reg = urtwn_bb_read(sc, R92C_OFDM0_AGCCORE1(0));
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1592:8: error: expected identifier or '('
reg = urtwn_bb_read(sc, R92C_OFDM0_AGCCORE1(0));
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1593:4: error: must use 'struct' tag to refer to type 'reg'
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x20);
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1593:8: error: expected identifier or '('
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x20);
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1594:47: error: use of undeclared identifier 'reg'
urtwn_bb_write(sc, R92C_OFDM0_AGCCORE1(0), reg);
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1597:5: error: must use 'struct' tag to refer to type 'reg'
reg = urtwn_bb_read(sc, R92C_OFDM0_AGCCORE1(1));
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1597:9: error: expected identifier or '('
reg = urtwn_bb_read(sc, R92C_OFDM0_AGCCORE1(1));
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1598:5: error: must use 'struct' tag to refer to type 'reg'
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x20);
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1598:9: error: expected identifier or '('
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x20);
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1599:48: error: use of undeclared identifier 'reg'
urtwn_bb_write(sc, R92C_OFDM0_AGCCORE1(1), reg);
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1608:3: error: must use 'struct' tag to refer to type 'reg'
reg = urtwn_bb_read(sc, R92C_OFDM0_AGCCORE1(0));
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1608:3: error: expected expression
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1609:3: error: must use 'struct' tag to refer to type 'reg'
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x32);
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1609:7: error: expected identifier or '('
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x32);
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1610:46: error: use of undeclared identifier 'reg'
urtwn_bb_write(sc, R92C_OFDM0_AGCCORE1(0), reg);
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1613:4: error: must use 'struct' tag to refer to type 'reg'
reg = urtwn_bb_read(sc, R92C_OFDM0_AGCCORE1(1));
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1613:8: error: expected identifier or '('
reg = urtwn_bb_read(sc, R92C_OFDM0_AGCCORE1(1));
^
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1614:4: error: must use 'struct' tag to refer to type 'reg'
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x32);
^
struct
/usr/src/sys/modules/usb/urtwn/../../../dev/usb/wlan/if_urtwn.c:1614:8: error: expected identifier or '('
reg = RW(reg, R92C_OFDM0_AGCCORE1_GAIN, 0x32);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** [if_urtwn.o] Error code 1
make[5]: stopped in /usr/src/sys/modules/usb/urtwn
1 error
make[5]: stopped in /usr/src/sys/modules/usb/urtwn
*** [all_subdir_urtwn] 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 spicds.o
A failure has been detected in another branch of the parallel make
make[6]: stopped in /usr/src/sys/modules/sound/driver/spicds
*** [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
*** [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 virtio_scsi.o
A failure has been detected in another branch of the parallel make
make[5]: stopped in /usr/src/sys/modules/virtio/scsi
*** [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
*** [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/hudson3125872890946977889.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/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/libexec/ld-elf.so.1: Operation not permitted
rm: FreeBSD_HEAD_i386/libexec: Directory not empty
rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted
rm: FreeBSD_HEAD_i386/sbin: Directory not empty
rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted
rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: 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: 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
More information about the freebsd-current
mailing list