From owner-freebsd-bugs@freebsd.org Mon Sep 28 15:55:40 2020 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 379B24251FF for ; Mon, 28 Sep 2020 15:55:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0Rv00rHYz4WkD for ; Mon, 28 Sep 2020 15:55:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1A8F6425D1C; Mon, 28 Sep 2020 15:55:40 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A50F425D1B for ; Mon, 28 Sep 2020 15:55:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0Rv0073Vz4WgY for ; Mon, 28 Sep 2020 15:55:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBAB3202AA for ; Mon, 28 Sep 2020 15:55:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 08SFtdUK068359 for ; Mon, 28 Sep 2020 15:55:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 08SFtdlW068358 for bugs@FreeBSD.org; Mon, 28 Sep 2020 15:55:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 249957] FreeBSD head: parallel buildkernel fails because of processes removing and recreating opt_global.h Date: Mon, 28 Sep 2020 15:55:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: d8zNeCFG@aon.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2020 15:55:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249957 Bug ID: 249957 Summary: FreeBSD head: parallel buildkernel fails because of processes removing and recreating opt_global.h Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: d8zNeCFG@aon.at Scenario: - FreeBSD head running some older revision in a virtual machine (bhyve on a 12.1 host) - /usr/src and /usr/obj mounted via NFS - running the following command in /usr/src: nice -20 make -j8 buildworld buildkernel KERNCONF=3D"XYZZY_SMP XYZZY_SMP_NO= SPIN XYZZY_SMP_NOSPIN_HYPERV GENERIC" |& tee /usr/obj$PWD/make.-j8.buildworld.buildkernel.KERNCONF=3DXYZZY_SMP.XYZZY_SMP= _NOSPIN.XYZZY_SMP_NOSPIN_HYPERV.GENERIC.`stddate`@`hostname -s` Result: - The buildworld part succeeds - The buildkernel part always fails because various opt_global.h files are recreated in parallel branches of the build (see the log below). - This happens at varying levels of progress of the kernel build. Note: - I have had this for a long time now with head. - The buildkernel succeeds if I omit the -j8. --- bhnd_nvram_if.h ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 awk -f /auto/z/SRC/FreeBSD/head/sys/tools/makeobjops.awk /auto/z/SRC/FreeBSD/head/sys/dev/bhnd/nvram/bhnd_nvram_if.m -h --- all_subdir_cloudabi ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/tmp -B/auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-co= mmon -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc= =20=20 -DHAVE_KERNE L_OPTION_HEADERS -include /auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/sys/XYZZY_SMP/opt_global.h -I. -I/auto/z/SRC/FreeBSD/head/sys -I/auto/z/SRC/FreeBSD/head/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix -map=3D./machine=3D/auto/z/SRC/FreeBSD/head/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/auto/z/SRC/FreeBSD/head/sys/x86/include -I/auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/sys/XYZZY_SMP -MD=20 -MF.depend.cloudabi_futex.o -MTcloudabi_futex.o -mcmodel=3Dkernel -mno-re d-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu--- all_subdir_cam --- cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/tmp -B/auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-co= mmon -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc= =20=20 -DHAVE_KERNE L_OPTION_HEADERS -include /auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/sys/XYZZY_SMP/opt_global.h -I. -I/auto/z/SRC/FreeBSD/head/sys -I/auto/z/SRC/FreeBSD/head/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix -map=3D./machine=3D/auto/z/SRC/FreeBSD/head/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/auto/z/SRC/FreeBSD/head/sys/x86/include -I/auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/sys/XYZZY_SMP -MD=20 -MF.depend.ata_all.o -MTata_all.o -mcmodel=3Dkernel -mno-red-zone -mno-mm x -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fw= rapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__free bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-addre ss-of-packed-member -Wno-format-zero-length -mno-aes -mno-avx=20 -std=3Diso9899:1999 -c /auto/z/SRC/FreeBSD/head/sys/cam/ata/ata_all.c -o ata_all.o --- all_subdir_cloudabi ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include= -dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-comp= are -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign=20 -Wno-error-shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length -mno-aes -mno-avx -std=3Diso9899:1999 -c /auto/z/SRC/FreeBSD/head/sys/compat/cloudabi/cloudabi_futex.c -o cloudabi_futex.o --- all_subdir_cloudabi64 ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 --- offset.inc ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_cloudabi32 ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make[4]: make[4]: don't know how to make opt_global.h. Stop=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/cloudabi32=20=20= =20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_cloudabi32] Error code 2=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- db_print.o ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ctfconvert -L VERSION -g db_print.o=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- modules-all ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_cloudabi64 ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 sh /auto/z/SRC/FreeBSD/head/sys/kern/genoffset.sh genoffset.o > offset.inc= =20=20=20=20=20=20 A failure has been detected in another branch of the parallel make=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/cloudabi64=20=20= =20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_bhnd ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 A failure has been detected in another branch of the parallel make=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[5]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/bhnd/bhndb=20=20= =20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_cloudabi64 ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_cloudabi64] Error code 2=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_bhnd ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_bhnd/bhndb] Error code 2=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/bhnd=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 1 error=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/bhnd=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_bhnd] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_bxe ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 :> export_syms=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 awk -f /auto/z/SRC/FreeBSD/head/sys/conf/kmod_syms.awk if_bxe.ko.full=20 export_syms | xargs -J% objcopy % if_bxe.ko.full A failure has been detected in another branch of the parallel make=20=20=20= =20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 [0/1055] make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/bxe=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_bxe] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_ata ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 ctfconvert -L VERSION -g ata-via.o=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 A failure has been detected in another branch of the parallel make=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[7]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/ata/atapci/chipsets/atavia=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_ata/atapci/chipsets/atavia] Error code 2=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make[6]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/ata/atapci/chipset= s=20=20=20=20 1 error=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[6]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/ata/atapci/chipset= s=20=20=20=20 *** [all_subdir_ata/atapci/chipsets] Error code 2=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make[5]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/ata/atapci=20=20= =20=20=20=20=20=20=20=20=20=20=20 1 error=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 make[5]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/ata/atapci=20=20= =20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_ata/atapci] Error code 2=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/ata=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 1 error=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/ata=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_ata] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_cloudabi ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 ctfconvert -L VERSION -g cloudabi_futex.o=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 A failure has been detected in another branch of the parallel make=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/cloudabi=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_cloudabi] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- all_subdir_cam ---=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 ctfconvert -L VERSION -g ata_all.o=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 A failure has been detected in another branch of the parallel make=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[4]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules/cam=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** [all_subdir_cam] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 7 errors=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 make[3]: stopped in /auto/z/SRC/FreeBSD/head/sys/modules=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** [modules-all] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 make[2]: stopped in /auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/sys/XYZZY_SM= P=20=20=20=20 1 error=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[2]: stopped in /auto/z/OBJ/FreeBSD/amd64/head/amd64.amd64/sys/XYZZY_SM= P=20=20=20=20 *** [buildkernel] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 make[1]: stopped in /auto/z/SRC/FreeBSD/head=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 1 error=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make[1]: stopped in /auto/z/SRC/FreeBSD/head=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 *** [buildkernel] Error code 2=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 make: stopped in /auto/z/SRC/FreeBSD/head=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 1 error=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 make: stopped in /auto/z/SRC/FreeBSD/head=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 nice -20 make -j8 buildworld buildkernel 2>&1 53144.09s user 2709.28s sys= tem 371% cpu 4:10:38.67 total=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 [0]# --=20 You are receiving this mail because: You are the assignee for the bug.=