From nobody Fri Sep 20 11:37:09 2024 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 4X99NM5336z5WdlY for ; Fri, 20 Sep 2024 11:37:23 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4X99NM1npgz4kC6; Fri, 20 Sep 2024 11:37:23 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 48KBb9oD038001; Fri, 20 Sep 2024 14:37:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 48KBb9oD038001 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 48KBb9EB038000; Fri, 20 Sep 2024 14:37:09 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 20 Sep 2024 14:37:09 +0300 From: Konstantin Belousov To: Yasuhiro Kimura Cc: freebsd-current@freebsd.org Subject: Re: eval: Pipe call failed: Cannot allocate memory Message-ID: References: <20240920.185920.1538575456943179013.yasu@FreeBSD.org> 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-Disposition: inline In-Reply-To: <20240920.185920.1538575456943179013.yasu@FreeBSD.org> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on tom.home X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Queue-Id: 4X99NM1npgz4kC6 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Fri, Sep 20, 2024 at 06:59:20PM +0900, Yasuhiro Kimura wrote: > % uname -a > FreeBSD rolling-vm-freebsd1.home.utahime.org 15.0-CURRENT FreeBSD 15.0-CURRENT #0 main-n272349-267f223f622: Fri Sep 20 17:49:44 JST 2024 rootz@rolling-vm-freebsd1.home.utahime.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > > Step 1: Boot system > Step 2: Login as root > Step 3: Run `poudriere bulk` > Step 4; shutdown -h now > > Then error messages are displayed as following. > > ---------------------------------------------------------------------- > eval: Pipe call failed: Cannot allocate memory > (multiple times) > eval: Pipe call failed: Cannot allocate memory > writing entropy file: eval: Pipe call failed: Cannot allocate memory > fsync: open: No such file or directory > . > writing early boot entropy file: eval: Pipe call failed: Cannot allocate memory > fsync: open: No such file or directory > . > eval: Pipe call failed: Cannot allocate memory > Terminated > . > ---------------------------------------------------------------------- Did the poudriere run itself finished successfully? Can you show the output from 'sysctl kern.ipc | grep pipe' before and after the poudriere run?