Hi Ellen,
Ellen Papsch <ellen.papsch@wine-logistix.de> skribis:
Toggle quote (8 lines)
> Hello,>> I have installed GuixSD today with the attached config.scm and followed> the "Contributing" chapter of the manual and executed the test suite,> which results in two lone errors. I assume the errors are not due> misconfiguration, although the messages don't tell me much, I could be> mistaken.
Thanks for your report. The first failing test is:
Toggle snippet (38 lines)
test-name: channel-news, one entrylocation: /home/ep/src/guix/tests/channels.scm:266source:+ (test-assert+ "channel-news, one entry"
[...]
+ (lset= equal?+ (map channel-news-entry-tag+ (channel-news-for-commit channel commit5 commit1))+ '(#f "tag-for-first-news-entry")))))))Initialized empty Git repository in /tmp/guix-directory.KCQpPV/.git/[master (root-commit) 60bd594] first commit 1 file changed, 1 insertion(+) create mode 100644 .guix-channel[master 5349d58] second commit 1 file changed, 1 insertion(+) create mode 100644 src/a.txt[master ef05798] third commit 1 file changed, 1 insertion(+) create mode 100644 news.scm[master 0db78fb] fourth commit 1 file changed, 1 insertion(+) create mode 100644 src/b.txt[master 9ded21e] fifth commit 1 file changed, 1 insertion(+), 1 deletion(-)actual-value: #fresult: FAIL
random seed for tests: 1580471271Updating channel 'test' from Git repository at 'test'...Updating channel 'test-channel' from Git repository at 'https://example.com/test-channel'...Updating channel 'test' from Git repository at 'test'...Updating channel 'test-channel' from Git repository at 'https://example.com/test-channel'...Updating channel 'test-channel' from Git repository at 'https://example.com/test-channel'...
I wonder if this could be caused by settings in ~/.gitconfig. Could youtry to move it out of the way and run the test? With:
rm ~/.gitconfig{,.bak} make check TESTS=tests/channels.scm
The second failure is:
Toggle snippet (19 lines)
test-name: reverse bag DAGlocation: /home/ep/src/guix/tests/graph.scm:194source:+ (test-assert+ "reverse bag DAG"+ (let-values+ (((dune bap ocaml-base)+ (values+ (specification->package "dune")+ (specification->package "bap")+ (specification->package "ocaml-base")))
[...]
actual-error:+ (quit 1)result: FAIL
It’s due to recent changes in the OCaml packages. I’ll push a fixshortly.
Thanks!
Ludo’.