GNU bug report logs - #29245
make check 4 FAIL:'s on 74bea6a03 gnu: linux-libre: Update to 4.13.12.

Previous Next

Package: guix;

Reported by: myglc2 <myglc2 <at> gmail.com>

Date: Fri, 10 Nov 2017 14:25:01 UTC

Severity: normal

Tags: fixed

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29245 in the body.
You can then email your comments to 29245 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#29245; Package guix. (Fri, 10 Nov 2017 14:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to myglc2 <myglc2 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 10 Nov 2017 14:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: myglc2 <myglc2 <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: make check 4 FAIL:'s on 74bea6a03 gnu: linux-libre: Update to 4.13.12.
Date: Fri, 10 Nov 2017 09:23:45 -0500
[Message part 1 (text/plain, inline)]
Please see build log excerpts below & compressed ./test-suite.log
attached.

g1 <at> g1 ~/src/guix$ guix environment -e "(@ (gnu packages package-management) guix)" -M 4 -c 4
g1 <at> g1 ~/src/guix [env]$ rm -fr /home/g1/.cache/guile/ccache/*
g1 <at> g1 ~/src/guix [env]$ sudo rm -fr ./test-tmp
g1 <at> g1 ~/src/guix [env]$ make clean-go
g1 <at> g1 ~/src/guix [env]$ ./bootstrap
g1 <at> g1 ~/src/guix [env]$ ./configure --localstatedir=/var --sysconfdir=/etc
g1 <at> g1 ~/src/guix [env]$ make -j 10 check
[...]
FAIL: tests/guix-register.sh
FAIL: tests/guix-build.sh
PASS: tests/packages.scm
PASS: tests/guix-graph.sh
FAIL: tests/store.scm
PASS: tests/guix-daemon.sh
PASS: tests/guix-system.sh
PASS: tests/guix-package-net.sh
PASS: tests/guix-environment.sh
FAIL: tests/guix-package.sh
PASS: tests/builders.scm
PASS: tests/guix-gc.sh
============================================================================
Testsuite summary for GNU Guix 0.13.0.4589-74bea6
============================================================================
# TOTAL: 745
# PASS:  731
# SKIP:  10
# XFAIL: 0
# FAIL:  4
# XPASS: 0
# ERROR: 0
============================================================================
[...]
g1 <at> g1 ~/src/guix [env]$ git -C ~/.config/guix/latest log -n 1 --oneline
74bea6a03 (HEAD, origin/master, origin/HEAD) gnu: linux-libre: Update to 4.13.12.
g1 <at> g1 ~/src/guix [env]$ git status
HEAD detached at origin/master
nothing to commit, working tree clean
g1 <at> g1 ~/src/guix [env]$ git remote -vv
origin	git://git.savannah.gnu.org/guix.git (fetch)
origin	git://git.savannah.gnu.org/guix.git (push)
g1 <at> g1 ~/src/guix [env]$ guix --version
guix (GNU Guix) 0.13.0.4589-74bea6
Copyright (C) 2017 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
g1 <at> g1 ~/src/guix [env]$ git describe
v0.13.0-4589-g74bea6a03

[test-suite.log.gz (application/octet-stream, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#29245; Package guix. (Sat, 11 Nov 2017 14:39:02 GMT) Full text and rfc822 format available.

Message #8 received at 29245 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: myglc2 <myglc2 <at> gmail.com>
Cc: 29245 <at> debbugs.gnu.org
Subject: Re: bug#29245: make check 4 FAIL:'s on 74bea6a03 gnu: linux-libre:
 Update to 4.13.12.
Date: Sat, 11 Nov 2017 15:38:19 +0100
Hi,

myglc2 <myglc2 <at> gmail.com> skribis:

> ============================================================================
> Testsuite summary for GNU Guix 0.13.0.4589-74bea6
> ============================================================================
> # TOTAL: 745
> # PASS:  731
> # SKIP:  10
> # XFAIL: 0
> # FAIL:  4
> # XPASS: 0
> # ERROR: 0
> ============================================================================

I believe this is fixed by commits
4ad3a3f995dc9bd00edbe37eb773bf07d1ad14c0 and
ae0307f7c2a6f382311a1cedcbbb3d35b6623bab.

Can you check whether it works for you?

Your test ‘test-suite.log’ file shows another failure in
tests/guix-register.sh:

  + sqlite3 /home/g1/src/guix/t-register-14509/var/guix/db/db.sqlite
  Error: near line 1: database is locked

I believe this one is due to too many parallel accesses stemming from
“make -j10”, and can be worked around by using less parallelism (or
doing “make recheck” if it fails anyway.)

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#29245; Package guix. (Sat, 11 Nov 2017 17:15:01 GMT) Full text and rfc822 format available.

Message #11 received at 29245 <at> debbugs.gnu.org (full text, mbox):

From: myglc2 <myglc2 <at> gmail.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 29245 <at> debbugs.gnu.org
Subject: Re: bug#29245: make check 4 FAIL:'s on 74bea6a03 gnu: linux-libre:
 Update to 4.13.12.
Date: Sat, 11 Nov 2017 12:14:02 -0500
On 11/11/2017 at 15:38 Ludovic Courtès writes:

> Hi,
>
> myglc2 <myglc2 <at> gmail.com> skribis:
>
>> ============================================================================
>> Testsuite summary for GNU Guix 0.13.0.4589-74bea6
>> ============================================================================
>> # TOTAL: 745
>> # PASS:  731
>> # SKIP:  10
>> # XFAIL: 0
>> # FAIL:  4
>> # XPASS: 0
>> # ERROR: 0
>> ============================================================================
>
> I believe this is fixed by commits
> 4ad3a3f995dc9bd00edbe37eb773bf07d1ad14c0 and
> ae0307f7c2a6f382311a1cedcbbb3d35b6623bab.
>
> Can you check whether it works for you?
>
> Your test ‘test-suite.log’ file shows another failure in
> tests/guix-register.sh:
>
>   + sqlite3 /home/g1/src/guix/t-register-14509/var/guix/db/db.sqlite
>   Error: near line 1: database is locked
>
> I believe this one is due to too many parallel accesses stemming from
> “make -j10”, and can be worked around by using less parallelism (or
> doing “make recheck” if it fails anyway.)
>
> Thanks,
> Ludo’.

Thanks, that fixed it here. I'll let you close the bug. - George




Added tag(s) fixed. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sun, 12 Nov 2017 20:20:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 29245 <at> debbugs.gnu.org and myglc2 <myglc2 <at> gmail.com> Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sun, 12 Nov 2017 20:20:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 11 Dec 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 249 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.