From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 13/13] gnu: Add beets. Date: Fri, 25 Mar 2016 20:30:20 -0400 Message-ID: <20160326003020.GB3676@jasmine> References: <20160318182939.GB32474@jasmine> <87io0ak0gq.fsf@netris.org> <20160325172659.GA10248@jasmine> <1458949048.4102608.559959178.4ED1819C@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajc7V-0002BG-KU for guix-devel@gnu.org; Fri, 25 Mar 2016 20:30:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajc7R-0001k6-Jo for guix-devel@gnu.org; Fri, 25 Mar 2016 20:30:25 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:43862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajc7R-0001k2-GN for guix-devel@gnu.org; Fri, 25 Mar 2016 20:30:21 -0400 Content-Disposition: inline In-Reply-To: <1458949048.4102608.559959178.4ED1819C@webmail.messagingengine.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Griffin Cc: guix-devel@gnu.org On Fri, Mar 25, 2016 at 06:37:28PM -0500, Alex Griffin wrote: > This package builds fine on my Debian system but not on GuixSD. I've > attached my build output, since it seems you're having trouble. [...] > ====================================================================== > FAIL: test_nonexistent_file (test_library.FilesizeTest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/tmp/guix-build-beets-1.3.17.drv-0/beets-1.3.17/test/test_library.py", line 1116, in test_nonexistent_file > self.assertEqual(item.filesize, 0) > AssertionError: 987 != 0 > > ---------------------------------------------------------------------- > Ran 1646 tests in 119.423s > > FAILED (failures=1, skipped=28) I had only viewed the tails of the hydra logs, because that's where I expected to find the error. Turns it was farther up! So, you have the same error as hydra. I just successfully built beets twice, on GuixSD in QEMU emulating x86-64. Can you try building with '#:parallel-tests? #f', as shown in this link? http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/calcurse.scm#n28