From owner-freebsd-current@freebsd.org Sat Oct 6 22:41:57 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55C4710C8C9D for ; Sat, 6 Oct 2018 22:41:57 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E998287079 for ; Sat, 6 Oct 2018 22:41:56 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id ECB8FD6BE7; Sat, 6 Oct 2018 16:42:23 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id k65YWSRURnLs; Sat, 6 Oct 2018 16:42:23 -0600 (MDT) Received: from tau.bluestop.org (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Sat, 6 Oct 2018 16:42:23 -0600 (MDT) Subject: Re: Problem compiling rust To: Greg V , Filippo Moretti Cc: FreeBSD Current References: <1912901660.157423.1538828775273.ref@mail.yahoo.com> <1912901660.157423.1538828775273@mail.yahoo.com> <1538829619.11691.1@smtp.migadu.com> From: Rebecca Cran Message-ID: <6ef5bed2-b975-3c3a-89c5-929cd8046223@bluestop.org> Date: Sat, 6 Oct 2018 16:41:48 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1538829619.11691.1@smtp.migadu.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Sat, 06 Oct 2018 22:41:57 -0000 On 10/6/18 6:40 AM, Greg V wrote: > > BTW, this error message doesn't say much, but if cargo fails, you > might be out of memory. I was going to suggest being out of memory too. I've seen the rust build cause my system to run out of all 32GB RAM and 2GB swap. -- Rebecca Cran