You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "solrbot (via GitHub)" <gi...@apache.org> on 2023/05/14 09:43:44 UTC

[GitHub] [solr] solrbot commented on pull request #1643: Update org.apache.lucene:* to v9.6.0

solrbot commented on PR #1643:
URL: https://github.com/apache/solr/pull/1643#issuecomment-1546857306

   ### ⚠ Artifact update problem
   
   Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
   
   ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
   
    - any of the package files in this branch needs updating, or 
    - the branch becomes conflicted, or
    - you click the rebase/retry checkbox if found above, or
    - you rename this PR's title to start with "rebase!" to trigger it manually
   
   The artifact failure details are included below:
   
   ##### File name: undefined
   
   ```
   Command failed: ./gradlew updateLicenses
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/join/GraphEdgeCollector.java:27: error: cannot find symbol
   import org.apache.lucene.sandbox.search.DocValuesTermsQuery;
                                          ^
     symbol:   class DocValuesTermsQuery
     location: package org.apache.lucene.sandbox.search
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:29: error: cannot find symbol
   import org.apache.lucene.sandbox.search.DocValuesTermsQuery;
                                          ^
     symbol:   class DocValuesTermsQuery
     location: package org.apache.lucene.sandbox.search
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:192: error: cannot find symbol
     private static class TopLevelDocValuesTermsQuery extends DocValuesTermsQuery {
                                                              ^
     symbol:   class DocValuesTermsQuery
     location: class TermsQParserPlugin
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:117: error: incompatible types: TopLevelDocValuesTermsQuery cannot be converted to Query
           return disableCacheByDefault(new TopLevelDocValuesTermsQuery(fname, byteRefs));
                                        ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:123: error: cannot find symbol
           return disableCacheByDefault(new DocValuesTermsQuery(fname, byteRefs));
                                            ^
     symbol: class DocValuesTermsQuery
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:203: error: method does not override or implement a method from a supertype
       @Override
       ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:210: error: non-static variable super cannot be referenced from a static context
           return super.createWeight(searcher, scoreMode, boost);
                  ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:210: error: cannot find symbol
           return super.createWeight(searcher, scoreMode, boost);
                       ^
     symbol: method createWeight(IndexSearcher,ScoreMode,float)
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:216: error: cannot find symbol
         PrefixCodedTerms.TermIterator iterator = getTerms().iterator();
                                                  ^
     symbol:   method getTerms()
     location: class TopLevelDocValuesTermsQuery
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:228: error: incompatible types: TopLevelDocValuesTermsQuery cannot be converted to Query
         return new ConstantScoreWeight(this, boost) {
                                        ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java:228: error: cannot find symbol
         return new ConstantScoreWeight(this, boost) {
                ^
     symbol: constructor (TopLevelDocValuesTermsQuery,float)
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/SolrDocumentFetcher.java:439: error: SolrDocumentFetcher.LargeLazyField is not abstract and does not override abstract method invertableType() in IndexableField
     class LargeLazyField implements IndexableField {
     ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/join/GraphEdgeCollector.java:182: error: cannot find symbol
                     ? new DocValuesTermsQuery(matchField.getName(), termList)
                           ^
     symbol:   class DocValuesTermsQuery
     location: class GraphTermsCollector
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
   13 errors
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':solr:core:compileJava'.
   > Compilation failed; see the compiler error output for details.
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --debug option to get more log output.
   > Run with --scan to get full insights.
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 57s
   
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org