I’m guessing this is due to the changes I made in LUCENE-7611, but: * dependency changes were only on master, not on branch_6x * I can’t work out what ant command is actually being run by this Jenkins build
Can anyone help with the latter? I’ve been clicking around the Jenkins site for about half-an-hour now, without success... Alan Woodward www.flax.co.uk > On 8 Jan 2017, at 22:30, Apache Jenkins Server <[email protected]> > wrote: > > Build: https://builds.apache.org/job/Solr-Artifacts-6.x/218/ > > No tests ran. > > Build Log: > [...truncated 480 lines...] > [javac] Compiling 77 source files to > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/build/suggest/classes/java > [javac] > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/suggest/src/java/org/apache/lucene/search/suggest/DocumentValueSourceDictionary.java:26: > error: package org.apache.lucene.queries.function does not exist > [javac] import org.apache.lucene.queries.function.ValueSource; > [javac] ^ > [javac] > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/suggest/src/java/org/apache/lucene/search/suggest/DocumentValueSourceDictionary.java:77: > error: cannot find symbol > [javac] ValueSource > weightsValueSource, String payload, String contexts) { > [javac] ^ > [javac] symbol: class ValueSource > [javac] location: class DocumentValueSourceDictionary > [javac] > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/suggest/src/java/org/apache/lucene/search/suggest/DocumentValueSourceDictionary.java:104: > error: cannot find symbol > [javac] ValueSource > weightsValueSource, String payload) { > [javac] ^ > [javac] symbol: class ValueSource > [javac] location: class DocumentValueSourceDictionary > [javac] > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/suggest/src/java/org/apache/lucene/search/suggest/DocumentValueSourceDictionary.java:130: > error: cannot find symbol > [javac] ValueSource > weightsValueSource) { > [javac] ^ > [javac] symbol: class ValueSource > [javac] location: class DocumentValueSourceDictionary > [javac] Note: > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/suggest/src/java/org/apache/lucene/search/suggest/jaspell/JaspellLookup.java > uses or overrides a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 4 errors > > BUILD FAILED > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/solr/build.xml:539: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/solr/common-build.xml:418: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/module-build.xml:670: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/common-build.xml:501: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Solr-Artifacts-6.x/lucene/common-build.xml:1955: > Compile failed; see the compiler error output for details. > > Total time: 31 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Publishing Javadoc > 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]
