From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2CqLOr0OBGC/JwAA0tVLHw (envelope-from ) for ; Sun, 17 Jan 2021 10:17:33 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id MERQNr0OBGDBfQAAB5/wlQ (envelope-from ) for ; Sun, 17 Jan 2021 10:17:33 +0000 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 B2AEF9403A5 for ; Sun, 17 Jan 2021 10:17:33 +0000 (UTC) Received: from localhost ([::1]:52552 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l157k-0003OK-Ma for larch@yhetil.org; Sun, 17 Jan 2021 05:17:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58394) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l157b-0003Nl-Pp for guix-devel@gnu.org; Sun, 17 Jan 2021 05:17:23 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35449) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l157b-00005O-Gr; Sun, 17 Jan 2021 05:17:23 -0500 Received: from [2a01:e0a:19b:d9a0:1538:87ab:3a95:7600] (port=44598 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l157a-0002lb-Bl; Sun, 17 Jan 2021 05:17:22 -0500 From: Mathieu Othacehe To: Vincent Legoll Subject: Re: Staging branch [substitute availability armhf-linux] References: <87a6tb6h7i.fsf@gnu.org> <87im7vhpo9.fsf@gnu.org> Date: Sun, 17 Jan 2021 11:17:20 +0100 In-Reply-To: (Vincent Legoll's message of "Sun, 17 Jan 2021 11:00:40 +0100") Message-ID: <87lfcrx3yn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.86 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: B2AEF9403A5 X-Spam-Score: -2.86 X-Migadu-Scanner: scn1.migadu.com X-TUID: tPVCZbLkcFAR --=-=-= Content-Type: text/plain Hello, > trying to DL (in browser or with wget) the build output, by using > the "https://ci.guix.gnu.org/download/190783" link, I get: > error "Could not find the request build product." Oh, it's already been garbage collected on Berlin, sorry about that :(. I'll see what I can do. In the meantime, running the attached file this way: --8<---------------cut here---------------start------------->8--- guix build -f pinebook.scm --8<---------------cut here---------------end--------------->8--- should achieve the same result locally. > That's where I searched, but did not find one with > the "Build outputs" link like the one you cited. > > Why is 190783 different from the 6 other ones returned > by this search query ? Because I just enabled build outputs production for Pinebook Pro images. > BTW, I think there is a problem in the way Cuirass web UI sorts > its results (apparently by oldest to newest, on the completion > time column) it looks like it is doing a string comparison, where > "32 minutes ago" is older than "37 hours ago". The "<< < > >>" > buttons also act strangely. Do you see such things ? > Should I report them as bugs ? Yes looks like the search pagination and ordering is broken, those are definitely bugs that you can report. Mathieu --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=pinebook.scm Content-Transfer-Encoding: base64 KHVzZS1tb2R1bGVzIChnbnUgc3lzdGVtIGltYWdlKQogICAgICAgICAgICAgKGdudSBzeXN0ZW0g aW1hZ2VzIHBpbmVib29rLXBybykpCgooc3lzdGVtLWltYWdlIHBpbmVib29rLXByby1iYXJlYm9u ZXMtcmF3LWltYWdlKQo= --=-=-=--