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: Sun, 21 Apr 2019 22:44:32 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hICmG-0007gS-3b for bug-guix@gnu.org; Sun, 21 Apr 2019 09:45:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hICmE-0003nk-QE for bug-guix@gnu.org; Sun, 21 Apr 2019 09:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34415) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hICmE-0003nX-MY for bug-guix@gnu.org; Sun, 21 Apr 2019 09:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hICmE-0002MZ-Ch for bug-guix@gnu.org; Sun, 21 Apr 2019 09:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: 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: 35359@debbugs.gnu.org Package: guix Version: 0.16.0 I took the sample system configuration at the top of https://www.gnu.org/software/guix/manual/en/html_node/Using-the-Configuration-System.html#Using-the-Configuration-System and ran: ``` $ 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 ``` Qemu (?) clears my scroll history but I don't see any errors or warnings from that point on. My system is pretty typical - x86 Arch Linux with standard core binaries and such.