From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id aAs6JZPiKGAkBwAA0tVLHw (envelope-from ) for ; Sun, 14 Feb 2021 08:42:59 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EBL5IJPiKGAHCgAAB5/wlQ (envelope-from ) for ; Sun, 14 Feb 2021 08:42:59 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DEE91216DF for ; Sun, 14 Feb 2021 09:42:58 +0100 (CET) Received: from localhost ([::1]:41144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBCza-0004yc-1W for larch@yhetil.org; Sun, 14 Feb 2021 03:42:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBCzR-0004yU-NB for guix-devel@gnu.org; Sun, 14 Feb 2021 03:42:49 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35482) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBCzQ-0004rh-NH; Sun, 14 Feb 2021 03:42:48 -0500 Received: from [2a01:e0a:19b:d9a0:ed4f:d6a:d2d6:56bd] (port=47920 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lBCzP-0000HP-Th; Sun, 14 Feb 2021 03:42:48 -0500 From: Mathieu Othacehe To: Leo Famulari Subject: Re: Guix Day: Notes from the CI session References: <87ft26xzci.fsf@inria.fr> <87blcr3l1v.fsf@gnu.org> Date: Sun, 14 Feb 2021 09:42:46 +0100 In-Reply-To: (Leo Famulari's message of "Sat, 13 Feb 2021 18:12:57 -0500") Message-ID: <87im6vqbuh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.86 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: DEE91216DF X-Spam-Score: -2.86 X-Migadu-Scanner: scn0.migadu.com X-TUID: kxglAuGO0c67 Hey Leo, > I would have guessed that a single slot is appropriate for the machine, > but I'm curious what you saw that led to the change? This is most likely due to a worker crash. Workers are removed from the database when there are no signs from them since 120 seconds. I'll try to investigate what caused it. Mathieu