From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#31720: java-bouncycastle: tests fail and freeze Date: Tue, 05 Jun 2018 13:34:23 +0200 Message-ID: <8580f9f5a2c701bf8de0b08f43c36e59@lepiller.eu> References: <87602x1p5i.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQAF2-0001OG-8P for bug-guix@gnu.org; Tue, 05 Jun 2018 07:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQAEw-00045w-Oz for bug-guix@gnu.org; Tue, 05 Jun 2018 07:35:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54735) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQAEw-00045o-LY for bug-guix@gnu.org; Tue, 05 Jun 2018 07:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQAEw-0003k6-Eo for bug-guix@gnu.org; Tue, 05 Jun 2018 07:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQAES-0000rY-FF for bug-guix@gnu.org; Tue, 05 Jun 2018 07:34:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQAEN-0003rQ-KN for bug-guix@gnu.org; Tue, 05 Jun 2018 07:34:32 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:45390) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQAEN-0003q8-Bo for bug-guix@gnu.org; Tue, 05 Jun 2018 07:34:27 -0400 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 7fc4ae01 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Tue, 5 Jun 2018 11:36:41 +0000 (UTC) In-Reply-To: <87602x1p5i.fsf@mdc-berlin.de> 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: 31720@debbugs.gnu.org Le 2018-06-05 12:52, Ricardo Wurmus a écrit : > The package java-bouncycastle has a failing test suite on core-updates. > After the first test fails there is no more progress and the build > eventually times out. > > I have disabled the test suite for now, but we should try to fix this. > > The failing test is “org.bouncycastle.mail.smime.test.AllTests”. > > -- > Ricardo I've observed this behavior on master: the test fails, build hangs for some very long time and then resumes and completes. I'm not sure why there is a failure and how not to run this specific test though.