all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Reza Alizadeh Majd" <r.majd@pantherx.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: help-guix@gnu.org
Subject: Re: Guix Cuirass - Continuous Integration - Crash Error
Date: Wed, 12 Jun 2019 19:20:35 +0430	[thread overview]
Message-ID: <93b699ac-28fe-4b58-8fda-453af99b772f@www.fastmail.com> (raw)
In-Reply-To: <87ftof9tyz.fsf@elephly.net>

Hi Ricardo, 

Sorry I thought it might be helpful. 

lastly I think I find this issue's source, it seems that there was an issue about definition and usage of inputs. 

I tried to define spec from scratch and run cuirass manually. here is my new sample spec definition: 

```
(define my-spec
     '((#:name . "my-manifest")
       (#:load-path-inputs . ("guix"))
       (#:package-path-inputs . ("guix"))
       (#:proc-input . "guix")
       (#:proc-file . "build-aux/cuirass/gnu-system.scm")
       (#:proc . cuirass-jobs)
       (#:proc-args . ((subset . "hello")
                                    (systems . ("x86_64-linux"))))
       (#:inputs . (((#:name . "guix")
                                (#:url . "git://git.savannah.gnu.org/guix.git")
                                (#:load-path . ".")
                                (#:branch . "master")
                                (#:no-compile? . #t))))))

(list my-spec)
 ```

and I run cuirass manually using following command:

```
$ cuirass --databas=mytest.db --specifications=my-spec.scm
```

now I receive following warnings when running above command: 

```
2019-06-12T19:06:03 running Fibers on 4 kernel threads
2019-06-12T19:06:03 marking stale builds as "scheduled"...
2019-06-12T19:06:03 listening on 0.0.0.0:8082
2019-06-12T19:06:03 retrieving list of pending builds...
2019-06-12T19:06:03 heap: 11.00 MiB; threads: 10; file descriptors: 49
2019-06-12T19:06:03 canceling 0 stale builds
2019-06-12T19:06:03 restarting 0 pending builds
2019-06-12T19:06:03 building 0 derivations in batches of 200
2019-06-12T19:06:03 done with 0 derivations
2019-06-12T19:06:03 done with restarted builds
2019-06-12T19:06:03 fetching input 'guix' of spec 'my-manifest'
2019-06-12T19:06:04 fetched input 'guix' of spec 'my-manifest' (commit "798b80cea2ebf4a2303cef94468803cd50a51f7d")
2019-06-12T19:06:04 next evaluation in 30 seconds
2019-06-12T19:06:04 evaluating spec 'my-manifest'
`_IOLBF' is deprecated.  Use the symbol 'line instead.
warning: failed to load '(build-aux build-self)':
no code for module (build-aux build-self)
warning: failed to load '(build-aux build-self)':
no code for module (build-aux build-self)
warning: failed to load '(build-aux check-available-binaries)':
no code for module (build-aux check-available-binaries)
checking final inputs for 'x86_64-linux'...
checking final inputs for 'i686-linux'...
checking final inputs for 'armhf-linux'...
warning: failed to load '(build-aux check-final-inputs-self-contained)':
no code for module (build-aux check-final-inputs-self-contained)
```

is it possible that I missed something? 


Thanks, 
Reza

  reply	other threads:[~2019-06-12 14:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 14:52 Guix Cuirass - Continuous Integration - Crash Error Reza Alizadeh Majd
2019-06-05  9:59 ` Ricardo Wurmus
2019-06-08  5:12   ` Reza Alizadeh Majd
2019-06-08  6:58     ` Ricardo Wurmus
2019-06-09  5:29       ` Reza Alizadeh Majd
2019-06-12  6:09 ` Reza Alizadeh Majd
2019-06-12  6:51   ` Ricardo Wurmus
2019-06-12 14:50     ` Reza Alizadeh Majd [this message]
2019-06-16 14:13       ` Reza Alizadeh Majd

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

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

  git send-email \
    --in-reply-to=93b699ac-28fe-4b58-8fda-453af99b772f@www.fastmail.com \
    --to=r.majd@pantherx.org \
    --cc=help-guix@gnu.org \
    --cc=rekado@elephly.net \
    /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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.