bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43905: Acknowledgement (cuirass: uncaught exception 'read-error' in


From: Jonathan Brielmaier
Subject: bug#43905: Acknowledgement (cuirass: uncaught exception 'read-error' in 'metrics' fiber)
Date: Mon, 2 Nov 2020 19:19:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.4.0

On 12.10.20 09:37, Mathieu Othacehe wrote:
>
> Hello Jonathan,
>
>> It happens when scamping around in the database:
>> update Specifications set proc_args='((subset "htop" "icedove") (systems
>> "x86_64-linux))';
>
> You mean it happens only when modifying 'proc_args' while Cuirass is
> running? Could you share your specifications so that I can try to
> reproduce it?

Sorry for the late answer

```
(define %cuirass-specs

  #~(list

  '((#:name . "foo-master")

    (#:load-path-inputs . ())

    (#:package-path-inputs . ("foo-packages"))

    (#:proc-input . "guix")

    (#:proc-file . "build-aux/cuirass/gnu-system.scm")

    (#:proc . cuirass-jobs)

    (#:proc-args . ((subset . ("htop" "icedove"))

                    (systems . ("x86_64-linux"))))

    (#:inputs . (((#:name . "guix")

                  (#:url . "https://git.savannah.gnu.org/git/guix.git";)

                  (#:load-path . ".")

                  (#:branch . "master")

                  (#:no-compile? . #t))

                 ((#:name . "foo-packages")

                  (#:url . "https://gitlab.com/foo/foo.git";)

                  (#:load-path . ".")

                  (#:branch . "master")

                  (#:no-compile? . #t))))

    (#:build-outputs . ()))))


```






reply via email to

[Prev in Thread] Current Thread [Next in Thread]