From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#31720: java-bouncycastle: tests fail and freeze Date: Tue, 5 Jun 2018 12:52:25 +0200 Message-ID: <87602x1p5i.fsf@mdc-berlin.de> 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]:48385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQ9aL-0006Eo-GI for bug-guix@gnu.org; Tue, 05 Jun 2018 06:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQ9aI-0007W0-Dm for bug-guix@gnu.org; Tue, 05 Jun 2018 06:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54706) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQ9aI-0007Vt-A6 for bug-guix@gnu.org; Tue, 05 Jun 2018 06:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQ9aI-0007BX-0y for bug-guix@gnu.org; Tue, 05 Jun 2018 06:53:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQ9a2-0006CH-4a for bug-guix@gnu.org; Tue, 05 Jun 2018 06:52:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQ9Zz-0007L3-2n for bug-guix@gnu.org; Tue, 05 Jun 2018 06:52:46 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:55812) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQ9Zy-0007KH-RX for bug-guix@gnu.org; Tue, 05 Jun 2018 06:52:43 -0400 Received: from localhost (localhost [127.0.0.1]) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTP id 969C48F7507 for ; Tue, 5 Jun 2018 12:52:41 +0200 (CEST) Received: from pegasus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (pegasus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sowQjcFsvoWN for ; Tue, 5 Jun 2018 12:52:36 +0200 (CEST) Received: from HTCATWO.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Tue, 5 Jun 2018 12:52:36 +0200 (CEST) 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 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 =E2=80=9Corg.bouncycastle.mail.smime.test.AllTests=E2= =80=9D. -- Ricardo