From mboxrd@z Thu Jan 1 00:00:00 1970 From: rendaw <7e9wc56emjakcm@s.rendaw.me> Subject: bug#35359: docker-image produces corrupt tar Date: Mon, 22 Apr 2019 20:55:05 +0900 Message-ID: References: <87a7gj2j13.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIXYJ-00048M-88 for bug-guix@gnu.org; Mon, 22 Apr 2019 07:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIXYI-0004gP-66 for bug-guix@gnu.org; Mon, 22 Apr 2019 07:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36476) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hIXYI-0004gG-3G for bug-guix@gnu.org; Mon, 22 Apr 2019 07:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hIXYI-0004go-19 for bug-guix@gnu.org; Mon, 22 Apr 2019 07:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a7gj2j13.fsf@gnu.org> Content-Language: en-US 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35359@debbugs.gnu.org On 4/22/19 5:35 AM, Ludovic Courtès wrote: > Hi, > > rendaw <7e9wc56emjakcm@s.rendaw.me> skribis: > >> $ guix system docker-image testsystem2.scm --on-error=backtrace >> successfully built >> /gnu/store/l3psqh73xjb5h11y1hwrlfvl1yr920x4-guixsd-docker-image.tar.gz.drv >> /gnu/store/giaw69wla9zdf4k7nddyyglvhq3629jq-guixsd-docker-image.tar.gz >> $ tar -ztf >> /gnu/store/d8rr8ilwm7l0xjachp7glbhp9qf4hjyg-guixsd-docker-image.tar.gz ^C >> $ docker load < >> /gnu/store/giaw69wla9zdf4k7nddyyglvhq3629jq-guixsd-docker-image.tar.gz >> Error processing tar file(exit status 1): unexpected EOF >> $ tar -ztf >> /gnu/store/giaw69wla9zdf4k7nddyyglvhq3629jq-guixsd-docker-image.tar.gz >> ./ >> ./41bc17c3316805da9a209f5835327160c8993ab4311c9cb649911a4ae41d1603/ >> ./41bc17c3316805da9a209f5835327160c8993ab4311c9cb649911a4ae41d1603/VERSION >> ./41bc17c3316805da9a209f5835327160c8993ab4311c9cb649911a4ae41d1603/json >> ./41bc17c3316805da9a209f5835327160c8993ab4311c9cb649911a4ae41d1603/layer.tar >> >> gzip: stdin: unexpected end of file >> tar: Unexpected EOF in archive >> tar: Error is not recoverable: exiting now >> ``` > What’s the output of ‘guix describe’? > > This problem was initially fixed in > 0dc7d298a33f83d5f02a962b5f1bd24ee0e8ef07 (March 22), with a followup in > 66ec389580d4f1e4b81e1c72afe2749a547a0e7ca (Apr. 14). > > Thanks, > Ludo’. $ guix describe guix describe: error: failed to determine origin $ guix --version guix (GNU Guix) 0.16.0 Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. I tried `guix describe` as root too, same error. I downloaded guix a couple weeks ago, so it's possible it's out of date.  It looks like the same version as is listed on the website though. Cheers, rendaw