From owner-freebsd-ports@freebsd.org Sun May 24 14:31:46 2020 Return-Path: Delivered-To: freebsd-ports@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 CD4F632F2A1 for ; Sun, 24 May 2020 14:31:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49VN2p503pz46wT; Sun, 24 May 2020 14:31:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A4B3F10E8C; Sun, 24 May 2020 14:31:46 +0000 (UTC) From: Jan Beich To: David Wolfskill Cc: freebsd-ports@freebsd.org Subject: Re: poudriere-devel failed to build lang/rust (rust-1.43.1) References: <20200523225609.GK1381@albert.catwhisker.org> Date: Sun, 24 May 2020 16:31:42 +0200 In-Reply-To: <20200523225609.GK1381@albert.catwhisker.org> (David Wolfskill's message of "Sat, 23 May 2020 15:56:09 -0700") Message-ID: <1rn9-9zg1-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 14:31:46 -0000 David Wolfskill writes: > It appears (to my eye that is quite unfamiliar with rust) that the first > failure in the log is: > > sysroot: "/wrkdirs/usr/ports/lang/rust/work/rustc-1.43.1-src/build/x86_64-unknown-freebsd/stage1" > libdir: "/wrkdirs/usr/ports/lang/rust/work/rustc-1.43.1-src/build/x86_64-unknown-freebsd/stage1/lib" > error: could not compile `rustc_lint`. According to the full log the reason is "(signal: 9, SIGKILL: kill)" and the signal was sent to multiple processes. The kernel usually sends SIGKILL on out-of-memory conditions.