From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#34568: flash-image.armhf-linux appears to succeed, when it actually failed Date: Tue, 19 Feb 2019 00:58:19 -0500 Message-ID: <87sgwkqpyh.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvySr-00024X-2b for bug-guix@gnu.org; Tue, 19 Feb 2019 01:01:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvySp-0004FD-5u for bug-guix@gnu.org; Tue, 19 Feb 2019 01:01:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54455) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvySk-0004EB-3n for bug-guix@gnu.org; Tue, 19 Feb 2019 01:01:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gvySj-0004A5-SL for bug-guix@gnu.org; Tue, 19 Feb 2019 01:01:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:47420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvyRa-0001tt-FK for bug-guix@gnu.org; Tue, 19 Feb 2019 00:59:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvyRU-0003oS-Rr for bug-guix@gnu.org; Tue, 19 Feb 2019 00:59:46 -0500 Received: from world.peace.net ([64.112.178.59]:56858) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gvyRT-0003j0-Rf for bug-guix@gnu.org; Tue, 19 Feb 2019 00:59:44 -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: 34568@debbugs.gnu.org The following build appears to have succeeded: https://hydra.gnu.org/build/3378988 but if you look at the tail of the build log, it seems that it actually failed: https://hydra.gnu.org/build/3378988/log/tail-reload --8<---------------cut here---------------start------------->8--- [Kcopying 424 store items [########################################## ]Backtrace: In srfi/srfi-1.scm: 466:18 19 (fold # ?) In unknown file: 18 (_ # # ?) In ice-9/ftw.scm: 452:32 17 (loop _ _ #(21 8987324 16749 3 0 0 0 4096 1550342496 ?) ?) In srfi/srfi-1.scm: 466:18 16 (fold # ?) In unknown file: 15 (_ # # ?) In ice-9/ftw.scm: 452:32 14 (loop _ _ #(21 8987472 16749 3 0 0 0 4096 1550342500 ?) ?) In srfi/srfi-1.scm: 466:18 13 (fold # ?) In unknown file: 12 (_ # # ?) In ice-9/ftw.scm: 452:32 11 (loop _ _ #(21 8987742 16749 13 0 0 0 4096 1550342500 ?) ?) In srfi/srfi-1.scm: 466:18 10 (fold # ?) In unknown file: 9 (_ # # ?) In ice-9/ftw.scm: 452:32 8 (loop _ _ #(21 8988125 16749 98 0 0 0 4096 1550342506 ?) ?) In srfi/srfi-1.scm: 466:18 7 (fold # ?) In unknown file: 6 (_ # # ?) In ice-9/ftw.scm: 452:32 5 (loop _ _ #(21 9405915 16749 32 0 0 0 4096 1550342607 ?) ?) In srfi/srfi-1.scm: 466:18 4 (fold # ?) In unknown file: 3 (_ # # ?) In ice-9/ftw.scm: 482:39 2 (loop _ _ #(21 9422097 16749 2 0 0 0 4096 1550342614 ?) ?) In ./guix/build/utils.scm: 312:27 1 (_ "/gnu/store/a5l6n278654lgbfv3ni0v71379i6fym2-linux-?" ?) In unknown file: 0 (copy-file "/gnu/store/a5l6n278654lgbfv3ni0v71379i6fym?" ?) ERROR: In procedure copy-file: In procedure copy-file: No space left on device ^[[Kcopying 424 store items boot program '/gnu/store/yfhd4n600np4ybqz6xw7dgisfrjsal61-linux-vm-loader' terminated, rebooting [7058662.240052] Unregister pv shared memory for cpu 0 [7058662.240609] reboot: Restarting system [7058662.240872] reboot: machine restart @ build-succeeded /gnu/store/6z5kzk9p024wzdaaqhrk2vafvr42sxdf-disk-image.drv - --8<---------------cut here---------------end--------------->8--- Mark