Date: Fri, 10 Oct 2014 02:07:33 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, imp@FreeBSD.org, emaste@FreeBSD.org, bapt@FreeBSD.org, melifaro@FreeBSD.org, neel@FreeBSD.org, markj@FreeBSD.org, adrian@FreeBSD.org, kargl@FreeBSD.org, pjd@FreeBSD.org, des@FreeBSD.org, trasz@FreeBSD.org, bryanv@FreeBSD.org, syrinx@FreeBSD.org, hselasky@FreeBSD.org, marcel@FreeBSD.org, tuexen@FreeBSD.org Subject: Build failed in Jenkins: FreeBSD_HEAD #1596 Message-ID: <1245650527.9.1412906859199.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <160670215.8.1412894401213.JavaMail.jenkins@jenkins-9.freebsd.org> References: <160670215.8.1412894401213.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
See <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1596/changes> Changes: [syrinx] Fix a bug in decoding string indexes in snmp_target(3), thus causi= ng bsnmpd(1) to not send v3 notifications properly; while here add two missing return statements which could lead to abort() in case of a rollback [emaste] Build gperf only if we're using g++ (not clang++) gperf is used as a build tool for g++ and is not needed for Clang architectures. Ports and third-party software that need it can use the up-to-date devel/gperf port. PR:=09=09194103 (exp-run) Reviewed by:=09bapt Sponsored by:=09The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D886 [emaste] Update dl_iterate_phdr(3) to follow r272842 Relnotes:=09yes Sponsored by:=09The FreeBSD Foundation [kargl] The value small=3D2**-(p+3), where p is the precision, can be deter= mine from lgamma(x) =3D -log(x) - log(1+x) + x*(1-g) + x**2*P(x) with g =3D 0.57... being the Euler constant and P(x) a polynomial. Substitution of small into the RHS shows that the last 3 terms are negligible in comparison to the leading term. The choice of 3 may be conservative. The value large=3D2**(p+3) is detemined from Stirling's approximation lgamma(x) =3D x*(log(x)-1) - log(x)/2 + log(2*pi)/2 + P(1/x)/x Again, substitution of large into the RHS reveals the last 3 terms are negligible in comparison to the leading term. Move the x=3D+-0 special case into the |x|<small block. In the ld80 and ld128 implementaion, use fdlibm compatible comparisons involving ix, lx, and llx. This replaces several floating point comparisons (some involving fabsl()) and also fixes the special cases x=3D1 and x=3D2. While here . Remove unnecessary parentheses. . Fix/improve comments due to the above changes. . Fix nearby whitespace. * src/e_lgamma_r.c: . Sort declaration. . Remove unneeded explicit cast for type conversion. . Replace a double literal constant by an integer literal constant. * src/e_lgammaf_r.c: . Sort declaration. * ld128/e_lgammal_r.c: . Replace a long double literal constant by a double literal constant. * ld80/e_lgammal_r.c: . Remove unused '#include float.h' . Replace a long double literal constant by a double literal constant. Requested by:=09bde [bryanv] Add missing UDP multicast receive dtrace probes Phabricator:=09https://reviews.freebsd.org/D924 Reviewed by:=09rpaulo markj MFC after:=091 month ------------------------------------------ [...truncated 279474 lines...] cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/xen/netba= ck/netback.c> --- control.o --- ctfconvert -L VERSION -g control.o --- netfront.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/xen/netfr= ont/netfront.c> --- blkfront.o --- ctfconvert -L VERSION -g blkfront.o --- xenstore.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/xen/xenst= ore/xenstore.c> --- netfront.o --- ctfconvert -L VERSION -g netfront.o --- xenstore_dev.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/xen/xenst= ore/xenstore_dev.c> ctfconvert -L VERSION -g xenstore_dev.o --- xenstored_dev.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/xen/xenst= ore/xenstored_dev.c> --- xenstore.o --- ctfconvert -L VERSION -g xenstore.o --- xenbus.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xe= nbus.c> --- netback.o --- ctfconvert -L VERSION -g netback.o --- xenstored_dev.o --- ctfconvert -L VERSION -g xenstored_dev.o --- xenbusb.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xe= nbusb.c> --- xenbusb_front.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xe= nbusb_front.c> --- xenbus.o --- ctfconvert -L VERSION -g xenbus.o --- xenbusb_back.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/xen/xenbus/xe= nbusb_back.c> --- xenbusb_front.o --- ctfconvert -L VERSION -g xenbusb_front.o --- pv.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/x86/xen/pv.c> --- xenbusb_back.o --- ctfconvert -L VERSION -g xenbusb_back.o --- xenbus_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /xen/xenbus/xenbus_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror xenbus_if.c ctfconvert -L VERSION -g xenbus_if.o --- xenbusb.o --- ctfconvert -L VERSION -g xenbusb.o --- xenbusb_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /xen/xenbus/xenbusb_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror xenbusb_if.c --- timer.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/xen/timer= /timer.c> --- pv.o --- ctfconvert -L VERSION -g pv.o --- xenbusb_if.o --- ctfconvert -L VERSION -g xenbusb_if.o --- subr_rtc.o --- --- atrtc.o --- --- subr_rtc.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/kern/subr_rtc= .c> --- atrtc.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/x86/isa/atrtc= .c> --- subr_rtc.o --- ctfconvert -L VERSION -g subr_rtc.o --- clock_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /kern/clock_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -= g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -= fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-= error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-eq= uality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins.freebsd= .org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkin= s/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.org/jenk= ins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame= -pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -f= no-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -m= no-aes -mno-avx -Werror clock_if.c --- timer.o --- ctfconvert -L VERSION -g timer.o --- g_part.o --- --- clock_if.o --- ctfconvert -L VERSION -g clock_if.o --- g_part.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/part/g_p= art.c> --- g_part_bsd.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/part/g_p= art_bsd.c> --- blkback.o --- ctfconvert -L VERSION -g blkback.o --- g_part_ebr.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/part/g_p= art_ebr.c> --- atrtc.o --- ctfconvert -L VERSION -g atrtc.o --- g_part_gpt.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/part/g_p= art_gpt.c> --- g_part_bsd.o --- ctfconvert -L VERSION -g g_part_bsd.o --- g_part_mbr.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/part/g_p= art_mbr.c> --- g_part_ebr.o --- ctfconvert -L VERSION -g g_part_ebr.o --- g_part_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /geom/part/g_part_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror g_part_if.c ctfconvert -L VERSION -g g_part_if.o --- g_raid_ctl.o --- --- g_part_mbr.o --- ctfconvert -L VERSION -g g_part_mbr.o --- g_raid_ctl.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/g_r= aid_ctl.c> --- md_ddf.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/md_= ddf.c> --- g_part_gpt.o --- ctfconvert -L VERSION -g g_part_gpt.o --- md_intel.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/md_= intel.c> --- g_raid_ctl.o --- ctfconvert -L VERSION -g g_raid_ctl.o --- md_jmicron.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/md_= jmicron.c> --- g_part.o --- ctfconvert -L VERSION -g g_part.o --- md_nvidia.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/md_= nvidia.c> --- md_jmicron.o --- ctfconvert -L VERSION -g md_jmicron.o --- md_promise.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/md_= promise.c> --- md_nvidia.o --- ctfconvert -L VERSION -g md_nvidia.o --- md_sii.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/md_= sii.c> --- md_intel.o --- ctfconvert -L VERSION -g md_intel.o --- g_raid_md_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /geom/raid/g_raid_md_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -st= d=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkin= s.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.o= rg/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd= .org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNE= L_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-l= eaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-= float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gd= warf-2 -mno-aes -mno-avx -Werror g_raid_md_if.c ctfconvert -L VERSION -g g_raid_md_if.o --- g_raid.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/g_r= aid.c> --- md_sii.o --- ctfconvert -L VERSION -g md_sii.o --- tr_concat.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_= concat.c> --- md_promise.o --- ctfconvert -L VERSION -g md_promise.o --- tr_raid0.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_= raid0.c> --- tr_concat.o --- ctfconvert -L VERSION -g tr_concat.o --- tr_raid1.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_= raid1.c> --- tr_raid0.o --- ctfconvert -L VERSION -g tr_raid0.o --- tr_raid1e.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_= raid1e.c> --- tr_raid1.o --- ctfconvert -L VERSION -g tr_raid1.o --- tr_raid5.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/geom/raid/tr_= raid5.c> --- tr_raid1e.o --- ctfconvert -L VERSION -g tr_raid1e.o --- g_raid_tr_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /geom/raid/g_raid_tr_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -st= d=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkin= s.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.o= rg/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd= .org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNE= L_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-l= eaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-= float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gd= warf-2 -mno-aes -mno-avx -Werror g_raid_tr_if.c --- tr_raid5.o --- ctfconvert -L VERSION -g tr_raid5.o --- kern_linker.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/kern/kern_lin= ker.c> --- g_raid_tr_if.o --- ctfconvert -L VERSION -g g_raid_tr_if.o --- link_elf.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/kern/link_elf= .c> --- g_raid.o --- ctfconvert -L VERSION -g g_raid.o --- link_elf_obj.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/kern/link_elf= _obj.c> --- md_ddf.o --- ctfconvert -L VERSION -g md_ddf.o --- linker_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /kern/linker_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 = -g -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= -error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e= quality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins.freebs= d.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenki= ns/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.org/jen= kins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION= _HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -= fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -= mno-aes -mno-avx -Werror linker_if.c ctfconvert -L VERSION -g linker_if.o --- teken.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/teken/teken.c= > --- link_elf.o --- ctfconvert -L VERSION -g link_elf.o --- virtio.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/virtio/vi= rtio.c> --- link_elf_obj.o --- ctfconvert -L VERSION -g link_elf_obj.o --- virtqueue.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/virtio/vi= rtqueue.c> --- virtio.o --- ctfconvert -L VERSION -g virtio.o --- virtio_pci.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/dev/virtio/pc= i/virtio_pci.c> --- kern_linker.o --- ctfconvert -L VERSION -g kern_linker.o --- virtio_bus_if.o --- awk -f <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/tools/m= akeobjops.awk> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /dev/virtio/virtio_bus_if.m> -c ; cc -c -O2 -pipe -fno-strict-aliasing -= std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poi= nter-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-op= tion -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-par= entheses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenk= ins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd= .org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freeb= sd.org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KER= NEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit= -leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msof= t-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -= gdwarf-2 -mno-aes -mno-avx -Werror virtio_bus_if.c --- virtqueue.o --- ctfconvert -L VERSION -g virtqueue.o --- cpu_switch.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror <https://jenkins.freebsd.org/jenkins/job/F= reeBSD_HEAD/ws/sys/amd64/amd64/cpu_switch.S> ctfconvert -L VERSION -g cpu_switch.o --- exception.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror <https://jenkins.freebsd.org/jenkins/job/F= reeBSD_HEAD/ws/sys/amd64/amd64/exception.S> ctfconvert -L VERSION -g exception.o --- virtio_bus_if.o --- ctfconvert -L VERSION -g virtio_bus_if.o --- locore.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror <https://jenkins.freebsd.org/jenkins/job/F= reeBSD_HEAD/ws/sys/amd64/amd64/locore.S> --- xen-locore.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror <https://jenkins.freebsd.org/jenkins/job/F= reeBSD_HEAD/ws/sys/amd64/amd64/xen-locore.S> --- mpboot.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -no-integrated-as -Werror <https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/amd64/amd64/mpboot.S> --- xen-locore.o --- ctfconvert -L VERSION -g xen-locore.o --- sigtramp.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror <https://jenkins.freebsd.org/jenkins/job/F= reeBSD_HEAD/ws/sys/amd64/amd64/sigtramp.S> --- mpboot.o --- ctfconvert -L VERSION -g mpboot.o --- support.o --- --- sigtramp.o --- ctfconvert -L VERSION -g sigtramp.o --- support.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror <https://jenkins.freebsd.org/jenkins/job/F= reeBSD_HEAD/ws/sys/amd64/amd64/support.S> --- ia32_sigtramp.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -std= =3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-optio= n -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -nostdinc -I. -I<https://jenkins= .freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys> -I<https://jenkins.freebsd.or= g/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/altq> -I<https://jenkins.freebsd.= org/jenkins/job/FreeBSD_HEAD/ws/sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-le= af-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f= loat -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdw= arf-2 -mno-aes -mno-avx -Werror <https://jenkins.freebsd.org/jenkins/job/F= reeBSD_HEAD/ws/sys/amd64/ia32/ia32_sigtramp.S> --- teken.o --- ctfconvert -L VERSION -g teken.o --- acpi_wakeup.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/x86/acpica/ac= pi_wakeup.c> --- ia32_sigtramp.o --- ctfconvert -L VERSION -g ia32_sigtramp.o --- support.o --- ctfconvert -L VERSION -g support.o --- virtio_pci.o --- ctfconvert -L VERSION -g virtio_pci.o --- acpi_wakeup.o --- ctfconvert -L VERSION -g acpi_wakeup.o --- vers.c --- MAKE=3Dmake sh <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys= /conf/newvers.sh> GENERIC --- vers.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD= _HEAD/ws/sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sy= s/contrib/altq> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/= sys/contrib/libfdt> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_glo= bal.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Werror = vers.c ctfconvert -L VERSION -g vers.o --- kernel.debug --- linking kernel.debug ctfmerge -L VERSION -g -o kernel.debug ... kernel.debug: not found *** [kernel.debug] Error code 127 make[2]: stopped in /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBS= D_HEAD/ws/sys/GENERIC> 1 error make[2]: stopped in /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBS= D_HEAD/ws/sys/GENERIC> *** [buildkernel] Error code 2 make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w= s/> 1 error make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w= s/> *** [buildkernel] Error code 2 make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/> 1 error make: stopped in <https://jenkins.freebsd.org/jenkins/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?1245650527.9.1412906859199.JavaMail.jenkins>