From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yOPTDGxqN2Nn/gAAbAwnHQ (envelope-from ) for ; Sat, 01 Oct 2022 00:15:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id uMD8DGxqN2MkLwAA9RJhRA (envelope-from ) for ; Sat, 01 Oct 2022 00:15:08 +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 9C46A353DF for ; Sat, 1 Oct 2022 00:15:07 +0200 (CEST) Received: from localhost ([::1]:37296 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oeOHi-0002EA-OF for larch@yhetil.org; Fri, 30 Sep 2022 18:15:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58204) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeOHe-0002Cg-Qg for bug-guix@gnu.org; Fri, 30 Sep 2022 18:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44044) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oeOHe-0004E1-IA for bug-guix@gnu.org; Fri, 30 Sep 2022 18:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oeOHe-0006bg-6N for bug-guix@gnu.org; Fri, 30 Sep 2022 18:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#58203: Cuirass fails to respect (target-x86-32?) in some circumstances Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 30 Sep 2022 22:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58203 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Marius Bakke Cc: 58203@debbugs.gnu.org Received: via spool by 58203-submit@debbugs.gnu.org id=B58203.166457606125331 (code B ref 58203); Fri, 30 Sep 2022 22:15:02 +0000 Received: (at 58203) by debbugs.gnu.org; 30 Sep 2022 22:14:21 +0000 Received: from localhost ([127.0.0.1]:43122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeOGy-0006aU-PI for submit@debbugs.gnu.org; Fri, 30 Sep 2022 18:14:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeOGw-0006aF-8M for 58203@debbugs.gnu.org; Fri, 30 Sep 2022 18:14:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35276) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeOGp-0004AJ-S4 for 58203@debbugs.gnu.org; Fri, 30 Sep 2022 18:14:13 -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=U3AwPoM1ePW/HYAn0LQz25r54V6yvp2ctHzC8sjTeAc=; b=adVtgyWzBEwgHxyrUiGS ogYuRZ7gZ4sgOAK2Bh2Ped9yXLGXVTgJhF6DYCae4OrzmNA8pyESA2pvisKzhMUbfmh0YvIUdrmnm xMF7n6YHbm4dMbq8OBFKMFt5LZj0Ywl5q8Kcl/tnR2BjQGs9n8JRgMb8q9ws9qUUVN5cmAQ9FT1m7 1VNSUPHSdyitlmzjtxsuu/OjWf1c7ET8lo1rRz7DiubRE+hhDScozghNxHDF0eKrnFpB2ic9RhdHI HlAL1dKr+dhtN7cEtPOX5NepkMHMd9xtpnaOf9hTBqEmH/7TcBwBRaUvGh+RtX94FAp9I6ixiYtir q2r0pBzsuZFZ/g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64679 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeOGm-0006sa-GX; Fri, 30 Sep 2022 18:14:11 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <878rm0y3b1.fsf@gnu.org> Date: Sat, 01 Oct 2022 00:14:06 +0200 In-Reply-To: <878rm0y3b1.fsf@gnu.org> (Marius Bakke's message of "Fri, 30 Sep 2022 23:12:34 +0200") Message-ID: <87y1u0fr2p.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-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664576108; 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=U3AwPoM1ePW/HYAn0LQz25r54V6yvp2ctHzC8sjTeAc=; b=Jmi71wsq9edyjknRzY3YKB7aO3Qibo2yRcHA9OFmDfBSHHgax7Z1sMpKcHdTFOKMpSp5TN mpCH4rBA8L3r7IXJj+2Psd2BMgo0w9LczWokRheTQkIFjO9NtV7A0ru/rSWvhX5USpgLOk V08NdJXq8wkFgJecZkU2dUWf7lNZmWKowmb2tlqSGMKnwWxrJ/lqsefRzsNh4l04jqz8is hg+Zs02TnhOaJDOjFVm73cIbtYPiRFz87fKh6KtCQLqdnOKGszBwODL6prHlEe/cW+2hHs bJBz0/1cpqZlnJ+6PC+hvLfO2jhpZxm/bUvlrDC/y9F65GoVzcWAF6Q0gVsCeg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664576108; a=rsa-sha256; cv=none; b=bm+YKCBdxE6HnqsJ6ztt6tIyKPugL+I30F8yHNqlbI7Gpi4W7DrMXzT+/Smm5mx5a1t8Ey XYiEkV0blPyeF/pMk9iWdEDertGPi5OZqks4Hf3POviS08uFuc8IAvZrdmKKY8+JTfoHTI xPS3oZZiGcjQ++WYnXil/RAfvUiWCsPScErCrkp1QojHETrtbQerMXOXyNcO6IZIfLkYd/ pAaC4Rqp94Ry56ZraSLzwO8C/pQ1mcv9eA/0h2jJc1iwW8mzN4OJ+wfVGIdMi821fJyoRU TOmGDMKHLct3J//MgonAXb4AjiTl6rzG5uJYxIXYMfp7veh+xiMvTCdud4HRLg== 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=adVtgyWz; 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.54 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=adVtgyWz; 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: 9C46A353DF X-Spam-Score: -4.54 X-Migadu-Scanner: scn0.migadu.com X-TUID: 162V0urvE1Nv Marius Bakke skribis: > Hello, > > I noticed Cuirass attempts to run imath tests on i686-linux: > > https://ci.guix.gnu.org/build/739643/details Following the links, this corresponds to , itself corresponding to commit f5fe0082abe4547f3fb9f29d8351473cfb3a387b, which dates back to May. So this is a recent build for an old commit; maybe it had been queued for some time and just got unlocked today? Weirdness. The good news is that with today=E2=80=99s =E2=80=98staging=E2=80=99, every= thing=E2=80=99s fine: --8<---------------cut here---------------start------------->8--- $ guix time-machine --commit=3De0546a11f0b65e301dc9d1d1cfec26e686070029 -- = weather imath -s i686-linux computing 1 package derivations for i686-linux... looking for 1 store items on https://ci.guix.gnu.org... https://ci.guix.gnu.org =E2=98=80 100.0% substitutes available (1 out of 1) at least 0.2 MiB of nars (compressed) 0.9 MiB on disk (uncompressed) 0.230 seconds per request (0.2 seconds in total) 4.3 requests per second [...] $ guix time-machine --commit=3De0546a11f0b65e301dc9d1d1cfec26e686070029 -- = build imath -s i686-linux -d --no-grafts /gnu/store/g31xfskliryh10gij1hidydykqk7bb6z-imath-3.1.3.drv --8<---------------cut here---------------end--------------->8--- Thanks, Ludo=E2=80=99.