Ellen Papsch <ellen.papsch@wine-logistix.de> skribis:
Thanks for your report. The first failing test is:
Toggle snippet (38 lines)
test-name: channel-news, one entry
location: /home/ep/src/guix/tests/channels.scm:266
source:
+ (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: #f
result: FAIL
random seed for tests: 1580471271
Updating 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 you
try to move it out of the way and run the test? With:
make check TESTS=tests/channels.scm
It’s due to recent changes in the OCaml packages. I’ll push a fix