From dev-return-166269-archive-asf-public=cust-asf.ponee.io@commons.apache.org Thu Feb 8 17:01:36 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 8D84718064F for ; Thu, 8 Feb 2018 17:01:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7D731160C4A; Thu, 8 Feb 2018 16:01:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C4193160C3D for ; Thu, 8 Feb 2018 17:01:35 +0100 (CET) Received: (qmail 37735 invoked by uid 500); 8 Feb 2018 16:01:34 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 37719 invoked by uid 99); 8 Feb 2018 16:01:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2018 16:01:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 698F61A08DC for ; Thu, 8 Feb 2018 16:01:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.22 X-Spam-Level: X-Spam-Status: No, score=-0.22 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=scarlet.be Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id jPr5JaSri2He for ; Thu, 8 Feb 2018 16:01:30 +0000 (UTC) Received: from hel.is.scarlet.be (hel.is.scarlet.be [193.74.71.26]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 686415F343 for ; Thu, 8 Feb 2018 16:01:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1518105690; bh=HodtA8fQq9lj22E6wqUxxnG8AJ70jK4C8/piyvycTnw=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Subject:Message-ID; b=aYY8jqHp98VsRA/a6RVstDbQVTwmVyKejgR9vvAQV81R6IbxVa+DPZJMsVoI7QePO XZliRYcWujcBR+wSNyOqzgtSBihVQe0YwP0r+nWJgCODtzljhMPn1BT8rrUPIdCMNy cPtc1bKTS7AEyZBN3qV75asRi+Z6UJ6p89imnJpw= Received: from webmail.scarlet.be (gresham.is.scarlet.be [193.74.71.215]) by hel.is.scarlet.be (8.14.9/8.14.9) with ESMTP id w18G1TRP025245 for ; Thu, 8 Feb 2018 17:01:30 +0100 X-Scarlet: d=1518105690 c=193.74.71.215 Received: from astropc12.ulb.ac.be ([164.15.138.26]) via pno-astro-26.ulb.ac.be ([164.15.138.26]) by webmail.scarlet.be with HTTP (HTTP/1.1 POST); Thu, 08 Feb 2018 17:01:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 08 Feb 2018 17:01:29 +0100 From: Gilles To: Commons Developers List Subject: [RNG] Travis build fails with JDK 9 Message-ID: X-Sender: gilles@harfang.homelinux.org User-Agent: Scarlet Webmail X-DCC-scarlet.be-Metrics: hel; whitelist X-Virus-Scanned: clamav-milter 0.98.1-exp at hel X-Virus-Status: Clean Hi. Build succeeds with JDK 7 and 8 but not with JDK9: https://travis-ci.org/apache/commons-rng/jobs/337207823 Did someone encounter this problem? Regards, Gilles P.S. Build also fails locally (on Debian "stretch") with the same error: ---CUT--- [...] [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 134 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [...] ---CUT--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org