From owner-freebsd-current@FreeBSD.ORG Sat Feb 7 16:51:55 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79ADAF32; Sat, 7 Feb 2015 16:51:55 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 68230CF9; Sat, 7 Feb 2015 16:51:55 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 5900C5B3; Sat, 7 Feb 2015 16:51:55 +0000 (UTC) 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 Message-ID: <450287559.7.1423327915095.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2329 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 16:51:55 -0000 See 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 =3D AND8ri %vreg7, 1, %EFLAGS; GR= 8:%vreg8,%vreg7 Later, when the load is lowered, it will insert %vreg15 =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 =3D AND8ri %vreg15, 1, %EFLAGS; = 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- all_subdir_hpt27xx --- --- hpt27xx_lib.o --- uudecode -p < > 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 -I -I -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 --- 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -I -I -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 --- 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 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 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- all_subdir_drm2 --- ctfconvert -L VERSION -g r300_cmdbuf.o --- all_subdir_hptmv --- =3D=3D=3D> hptmv (all) --- hptmvraid.o --- uudecode -p < > hptmvraid.o --- mv.o --- cc -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADER= S -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -I -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 ctfconvert -L VERSION -g mv.o --- ioctl.o --- cc -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADER= S -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -I -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 --- 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 -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -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 --- all_subdir_hptmv --- ctfconvert -L VERSION -g ioctl.o --- hptproc.o --- cc -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADER= S -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -I -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 --- 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 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 ctfconvert -L VERSION -g g_journal_ufs.o --- all_subdir_hptmv --- Cannot emit physreg copy instruction UNREACHABLE executed at :3176! --- all_subdir_hptnr --- --- all_subdir_hptmv --- Stack dump: 0.=09Program arguments: -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 -nostdsysteminc -nobuiltininc -res= ource-dir -include -D= _KERNEL -D KLD_MODULE -D HAVE_KERNEL_OPTION_HEADERS -I . -I -I -I -isysroot -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 -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 =20 1.=09 parser at end of file 2.=09Code generation 3.=09Running pass 'Function Pass Manager' on module ' --- 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 < > hptnr_lib.o --- all_subdir_drm2 --- --- r600_blit_shaders.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdi= nc -I -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -= fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -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 --- 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 1 error make[4]: stopped in *** [all_subdir_hptmv] Error code 2 make[3]: stopped in --- all_subdir_geom --- ctfmerge -L VERSION -g -o geom_journal.ko.debug g_journal.o g_journal_ufs.o :> export_syms awk -f 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 *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_geom] Error code 2 make[3]: stopped in --- 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 *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_drm2] Error code 2 make[3]: stopped in --- 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 *** [all_subdir_hptnr] Error code 2 make[3]: stopped in 4 errors make[3]: stopped in *** [modules-all] Error code 2 make[2]: stopped in 1 error make[2]: stopped in *** [buildkernel] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildkernel] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure