From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: master: FAIL: tests/store.scm Date: Mon, 17 Mar 2014 22:08:16 +0100 Message-ID: <87vbvczg73.fsf@gnu.org> References: <87d2i2dwnk.fsf@karetnikov.org> <87r46ilyp5.fsf@yeeloong.lan> <87ha7dq42k.fsf@gnu.org> <87vbvsnwv8.fsf_-_@karetnikov.org> <87txbcuveq.fsf@gnu.org> <874n351335.fsf@karetnikov.org> <87a9cxngh0.fsf@gnu.org> <87a9cqzj14.fsf@karetnikov.org> <87k3btsv31.fsf@gnu.org> <87mwgolhxp.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPelk-00039r-KT for guix-devel@gnu.org; Mon, 17 Mar 2014 17:08:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPelf-0005AO-Nk for guix-devel@gnu.org; Mon, 17 Mar 2014 17:08:24 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:38525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPelf-0005AJ-Gf for guix-devel@gnu.org; Mon, 17 Mar 2014 17:08:19 -0400 In-Reply-To: <87mwgolhxp.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 17 Mar 2014 23:54:26 +0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: >>> FAIL: tests/store.scm >>> FAIL: tests/guix-build.sh >>> FAIL: tests/guix-register.sh > >> These two failures are because the =E2=80=98test-tmp=E2=80=99 directory = predates the >> nix =E2=86=92 guix change in commit f5768afa333bbc8167ef2e33db44c9bb64be= f0be. > >> An annoyance, but that should be fixed by either =E2=80=9Crm -rf test-tm= p && >> make check=E2=80=9D, or =E2=80=9Ccd test-tmp/var/log && mv nix guix=E2= =80=9D. > >> Can you confirm? > > I ran both commands, which fixed =E2=80=98tests/guix-build.sh=E2=80=99 bu= t not > =E2=80=98tests/store.scm=E2=80=99. Same error for store.scm? Could you investigate? (The =E2=80=98log-file= =E2=80=99 tests should be quite simple.) >>> + type -P sqlite3 >>> /nix/var/nix/profiles/default/guix-profile/bin/sqlite3 >>> + echo 'select * from ValidPaths where path=3D"/gnu/store/r5a3g247wzcvy= ap67jhk2f1hbhsqajw0-guile-bootstrap-2.0";' >>> + sqlite3 /home/tester/guix-MASTER/t-register-24008/nix/var/nix/db/db.s= qlite >>> 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=E2=80=99t know what this means. > >> Could this be a version mismatch between the =E2=80=98sqlite3=E2=80=99 c= ommand 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=E2=80=99.