From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A8FBD1F51E; Thu, 29 Sep 2022 17:54:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1664474046; bh=JRzx6LbjXYloMjU8wc0HkOOsJsKZvtQ+EDIrPi0mgP0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iDLv9FaJl6WWiwCID2bZzhZlTlLQ9UJPa/4WkMRDaPFDX/VFP1o7uMGDWxHP9uiwP 5SEabCS+CNvYPAqBBnXWbHCCDajERoynBArmxxMKxCr2TpicQm6xZNuoY+Df84FKlu Y5vM0n2T/6WQoN63Cprke3qtZsC+hf31OiBmSz2c= Date: Thu, 29 Sep 2022 17:54:06 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: "make test" for 1.9.0 on centos-7 Message-ID: <20220929175406.M560274@dcvr> References: <20220928184603.p2lhb3ne37qfqfde@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220928184603.p2lhb3ne37qfqfde@nitro.local> List-Id: Konstantin Ryabitsev wrote: > t/cmd_ipc.t .................. 1/? sleeping on sendmsg: Too many references: cannot splice (#1) > sleeping on sendmsg: Too many references: cannot splice (#2) > ... (repeats 49 times) ... > > t/cmd_ipc.t .................. 24/? # sent 2097152, retrying with more > sleeping on sendmsg: No buffer space available (#1) > ... (repeats 49 times, but much slower) ... I wasn't able to reproduce that, but it's likely RLIMIT_NOFILE being too low (ulimit -n).