From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#31868: Tests failures for GnuCash 3.0 Date: Sat, 16 Jun 2018 21:47:49 -0400 Message-ID: <87a7rurxoa.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUMoT-0003xX-MZ for bug-guix@gnu.org; Sat, 16 Jun 2018 21:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUMoQ-00066J-J8 for bug-guix@gnu.org; Sat, 16 Jun 2018 21:49:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44505) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUMoQ-00065q-ET for bug-guix@gnu.org; Sat, 16 Jun 2018 21:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fUMoQ-0003WV-73 for bug-guix@gnu.org; Sat, 16 Jun 2018 21:49:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUMnK-0003uY-Jx for bug-guix@gnu.org; Sat, 16 Jun 2018 21:47:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUMnH-0005GT-GR for bug-guix@gnu.org; Sat, 16 Jun 2018 21:47:54 -0400 Received: from mail-it0-x233.google.com ([2607:f8b0:4001:c0b::233]:52000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUMnH-0005GB-B1 for bug-guix@gnu.org; Sat, 16 Jun 2018 21:47:51 -0400 Received: by mail-it0-x233.google.com with SMTP id n7-v6so7620762itn.1 for ; Sat, 16 Jun 2018 18:47:51 -0700 (PDT) Received: from apteryx ([45.72.197.2]) by smtp.gmail.com with ESMTPSA id h71-v6sm2607324ith.5.2018.06.16.18.47.49 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 16 Jun 2018 18:47:49 -0700 (PDT) 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: 31868@debbugs.gnu.org I could reproduce the following test failures twice on my machine: --8<---------------cut here---------------start------------->8--- 102/102 Test #102: test-load-report-stylesheets-module .......... Passed = 1.58 sec 96% tests passed, 4 tests failed out of 102 Total Test time (real) =3D 73.37 sec The following tests FAILED: 22 - test-real-data (Failed) 34 - test-qof (Child aborted) 58 - test-gnc-timezone (Failed) 85 - test-tokenizer (Failed) Errors while running CTest make[3]: *** [CMakeFiles/check.dir/build.make:60: CMakeFiles/check] Error 8 make[3]: Leaving directory '/tmp/guix-build-gnucash-3.0.drv-0/build' make[2]: *** [CMakeFiles/Makefile2:242: CMakeFiles/check.dir/all] Error 2 make[2]: Leaving directory '/tmp/guix-build-gnucash-3.0.drv-0/build' make[1]: *** [CMakeFiles/Makefile2:249: CMakeFiles/check.dir/rule] Error 2 make[1]: Leaving directory '/tmp/guix-build-gnucash-3.0.drv-0/build' make: *** [Makefile:226: check] Error 2 Test suite failed, dumping logs. Backtrace: 4 (primitive-load "/gnu/store/lc1yxn26cdw0psp8ycmflwa76js=E2=80= =A6") In ice-9/eval.scm: 191:35 3 (_ _) In srfi/srfi-1.scm: 640:9 2 (for-each # =E2=80=A6) In /gnu/store/qzsljkcllc01dmdq9z0yrqri3ajam3vp-module-import/guix/build/gnu= -build-system.scm: 799:31 1 (_ _) 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _) /gnu/store/qzsljkcllc01dmdq9z0yrqri3ajam3vp-module-import/guix/build/gnu-bu= ild-system.scm:369:6: In procedure check: Throw to key `srfi-34' with args `(#)'. builder for `/gnu/store/2dzy162bvwfcxs7a05arxiqq7g6xfsjx-gnucash-3.0.drv' f= ailed with exit code 1 guix package: error: build failed: build of `/gnu/store/2dzy162bvwfcxs7a05a= rxiqq7g6xfsjx-gnucash-3.0.drv' failed --8<---------------cut here---------------end--------------->8--- Maxim