From dev-return-355709-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Tue May 14 05:04:44 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D4B84180671 for ; Tue, 14 May 2019 07:04:43 +0200 (CEST) Received: (qmail 34583 invoked by uid 500); 14 May 2019 05:04:41 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 34570 invoked by uid 99); 14 May 2019 05:04:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2019 05:04:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B720EC0032 for ; Tue, 14 May 2019 05:04:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id DAFtN84lEGSI for ; Tue, 14 May 2019 05:04:38 +0000 (UTC) Received: from serv1.sd-datasolutions.de (serv1.sd-datasolutions.de [88.99.242.108]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B0BB75F1F0 for ; Tue, 14 May 2019 05:04:37 +0000 (UTC) Received: from serv1 (ip6-localhost [IPv6:::1]) by serv1.sd-datasolutions.de (Postfix) with ESMTP id 3475910802BB for ; Tue, 14 May 2019 05:04:37 +0000 (UTC) Date: Tue, 14 May 2019 05:00:43 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <933348197.93.1557810277215.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-BadApples-master-Linux (64bit/jdk-11) - Build # 205 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_92_1855839779.1557810277148" X-Jenkins-Job: Lucene-Solr-BadApples-master-Linux X-Jenkins-Result: FAILURE ------=_Part_92_1855839779.1557810277148 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/205/ Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 62682 lines...] -ecj-javadoc-lint-tests: [mkdir] Created dir: /tmp/ecj1447885494 [ecj-lint] Compiling 48 source files to /tmp/ecj1447885494 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar [ecj-lint] ---------- [ecj-lint] 1. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 23) [ecj-lint] import javax.naming.NamingException; [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The type javax.naming.NamingException is not accessible [ecj-lint] ---------- [ecj-lint] 2. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 28) [ecj-lint] public class MockInitialContextFactory implements InitialContextFactory { [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The type MockInitialContextFactory must implement the inherited abstract method InitialContextFactory.getInitialContext(Hashtable) [ecj-lint] ---------- [ecj-lint] 3. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 30) [ecj-lint] private final javax.naming.Context context; [ecj-lint] ^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The type javax.naming.Context is not accessible [ecj-lint] ---------- [ecj-lint] 4. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33) [ecj-lint] context = mock(javax.naming.Context.class); [ecj-lint] ^^^^^^^ [ecj-lint] context cannot be resolved to a variable [ecj-lint] ---------- [ecj-lint] 5. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33) [ecj-lint] context = mock(javax.naming.Context.class); [ecj-lint] ^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The type javax.naming.Context is not accessible [ecj-lint] ---------- [ecj-lint] 6. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 36) [ecj-lint] when(context.lookup(anyString())).thenAnswer(invocation -> objects.get(invocation.getArgument(0))); [ecj-lint] ^^^^^^^ [ecj-lint] context cannot be resolved [ecj-lint] ---------- [ecj-lint] 7. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 38) [ecj-lint] } catch (NamingException e) { [ecj-lint] ^^^^^^^^^^^^^^^ [ecj-lint] NamingException cannot be resolved to a type [ecj-lint] ---------- [ecj-lint] 8. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 45) [ecj-lint] public javax.naming.Context getInitialContext(Hashtable env) { [ecj-lint] ^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The type javax.naming.Context is not accessible [ecj-lint] ---------- [ecj-lint] 9. ERROR in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 46) [ecj-lint] return context; [ecj-lint] ^^^^^^^ [ecj-lint] context cannot be resolved to a variable [ecj-lint] ---------- [ecj-lint] 9 problems (9 errors) BUILD FAILED /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:643: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:101: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build.xml:687: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/common-build.xml:479: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:2016: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:2049: Compile failed; see the compiler error output for details. Total time: 88 minutes 50 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 ------=_Part_92_1855839779.1557810277148 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org ------=_Part_92_1855839779.1557810277148--