From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: nss-certs: hash mismatch on berlin Date: Thu, 25 Jul 2019 19:10:11 +0200 Message-ID: <878ssmt4zw.fsf@gnu.org> References: <20190722092127.1bdd9ccd@alma-ubu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35458) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqhFw-0007A6-KW for guix-devel@gnu.org; Thu, 25 Jul 2019 13:10:17 -0400 In-Reply-To: <20190722092127.1bdd9ccd@alma-ubu> (=?utf-8?Q?=22Bj=C3=B6rn?= =?utf-8?Q?_H=C3=B6fling=22's?= message of "Mon, 22 Jul 2019 09:21:27 +0200") 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" To: =?utf-8?Q?Bj=C3=B6rn_H=C3=B6fling?= Cc: guix-devel Hello, Bj=C3=B6rn H=C3=B6fling skribis: > Hi Ludo, > Hi Guix, > > while trying to build a new installer-image, I encountered: > > nss-certs-3.44.1 150KiB = 4.0MiB/s 00:00 [##################] 100.0% > > sha256 hash mismatch for /gnu/store/32hy1jqkam201l7c4wg3bhxz4x5l5jy0-nss-= certs-3.44.1: > expected hash: 0vbkb5mcwzbz4lm1c1319pail61785sd3lj6526vl5hdnp1rxyad > actual hash: 1awgljvsvc141350xyjjnb15hk66qpcpzwz0hrly11yfbw6wn7cv > substitution of /gnu/store/32hy1jqkam201l7c4wg3bhxz4x5l5jy0-nss-certs-3.4= 4.1 failed Like Ricardo, I get the correct hash everywhere: --8<---------------cut here---------------start------------->8--- $ wget -qO - http://berlin.guix.gnu.org/32hy1jqkam201l7c4wg3bhxz4x5l5jy0.na= rinfo | grep Hash NarHash: sha256:0vbkb5mcwzbz4lm1c1319pail61785sd3lj6526vl5hdnp1rxyad $ wget -qO - http://berlin.guix.gnu.org/nar/lzip/32hy1jqkam201l7c4wg3bhxz4x= 5l5jy0-nss-certs-3.44.1 | lzip -d | guix hash - 0vbkb5mcwzbz4lm1c1319pail61785sd3lj6526vl5hdnp1rxyad $ wget -qO - http://berlin.guix.gnu.org/nar/gzip/32hy1jqkam201l7c4wg3bhxz4x= 5l5jy0-nss-certs-3.44.1 | gunzip | guix hash - 0vbkb5mcwzbz4lm1c1319pail61785sd3lj6526vl5hdnp1rxyad $ wget -qO - http://ci.guix.gnu.org/nar/lzip/32hy1jqkam201l7c4wg3bhxz4x5l5j= y0-nss-certs-3.44.1 | lzip -d | guix hash - 0vbkb5mcwzbz4lm1c1319pail61785sd3lj6526vl5hdnp1rxyad $ wget -qO - http://ci.guix.gnu.org/nar/gzip/32hy1jqkam201l7c4wg3bhxz4x5l5j= y0-nss-certs-3.44.1 | gunzip | guix hash - 0vbkb5mcwzbz4lm1c1319pail61785sd3lj6526vl5hdnp1rxyad --8<---------------cut here---------------end--------------->8--- Could you run these commands locally and see what you get? Could it be lack of disk space or a transient networking issue on your side? Thanks, Ludo=E2=80=99.