unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: divoplade <d@divoplade.fr>
To: Mathieu Othacehe <othacehe@gnu.org>
Cc: help-guix@gnu.org
Subject: Re: Configuration for Cuirass
Date: Thu, 15 Oct 2020 11:19:55 +0200	[thread overview]
Message-ID: <32e79f73e3884ed6ee5bea1a2835fe6d5063c034.camel@divoplade.fr> (raw)
In-Reply-To: <87eelzq3ue.fsf@gnu.org>

Hello Mathieu,

Le jeudi 15 octobre 2020 à 10:40 +0200, Mathieu Othacehe a écrit :
> --8<---------------cut here---------------start------------->8---
> (define my-packages
>   '((#:name . "my-packages")
>     (#:load-path-inputs . ("guix"))
>     (#:package-path-inputs . ())
>     (#:proc-input . "guix")
>     (#:proc-file . "build-aux/cuirass/gnu-system.scm")
>     (#:proc . cuirass-jobs)
>     (#:proc-args (subset "pomdappi")) ;name of the packages you want
> to build
>     (#:inputs . (((#:name . "pomdappi")
>                   (#:url . "
> https://framagit.org/divoplade/pomdappi-ci.git")
>                   (#:load-path . ".")
>                   (#:branch . "master")
>                   (#:no-compile? . #t))
>                  ((#:name . "guix")
>                   (#:url . "git://git.savannah.gnu.org/guix.git")
>                   (#:load-path . ".")
>                   (#:branch . "master")
>                   (#:no-compile? . #t))))
>     (#:build-outputs . ())))
> (list my-packages)
> --8<---------------cut here---------------end--------------->8---

Thank you for your help.

I use this, but I still have no builds (https://ci.divoplade.fr/)

My log file alternates between "building 0 derivations" and "failed to
connect to git.savannah.gnu.org: Connection timed out".

2020-10-15T11:08:12 next evaluation in 60 seconds
2020-10-15T11:09:12 fetching input 'pomdappi' of spec 'my-packages'
2020-10-15T11:09:12 fetching input 'guix' of spec 'my-packages'
WARNING: (guile-user): imported module (fibers) overrides core binding
`sleep'
2020-10-15T11:10:14 performing database optimizations
2020-10-15T11:10:14 running Fibers on 4 kernel threads
WARNING: (cuirass watchdog): imported module (fibers) overrides core
binding `sleep'
2020-10-15T11:10:14 marking stale builds as "scheduled"...
2020-10-15T11:10:14 retrieving list of pending builds...
2020-10-15T11:10:14 Updating metric builds-per-day (1602633600) to 0.
2020-10-15T11:10:14 Updating metric new-derivations-per-day
(1602633600) to 0.
2020-10-15T11:10:14 heap: 11.93 MiB; threads: 16; file descriptors: 65
2020-10-15T11:10:14 canceling 0 stale builds
2020-10-15T11:10:14 restarting 0 pending builds
2020-10-15T11:10:14 Updating metric pending-builds (1602720000) to 0.
2020-10-15T11:10:14 Updating metric pending-builds (1602720000) to 0.
2020-10-15T11:10:14 building 0 derivations in batches of 200
2020-10-15T11:10:14 done with 0 derivations
2020-10-15T11:10:14 done with restarted builds
2020-10-15T11:10:14 Failed to compute metric average-10-last-eval-
duration-per-spec (my-packages).
2020-10-15T11:10:14 Failed to compute metric average-100-last-eval-
duration-per-spec (my-packages).
2020-10-15T11:10:14 Failed to compute metric average-eval-duration-per-
spec (my-packages).
2020-10-15T11:10:14 Failed to compute metric percentage-failure-10-
last-eval-per-spec (my-packages).
2020-10-15T11:10:14 Failed to compute metric percentage-failure-100-
last-eval-per-spec (my-packages).
2020-10-15T11:10:14 Failed to compute metric percentage-failed-eval-
per-spec (my-packages).
2020-10-15T11:10:14 Metrics update took 0.020688 seconds
2020-10-15T11:10:14 fetching input 'pomdappi' of spec 'my-packages'
2020-10-15T11:10:14 fetching input 'guix' of spec 'my-packages'
2020-10-15T11:14:35 Git error while fetching inputs of 'my-packages':
"failed to connect to git.savannah.gnu.org: Connection timed out"

2020-10-15T11:14:35 next evaluation in 60 seconds

Using ah HTTPS URI for guix git does not help. Do you know what is
going on?

Best regards,

divoplade



  reply	other threads:[~2020-10-15  9:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-14 22:42 Configuration for Cuirass divoplade
2020-10-15  8:40 ` Mathieu Othacehe
2020-10-15  9:19   ` divoplade [this message]
2020-10-15 12:32     ` Mathieu Othacehe
2020-10-15 14:39       ` divoplade
2020-10-18 15:46         ` Mathieu Othacehe
2020-10-18 15:51           ` divoplade
2020-10-18 16:24             ` Mathieu Othacehe
2020-10-18 16:36               ` divoplade
2020-10-18 17:38                 ` Mathieu Othacehe
2020-10-18 17:50                   ` divoplade
2020-10-19 10:27                     ` Mathieu Othacehe
2020-10-19 17:04                       ` divoplade

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32e79f73e3884ed6ee5bea1a2835fe6d5063c034.camel@divoplade.fr \
    --to=d@divoplade.fr \
    --cc=help-guix@gnu.org \
    --cc=othacehe@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).