[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master: FAIL: tests/store.scm
From: |
Ludovic Courtès |
Subject: |
Re: master: FAIL: tests/store.scm |
Date: |
Mon, 17 Mar 2014 22:08:16 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
>>> FAIL: tests/store.scm
>>> FAIL: tests/guix-build.sh
>>> FAIL: tests/guix-register.sh
>
>> These two failures are because the ‘test-tmp’ directory predates the
>> nix → guix change in commit f5768afa333bbc8167ef2e33db44c9bb64bef0be.
>
>> An annoyance, but that should be fixed by either “rm -rf test-tmp &&
>> make check”, or “cd test-tmp/var/log && mv nix guix”.
>
>> Can you confirm?
>
> I ran both commands, which fixed ‘tests/guix-build.sh’ but not
> ‘tests/store.scm’.
Same error for store.scm? Could you investigate? (The ‘log-file’ tests
should be quite simple.)
>>> + type -P sqlite3
>>> /nix/var/nix/profiles/default/guix-profile/bin/sqlite3
>>> + echo 'select * from ValidPaths where
>>> path="/gnu/store/r5a3g247wzcvyap67jhk2f1hbhsqajw0-guile-bootstrap-2.0";'
>>> + sqlite3 /home/tester/guix-MASTER/t-register-24008/nix/var/nix/db/db.sqlite
>>> Error: near line 1: database is locked
>>> + chmod -R +w t-register-24008
>>> + rm -rf t-register-24008 t-register-closure-24008
>>> + kill 24053
>
>> I don’t know what this means.
>
>> Could this be a version mismatch between the ‘sqlite3’ command above and
>> libsqlite guix-register is linked against?
>
> Maybe. How can I check?
Perhaps sqlite3 --version, and:
ldd $(which sqlite3) | grep sqlite
ldd $(which guix-daemon) | grep sqlite
On my machine both refer to sqlite-3.7.15.2 installed with Guix.
Ludo’.
- master: the tests take ages, Nikita Karetnikov, 2014/03/04
- Re: master: the tests take ages, Mark H Weaver, 2014/03/04
- Re: master: the tests take ages, Ludovic Courtès, 2014/03/04
- master: FAIL: tests/store.scm (was: master: the tests take ages), Nikita Karetnikov, 2014/03/05
- Re: master: FAIL: tests/store.scm, Ludovic Courtès, 2014/03/05
- Re: master: FAIL: tests/store.scm, Nikita Karetnikov, 2014/03/11
- Re: master: FAIL: tests/store.scm, Ludovic Courtès, 2014/03/11
- Re: master: FAIL: tests/store.scm, Nikita Karetnikov, 2014/03/16
- Re: master: FAIL: tests/store.scm, Ludovic Courtès, 2014/03/16
- Re: master: FAIL: tests/store.scm, Nikita Karetnikov, 2014/03/17
- Re: master: FAIL: tests/store.scm,
Ludovic Courtès <=
- Re: master: FAIL: tests/store.scm, Ludovic Courtès, 2014/03/17