From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30644: Cuirass runs out of build users Date: Thu, 01 Mar 2018 15:01:30 +0100 Message-ID: <87bmg76gjp.fsf@gnu.org> References: <20180228090714.GA1845@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erOme-0005qC-Jd for bug-guix@gnu.org; Thu, 01 Mar 2018 09:02:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erOmY-00074l-OI for bug-guix@gnu.org; Thu, 01 Mar 2018 09:02:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erOmY-00074C-Jd for bug-guix@gnu.org; Thu, 01 Mar 2018 09:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erOmX-0000GP-Vf for bug-guix@gnu.org; Thu, 01 Mar 2018 09:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180228090714.GA1845@jurong> (Andreas Enge's message of "Wed, 28 Feb 2018 10:07:14 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Andreas Enge Cc: 30644@debbugs.gnu.org Hello, Andreas Enge skribis: > in trying out the new bayfront machine, I raised the number of concurrent > build jobs to 10; the number of build accounts is programmatically set to > twice this number. Indeed, (sysadmin services) in guix-maintenance.git does that. > 2018-02-27T18:31:16 batch of builds (partially) failed:all build users ar= e currently in use; consider creating additional users and adding them to t= he `guixbuild' group (status: 1) [...] > Hm, the directories in /tmp are created by guixbuilder01 to guixbuilder10. > 10 is the default value, but it should have been overwritten. > > And in /etc/passwd, I see 20 users. But apparently, they are not used! There=E2=80=99s something fishy here. What does =E2=80=9Cgetent group guix= build=E2=80=9D return? Thanks, Ludo=E2=80=99.