From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id eK/zGyJcfWZbWQAAqHPOHw:P1 (envelope-from ) for ; Thu, 27 Jun 2024 12:33:38 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id eK/zGyJcfWZbWQAAqHPOHw (envelope-from ) for ; Thu, 27 Jun 2024 14:33:38 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719491618; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=wFzEYgWms60NjMztlB/mC4Z4QtFhNLSLQbwwJZCvqJQ=; b=jgqdSH4Pt91RD26w86vnYT4CsL6AApSuqYGK5FKRm20EYar1QO0snKbhBuRFz+jxQ+Dnmt dwk5qsmt+SPf112JwjZJSWJtnFNOhnSzNJqtBEUyZV22Cz+WZX1TZhUUIeLn+XuW0utrov 37aD0VVqxjbDCH3sQb/siY1JfvKyVj0F01NuhU0T+Xacj569yaoO+lSnigOP91/1Ff7iBe a8Q6F+wpBX45DbAJfcOCpT51nHY1/YLOHNsiuq9Kc9Hl8Wviu7obST35KOYvfF418/FLui YopIR8YxJsgMb89hv+RxzYymG0gyIL1drMYQd52PauEejUx0BcfQchOJj6foug== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719491618; a=rsa-sha256; cv=none; b=lLHVj0tDntaXv/J4TV1Aim+dSfFnbMy1XyxoDBg7t9HRjT2zh8YQb5y7mNeFBGrf4SszXT mtJaKg0kS6AB82Cp0vQtH7PbXy/u2Q5yNO6YjI7vnS1yjibRzT/otISAKdAMFomGhNAExl EtDp5FEcJodSpaEaL/4WTipJtPY3IHITvMSK45F9GDxkh9kyag00IumN/N9YUPzxowldBC BKnA9D5z4L3K30hKrvyme6DqNBzBiphR+xGk4dzNRROFyjA+U8uMJ7GcrBgqnp7SZT5zsF mke5nR5pWY+L174f60XtV95VT4bBvNGAdgGB2Gxk/VzeFHtNxV4np+4SCQdUbQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" 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 5648B69EDA for ; Thu, 27 Jun 2024 14:33:38 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMoJG-0003JI-KP; Thu, 27 Jun 2024 08:33:06 -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 1sMoIx-0002mu-5d for guix-devel@gnu.org; Thu, 27 Jun 2024 08:32:52 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMoIs-0004fa-Of; Thu, 27 Jun 2024 08:32:45 -0400 Received: from localhost (unknown [212.132.255.81]) by mira.cbaines.net (Postfix) with ESMTPSA id EFCE327BBE2; Thu, 27 Jun 2024 13:32:37 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 6b06d4ec; Thu, 27 Jun 2024 12:32:37 +0000 (UTC) From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: =?utf-8?B?5a6L5paH5q2m?= , guix-devel@gnu.org Subject: Re: =?utf-8?Q?=E2=80=98core-updates=E2=80=99?= rebased: testing needed! In-Reply-To: <871q4i8tr8.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 27 Jun 2024 14:17:31 +0200") References: <877cengf4y.fsf@envs.net> <871q4i8tr8.fsf@gnu.org> User-Agent: mu4e 1.12.4; emacs 29.3 Date: Thu, 27 Jun 2024 13:32:35 +0100 Message-ID: <87a5j64lcs.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: guix-devel-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 5648B69EDA X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -8.47 X-Spam-Score: -8.47 X-TUID: 7FD7Rb7pnleq --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> Hello, there are 399 build failed which only on core-updates if I count >> it correctly (1 at the end of each line come from ci status, I think 2 >> are for dependencies failed), the 4xxxxxx are build number, which can be >> used as "https://ci.guix.gnu.org/build/4602867/details". > > Thanks for all the work you=E2=80=99ve put last week into fixing these is= sues! > We=E2=80=99re at 94% of substitute availability on x86_64-linux right now: > > https://qa.guix.gnu.org/branch/core-updates > > ci.guix is lagging behind on aarch64-linux (mostly because part of the > builders are out-of-order right now=C2=B9) and also on powerpc64le-linux > (that would need more investigation), but fortunately bordeaux.guix has > relatively good figures on these platforms. > > On i686-linux, there are two important packages failing: gd (1 test > failure) and libfaketime. Fixing these can make an important > difference. > > Let=E2=80=99s keep this going and we should be able to merge real soon, m= aybe as > soon as we get above 70% on aarch64 and powerpc64le? Is that a > reasonable goal? I'm not sure about powerpc64le, I don't think I'll be able to run the one machine hooked up to the bordeaux build farm in the next few weeks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmZ9W+NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XeOBg//W60y5Qwiu09a/gnP/K+OW58v2IwSD6ta r4NGtK6VkjQf8ssxMxdmHs04LNINdR2A8pKWDRgWEbooevcCH+Xj4EEbbiZY/7bD IX/Le0Id2VTrE7lyy/YdGM2QewNs3vTE4OKMjT3iEYuywPOAYQFvWvLbiaAm7jJu zALyR0wMT1GEwseBE1ulZpEGSrq5W39e5ixf5Xc6mVcUZxGuTW2Y0/nHF8+CT31I O7dtHq8G2E+zrO7gjNMk7Pqa8YTwVvyNiqH2+E3Mk6Vkiu/zXkTdAwPbrGPiBeOy rF4wkao5yel1AFyC6QzGaTyQHtiwLN4n/xVvhtNCvZV1+26JgJpWqRDmlHTfnBDJ Lp0nS6g3+kLqvbvuvlJWKVU/iQi1Rjb2K3OSxbI8ta0fCCEnc4TDbyRSc0XRJdwM 5PRi6l9yAcPmEfF5aPRpyOTuNzzTwzSmW4z7PCW431+DImBHHbNdyMBfT3zLL5EQ m0wMY/beROx8PLvfxk0ooW6kuIV+KWdPIELOF+FNGrWzMzk4vL68YhPr2IwcHpUc NwWbbu4aqXeEyLJK/nC7gNIi1mITlDeyt0Bw61PaABVIvKukhJ0Y0shgbQksrBnm wkUIhQhNoSpcLh06Pc53Fb2X//J/rtM4l8GtgmlcZ+QOLPHvQ8CB3z66T5sE4jCR fEMsdKcTQcU= =yJPp -----END PGP SIGNATURE----- --=-=-=--