Date: Sat, 7 Feb 2015 16:51:52 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, dim@FreeBSD.org, trasz@FreeBSD.org, mav@FreeBSD.org Subject: Build failed in Jenkins: FreeBSD_HEAD #2329 Message-ID: <450287559.7.1423327915095.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | raw e-mail | index | archive | help
See <https://jenkins.freebsd.org/job/FreeBSD_HEAD/2329/changes> Changes: [trasz] Make hccontrol(8) and sdpcontrol(8) appear in "man -k bluetooth" ou= tput. MFC after:=091 month Sponsored by:=09The FreeBSD Foundation [trasz] Tidy up; no functional changes. MFC after:=091 month Sponsored by:=09The FreeBSD Foundation [mav] Teach ctld(8) to control non-iSCSI CTL ports. This change introduces new target option "port", that assigns current targe= t to specified CTL port. On config application ctld(8) will apply LUN mappin= g according to target configuration to specified port and bring the port up. On shutdown cltd(8) will remove the mapping and put the port down. This change allows to configure both iSCSI and FibreChannel targets in the same configuration file in alike way. Kernel side support was added earlier at r278037. MFC after:=092 weeks Relnotes:=09yes Sponsored by:=09iXsystems, Inc. [trasz] Remove useless comment. MFC after:=091 month Sponsored by:=09The FreeBSD Foundation [dim] Add llvm patch corresponding to r278349. [dim] Pull in r224884 from upstream llvm trunk (by Keno Fischer): [FastIsel][X86] Fix invalid register replacement for bool args Summary: Consider the following IR: %3 =3D load i8* undef %4 =3D trunc i8 %3 to i1 %5 =3D call %jl_value_t.0* @foo(..., i1 %4, ...) ret %jl_value_t.0* %5 Bools (that are the result of direct truncs) are lowered as whatever the argument to the trunc was and a "and 1", causing the part of the MBB responsible for this argument to look something like this: %vreg8<def,tied1> =3D AND8ri %vreg7<kill,tied0>, 1, %EFLAGS<imp-def>; GR= 8:%vreg8,%vreg7 Later, when the load is lowered, it will insert %vreg15<def> =3D MOV8rm %vreg14, 1, %noreg, 0, %noreg; mem:LD1[undef] GR= 8:%vreg15 GR64:%vreg14 but remember to (at the end of isel) replace vreg7 by vreg15. Now for the bug. In fast isel lowering, we mistakenly mark vreg8 as the result of the load instead of the trunc. This adds a fixup to have vreg8 replaced by whatever the result of the load is as well, so we end up with %vreg15<def,tied1> =3D AND8ri %vreg15<kill,tied0>, 1, %EFLAGS<imp-def>; = GR8:%vreg15 which is an SSA violation and causes problems later down the road. This fixes PR21557. Test Plan: Test test case from PR21557 is added to the test suite. Reviewers: ributzka Reviewed By: ributzka Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D6245 This fixes a possible assertion failure when compiling toolbox.cxx from LibreOffice 4.3.5. Reported by:=09kwm ------------------------------------------ [...truncated 269935 lines...] =3D=3D=3D> hpt27xx (all) --- all_subdir_geom --- ctfconvert -L VERSION -g pkcs5v2.o --- g_eli.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/geom= /geom_eli/../../../geom/eli/g_eli.c> --- all_subdir_hpt27xx --- --- hpt27xx_lib.o --- uudecode -p < <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/= hpt27xx/../../dev/hpt27xx/amd64-elf.hpt27xx_lib.o.uu> > hpt27xx_lib.o --- all_subdir_drm2 --- --- radeon_cp.o --- ctfconvert -L VERSION -g radeon_cp.o --- psopinfo.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -nostdinc -I. -I<https://jen= kins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/jo= b/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.org/job/Free= BSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inc= lude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -W= no-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses= -equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mn= o-avx -std=3Diso9899:1999 -Werror <https://jenkins.freebsd.org/job/FreeBS= D_HEAD/ws/sys/contrib/dev/acpica/components/parser/psopinfo.c> --- modules-all --- --- all_subdir_hpt27xx --- --- hpt27xx_os_bsd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/hpt2= 7xx/../../dev/hpt27xx/hpt27xx_os_bsd.c> --- all_subdir_drm2 --- --- radeon_irq.o --- ctfconvert -L VERSION -g radeon_irq.o --- radeon_mem.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdi= nc -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/drm2/rad= eonkms/../../../dev/drm2/radeon> -DHAVE_KERNEL_OPTION_HEADERS -include <htt= ps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GE= NERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/= sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I<https= ://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENE= RIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ex= tensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mn= o-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.freebsd.org/job/Fre= eBSD_HEAD/ws/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/radeon_mem= .c> --- psopinfo.o --- ctfconvert -L VERSION -g psopinfo.o --- modules-all --- --- radeon_state.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdi= nc -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/drm2/rad= eonkms/../../../dev/drm2/radeon> -DHAVE_KERNEL_OPTION_HEADERS -include <htt= ps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GE= NERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/= sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I<https= ://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENE= RIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ex= tensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mn= o-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.freebsd.org/job/Fre= eBSD_HEAD/ws/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/radeon_sta= te.c> --- all_subdir_geom --- ctfconvert -L VERSION -g g_eli.o --- g_eli_integrity.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/geom= /geom_eli/../../../geom/eli/g_eli_integrity.c> --- all_subdir_hpt27xx --- ctfconvert -L VERSION -g hpt27xx_os_bsd.o --- hpt27xx_osm_bsd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/hpt2= 7xx/../../dev/hpt27xx/hpt27xx_osm_bsd.c> --- all_subdir_drm2 --- --- radeon_mem.o --- ctfconvert -L VERSION -g radeon_mem.o --- psparse.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -nostdinc -I. -I<https://jen= kins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/jo= b/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.org/job/Free= BSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inc= lude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -W= no-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses= -equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mn= o-avx -std=3Diso9899:1999 -Werror <https://jenkins.freebsd.org/job/FreeBS= D_HEAD/ws/sys/contrib/dev/acpica/components/parser/psparse.c> --- modules-all --- --- all_subdir_geom --- ctfconvert -L VERSION -g g_eli_integrity.o --- g_eli_privacy.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/geom= /geom_eli/../../../geom/eli/g_eli_privacy.c> --- psparse.o --- ctfconvert -L VERSION -g psparse.o --- modules-all --- --- all_subdir_drm2 --- --- r300_cmdbuf.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdi= nc -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/drm2/rad= eonkms/../../../dev/drm2/radeon> -DHAVE_KERNEL_OPTION_HEADERS -include <htt= ps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GE= NERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/= sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I<https= ://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENE= RIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ex= tensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mn= o-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.freebsd.org/job/Fre= eBSD_HEAD/ws/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/r300_cmdbu= f.c> --- all_subdir_geom --- ctfconvert -L VERSION -g g_eli_privacy.o --- geom_eli.ko.debug --- ld -d -warn-common -r -d -o geom_eli.ko.debug g_eli.o g_eli_crypto.o g_eli_= ctl.o g_eli_integrity.o g_eli_key.o g_eli_key_cache.o g_eli_privacy.o pkcs5= v2.o ctfmerge -L VERSION -g -o geom_eli.ko.debug g_eli.o g_eli_crypto.o g_eli_ct= l.o g_eli_integrity.o g_eli_key.o g_eli_key_cache.o g_eli_privacy.o pkcs5v2= .o :> export_syms awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/conf/kmod_syms.= awk> geom_eli.ko.debug export_syms | xargs -J% objcopy % geom_eli.ko.debug --- geom_eli.ko.symbols --- objcopy --only-keep-debug geom_eli.ko.debug geom_eli.ko.symbols --- geom_eli.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dgeom_eli.ko.symbols geom_eli.ko= .debug geom_eli.ko =3D=3D=3D> geom/geom_gate (all) --- g_gate.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/geom= /geom_gate/../../../geom/gate/g_gate.c> --- all_subdir_hpt27xx --- ctfconvert -L VERSION -g hpt27xx_osm_bsd.o --- hpt27xx_config.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/hpt2= 7xx/../../dev/hpt27xx/hpt27xx_config.c> ctfconvert -L VERSION -g hpt27xx_config.o --- hpt27xx.ko.debug --- ld -d -warn-common -r -d -o hpt27xx.ko.debug hpt27xx_lib.o hpt27xx_os_bsd.o= hpt27xx_osm_bsd.o hpt27xx_config.o ctfmerge -L VERSION -g -o hpt27xx.ko.debug hpt27xx_lib.o hpt27xx_os_bsd.o h= pt27xx_osm_bsd.o hpt27xx_config.o :> export_syms awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/conf/kmod_syms.= awk> hpt27xx.ko.debug export_syms | xargs -J% objcopy % hpt27xx.ko.debug --- hpt27xx.ko.symbols --- objcopy --only-keep-debug hpt27xx.ko.debug hpt27xx.ko.symbols --- hpt27xx.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dhpt27xx.ko.symbols hpt27xx.ko.d= ebug hpt27xx.ko --- all_subdir_hptiop --- =3D=3D=3D> hptiop (all) --- hptiop.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/hpti= op/../../dev/hptiop/hptiop.c> --- all_subdir_geom --- ctfconvert -L VERSION -g g_gate.o --- geom_gate.ko.debug --- ld -d -warn-common -r -d -o geom_gate.ko.debug g_gate.o ctfmerge -L VERSION -g -o geom_gate.ko.debug g_gate.o :> export_syms awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/conf/kmod_syms.= awk> geom_gate.ko.debug export_syms | xargs -J% objcopy % geom_gate.ko.deb= ug --- geom_gate.ko.symbols --- objcopy --only-keep-debug geom_gate.ko.debug geom_gate.ko.symbols --- geom_gate.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dgeom_gate.ko.symbols geom_gate.= ko.debug geom_gate.ko =3D=3D=3D> geom/geom_journal (all) --- g_journal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/geom= /geom_journal/../../../geom/journal/g_journal.c> --- all_subdir_drm2 --- ctfconvert -L VERSION -g r300_cmdbuf.o --- all_subdir_hptmv --- =3D=3D=3D> hptmv (all) --- hptmvraid.o --- uudecode -p < <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/= hptmv/../../dev/hptmv/amd64-elf.raid.o.uu> > hptmvraid.o --- mv.o --- cc -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADER= S -include <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/Free= BSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/F= reeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/= contrib/altq> -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBS= D_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -mso= ft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-pr= otector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -fformat-extensions -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-po= inter-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.free= bsd.org/job/FreeBSD_HEAD/ws/sys/modules/hptmv/../../dev/hptmv/mv.c> ctfconvert -L VERSION -g mv.o --- ioctl.o --- cc -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADER= S -include <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/Free= BSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/F= reeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/= contrib/altq> -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBS= D_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -mso= ft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-pr= otector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -fformat-extensions -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-po= inter-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.free= bsd.org/job/FreeBSD_HEAD/ws/sys/modules/hptmv/../../dev/hptmv/ioctl.c> --- all_subdir_drm2 --- --- radeon_state.o --- ctfconvert -L VERSION -g radeon_state.o --- r600_blit.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdi= nc -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/drm2/rad= eonkms/../../../dev/drm2/radeon> -DHAVE_KERNEL_OPTION_HEADERS -include <htt= ps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GE= NERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/= sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I<https= ://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENE= RIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ex= tensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mn= o-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.freebsd.org/job/Fre= eBSD_HEAD/ws/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/r600_blit.= c> --- all_subdir_hptmv --- ctfconvert -L VERSION -g ioctl.o --- hptproc.o --- cc -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADER= S -include <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/Free= BSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/F= reeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/= contrib/altq> -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBS= D_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -mso= ft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-pr= otector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -W= no-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointe= r-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -fformat-extensions -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-po= inter-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.free= bsd.org/job/FreeBSD_HEAD/ws/sys/modules/hptmv/../../dev/hptmv/hptproc.c> --- all_subdir_hptiop --- ctfconvert -L VERSION -g hptiop.o --- hptiop.ko.debug --- ld -d -warn-common -r -d -o hptiop.ko.debug hptiop.o ctfmerge -L VERSION -g -o hptiop.ko.debug hptiop.o :> export_syms awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/conf/kmod_syms.= awk> hptiop.ko.debug export_syms | xargs -J% objcopy % hptiop.ko.debug --- hptiop.ko.symbols --- objcopy --only-keep-debug hptiop.ko.debug hptiop.ko.symbols --- hptiop.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dhptiop.ko.symbols hptiop.ko.deb= ug hptiop.ko --- all_subdir_geom --- --- g_journal_ufs.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/geom= /geom_journal/../../../geom/journal/g_journal_ufs.c> ctfconvert -L VERSION -g g_journal_ufs.o --- all_subdir_hptmv --- Cannot emit physreg copy instruction UNREACHABLE executed at <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/li= b/clang/libllvmx86codegen/../../../contrib/llvm/lib/Target/X86/X86InstrInfo= .cpp>:3176! --- all_subdir_hptnr --- --- all_subdir_hptmv --- Stack dump: 0.=09Program arguments: <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/ob= j/builds/FreeBSD_HEAD/tmp/usr/bin/cc> -cc1 -triple x86_64-unknown-freebsd11= .0 -emit-obj -mrelax-all -disable-free -main-file-name hptproc.c -mrelocati= on-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -mcod= e-model kernel -target-cpu x86-64 -target-feature -mmx -target-feature -sse= -target-feature -aes -target-feature -avx -disable-red-zone -no-implicit-f= loat -gdwarf-2 -dwarf-column-info -coverage-file <https://jenkins.freebsd.o= rg/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/modules/builds/F= reeBSD_HEAD/sys/modules/hptmv/hptproc.o> -nostdsysteminc -nobuiltininc -res= ource-dir <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeB= SD_HEAD/tmp/usr/bin/../lib/clang/3.5.1> -include <https://jenkins.freebsd.o= rg/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -D= _KERNEL -D KLD_MODULE -D HAVE_KERNEL_OPTION_HEADERS -I . -I <https://jenki= ns.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I <https://jenkins.freebsd.org/job= /FreeBSD_HEAD/ws/sys/contrib/altq> -I <https://jenkins.freebsd.org/job/Free= BSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -isysroot <https://jenkins= .freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp> -Werror -Wno-= error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredundant-= decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -Wmissing-include-dirs = -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body = -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-point= er-sign -std=3Diso9899:1999 -fdebug-compilation-dir <https://jenkins.freebs= d.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/modules/build= s/FreeBSD_HEAD/sys/modules/hptmv> -ferror-limit 19 -fmessage-length 0 -ffre= estanding -fformat-extensions -fwrapv -stack-protector 1 -mstackrealign -fo= bjc-runtime=3Dgnustep -fno-common -fdiagnostics-show-option -o hptproc.o -x= c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/hptmv/../..= /dev/hptmv/hptproc.c>=20 1.=09<eof> parser at end of file 2.=09Code generation 3.=09Running pass 'Function Pass Manager' on module '<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/modules/hptmv/../../dev/hptmv/hptproc.c'.> --- all_subdir_hptnr --- =3D=3D=3D> hptnr (all) --- all_subdir_hptmv --- 4.=09Running pass 'Post-RA pseudo instruction expansion pass' on function '= @hpt_proc_in' --- all_subdir_drm2 --- ctfconvert -L VERSION -g r600_blit.o --- all_subdir_hptnr --- --- hptnr_lib.o --- uudecode -p < <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/= hptnr/../../dev/hptnr/amd64-elf.hptnr_lib.o.uu> > hptnr_lib.o --- all_subdir_drm2 --- --- r600_blit_shaders.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdi= nc -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/drm2/rad= eonkms/../../../dev/drm2/radeon> -DHAVE_KERNEL_OPTION_HEADERS -include <htt= ps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GE= NERIC/opt_global.h> -I. -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/= sys> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I<https= ://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENE= RIC> -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -W= redundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ex= tensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -mn= o-aes -mno-avx -std=3Diso9899:1999 -c <https://jenkins.freebsd.org/job/Fre= eBSD_HEAD/ws/sys/modules/drm2/radeonkms/../../../dev/drm2/radeon/r600_blit_= shaders.c> --- all_subdir_hptmv --- cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang frontend command failed due to signal (use -v to see invoc= ation) FreeBSD clang version 3.5.1 (tags/RELEASE_351/final 225668) 20150115 Target: x86_64-unknown-freebsd11.0 Thread model: posix cc: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebs= d.org/submit/ and include the crash backtrace, preprocessed source, and ass= ociated run script. --- all_subdir_hptnr --- --- hptnr_os_bsd.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include <https://jenkins.freebsd.org/job/= FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC/opt_global.h> -I. -I<ht= tps://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freeb= sd.org/job/FreeBSD_HEAD/ws/sys/contrib/altq> -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I<https://jenkins.freebsd.org/job/Fr= eeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/sys/GENERIC> -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/modules/hptn= r/../../dev/hptnr/hptnr_os_bsd.c> --- all_subdir_geom --- --- g_journal.o --- ctfconvert -L VERSION -g g_journal.o --- geom_journal.ko.debug --- ld -d -warn-common -r -d -o geom_journal.ko.debug g_journal.o g_journal_ufs= .o --- all_subdir_hptmv --- cc: note: diagnostic msg:=20 ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: cc: note: diagnostic msg: /tmp/hptproc-997e1f.c cc: note: diagnostic msg: /tmp/hptproc-997e1f.sh cc: note: diagnostic msg:=20 ******************** *** [hptproc.o] Error code 254 make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/hptmv> 1 error make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/hptmv> *** [all_subdir_hptmv] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules> --- all_subdir_geom --- ctfmerge -L VERSION -g -o geom_journal.ko.debug g_journal.o g_journal_ufs.o :> export_syms awk -f <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/conf/kmod_syms.= awk> geom_journal.ko.debug export_syms | xargs -J% objcopy % geom_journal.= ko.debug A failure has been detected in another branch of the parallel make make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/geom/geom_journal> *** [_sub.all] Error code 2 make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/geom> 1 error make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/geom> *** [all_subdir_geom] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules> --- all_subdir_drm2 --- ctfconvert -L VERSION -g r600_blit_shaders.o A failure has been detected in another branch of the parallel make make[5]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/drm2/radeonkms> *** [_sub.all] Error code 2 make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/drm2> 1 error make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/drm2> *** [all_subdir_drm2] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules> --- all_subdir_hptnr --- ctfconvert -L VERSION -g hptnr_os_bsd.o A failure has been detected in another branch of the parallel make make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules/hptnr> *** [all_subdir_hptnr] Error code 2 make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules> 4 errors make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys/mo= dules> *** [modules-all] Error code 2 make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/bu= ilds/FreeBSD_HEAD/sys/GENERIC> 1 error make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/bu= ilds/FreeBSD_HEAD/sys/GENERIC> *** [buildkernel] Error code 2 make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> 1 error make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> *** [buildkernel] Error code 2 make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> 1 error make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/> Build step 'Execute shell' marked build as failure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?450287559.7.1423327915095.JavaMail.jenkins>