unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Ellen Papsch <ellen.papsch@wine-logistix.de>
Cc: 39374@debbugs.gnu.org
Subject: bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb
Date: Wed, 05 Feb 2020 14:49:50 +0100	[thread overview]
Message-ID: <87o8udp2ip.fsf@gnu.org> (raw)
In-Reply-To: <e5aa4c02a3b04ead28e60adc76a2ed48c5f2c21a.camel@wine-logistix.de> (Ellen Papsch's message of "Fri, 31 Jan 2020 17:37:29 +0100")

Hi Ellen,

Ellen Papsch <ellen.papsch@wine-logistix.de> skribis:

> 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:

--8<---------------cut here---------------start------------->8---
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'...
--8<---------------cut here---------------end--------------->8---

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:

  rm ~/.gitconfig{,.bak}
  make check TESTS=tests/channels.scm

The second failure is:

--8<---------------cut here---------------start------------->8---
test-name: reverse bag DAG
location: /home/ep/src/guix/tests/graph.scm:194
source:
+ (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
--8<---------------cut here---------------end--------------->8---

It’s due to recent changes in the OCaml packages.  I’ll push a fix
shortly.

Thanks!

Ludo’.

  reply	other threads:[~2020-02-05 13:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 16:37 bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb Ellen Papsch
2020-02-05 13:49 ` Ludovic Courtès [this message]
2022-10-18 16:07   ` zimoun
2022-10-19  9:07     ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87o8udp2ip.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=39374@debbugs.gnu.org \
    --cc=ellen.papsch@wine-logistix.de \
    /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 public inbox

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

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