FreeBSD_HEAD_arm64 - Build #2485 - Failure
jenkins-admin at FreeBSD.org
jenkins-admin at FreeBSD.org
Mon Feb 29 22:59:23 UTC 2016
FreeBSD_HEAD_arm64 - Build #2485 - Failure:
Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2485/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2485/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2485/console
Change summaries:
296240 by jkim:
Merge byacc 20150711.
296239 by avos:
net80211: do not enforce promiscuous mode for AP scan
Drivers should set their own filters via ic_scan_start()/ic_scan_end()
callbacks; and we don't need frames other than beacons or probe responses.
(Note: this was a noop since r287197 due to promiscuous mode with bridge
workaround)
Tested with Intel 3945BG, RTL8188EU and WUSB54GC in HOSTAP mode.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5474
296238 by bdrewery:
FAST_DEPEND: Prefer .OBJDIR depend files.
Sponsored by: EMC / Isilon Storage Division
296237 by avos:
net80211: fix scanning after D5145 (PR 197498 related)
- In case, when we are doing <smth> -> INIT (FEXT_REINIT) -> <smth2>
state transition, cancel_scan() may be called in the first transition.
Reenqueue second state transition, so things will be executed in order.
- Discard any AUTH+ state transition request when INIT -> SCAN
transition is not done.
- Allow to track discarded state transitions via 'state' debugging
category.
Tested with:
* RTL8188EU, HOSTAP mode.
* RTL8188CUS, STA mode.
* Intel 3945BG, IBSS and STA modes.
PR: 197498
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5482
296236 by np:
Fix some whitespace nits in cxgbetool.c. No functional change.
296235 by avos:
net80211: cleanup ieee80211_scan_sw.c
Make it look more consistently.
No functional changes.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5152
296234 by avos:
net80211: refactor scan_signal()
- Pass scan state and additional internal flags as a parameters.
- Add locked version.
Tested with:
* Intel 3945BG, STA mode.
* RTL8188EU, STA mode.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5148
296233 by avos:
net80211: wakeup scan_start() task when null data frame was actually
transmitted
- Use M_TXCB mechanism to report about null data frame transmission.
- Increase timeout from 1 to 10 ms (the previous one may be not enough
for non-empty queue).
Tested with:
* Intel 3945BG, STA mode.
* RTL8188CUS, STA mode.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5147
296232 by avos:
net80211: split scan_task() (#3) (into scan_start() and
scan_curchan_task() functions)
(This part should fix the problem, described in
https://lists.freebsd.org/pipermail/freebsd-wireless/2016-January/006420.html)
- Rename ss_scan_task into ss_scan_start (better describes it's
current purpose)
- Utilize taskqueue_*_timeout() functions instead of current mechanism:
* reschedule scan_curchan_task() via taskqueue_enqueue_timeout()
for every 'maxdwell' msecs (will replace infinite loop + sleeping
for 'maxdwell' period via cv_wait());
* rerun the task immediately when an external event occurs
(instead of waking it up via cv_signal())
Also, use mtx_sleep() to wait for null frame transmission
(allows to drop conditional variable).
Tested with:
* Intel 3945BG, STA mode;
* RTL8188EU, STA mode.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5145
296231 by avos:
net80211: split scan_task() (#2) (add scan_end() function)
Tested with:
* Intel 3945BG, STA mode.
* RTL8188EU, IBSS mode.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5143
296230 by avos:
net80211: split scan_task() (#1) (replace 'done' label with scan_done()
function)
Tested with:
* Intel 3945BG, STA mode.
* RTL8188EU, IBSS mode.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5142
296229 by avos:
net80211: utilize ss_scanend variable from scan_state structure
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5140
296228 by avos:
net80211: reduce code verbosity in scan_task() (ieee80211_scan_sw.c)
Add local *ss_priv variable (no functional changes)
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5139
296227 by avos:
net80211: reduce code duplication between ieee80211_swscan_cancel_scan()
and ieee80211_swscan_cancel_anyscan()
Tested with:
* Intel 3945BG, STA mode.
* RTL8188EU, HOSTAP mode.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5133
296226 by avos:
network.subr: avoid unnecessary reinitialization
Do not start interface when wpa_supplicant or hostapd is used;
they will restart it anyway
Tested with:
* Intel 3945BG, STA mode (wpa_supplicant)
* RTL8188EU, HOSTAP mode (hostapd)
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5486
The end of the build log:
[...truncated 182115 lines...]
--- ieee80211_xauth.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/wlan_xauth/../../net80211/ieee80211_xauth.c -o ieee80211_xauth.o
--- all_subdir_wlan ---
--- ieee80211_node.o ---
ctfconvert -L VERSION -g ieee80211_node.o
--- ieee80211_output.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_output.c -o ieee80211_output.o
--- all_subdir_wlan_wep ---
ctfconvert -L VERSION -g ieee80211_crypto_wep.o
--- wlan_wep.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o wlan_wep.kld ieee80211_crypto_wep.o
ctfmerge -L VERSION -g -o wlan_wep.kld ieee80211_crypto_wep.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk wlan_wep.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % wlan_wep.kld
--- wlan_wep.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o wlan_wep.ko.full ieee80211_crypto_wep.o
--- wlan_wep.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug wlan_wep.ko.full wlan_wep.ko.debug
--- wlan_wep.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=wlan_wep.ko.debug wlan_wep.ko.full wlan_wep.ko
--- all_subdir_wlan ---
--- ieee80211_phy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_phy.c -o ieee80211_phy.o
--- all_subdir_wlan_xauth ---
ctfconvert -L VERSION -g ieee80211_xauth.o
--- wlan_xauth.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o wlan_xauth.kld ieee80211_xauth.o
ctfmerge -L VERSION -g -o wlan_xauth.kld ieee80211_xauth.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk wlan_xauth.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % wlan_xauth.kld
--- all_subdir_usb ---
ctfconvert -L VERSION -g atp.o
--- all_subdir_wlan_xauth ---
--- wlan_xauth.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o wlan_xauth.ko.full ieee80211_xauth.o
--- wlan_xauth.ko.debug ---
--- all_subdir_usb ---
--- atp.kld ---
--- all_subdir_wlan_xauth ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug wlan_xauth.ko.full wlan_xauth.ko.debug
--- all_subdir_usb ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o atp.kld atp.o
--- all_subdir_wlan_xauth ---
--- wlan_xauth.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=wlan_xauth.ko.debug wlan_xauth.ko.full wlan_xauth.ko
--- all_subdir_usb ---
ctfmerge -L VERSION -g -o atp.kld atp.o
--- all_subdir_usb/uhid ---
===> usb/uhid (all)
--- all_subdir_usb/atp ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk atp.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % atp.kld
--- atp.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o atp.ko.full atp.o
--- atp.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug atp.ko.full atp.ko.debug
--- atp.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=atp.ko.debug atp.ko.full atp.ko
--- all_subdir_wlan ---
--- ieee80211_power.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_power.c -o ieee80211_power.o
--- all_subdir_usb ---
--- all_subdir_usb/uhid ---
--- uhid.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/usb/uhid/../../../dev/usb/input/uhid.c -o uhid.o
--- all_subdir_wlan ---
--- ieee80211_phy.o ---
ctfconvert -L VERSION -g ieee80211_phy.o
--- all_subdir_xl ---
===> xl (all)
--- if_xl.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/xl/../../dev/xl/if_xl.c -o if_xl.o
--- all_subdir_usb ---
ctfconvert -L VERSION -g uhid.o
--- uhid.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o uhid.kld uhid.o
ctfmerge -L VERSION -g -o uhid.kld uhid.o
--- all_subdir_wlan ---
--- ieee80211_power.o ---
ctfconvert -L VERSION -g ieee80211_power.o
--- all_subdir_usb ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk uhid.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % uhid.kld
--- uhid.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o uhid.ko.full uhid.o
--- uhid.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug uhid.ko.full uhid.ko.debug
--- uhid.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=uhid.ko.debug uhid.ko.full uhid.ko
--- all_subdir_usb/ukbd ---
===> usb/ukbd (all)
--- all_subdir_xl ---
--- xlphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/xl/../../dev/xl/xlphy.c -o xlphy.o
--- all_subdir_usb ---
--- ukbd.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/usb/ukbd/../../../dev/usb/input/ukbd.c -o ukbd.o
--- all_subdir_xl ---
ctfconvert -L VERSION -g xlphy.o
--- all_subdir_wlan ---
--- ieee80211_proto.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c -o ieee80211_proto.o
--- ieee80211_output.o ---
ctfconvert -L VERSION -g ieee80211_output.o
--- all_subdir_usb ---
--- all_subdir_usb/ums ---
===> usb/ums (all)
--- ums.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/usb/ums/../../../dev/usb/input/ums.c -o ums.o
--- all_subdir_usb/ukbd ---
ctfconvert -L VERSION -g ukbd.o
--- ukbd.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ukbd.kld ukbd.o
ctfmerge -L VERSION -g -o ukbd.kld ukbd.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk ukbd.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % ukbd.kld
--- ukbd.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ukbd.ko.full ukbd.o
--- ukbd.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ukbd.ko.full ukbd.ko.debug
--- ukbd.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ukbd.ko.debug ukbd.ko.full ukbd.ko
--- rijndael-api-fst.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -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 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -Werror /usr/src/sys/crypto/rijndael/rijndael-api-fst.c
--- modules-all ---
--- all_subdir_wlan ---
--- ieee80211_proto.o ---
ctfconvert -L VERSION -g ieee80211_proto.o
--- ieee80211_scan.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_scan.c -o ieee80211_scan.o
--- all_subdir_xl ---
--- if_xl.o ---
ctfconvert -L VERSION -g if_xl.o
--- if_xl.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o if_xl.kld if_xl.o xlphy.o
ctfmerge -L VERSION -g -o if_xl.kld if_xl.o xlphy.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk if_xl.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % if_xl.kld
--- if_xl.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o if_xl.ko.full if_xl.o xlphy.o
--- if_xl.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug if_xl.ko.full if_xl.ko.debug
--- if_xl.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=if_xl.ko.debug if_xl.ko.full if_xl.ko
--- all_subdir_wlan ---
--- ieee80211_scan_sw.o ---
--- rijndael-api-fst.o ---
ctfconvert -L VERSION -g rijndael-api-fst.o
--- modules-all ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_scan_sw.c -o ieee80211_scan_sw.o
--- all_subdir_zfs ---
===> zfs (all)
--- all_subdir_usb ---
--- all_subdir_usb/ums ---
ctfconvert -L VERSION -g ums.o
--- ums.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ums.kld ums.o
ctfmerge -L VERSION -g -o ums.kld ums.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk ums.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % ums.kld
--- ums.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ums.ko.full ums.o
--- ums.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ums.ko.full ums.ko.debug
--- ums.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ums.ko.debug ums.ko.full ums.ko
--- all_subdir_usb/udbp ---
===> usb/udbp (all)
--- udbp.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -mgeneral-regs-only -ffixed-x18 -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 -std=iso9899:1999 -c /usr/src/sys/modules/usb/udbp/../../../dev/usb/misc/udbp.c -o udbp.o
--- all_subdir_wlan ---
/usr/src/sys/modules/wlan/../../net80211/ieee80211_scan_sw.c:598:23: error: unused variable 'vap' [-Werror,-Wunused-variable]
struct ieee80211vap *vap = ss->ss_vap;
^
/usr/src/sys/modules/wlan/../../net80211/ieee80211_scan_sw.c:660:23: error: unused variable 'vap' [-Werror,-Wunused-variable]
struct ieee80211vap *vap = ss->ss_vap;
^
2 errors generated.
*** [ieee80211_scan_sw.o] Error code 1
make[4]: stopped in /usr/src/sys/modules/wlan
--- all_subdir_zfs ---
A failure has been detected in another branch of the parallel make
make[4]: stopped in /usr/src/sys/modules/zfs
*** [all_subdir_zfs] Error code 2
make[3]: stopped in /usr/src/sys/modules
--- all_subdir_wlan ---
--- ieee80211_scan.o ---
ctfconvert -L VERSION -g ieee80211_scan.o
1 error
make[4]: stopped in /usr/src/sys/modules/wlan
*** [all_subdir_wlan] Error code 2
make[3]: stopped in /usr/src/sys/modules
--- all_subdir_usb ---
ctfconvert -L VERSION -g udbp.o
A failure has been detected in another branch of the parallel make
make[5]: stopped in /usr/src/sys/modules/usb/udbp
*** [all_subdir_usb/udbp] 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
3 errors
make[3]: stopped in /usr/src/sys/modules
*** [modules-all] Error code 2
make[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC
1 error
make[2]: stopped in /usr/obj/arm64.aarch64/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_arm64] $ /bin/sh -xe /tmp/hudson5517669458253927340.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_HEAD_arm64'
+ echo 'clean up jail FreeBSD_HEAD_arm64'
clean up jail FreeBSD_HEAD_arm64
+ sudo jail -r FreeBSD_HEAD_arm64
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias
+ sudo umount FreeBSD_HEAD_arm64/usr/src
+ sudo umount FreeBSD_HEAD_arm64/dev
+ sudo rm -fr FreeBSD_HEAD_arm64
+ true
+ sudo chflags -R noschg FreeBSD_HEAD_arm64
+ sudo rm -fr FreeBSD_HEAD_arm64
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
More information about the freebsd-arm
mailing list