From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33361: Directories in the store get non-zero timestamps Date: Tue, 13 Nov 2018 00:47:53 +0100 Message-ID: <877ehhkgd2.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]:54812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMLx2-0007FO-TS for bug-guix@gnu.org; Mon, 12 Nov 2018 18:49:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMLx0-0004KC-KD for bug-guix@gnu.org; Mon, 12 Nov 2018 18:49:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44165) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gMLx0-0004Jq-Dk for bug-guix@gnu.org; Mon, 12 Nov 2018 18:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gMLx0-0005zD-8K for bug-guix@gnu.org; Mon, 12 Nov 2018 18:49:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMLw1-00078i-PH for bug-guix@gnu.org; Mon, 12 Nov 2018 18:48:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMLw0-0003S2-UY for bug-guix@gnu.org; Mon, 12 Nov 2018 18:48:01 -0500 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: 33361@debbugs.gnu.org On berlin, I see that timestamps on directories are not reset: --8<---------------cut here---------------start------------->8--- ludo@berlin ~$ find /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62riw8-python-tabl= es-3.4.4 -exec stat -c '%y %n' {} \; 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages 2018-11-13 00:32:27.631418400 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info/SOURCES.txt 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info/requires.txt 1970-01-01 01:00:00.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info/dependency_links.txt 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info/entry_points.txt 1970-01-01 01:00:00.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info/not-zip-safe=20 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info/top_level.txt 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables-3.4.4-py3.7.egg= -info/PKG-INFO 2018-11-13 00:32:27.627418400 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables/utils.py 1970-01-01 01:00:01.000000000 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables/index.py 2018-11-13 00:32:27.623418400 +0100 /gnu/store/yn7dx3jkb18mc7dwnsn2izix2f62= riw8-python-tables-3.4.4/lib/python3.7/site-packages/tables/tests [...] --8<---------------cut here---------------end--------------->8--- This is probably a bug in (guix store database) as used by =E2=80=98guix offload=E2=80=99. Ludo=E2=80=99.