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 23:32:32 +0100 Message-ID: <87ha6wzcan.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]:56129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPg5H-0001sc-T9 for guix-devel@gnu.org; Mon, 17 Mar 2014 18:32:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPg5D-0005Oe-B0 for guix-devel@gnu.org; Mon, 17 Mar 2014 18:32:39 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:38594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPg5D-0005OQ-43 for guix-devel@gnu.org; Mon, 17 Mar 2014 18:32:35 -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. > >>> + 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 was able to reproduce it with just =E2=80=98make clean && make check=E2= =80=99 (the guix -> nix symlink I had in test-tmp was hiding the real problem.) Commit aa2480e fixes it. So thanks for persevering! :-) Ludo=E2=80=99.