all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Nikita Karetnikov <nikita@karetnikov.org>
Cc: guix-devel@gnu.org
Subject: Re: master: FAIL: tests/store.scm
Date: Mon, 17 Mar 2014 22:08:16 +0100	[thread overview]
Message-ID: <87vbvczg73.fsf@gnu.org> (raw)
In-Reply-To: <87mwgolhxp.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 17 Mar 2014 23:54:26 +0400")

Nikita Karetnikov <nikita@karetnikov.org> 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’.

  reply	other threads:[~2014-03-17 21:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-04 11:35 master: the tests take ages Nikita Karetnikov
2014-03-04 16:23 ` Mark H Weaver
2014-03-04 17:14   ` Ludovic Courtès
2014-03-05 21:44     ` master: FAIL: tests/store.scm (was: master: the tests take ages) Nikita Karetnikov
2014-03-05 22:34       ` master: FAIL: tests/store.scm Ludovic Courtès
2014-03-11  9:45         ` Nikita Karetnikov
2014-03-11 11:04           ` Ludovic Courtès
2014-03-16  7:42             ` Nikita Karetnikov
2014-03-16 21:16               ` Ludovic Courtès
2014-03-17 19:54                 ` Nikita Karetnikov
2014-03-17 21:08                   ` Ludovic Courtès [this message]
2014-03-17 22:32                   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vbvczg73.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=nikita@karetnikov.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.