unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40966: Missing substitutes on ci.guix.gnu.org?
@ 2020-04-29 17:53 Leo Famulari
  2020-04-29 22:15 ` Björn Höfling
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leo Famulari @ 2020-04-29 17:53 UTC (permalink / raw)
  To: 40966

I've noticed that certain packages never seem to have substitutes
available from ci.guix.gnu.org.

This is not about packages that consistently fail to build, like Vigra
(LibreOffice) [0], but packages that never seem to be attempted at all,
and are not found when searching on the CI results.

For example, ncmpcpp has not been built since February 2020:

https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+ncmpcpp

And Borg has apparently never been built:

https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+borg

By the way, the dates that are shown in this interface do not display
the year (can we fix that?):

https://ci.guix.gnu.org/build/2275489/details

[0] <https://bugs.gnu.org/40887>




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40966: Missing substitutes on ci.guix.gnu.org?
  2020-04-29 17:53 bug#40966: Missing substitutes on ci.guix.gnu.org? Leo Famulari
@ 2020-04-29 22:15 ` Björn Höfling
  2020-04-30 19:28   ` Leo Famulari
  2020-05-03  9:08 ` Christopher Baines
  2021-08-08  4:19 ` Maxim Cournoyer
  2 siblings, 1 reply; 6+ messages in thread
From: Björn Höfling @ 2020-04-29 22:15 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40966

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

On Wed, 29 Apr 2020 13:53:39 -0400
Leo Famulari <leo@famulari.name> wrote:

> And Borg has apparently never been built:
> 
> https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+borg

This is broken in a very strange, indeterministic way. At first I
thought you were right. But with modified searches, there are several
hits. For example this query:

https://ci.guix.gnu.org/search?query=^bor

has several hits, for example one for x86-64_linux from "8 Apr 04:09
+0200".

But when I further restrict the search:

https://ci.guix.gnu.org/search?query=%5Ebor+system%3Ax86_64-linux

I have only two results which are from

25 Feb 04:26 +0100
28 Apr 07:23 +0200

Where is the one from April 8 gone?

I'm not sure if that is related, but the search isn't stable: When
reloading the following URL, I can get several different search results:

https://ci.guix.gnu.org/search?query=java-kafka-clients++system%3Ax86_64-linux+spec%3Aguix-master

Sometimes broken, sometimes good.

 
> By the way, the dates that are shown in this interface do not display
> the year (can we fix that?):
> 
> https://ci.guix.gnu.org/build/2275489/details

And as you see above, timezone is MET with daylight-saving-time on/off.
For an international project, that should better be UTC?

Björn

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40966: Missing substitutes on ci.guix.gnu.org?
  2020-04-29 22:15 ` Björn Höfling
@ 2020-04-30 19:28   ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2020-04-30 19:28 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 40966

On Thu, Apr 30, 2020 at 12:15:47AM +0200, Björn Höfling wrote:
> This is broken in a very strange, indeterministic way. At first I
> thought you were right. But with modified searches, there are several
> hits. For example this query:
> 
> https://ci.guix.gnu.org/search?query=^bor
> 
> has several hits, for example one for x86-64_linux from "8 Apr 04:09
> +0200".

Interesting... and strange. Thanks for digging in.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40966: Missing substitutes on ci.guix.gnu.org?
  2020-04-29 17:53 bug#40966: Missing substitutes on ci.guix.gnu.org? Leo Famulari
  2020-04-29 22:15 ` Björn Höfling
@ 2020-05-03  9:08 ` Christopher Baines
  2021-08-08  4:19 ` Maxim Cournoyer
  2 siblings, 0 replies; 6+ messages in thread
From: Christopher Baines @ 2020-05-03  9:08 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40966

[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]


Leo Famulari <leo@famulari.name> writes:

> I've noticed that certain packages never seem to have substitutes
> available from ci.guix.gnu.org.
>
> This is not about packages that consistently fail to build, like Vigra
> (LibreOffice) [0], but packages that never seem to be attempted at all,
> and are not found when searching on the CI results.
>
> For example, ncmpcpp has not been built since February 2020:
>
> https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+ncmpcpp

For getting data in to the Guix Data Service, I added a way of fetching
the Cuirass build for an ouptut, [1] for example.

1: https://ci.guix.gnu.org/output/a4dfa081zsmfkbcfphcr5glzgxh3n81l-ncmpcpp-0.8.2

The Guix Data Service gathers up the builds, and displays them. This is
a useful page when looking at if a package has been built:

https://data.guix.gnu.org/repository/1/branch/master/package/ncmpcpp/output-history

> And Borg has apparently never been built:
>
> https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+borg

Here's the similar link for borg:

http://data.guix.gnu.org/repository/1/branch/master/package/borg/output-history

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40966: Missing substitutes on ci.guix.gnu.org?
  2020-04-29 17:53 bug#40966: Missing substitutes on ci.guix.gnu.org? Leo Famulari
  2020-04-29 22:15 ` Björn Höfling
  2020-05-03  9:08 ` Christopher Baines
@ 2021-08-08  4:19 ` Maxim Cournoyer
  2021-08-08 17:19   ` Leo Famulari
  2 siblings, 1 reply; 6+ messages in thread
From: Maxim Cournoyer @ 2021-08-08  4:19 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40966

Hi Leo,

Leo Famulari <leo@famulari.name> writes:

> I've noticed that certain packages never seem to have substitutes
> available from ci.guix.gnu.org.
>
> This is not about packages that consistently fail to build, like Vigra
> (LibreOffice) [0], but packages that never seem to be attempted at all,
> and are not found when searching on the CI results.
>
> For example, ncmpcpp has not been built since February 2020:
>
> https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+ncmpcpp
>
> And Borg has apparently never been built:
>
> https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+borg
>
> By the way, the dates that are shown in this interface do not display
> the year (can we fix that?):
>
> https://ci.guix.gnu.org/build/2275489/details
>
> [0] <https://bugs.gnu.org/40887>

Do you still encounter these issues with current Cuirass?

If not, let's close this issue!

Thanks,

Maxim




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#40966: Missing substitutes on ci.guix.gnu.org?
  2021-08-08  4:19 ` Maxim Cournoyer
@ 2021-08-08 17:19   ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2021-08-08 17:19 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 40966-done

On Sun, Aug 08, 2021 at 12:19:07AM -0400, Maxim Cournoyer wrote:
> Do you still encounter these issues with current Cuirass?
> 
> If not, let's close this issue!

I don't think so, and I think Cuirass has changed enough that any
similar problem would have a different cause. Closing...




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-08 17:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 17:53 bug#40966: Missing substitutes on ci.guix.gnu.org? Leo Famulari
2020-04-29 22:15 ` Björn Höfling
2020-04-30 19:28   ` Leo Famulari
2020-05-03  9:08 ` Christopher Baines
2021-08-08  4:19 ` Maxim Cournoyer
2021-08-08 17:19   ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).