I saw these failures locally when running precommit, After running clean and clean-jars the precommit passed. Is there an issue with the jars on jenkins?
Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 17, 2019 at 3:35 PM Apache Jenkins Server < [email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3385/ > > All tests passed > > Build Log: > [...truncated 65007 lines...] > -ecj-javadoc-lint-src: > [mkdir] Created dir: /tmp/ecj671470942 > [ecj-lint] Compiling 69 source files to /tmp/ecj671470942 > [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/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java > (at line 28) > [ecj-lint] import javax.naming.InitialContext; > [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [ecj-lint] The type javax.naming.InitialContext is not accessible > [ecj-lint] ---------- > [ecj-lint] 2. ERROR in > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java > (at line 29) > [ecj-lint] import javax.naming.NamingException; > [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [ecj-lint] The type javax.naming.NamingException is not accessible > [ecj-lint] ---------- > [ecj-lint] 3. ERROR in > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java > (at line 182) > [ecj-lint] c = getFromJndi(initProps, jndiName); > [ecj-lint] ^^^^^^^^^^^ > [ecj-lint] The method getFromJndi(Properties, String) from the type new > Callable<Connection>(){} refers to the missing type NamingException > [ecj-lint] ---------- > [ecj-lint] 4. ERROR in > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java > (at line 245) > [ecj-lint] private Connection getFromJndi(final Properties initProps, > final String jndiName) throws NamingException, > [ecj-lint] > ^^^^^^^^^^^^^^^ > [ecj-lint] NamingException cannot be resolved to a type > [ecj-lint] ---------- > [ecj-lint] 5. ERROR in > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java > (at line 249) > [ecj-lint] InitialContext ctx = new InitialContext(); > [ecj-lint] ^^^^^^^^^^^^^^ > [ecj-lint] InitialContext cannot be resolved to a type > [ecj-lint] ---------- > [ecj-lint] 6. ERROR in > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java > (at line 249) > [ecj-lint] InitialContext ctx = new InitialContext(); > [ecj-lint] ^^^^^^^^^^^^^^ > [ecj-lint] InitialContext cannot be resolved to a type > [ecj-lint] ---------- > [ecj-lint] 6 problems (6 errors) > > BUILD FAILED > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: > The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: > The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:651: > The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:479: > The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2009: > The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2048: > Compile failed; see the compiler error output for details. > > Total time: 238 minutes 54 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Recording test results > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
