From owner-freebsd-current@FreeBSD.ORG Tue Oct 21 22:48:08 2014 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 A4C05B5E; Tue, 21 Oct 2014 22:48:08 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8D394AA7; Tue, 21 Oct 2014 22:48:08 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id BD664122; Tue, 21 Oct 2014 22:48:08 +0000 (UTC) Date: Tue, 21 Oct 2014 22:47:58 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, imp@FreeBSD.org, jimharris@FreeBSD.org, gjb@FreeBSD.org, emaste@FreeBSD.org, kevlo@FreeBSD.org, bapt@FreeBSD.org, mjg@FreeBSD.org, neel@FreeBSD.org, markj@FreeBSD.org, ngie@FreeBSD.org, bryanv@FreeBSD.org, hselasky@FreeBSD.org, jmg@FreeBSD.org, br@FreeBSD.org Message-ID: <358899659.1.1413931688408.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1716274421.0.1413920908820.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1716274421.0.1413920908820.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #1672 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-Mailman-Approved-At: Tue, 21 Oct 2014 23:00:20 +0000 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: Tue, 21 Oct 2014 22:48:08 -0000 See Changes: [mjg] tmpfs: allow shared file lookups Tested by: pho [bapt] Revert r273426 r273409 A solution that work with both new and old binutils should be investigated [bapt] older binutils does not know about --no-fatal-warnings [mjg] Mark some more sysctl stuff shared-locked and MPSAFE. [hselasky] Use the UAUTO SYSCTL type for exporting the bounce zone alignmen= t, because the variable size depends on the build type. Reported by:=09kib @ MFC after:=093 days [emaste] Fix typo in src option description [emaste] Regenerate after r273418 [imp] For the kernel, we have USB_GADGET_EXAMPLES as defaults to yes. For userland defaults to no. This caused issues for the automated option documenation script. Turns out, this isn't used in userland at all, so just remove it from here. [imp] Generate both userland and kernel option settings for showconfig. PR: 191920 [imp] You aren't allowed to test WITH_xxx or WITHOUT_xxx here, so remove it= . Even if you were allowed to test for it, the test makes no sense as it always results in adding -DWITH_ATF unless WITH_ATF was already defined. But if MK_ATF !=3D no, then we know it was defined. This, in turn, caused tools/build/options/makemake always think WITH_ATF is the default, which removed control of that from sys.conf.mk. To get the intent of the deleted comment, another mechanism is required, assuming that the intent of that comment is desirable. [ngie] Add sys/socket.h #include for bind(2), et al Sponsored by: EMC / Isilon Storage Division [bapt] Do not make ld(1) warnings fatal anymore, binutils behaviour has cha= nged over the time and gnu.warnings.symbol are now being fatal preventing building world. in the futur we want to investigate only making the gnu.warning.symbol non = fatal Reviewed by:=09imp [bapt] Make the external toolchain support grows to the knowleged of XXFLAG= S for C++ dedicated flags and DEPFLAGS for mkdep flags Pass the path to the libc++ headers in both, enforce the gnu++11 standard i= n the XXFLAGS to satisfy libc++ requirements pass the libc++ objectdir as a location wher= e to find libraries so it can find libstdc++.so and libstdc++.A Reviewed by:=09imp [bapt] When using an external gcc 4.8+ and not building libstdc++ then crea= te in the objectdir a fake libstdc++.so and libstdc++.a which is a symlink on libc++ that allow g= ++ to satisfy its links dependencies in the least hackish way. Please note that this hacky libstds++ never get installed on the final syst= em Reviewed by:=09imp [bapt] Always use libc++ as the default c++ stack when building with an ext= ernal gcc 4.8+ While here disable building gcc from base when using gcc 4.8+ Reviewed by:=09imp [bapt] When using an external toolchain note that gcc 4.8+ supports C++11 Submitted by:=09imp [bapt] The dependencies are computed with CC even if sources are C++, when = building when building with an external gcc, we want to be able to pass the path to the libc++ headers so dependencies are correctly computed for C++ source fi= les. Add a DEPFLAGS for that purpose Reviewed by:=09imp [mjg] Make sysctl name2oid shared-locked as well. This is a follow-up to r273401. [gjb] Fix an issue where a FreeBSD virtual machine provisioned in the Microsoft Azure service does not recognize the second attached disk on the system. Submitted by:=09kyliel@Microsoft Patched by:=09weh@Microsoft PR:=09=09194376 MFC after:=093 days X-MFC-10.1:=09yes, ASAP Sponsored by:=09The FreeBSD Foundation [mjg] Implement shared locking for sysctl. [mjg] Rename sysctl_lock and _unlock to sysctl_xlock and _xunlock. ------------------------------------------ [...truncated 114662 lines...] =3D=3D=3D> bin/csh (all) --- games.all__D --- --- fortune --- cc -O2 -pipe -DDEBUG -I -std=3Dgnu99 -fstack-protector -W= system-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstr= ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qu= al -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar= -subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definit= ion -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-= empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-argumen= ts -o fortune fortune.o=20 --- lib.all__D --- --- divdi3.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o divdi3.po --- games.all__D --- =3D=3D=3D> games/fortune/strfile (all) --- lib.all__D --- --- divmoddi4.po --- --- games.all__D --- --- strfile.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmi= ssing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -c --- lib.all__D --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o divmoddi4.po --- divmodsi4.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o divmodsi4.po --- bin.all__D --- --- csh.1 --- cat > csh.1 --- lib.all__D --- --- divsc3.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o divsc3.po --- bin.all__D --- --- et_EE.ISO8859-15.msg --- cat <= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/bin/csh/../../contr= ib/tcsh/nls/et/set11> = > et_EE.ISO8859-15.msg --- games.all__D --- --- strfile.8.gz --- gzip -cn > strfile.8.gz --- lib.all__D --- --- divti3.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o divti3.po --- games.all__D --- --- strfile --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmi= ssing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -o strfile strfile.o= =20 --- lib.all__D --- --- divxc3.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o divxc3.po --- games.all__D --- =3D=3D=3D> games/fortune/datfiles (all) --- fortunes.dat --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs fortunes.dat --- bin.all__D --- --- fi_FI.ISO8859-1.msg --- --- lib.all__D --- --- enable_execute_stack.po --- --- bin.all__D --- cat = > fi_FI.ISO8859-1.msg --- lib.all__D --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o enable_execute_stack.po --- eprintf.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o eprintf.po --- games.all__D --- --- freebsd-tips.dat --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs freebsd-tips.dat --- bin.all__D --- --- fr_FR.ISO8859-1.msg --- --- games.all__D --- --- murphy.dat --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs = murphy.dat --- bin.all__D --- cat lib.all__D --- --- ffsdi2.po --- --- bin.all__D --- sh/nls/french/set22 <= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/bin/csh/../../contr= ib/tcsh/nls/french/set25> > fr_FR.ISO8859-1.msg --- lib.all__D --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o ffsdi2.po --- games.all__D --- --- startrek.dat --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs startrek.dat --- zippy.dat --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs z= ippy.dat --- lib.all__D --- --- ffsti2.po --- --- games.all__D --- --- limerick.dat --- --- lib.all__D --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o ffsti2.po --- games.all__D --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs limerick.dat --- murphy-o.dat --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs murphy-o.dat --- gerrold.limerick.dat --- PATH=3D$PATH:/usr/games:/usr/obj strfile -Cs gerrold.limerick.dat =3D=3D=3D> games/fortune/unstr (all) --- lib.all__D --- --- fixdfdi.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixdfdi.po --- bin.all__D --- --- de_DE.ISO8859-1.msg --- cat > de_DE.ISO8859-1.msg --- games.all__D --- --- unstr.o --- cc -O2 -pipe -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c --- lib.all__D --- --- fixdfti.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixdfti.po --- games.all__D --- --- unstr --- cc -O2 -pipe -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o uns= tr unstr.o=20 --- lib.all__D --- --- fixsfdi.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixsfdi.po --- bin.all__D --- --- el_GR.ISO8859-7.msg --- cat <= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/bin/csh/../../contr= ib/tcsh/nls/greek/set27> = > el_GR.ISO8859-7.msg --- games.all__D --- =3D=3D=3D> games/grdc (all) --- lib.all__D --- --- fixsfti.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixsfti.po --- games.all__D --- --- grdc.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmi= ssing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -c --- lib.all__D --- --- fixunsdfdi.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixunsdfdi.po --- bin.all__D --- --- it_IT.ISO8859-1.msg --- --- lib.all__D --- --- fixunsdfsi.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixunsdfsi.po --- bin.all__D --- cat = > it_IT.ISO8859-1.msg --- lib.all__D --- --- fixunsdfti.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixunsdfti.po --- games.all__D --- --- grdc.6.gz --- gzip -cn > grdc.6.gz --- lib.all__D --- --- fixunssfdi.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixunssfdi.po --- games.all__D --- --- grdc --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmi= ssing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -o grdc grdc.o -lncurs= esw --- lib.all__D --- --- fixunssfsi.po --- --- bin.all__D --- --- ja_JP.eucJP.msg --- --- lib.all__D --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixunssfsi.po --- games.all__D --- =3D=3D=3D> games/morse (all) --- bin.all__D --- cat <= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/bin/csh/../../contr= ib/tcsh/nls/ja/set11> > ja_JP.eucJP.msg --- games.all__D --- --- morse.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmi= ssing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -c --- lib.all__D --- --- fixunssfti.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixunssfti.po --- bin.all__D --- --- ru_RU.KOI8-R.msg --- cat = > ru_RU.KOI8-R.msg --- lib.all__D --- --- fixunsxfdi.po --- cc -pg -O2 -pipe -fpic -fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std= =3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -= Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -W= no-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-p= arentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -= Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o fixunsxfdi.po --- libexec.all__D --- --- atf-check.1.gz --- gzip -cn > atf-check.1.gz --- atf-check --- c++ -O2 -pipe -DHAVE_CONFIG_H -I -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitiali= zed -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-= value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -= Wno-format-nonliteral -Qunused-arguments -Wno-c++11-extensions -L/usr/obj= -rpath /usr/lib/private -o atf-check atf-check.o /usr/obj= /usr/obj c++: error: no such file or directory: '/usr/obj c++: error: no such file or directory: '/usr/obj *** [atf-check] Error code 1 make[5]: stopped in 1 error make[5]: stopped in --- bin.all__D --- --- es_ES.ISO8859-1.msg --- --- libexec.all__D --- *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [_sub.all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [libexec.all__D] Error code 2 make[2]: stopped in --- bin.all__D --- cat = > es_ES.ISO8859-1.msg --- games.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in --- games.all__D --- *** [_sub.all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [games.all__D] Error code 2 make[2]: stopped in --- lib.all__D --- *** [all_subdir_libcompiler_rt] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [lib.all__D] Error code 2 make[2]: stopped in --- bin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_csh] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [bin.all__D] Error code 2 make[2]: stopped in 4 errors make[2]: stopped in *** [everything] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure