From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 QNW3FGi582Lu3wAAbAwnHQ (envelope-from ) for ; Wed, 10 Aug 2022 15:58:00 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KIebFGi582I3UAAAauVa8A (envelope-from ) for ; Wed, 10 Aug 2022 15:58:00 +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 F22502AA79 for ; Wed, 10 Aug 2022 15:57:59 +0200 (CEST) Received: from localhost ([::1]:47766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLmDe-0007yV-QM for larch@yhetil.org; Wed, 10 Aug 2022 09:57:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLm39-0000Lq-Gi for bug-guix@gnu.org; Wed, 10 Aug 2022 09:47:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57226) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLm35-0000jS-WB for bug-guix@gnu.org; Wed, 10 Aug 2022 09:47:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLm33-000871-S8 for bug-guix@gnu.org; Wed, 10 Aug 2022 09:47:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#55848: AArch64 honeycomb machines =?UTF-8?Q?aren=E2=80=99t?= building stuff Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 10 Aug 2022 13:47:01 +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: Tom Fitzhenry Cc: Mathieu Othacehe , 55848@debbugs.gnu.org, Greg Hogan , guix-sysadmin Received: via spool by 55848-submit@debbugs.gnu.org id=B55848.166013920731162 (code B ref 55848); Wed, 10 Aug 2022 13:47:01 +0000 Received: (at 55848) by debbugs.gnu.org; 10 Aug 2022 13:46:47 +0000 Received: from localhost ([127.0.0.1]:46975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLm2p-00086Y-0f for submit@debbugs.gnu.org; Wed, 10 Aug 2022 09:46:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLm2l-00086J-I8 for 55848@debbugs.gnu.org; Wed, 10 Aug 2022 09:46:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLm2f-0000hq-Jk; Wed, 10 Aug 2022 09:46:37 -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=yh9mYIrpHjTgUAwHyg2pEtX/zYeP/PPdajYjYSWXfV0=; b=cFIrNKQoiI7zx+QX14lE izW87Mj3A8Jcqv1NfBXPFYDjPdLdFgT1JXhheYkBmX+rXrY+qYhNCMjWVfFq2bYaU1/WZoCAM7R68 aW+jIwWK5AklI6JPRdXKPmPSbpxLEnhjI4d6DRGibAseeE613jLYqP63aEOeKZ9z/jNUkm4KU2Oa2 zCMRsAINqt9ugTg1IVlIgtzc+GKOj9wNTtIP/Et5VDgn5AauVclrrpwZgsTfyf2NYPtY7gG88nSAN qFt9N7vAJVTgZakrrvRfmS/i9pCJ7hic6rD+Vxkm5kF4m3jco1CLQWslY90igB0NQKsR38hZOgxCp cwub0M2lzsLPcw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60926 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLm2f-0001n7-0v; Wed, 10 Aug 2022 09:46:37 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87h74v2mu7.fsf@gnu.org> <878rq3scn3.fsf@tom-fitzhenry.me.uk> <87bkuyvwf0.fsf@gnu.org> Date: Wed, 10 Aug 2022 15:46:34 +0200 In-Reply-To: <87bkuyvwf0.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Sun, 12 Jun 2022 15:33:23 +0200") Message-ID: <87wnbgyzwl.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=1660139880; 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=yh9mYIrpHjTgUAwHyg2pEtX/zYeP/PPdajYjYSWXfV0=; b=tplAfbX0NGFXPr7Jeh5uSHqsNUe7YMlALNVacGxuw1UxBb94G2RfCYLs2bLYMH/xG5n075 3MI/wVvqX8GgpLy/Alrqq/qoNf1zFXcbuvPCHjKqK8Etv29W/FcAmM0GD5VHyRnJxKLRFJ NXQZ9lgRPr6d6OKk5VWsPvybmrUA3GrN+eJ6Ucj0LVDOSZcVUYY820s0bJXSSKHNIi4RPq ZpyS4LLTytkE1LJROKYrCFTlupcIh1ZDKnVG76ZRUXfuYXgwWHlHa3/h1AlBIck86P8i2+ kf/rtrtrMr4n5IE3uhf3fGL+DD6jdURUHlDuoo3H1LR1ffgjtCbSL2kpHu31TA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660139880; a=rsa-sha256; cv=none; b=PW3ck26nDtCnabAl+D4hLhsm0HEbRJRYnzSRURCAcB10+IqYsN++EgIhE/abft0SSEP5bx iK+uiv4+1QvPHDR8xiMYZoBo5ohGYEex/t9do1WsiWzZih/mGpwGYsxXOd1LiDMw90Lb6A KYCaRJH/G4GiHpvgxyiSb92dRAYN7rVVBSJhA9mQ8Eb6zD9GEGP8MY9kcp4pCSGKH9g3rP JNHmIervx+xjY08eYrtmff4+87ht0bJm6OH1pS3inLtrJG9MqQrhx9xORWyerIo1+sKEHG sfBvLba4GENnEItz5Vzoj1Zeu3jgGuMDdVwTQY2pnXTQz8RY/HEMLWaLm+o/qQ== 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=cFIrNKQo; 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: -2.79 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=cFIrNKQo; 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: F22502AA79 X-Spam-Score: -2.79 X-Migadu-Scanner: scn0.migadu.com X-TUID: 7QIO6rOEMR5L Hi! Ludovic Court=C3=A8s skribis: > guix-daemon is configured to use the default substitute URLs, > https://ci.guix.gnu.org and https://bordeaux.guix.gnu.org, which we know > are unreachable. > > I=E2=80=99ve theoretically addressed this here: > > https://git.savannah.gnu.org/cgit/guix/maintenance.git/commit/?id=3D99b= d9dc9001d6bea7480a7ce0e0e10ff78adb787 > https://git.savannah.gnu.org/cgit/guix/maintenance.git/commit/?id=3Db06= 61cc7d6dd74b0aeac3b052a80a8a2fef2af9c > > I tried to reconfigure those boxes with =E2=80=98guix deploy=E2=80=99, bu= t this is > currently on hold because ci.guix has run out of inodes=E2=80=A6 Time passed and I had kinda forgotten about it, but the problem remains. I=E2=80=99m currently reconfiguring pankow and grunewald=E2=81=B0 from berl= in with =E2=80=98guix deploy=E2=80=99 to include the fix above=C2=B9, but it=E2=80=99s gonna take= a while as it=E2=80=99s currently building GCC=E2=80=A6 To do that, I had to =E2=80=98herd stop guix-daemon=E2=80=99 (thereby stopp= ing =E2=80=98cuirass-remote worker=E2=80=99 as well) and run guix-daemon by han= d with =E2=80=98--substitute-urls=3Dhttp://10.0.0.1=E2=80=99. While doing that with Guix 9e4632081ff31bf0d1715edd66f514614c6dc4bb, I found another bug=C2=B2 (yup, it does look like an endless quest, even more so that I=E2=80=99ll soon be going AFK and it=E2=80=99s not clear that thin= gs will be settled by then!). Cheers, Ludo=E2=80=99, aka. el Quijote. =E2=81=B0 More on kreuzberg in a separate message=E2=80=A6 =C2=B9 For the record, previously =E2=80=98guix deploy=E2=80=99 had a bug w= hereby running it from an x86_64 box like berlin would lead it to send x86_64 binaries (instead of AArch64 binaries) to the machines. This was fixed in 7046e777212233b89df68379c270b448c45195ce: . =C2=B2 https://issues.guix.gnu.org/57117