From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29676: Guix test failure on tests/store. Date: Fri, 22 Dec 2017 10:24:16 +0100 Message-ID: <87lghv9ku7.fsf@gnu.org> References: <87tvwwcfhn.fsf@gnu.org> <87shcgorq5.fsf@gnu.org> <87shcfdh5w.fsf@gnu.org> <871sjzitmm.fsf@gnu.org> <87ind1y262.fsf@gnu.org> <87vah0ruyr.fsf@gnu.org> <874lok5dmm.fsf@gnu.org> <87tvwkc9g1.fsf@gnu.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]:49761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSJZn-0004lt-Qm for bug-guix@gnu.org; Fri, 22 Dec 2017 04:25:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSJZe-00081R-8U for bug-guix@gnu.org; Fri, 22 Dec 2017 04:25:11 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38180) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSJZe-00081L-4w for bug-guix@gnu.org; Fri, 22 Dec 2017 04:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eSJZd-0003xs-MQ for bug-guix@gnu.org; Fri, 22 Dec 2017 04:25:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvwkc9g1.fsf@gnu.org> (Roel Janssen's message of "Thu, 21 Dec 2017 17:49:50 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Roel Janssen Cc: 29676@debbugs.gnu.org Hello, Roel Janssen skribis: > =3D=3D24971=3D=3D 4,104 bytes in 1 blocks are possibly lost in loss recor= d 351 of 365 > =3D=3D24971=3D=3D at 0x4C2AAD6: malloc (in /gnu/store/18w3ykyqkcq5zp1q= x17qhamkxlczzl0n-valgrind-3.12.0/lib/valgrind/vgpreload_memcheck-amd64-linu= x.so) > =3D=3D24971=3D=3D by 0x4E719E3: sqlite3MemMalloc (in /gnu/store/6d4ihp= 7xbdh3a0ffbpm5n45q4v3w0l35-sqlite-3.19.3/lib/libsqlite3.so.0.8.6) > =3D=3D24971=3D=3D by 0x4E4DB8B: sqlite3Malloc (in /gnu/store/6d4ihp7xb= dh3a0ffbpm5n45q4v3w0l35-sqlite-3.19.3/lib/libsqlite3.so.0.8.6) > =3D=3D24971=3D=3D by 0x4E51316: pcache1Alloc (in /gnu/store/6d4ihp7xbd= h3a0ffbpm5n45q4v3w0l35-sqlite-3.19.3/lib/libsqlite3.so.0.8.6) > =3D=3D24971=3D=3D by 0x4E6E71A: sqlite3BtreeCursor (in /gnu/store/6d4i= hp7xbdh3a0ffbpm5n45q4v3w0l35-sqlite-3.19.3/lib/libsqlite3.so.0.8.6) > =3D=3D24971=3D=3D by 0x4EA9053: sqlite3VdbeExec (in /gnu/store/6d4ihp7= xbdh3a0ffbpm5n45q4v3w0l35-sqlite-3.19.3/lib/libsqlite3.so.0.8.6) > =3D=3D24971=3D=3D by 0x4EB271E: sqlite3_step (in /gnu/store/6d4ihp7xbd= h3a0ffbpm5n45q4v3w0l35-sqlite-3.19.3/lib/libsqlite3.so.0.8.6) > =3D=3D24971=3D=3D by 0x4EB34D1: sqlite3_exec (in /gnu/store/6d4ihp7xbd= h3a0ffbpm5n45q4v3w0l35-sqlite-3.19.3/lib/libsqlite3.so.0.8.6) > =3D=3D24971=3D=3D by 0x426886: nix::LocalStore::openDB(bool) (local-st= ore.cc:293) > =3D=3D24971=3D=3D by 0x42BEF4: nix::LocalStore::LocalStore(bool) (loca= l-store.cc:169) > =3D=3D24971=3D=3D by 0x40A356: acceptConnection(int)::{lambda()#1}::op= erator()() const (nix-daemon.cc:755) > =3D=3D24971=3D=3D by 0x40E16B: std::_Function_handler::_M_invoke(std::_Any_data const&) (functional= :1871) I suspect these =E2=80=9Cpossibly lost=E2=80=9D reports are false alarms. Anyway, there=E2=80=99s no =E2=80=9Cinvalid read=E2=80=9D or =E2=80=9Cinval= id write=E2=80=9D report, which is what we were looking for. :-/ Thanks, Ludo=E2=80=99.