From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id IEyBMDVLpmLWbAAAbAwnHQ (envelope-from ) for ; Sun, 12 Jun 2022 22:23:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id AK+oLzVLpmIgdQAAG6o9tA (envelope-from ) for ; Sun, 12 Jun 2022 22:23:17 +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 3976B27264 for ; Sun, 12 Jun 2022 22:23:17 +0200 (CEST) Received: from localhost ([::1]:40992 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o0U79-00017k-KZ for larch@yhetil.org; Sun, 12 Jun 2022 16:23:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58816) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0U6y-00016E-2I for bug-guix@gnu.org; Sun, 12 Jun 2022 16:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34420) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o0U6x-0005NZ-Qs for bug-guix@gnu.org; Sun, 12 Jun 2022 16:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o0U6x-0004aN-Mt for bug-guix@gnu.org; Sun, 12 Jun 2022 16:23:03 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#55848: [cuirass] workers stalled Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 12 Jun 2022 20:23:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55848 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ricardo Wurmus Cc: Mathieu Othacehe , guix-sysadmin@gnu.org, 55848@debbugs.gnu.org, Greg Hogan , Tom Fitzhenry Received: via spool by 55848-submit@debbugs.gnu.org id=B55848.165506536517554 (code B ref 55848); Sun, 12 Jun 2022 20:23:03 +0000 Received: (at 55848) by debbugs.gnu.org; 12 Jun 2022 20:22:45 +0000 Received: from localhost ([127.0.0.1]:56545 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0U6f-0004Z4-GQ for submit@debbugs.gnu.org; Sun, 12 Jun 2022 16:22:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0U6c-0004Yo-Jf for 55848@debbugs.gnu.org; Sun, 12 Jun 2022 16:22:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52446) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0U6W-0005Jl-IS; Sun, 12 Jun 2022 16:22:36 -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=davjnBqhO/Jg4n7aD/b8glo3pgh/NBmf0b/ceJ3B59I=; b=AqGO8hkPLldxgpJfo1j9 kxVZIBGeH04XcxZBQOaqXibjLM6lnRalMsscLK/JRXDcsa0SS53QRcp+PySw2bNvgE9l5GPB1BHkk VsIbNBYNE6a0GIGvHO2PJp1C05t3lQnZzv+p03QmIkCivxwW/g2NMKXPb/JNBcsdY2mZ2fhgDj+2Q LXKu9uYjeFcZOxJ+qw/xnbT0J8BLJrKNAF/szYxWdtd9IPw8Z2s5M6hwQiURliTZzto9z0gNY0Bdk P21muDL2CEi90CU9NQ6X1yr9QmpYTEP0mNEkDVvHv9c3kgVb+/Wa+Af9Aad7fO8jCcztgEVCswGv8 yNYn3hDWHPnZwQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:52062 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0U6W-00021b-3M; Sun, 12 Jun 2022 16:22:36 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87h74v2mu7.fsf@gnu.org> <878rq3scn3.fsf@tom-fitzhenry.me.uk> <87bkuyvwf0.fsf@gnu.org> <871qvt2701.fsf@elephly.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quartidi 24 Prairial an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour du Caille-lait X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 12 Jun 2022 22:22:33 +0200 In-Reply-To: <871qvt2701.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 12 Jun 2022 18:10:00 +0200") Message-ID: <87k09lvdh2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655065397; 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-cc: 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=davjnBqhO/Jg4n7aD/b8glo3pgh/NBmf0b/ceJ3B59I=; b=eGTfNBtyWcJCoJo+0OQfKSx90UkB6thGmGhI7b9G4nOJqFTKsaeII2Uy82H0HuCdD0x1vc 1eMxphtU2VxPGlkNN5fz8isjlEzw6n6RcRz6K2fJX1qI7kYJn0d6sDqsaym7ry/2f/ej/5 bPim8wXgoiaeYl447ZtXHjjtTAQIu8BOoo7G32PXQOmL2g2RDR/xvrQ+aeQpBWVAOmoT8f E1EeGiPutrJQpW8L62E38/qx+iUvlOVWkxpjSFt/Yqz9Eu7MUDnK1IWCmFNtQM4hCxGl9Z t9+8cyU9QYKAR+HZ78RmQRGhOu0hdMPS2auk4hlmabdVs9iMr5Z/rKbf1v1G2Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655065397; a=rsa-sha256; cv=none; b=hodO1heojfLWE+8OFJeLhbVKWqfibeF+PIdATi2x6SIwSl3a9O3cqj1RjT2yK4wHEUHk5D j098GN8eLwsLhaZRoZ+KhL3Z3b+AtMPTM+mZC9lSunr154Nl129aH6Db1UJyy3y0UG2K8D q2zZhA72q5OIQsHVlHydcCqebqfVUmOPJFXZAzUGLUuAP/9SiijUug1arlYAL3g4CkEPeh 46/SRytgNZCZDB3RxerdPFqlgciaDXPKD5TcQkvXMnLJRu75u8WreDGWLIbSs4tqbizwD3 NIaWfkbCiJuoNeGrNaR8BU8JdVwuuVHwdbHrVplMYZKUpMIiYESWqebxbO/M2A== 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=AqGO8hkP; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -4.99 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AqGO8hkP; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 3976B27264 X-Spam-Score: -4.99 X-Migadu-Scanner: scn0.migadu.com X-TUID: 1yz1/bkK35Tf Ricardo Wurmus skribis: > They should be using the local IP instead of routing through the > internet, so /etc/hosts should contain an entry for > > 141.80.167.131 ci.guix.gnu.org Good idea. > =E2=80=9Cguix deploy=E2=80=9D did not work on these nodes due to a seriou= s problem: they > were given *some* x86_64 binaries to execute, so deployed systems were > unbootable. Since we don=E2=80=99t have a serial interface through which= you > could debug this remotely, please make sure not to deploy a broken > system. I=E2=80=99d like to avoid trips to the data centre. Ooooh right, thanks for the reminder! Ludo=E2=80=99.