From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id GJcGE8PK/mR5YQEA9RJhRA:P1 (envelope-from ) for ; Mon, 11 Sep 2023 10:07:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GJcGE8PK/mR5YQEA9RJhRA (envelope-from ) for ; Mon, 11 Sep 2023 10:07:31 +0200 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 1E61F42486 for ; Mon, 11 Sep 2023 10:07:31 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TTggKo5D; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694419651; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=SGgMk1XykI27u2n5VpzSsgyQ0YkhH4pvZHZAhixjpKw=; b=BhQWbfn5gv4UHqXxyVDZQ309FbYsyCnXROShPKC1qUm6f5X7EoqoLM71ycgNK0y+n7RPyl fhJCZmvt8mkfTsWBuYPKsMRjazR+Tlc9Mz95idtHGC1uOvm68R/ZnUaPZK9MYcYaId7las 1GmhTJi1uxuxOGGcs73Ces0/n6ojvblVjmYqzi98d6ykTFOnAUN/icx06i1INbquRwBBol pZ/kQpuC+ZIA70GgQZpwDKwdWDw6e3ov6DvxucXRTbXEVebJFJuy0VldgqvsP3iDjm7L5b Si4a+tgYWZxu7zKpX5LaeEXKAV9jOo1lW5vD1nZPYDEeTPaYddNB5QTYYx+XIA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TTggKo5D; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694419651; a=rsa-sha256; cv=none; b=HkhFQutXM5zZhujhkutzOZiybhtjqsGWSs6L7rOiC6nMuNO1jyw0GC9gIsRZd5Ym5QouwI X88ptMy/Mf1a57zVsPs+shoQiU8sI0KJCkh3pkpjUJAeEhoEJ28po1XJTCM1UJKbvYYq6j 7CbeuIEbFAwJT8XoBkHBC1yNVLzB7qt/GvMGaaxBuHtBbQzZwrTsAlyc6QSM+NLRQZFvnC 4GWRDpzM4EhKJxXOP0QthpyLPEo8TVl4dQhDqhbTyimPglwBn6f8qJXpFlNesjZLKB9qIb KvOXnVyDXdlKFppDtnSluVaERbXwE5jwq0C6YV6iHTeq+ni0P9/ZKy+Q5egLVw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qfbvy-0005ir-Pn; Mon, 11 Sep 2023 04:06:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qfbvk-0005ey-Aa for bug-guix@gnu.org; Mon, 11 Sep 2023 04:06:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qfbvj-0002mZ-5p for bug-guix@gnu.org; Mon, 11 Sep 2023 04:06:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qfbvm-0008AN-Fo for bug-guix@gnu.org; Mon, 11 Sep 2023 04:06:02 -0400 Subject: bug#52182: [cuirass] remote-worker process freeze Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 11 Sep 2023 08:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52182 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: Mathieu Othacehe , 52182-done@debbugs.gnu.org Mail-Followup-To: 52182@debbugs.gnu.org, ludo@gnu.org, othacehe@gnu.org Received: via spool by 52182-done@debbugs.gnu.org id=D52182.169441951131326 (code D ref 52182); Mon, 11 Sep 2023 08:06:02 +0000 Received: (at 52182-done) by debbugs.gnu.org; 11 Sep 2023 08:05:11 +0000 Received: from localhost ([127.0.0.1]:52051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qfbuw-00089B-QB for submit@debbugs.gnu.org; Mon, 11 Sep 2023 04:05:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qfbut-00088i-7G for 52182-done@debbugs.gnu.org; Mon, 11 Sep 2023 04:05:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qfbuj-0002RW-1W; Mon, 11 Sep 2023 04:04:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=SGgMk1XykI27u2n5VpzSsgyQ0YkhH4pvZHZAhixjpKw=; b=TTggKo5DwOusSyR93C5S N+s8+g1AeWk31vB5l3KbgCHFrTVn7SCWu9a5QUEZvYecGe9bZUI0VqyhjxfOhiLIqeouPzcSdFGVo E1FChFuaP/ZTCprnYhSf9fX+GxwyPiVusTWriPOLp0rMEro1LzANlTDHY0zwXA2eyCcggoYYKlMkh 0uDuwngbtjWQ+d1TMMHfkbWRzLnxA4DFmR/NUp86p8PAAZLY34rkz11cbk/bKz9/BMORZrBq5p6J2 gDDcpxaocmjX5nDVt/OEsoffTcNVbK8ASpeHFaGuKIlJY4pQSO4zpTysM40HdOtCy+EJBK5cCA+8l JQ4M3qLYvC+KQA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ilwbj8ff.fsf@gnu.org> <874k5a1n6v.fsf@gmail.com> Date: Mon, 11 Sep 2023 10:04:51 +0200 In-Reply-To: <874k5a1n6v.fsf@gmail.com> (Maxim Cournoyer's message of "Mon, 07 Feb 2022 14:39:04 -0500") Message-ID: <87tts1rv8c.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 1E61F42486 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -6.90 X-Spam-Score: -6.90 X-TUID: JvjcwUI4yQw7 Hello! I=E2=80=99m optimistically closing this bug because the implementation of =E2=80=98cuirass remote-worker=E2=80=99 has now changed to a single Fibers = process: https://lists.gnu.org/archive/html/guix-devel/2023-07/msg00096.html https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=3Dde85= 86080e04677cbe34c58f34715757ac61eea3 Ludo=E2=80=99.