From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#30644: Cuirass runs out of build users Date: Thu, 1 Mar 2018 21:35:43 +0100 Message-ID: <20180301203543.GA1549@jurong> References: <20180228090714.GA1845@jurong> <87bmg76gjp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erUvu-0000hN-Sx for bug-guix@gnu.org; Thu, 01 Mar 2018 15:36:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erUvq-0004Ma-Tx for bug-guix@gnu.org; Thu, 01 Mar 2018 15:36:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60095) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erUvq-0004MP-QK for bug-guix@gnu.org; Thu, 01 Mar 2018 15:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erUvq-0005Hw-GX for bug-guix@gnu.org; Thu, 01 Mar 2018 15:36:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87bmg76gjp.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30644@debbugs.gnu.org On Thu, Mar 01, 2018 at 03:01:30PM +0100, Ludovic Courtès wrote: > > 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’s something fishy here. What does “getent group guixbuild” > return? All 20 build users: # getent group guixbuild guixbuild:x:30000:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilder07,guixbuilder08,guixbuilder09,guixbuilder10,guixbuilder11,guixbuilder13,guixbuilder14,guixbuilder15,guixbuilder16,guixbuilder17,guixbuilder18,guixbuilder20 I will deploy the new cuirass with the other bug fixed, and report back if the problem described here is still present. Andreas