Christopher Rodriguez wrote 3 years ago
(address . bug-guix@gnu.org)
__________________________________________
[BUG] GUIX CHECKOUT FAILS `MAKE CHECK`
yewscion
__________________________________________
Table of Contents
_________________
1. Environment
2. Steps to reproduce
3. Expected Result
4. Actual Result
5. Visual Proof (screenshots, videos, text)
6. Severity/Priority
1 Environment
=============
- *Device:* Linode Virtual Server, and Lenovo Thinkpad E14.
- *OS:* Guix System, and a workplace-modified version of Ubuntu.
- *Commits:* guix: `2c469f04a3bec27b1f49680c638814bc06075b9a`.
- *Substitutes:* Enabled.
- *Additional Channels:* None inside of `guix shell --pure -D \
guix`.
- *Blast Radius:* Two Failed Checks (guix-pack-relocatable.sh and
guix-git-autenticate.sh).
2 Steps to reproduce
====================
1. *Clone:* Run `git clone
2. *Enter Dev Environment:* `cd guix && guix shell --pure -D guix`.
3. *Bootstrap and Configure:* `./bootstrap && ./configure
--localstatedir=/var`.
4. *Make and Check:* `make && make check`.
3 Expected Result
=================
All tests should pass or be skipped.
4 Actual Result
===============
2 FAILs, and 1 XFAIL. (guix-pack-relocatable.sh and
guix-git-autenticate.sh)
5 Visual Proof (screenshots, videos, text)
==========================================
Attached are personally created logs of each step of the process. For
further clarity, here is the output of `git -C ~/Downloads/guix log -n
1` and `guix describe` on my GuixSD install. And because I discovered
it after the fact, I've also attached the two logfiles created by the
above process (config.log and testsuite.log).
#+name git -C ~/Downloads/guix log -n 1
,----
| commit 9834ff5d3293b2af728b41314c18ca7fb2081efe (HEAD -> master,
origin/master, origin/HEAD)
| Author: Efraim Flashner <efraim@flashner.co.il>
| Date: Tue Dec 21 16:15:03 2021 +0200
|
| gnu: binutils-gold: Skip gold testsuite on some architectures.
|
| * gnu/packages/base.scm (binutils-gold)[arguments]: Add a phase
on some
| architecturest to skip the gold testsuite.
`----
#+name guix describe
,----
| [16.0] {12:12} ming@gorse:~/$ guix describe
| Generation 18 Dec 20 2021 13:39:05 (current)
| guix 84fe3a8
| repository URL: https://git.savannah.gnu.org/git/guix.git
| branch: master
| commit: 84fe3a88179d5a6a5c619c408a4fd4fe2a779652
| yewscion 84d82fe
| repository URL: https://git.sr.ht/~yewscion/yewscion-guix-channel
| branch: trunk
| commit: 84d82fede37110a34e2df5e1712eb3bf934936cf
`----
6 Severity/Priority
===================
5 (Lowest Priority)
make check-recursive
make[1]: Entering directory '/home/ming/Downloads/guix'
Making check in po/guix
make[2]: Entering directory '/home/ming/Downloads/guix/po/guix'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ming/Downloads/guix/po/guix'
Making check in po/packages
make[2]: Entering directory '/home/ming/Downloads/guix/po/packages'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ming/Downloads/guix/po/packages'
make[2]: Entering directory '/home/ming/Downloads/guix'
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
make check-TESTS check-local
make[3]: Entering directory '/home/ming/Downloads/guix'
make[4]: Entering directory '/home/ming/Downloads/guix'
PASS: tests/accounts.scm
PASS: tests/base16.scm
PASS: tests/base32.scm
PASS: tests/base64.scm
PASS: tests/boot-parameters.scm
PASS: tests/bournish.scm
PASS: tests/builders.scm
PASS: tests/build-utils.scm
PASS: tests/cache.scm
PASS: tests/challenge.scm
SKIP: tests/channels.scm
PASS: tests/combinators.scm
PASS: tests/containers.scm
PASS: tests/cpan.scm
SKIP: tests/cpio.scm
PASS: tests/cran.scm
SKIP: tests/crate.scm
PASS: tests/cve.scm
PASS: tests/debug-link.scm
PASS: tests/derivations.scm
PASS: tests/discovery.scm
PASS: tests/egg.scm
PASS: tests/elpa.scm
PASS: tests/file-systems.scm
PASS: tests/gem.scm
PASS: tests/gexp.scm
SKIP: tests/git.scm
SKIP: tests/git-authenticate.scm
PASS: tests/glob.scm
PASS: tests/gnu-maintenance.scm
PASS: tests/grafts.scm
PASS: tests/graph.scm
PASS: tests/gremlin.scm
SKIP: tests/hackage.scm
PASS: tests/home-import.scm
SKIP: tests/import-git.scm
PASS: tests/import-utils.scm
SKIP: tests/inferior.scm
PASS: tests/lint.scm
PASS: tests/minetest.scm
PASS: tests/modules.scm
PASS: tests/monads.scm
PASS: tests/nar.scm
PASS: tests/networking.scm
PASS: tests/opam.scm
PASS: tests/openpgp.scm
PASS: tests/packages.scm
PASS: tests/pack.scm
PASS: tests/pki.scm
PASS: tests/print.scm
PASS: tests/processes.scm
PASS: tests/profiles.scm
PASS: tests/publish.scm
SKIP: tests/pypi.scm
PASS: tests/records.scm
PASS: tests/scripts.scm
PASS: tests/search-paths.scm
PASS: tests/services.scm
PASS: tests/services/file-sharing.scm
PASS: tests/services/linux.scm
PASS: tests/services/telephony.scm
PASS: tests/sets.scm
PASS: tests/size.scm
PASS: tests/status.scm
PASS: tests/store-database.scm
PASS: tests/store-deduplication.scm
PASS: tests/store-roots.scm
PASS: tests/store.scm
PASS: tests/substitute.scm
PASS: tests/swh.scm
PASS: tests/syscalls.scm
PASS: tests/system.scm
PASS: tests/style.scm
PASS: tests/texlive.scm
PASS: tests/transformations.scm
PASS: tests/ui.scm
PASS: tests/union.scm
SKIP: tests/upstream.scm
PASS: tests/utils.scm
PASS: tests/uuid.scm
PASS: tests/workers.scm
PASS: tests/go.scm
PASS: tests/guix-build.sh
PASS: tests/guix-build-branch.sh
PASS: tests/guix-download.sh
FAIL: tests/guix-git-authenticate.sh
PASS: tests/guix-hash.sh
PASS: tests/guix-pack.sh
PASS: tests/guix-pack-localstatedir.sh
FAIL: tests/guix-pack-relocatable.sh
PASS: tests/guix-package.sh
PASS: tests/guix-package-aliases.sh
PASS: tests/guix-package-net.sh
PASS: tests/guix-system.sh
PASS: tests/guix-home.sh
PASS: tests/guix-archive.sh
PASS: tests/guix-authenticate.sh
PASS: tests/guix-environment.sh
PASS: tests/guix-environment-container.sh
PASS: tests/guix-shell.sh
PASS: tests/guix-graph.sh
PASS: tests/guix-describe.sh
PASS: tests/guix-repl.sh
PASS: tests/guix-lint.sh
PASS: tests/guix-gc.sh
PASS: tests/guix-daemon.sh
============================================================================
Testsuite summary for GNU Guix UNKNOWN
============================================================================
# TOTAL: 2077
# PASS: 2029
# SKIP: 45
# XFAIL: 1
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================
make[4]: *** [Makefile:6411: test-suite.log] Error 1
make[4]: Leaving directory '/home/ming/Downloads/guix'
make[3]: *** [Makefile:6519: check-TESTS] Error 2
make[3]: Leaving directory '/home/ming/Downloads/guix'
make[2]: *** [Makefile:6768: check-am] Error 2
make[2]: Leaving directory '/home/ming/Downloads/guix'
make[1]: *** [Makefile:6296: check-recursive] Error 1
make[1]: Leaving directory '/home/ming/Downloads/guix'
make: *** [Makefile:6770: check] Error 2