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/03/01 22:48:35 UTC

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

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

   ### ⚠ 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
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:20: error: cannot find symbol
   import static org.apache.lucene.codecs.lucene94.Lucene94HnswVectorsFormat.DEFAULT_BEAM_WIDTH;
                                                  ^
     symbol:   class Lucene94HnswVectorsFormat
     location: package org.apache.lucene.codecs.lucene94
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:20: error: static import only from classes and interfaces
   import static org.apache.lucene.codecs.lucene94.Lucene94HnswVectorsFormat.DEFAULT_BEAM_WIDTH;
   ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:21: error: cannot find symbol
   import static org.apache.lucene.codecs.lucene94.Lucene94HnswVectorsFormat.DEFAULT_MAX_CONN;
                                                  ^
     symbol:   class Lucene94HnswVectorsFormat
     location: package org.apache.lucene.codecs.lucene94
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:21: error: static import only from classes and interfaces
   import static org.apache.lucene.codecs.lucene94.Lucene94HnswVectorsFormat.DEFAULT_MAX_CONN;
   ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:26: error: cannot find symbol
   import org.apache.lucene.codecs.lucene94.Lucene94Codec;
                                           ^
     symbol:   class Lucene94Codec
     location: package org.apache.lucene.codecs.lucene94
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:27: error: package org.apache.lucene.codecs.lucene94.Lucene94Codec does not exist
   import org.apache.lucene.codecs.lucene94.Lucene94Codec.Mode;
                                                         ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:28: error: cannot find symbol
   import org.apache.lucene.codecs.lucene94.Lucene94HnswVectorsFormat;
                                           ^
     symbol:   class Lucene94HnswVectorsFormat
     location: package org.apache.lucene.codecs.lucene94
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:52: error: cannot find symbol
     public static final Mode SOLR_DEFAULT_COMPRESSION_MODE = Mode.BEST_SPEED;
                         ^
     symbol:   class Mode
     location: class SchemaCodecFactory
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java:626: 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/parser/SolrQueryParserBase.java:632: error: incompatible types: BytesRef cannot be converted to Term
             currPosnClauses.add(newTermQuery(term.term, term.boost));
                                                  ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java:639: error: incompatible types: BytesRef cannot be converted to Term
             builder.add(newTermQuery(term.term, term.boost), BooleanClause.Occur.SHOULD);
                                          ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java:643: error: method newSynonymQuery in class QueryBuilder cannot be applied to given types;
           return super.newSynonymQuery(terms);
                       ^
     required: String,TermAndBoost[]
     found:    TermAndBoost[]
     reason: actual and formal argument lists differ in length
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:115: error: cannot find symbol
               .orElse(DEFAULT_MAX_CONN);
                       ^
     symbol:   variable DEFAULT_MAX_CONN
     location: class DenseVectorField
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:121: error: cannot find symbol
               .orElse(DEFAULT_BEAM_WIDTH);
                       ^
     symbol:   variable DEFAULT_BEAM_WIDTH
     location: class DenseVectorField
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/SolrQueryTimeoutImpl.java:48: 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/core/SchemaCodecFactory.java:52: error: cannot find symbol
     public static final Mode SOLR_DEFAULT_COMPRESSION_MODE = Mode.BEST_SPEED;
                                                              ^
     symbol:   variable Mode
     location: class SchemaCodecFactory
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:77: error: cannot find symbol
       Mode compressionMode;
       ^
     symbol:   class Mode
     location: class SchemaCodecFactory
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:80: error: cannot find symbol
           compressionMode = Mode.valueOf(compressionModeStr.toUpperCase(Locale.ROOT));
                             ^
     symbol:   variable Mode
     location: class SchemaCodecFactory
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:87: error: cannot find symbol
                   + Arrays.toString(Mode.values()));
                                     ^
     symbol:   variable Mode
     location: class SchemaCodecFactory
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:95: error: cannot find symbol
           new Lucene94Codec(compressionMode) {
               ^
     symbol:   class Lucene94Codec
     location: class SchemaCodecFactory
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:96: 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/core/SchemaCodecFactory.java:105: error: cannot find symbol
               return super.getPostingsFormatForField(field);
                           ^
     symbol: method getPostingsFormatForField(String)
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:108: 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/core/SchemaCodecFactory.java:117: error: cannot find symbol
               return super.getDocValuesFormatForField(field);
                           ^
     symbol: method getDocValuesFormatForField(String)
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:120: 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/core/SchemaCodecFactory.java:130: error: cannot find symbol
                   return new Lucene94HnswVectorsFormat(maxConn, beamWidth);
                              ^
     symbol: class Lucene94HnswVectorsFormat
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/MMapDirectoryFactory.java:66: warning: [removal] setUseUnmap(boolean) in MMapDirectory has been deprecated and marked for removal
         mapDirectory.setUseUnmap(unmapHack);
                     ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/index/SlowCompositeReaderWrapper.java:66: error: SlowCompositeReaderWrapper is not abstract and does not override abstract method searchNearestVectors(String,byte[],int,Bits,int) in LeafReader
   public final class SlowCompositeReaderWrapper extends LeafReader {
                ^
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/index/SlowCompositeReaderWrapper.java:361: 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/index/SlowCompositeReaderWrapper.java:364: error: cannot find symbol
       return VectorValues.EMPTY;
                          ^
     symbol:   variable EMPTY
     location: class VectorValues
   /tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/IndexSizeEstimator.java:605: error: cannot find symbol
             mergeInstance.visitDocument(docId, visitor);
                          ^
     symbol:   method visitDocument(int,EstimatingVisitor)
     location: variable mergeInstance of type StoredFieldsReader
   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
   30 errors
   1 warning
   
   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 31s
   
   ```
   
   


-- 
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