GNU bug report logs

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

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to bug-guix@gnu.org:
bug#29245; Package guix. (Fri, 10 Nov 2017 14:25:01 GMT) (full text, mbox, link).


Acknowledgement sent to myglc2 <myglc2@gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix@gnu.org. (Fri, 10 Nov 2017 14:25:02 GMT) (full text, mbox, link).


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

From: myglc2 <myglc2@gmail.com>
To: bug-guix@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@g1 ~/src/guix$ guix environment -e "(@ (gnu packages package-management) guix)" -M 4 -c 4
g1@g1 ~/src/guix [env]$ rm -fr /home/g1/.cache/guile/ccache/*
g1@g1 ~/src/guix [env]$ sudo rm -fr ./test-tmp
g1@g1 ~/src/guix [env]$ make clean-go
g1@g1 ~/src/guix [env]$ ./bootstrap
g1@g1 ~/src/guix [env]$ ./configure --localstatedir=/var --sysconfdir=/etc
g1@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@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@g1 ~/src/guix [env]$ git status
HEAD detached at origin/master
nothing to commit, working tree clean
g1@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@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@g1 ~/src/guix [env]$ git describe
v0.13.0-4589-g74bea6a03

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

Information forwarded to bug-guix@gnu.org:
bug#29245; Package guix. (Sat, 11 Nov 2017 14:39:02 GMT) (full text, mbox, link).


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

From: ludo@gnu.org (Ludovic Courtès)
To: myglc2 <myglc2@gmail.com>
Cc: 29245@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@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@gnu.org:
bug#29245; Package guix. (Sat, 11 Nov 2017 17:15:01 GMT) (full text, mbox, link).


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

From: myglc2 <myglc2@gmail.com>
To: ludo@gnu.org (Ludovic Courtès)
Cc: 29245@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@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@gnu.org (Ludovic Courtès) to control@debbugs.gnu.org. (Sun, 12 Nov 2017 20:20:01 GMT) (full text, mbox, link).


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


bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Mon, 11 Dec 2017 12:24:05 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Mon Nov 4 22:22:58 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.