unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Problem on setting up the Cuirass as substitute server
@ 2020-11-26 15:26 Reza Alizadeh Majd
  2020-11-27 11:57 ` Reza Alizadeh Majd
  0 siblings, 1 reply; 3+ messages in thread
From: Reza Alizadeh Majd @ 2020-11-26 15:26 UTC (permalink / raw)
  To: help-guix mailing list

Hi Guix, 

Trying to setup Cuirass to build a series of packages, I followed the
instructions provided in following link: 

https://guix.gnu.org/manual/en/html_node/Continuous-Integration.html

starting cuirass service on my machine, service starts with no error,
but when I check the web interface, list of specifications is empty.

--8<---------------cut here---------------start------------->8---
(define %cuirass-specs
  #~(list
     '((#:name . "my-manifest")
       (#:load-path-inputs . ("guix"))
       (#:package-path-inputs . ())
       (#:proc-input . "guix")
       (#:proc-file . "build-aux/cuirass/gnu-system.scm")
       (#:proc . cuirass-jobs)
       (#:proc-args . ((subset . "manifests")
                       (systems . ("x86_64-linux"))
                       (manifests . (("config" . "manifest.scm")))))
       (#:inputs . (((#:name . "guix")
                     (#:url . "git://git.savannah.gnu.org/guix.git")
                     (#:load-path . ".")
                     (#:branch . "master")
                     (#:no-compile? . #t))
                    ((#:name . "config")
                     (#:url . "https://github.com/ramajd/guix-manifest.git")
                     (#:load-path . ".")
                     (#:branch . "master")
                     (#:no-compile? . #t)))))))
--8<---------------cut here---------------end--------------->8---

the manifest.scm file that I added for list of package for build:

--8<---------------cut here---------------start------------->8---
(specifications->manifest
 '("hello"))
--8<---------------cut here---------------end--------------->8---

I also don't receive any errors in cuirass logs: 

--8<---------------cut here---------------start------------->8---
WARNING: (guile-user): imported module (fibers) overrides core binding `sleep'
2020-11-26T18:52:10 performing database optimizations
2020-11-26T18:52:11 running Fibers on 4 kernel threads
2020-11-26T18:52:11 Enable SQL query logging.
2020-11-26T18:52:11 marking stale builds as "scheduled"...
WARNING: (cuirass watchdog): imported module (fibers) overrides core binding `sleep'
2020-11-26T18:52:11 retrieving list of pending builds...
2020-11-26T18:52:11 Updating metric builds-per-day (1606262400) to 0.
2020-11-26T18:52:11 heap: 11.93 MiB; threads: 16; file descriptors: 66
2020-11-26T18:52:11 Updating metric new-derivations-per-day (1606262400) to 0.
2020-11-26T18:52:11 canceling 0 stale builds
2020-11-26T18:52:11 restarting 0 pending builds
2020-11-26T18:52:11 building 0 derivations in batches of 200
2020-11-26T18:52:11 done with 0 derivations
2020-11-26T18:52:11 done with restarted builds
2020-11-26T18:52:11 Updating metric pending-builds (1606348800) to 0.
2020-11-26T18:52:11 next evaluation in 60 seconds
2020-11-26T18:52:11 Metrics update took 0.006027 seconds
2020-11-26T18:53:11 next evaluation in 60 seconds
--8<---------------cut here---------------end--------------->8---

can anyone help me on above configuration? did I miss anything about
specification definition? 

Regards, 
Reza

-- 
Reza Alizadeh Majd
PantherX Team
https://www.pantherx.org/


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

end of thread, other threads:[~2020-12-20 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 15:26 Problem on setting up the Cuirass as substitute server Reza Alizadeh Majd
2020-11-27 11:57 ` Reza Alizadeh Majd
2020-12-20 21:09   ` Joshua Branson

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).