From nobody Fri Nov 26 19:51:13 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 118DC18A4C7B for ; Fri, 26 Nov 2021 19:51:41 +0000 (UTC) (envelope-from yasu@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J153c5g22z3C2W; Fri, 26 Nov 2021 19:51:40 +0000 (UTC) (envelope-from yasu@FreeBSD.org) Received: from localhost (gate.home.utahime.org [183.180.29.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: yasu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 55F8429459; Fri, 26 Nov 2021 19:51:37 +0000 (UTC) (envelope-from yasu@FreeBSD.org) Date: Sat, 27 Nov 2021 04:51:13 +0900 (JST) Message-Id: <20211127.045113.579848018915149475.yasu@FreeBSD.org> To: mjguzik@gmail.com Cc: freebsd-current@freebsd.org Subject: Re: Kernel panic by executing `poudriere bulk` From: Yasuhiro Kimura In-Reply-To: References: <20211127.042406.778157072317505227.yasu@FreeBSD.org> X-Mailer: Mew version 6.8 on Emacs 29.0.50 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637956300; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=e+5Jr0MjYQqxURjOSF7JjK2MiRjmsY2D76XgtbSYxR4=; b=M0DP3NPf6jPAekC/q7M8gSge30d96wN+gyehcMH1X+6U+zeXyJOT3LYvAXlFmHrM192faq 7REZNAWFsIv1I/FDPLGSxEh2iLGLuxWp6UkHTlMcK3YlCLRBkR8Bmpm/7Um3Aflde6Iibl Ri+JR1Sp1o+kLlKmDLOOukyC8LHg+AR8lqWMFVABMm3lX66Q5q7L5DVLvN3NhOeA+AdvKU DLzL5Lnn212wlwMaLETdBEds7J8w8LGeWTCDBqCsODHBlhcrXQVr+cMMWGBNBEMgR5HQC3 C+Pbz1emkrMOMS8Kjm+t/p2sS4a5xR7eGy2tyz66l1cso3D+MG83WTObDJsu7w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637956300; a=rsa-sha256; cv=none; b=YxQiuzwwYVXIxm/rgHDanZm1ic4vHopNva6iB9YaEQSXUhEmAk04lKDGodVAhFCuhBc0lt FyKCDiwHkBFu/aD9tJVPNuItmyf+9kRGXnTUXe8y77Ek79VfvndSBSSRSbfj2fGlcdOBlw RsTXFfH2g4+Ek7+02AteoyoGCQgsKjz7fKzd+xTMbeYobF2CiVfsCbxIsAqMDW6gCPMppl 89OzQBZQ3j4cvXKdviDQvS+D2vTrTDlkWBdm2dcoYFm+LcnUsY0iDQqG6vxsBN+YXb3bef 9QaMCLJjAakMLLxey55IoPgVWkzcxBSRU6+n1TppEw7tRt5vGiZ+inbQzNXhyA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N From: Mateusz Guzik Subject: Re: Kernel panic by executing `poudriere bulk` Date: Fri, 26 Nov 2021 20:33:22 +0100 > On 11/26/21, Yasuhiro Kimura wrote: >> yasu@rolling-vm-freebsd1[1015]% uname -a >> ~ >> FreeBSD rolling-vm-freebsd1.home.utahime.org 14.0-CURRENT FreeBSD >> 14.0-CURRENT #0 main-n251115-ae92ace05fd: Sat Nov 27 01:47:15 JST 2021 >> rootz@rolling-vm-freebsd1.home.utahime.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC >> amd64 >> yasu@rolling-vm-freebsd1[1016]% >> >> After regular weekly update of my 14-current amd64 system, kernel >> panic happens when I execute `poudriere bulk`. >> >> Snapshot of console: >> https://www.utahime.org/FreeBSD/FreeBSD-14-CURRENT-amd64-main-n251115-ae92ace05fd.panic.png >> > > Should be fixed by > https://cgit.freebsd.org/src/commit?id=1879021942f56c8b264f4aeb1966b3733908ef62 Confirmed. Thanks for quick fix! --- Yasuhiro Kimura