--- Begin Message ---
Subject: |
test failures tests/channels.scm and tests/texlive.scm |
Date: |
Wed, 20 Jul 2022 16:29:50 +0200 |
Hello,
I am trying to follow "16.1 Building from Git"[1] but this results
in two test failures on my machine.
Initially I ran:
#+begin_src sh
git clone https://git.savannah.gnu.org/git/guix.git
cd guix
git fetch origin keyring:keyring
guix git authenticate 9edb3f66fd807b096b48283debdcddccfea34bad \
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"
guix environment guix --pure --ad-hoc help2man git strace
./bootstrap
./configure --localstatedir=/var
make && make check
#+end_src
Rerunning only the failed tests:
#+begin_src sh
make check TESTS="tests/channels.scm tests/texlive.scm"
#+end_src
Output:
#+begin_src sh
$ make check TESTS="tests/channels.scm tests/texlive.scm"
make check-recursive
make[1]: Entering directory '/home/ck/tmp/guix'
Making check in po/guix
make[2]: Entering directory '/home/ck/tmp/guix/po/guix'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ck/tmp/guix/po/guix'
Making check in po/packages
make[2]: Entering directory '/home/ck/tmp/guix/po/packages'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ck/tmp/guix/po/packages'
make[2]: Entering directory '/home/ck/tmp/guix'
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
make check-TESTS check-local
make[3]: Entering directory '/home/ck/tmp/guix'
make[4]: Entering directory '/home/ck/tmp/guix'
FAIL: tests/channels.scm
FAIL: tests/texlive.scm
============================================================================
Testsuite summary for GNU Guix 1.3.0.22336-479d9e
============================================================================
# TOTAL: 19
# PASS: 13
# SKIP: 4
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================
make[4]: *** [Makefile:5964: test-suite.log] Error 1
make[4]: Leaving directory '/home/ck/tmp/guix'
make[3]: *** [Makefile:6072: check-TESTS] Error 2
make[3]: Leaving directory '/home/ck/tmp/guix'
make[2]: *** [Makefile:6321: check-am] Error 2
make[2]: Leaving directory '/home/ck/tmp/guix'
make[1]: *** [Makefile:5849: check-recursive] Error 1
make[1]: Leaving directory '/home/ck/tmp/guix'
make: *** [Makefile:6323: check] Error 2
#+end_src
And results in the attached =test-suite.log=
test-suite.log
Description: test-suite.log
Am I doing anything wrong? I tried reading the results but cannot figure
out what is wrong.
.
[1] https://guix.gnu.org/manual/en/html_node/Building-from-Git.html
Thank you
Chris
--- End Message ---