solrbot commented on PR #2142:
URL: https://github.com/apache/solr/pull/2142#issuecomment-1848397446
### ⚠ 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
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further 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.
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/core/SchemaCodecFactory.java:29:
error: cannot find symbol
import org.apache.lucene.codecs.lucene95.Lucene95Codec;
^
symbol: class Lucene95Codec
location: package org.apache.lucene.codecs.lucene95
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:30:
error: package org.apache.lucene.codecs.lucene95.Lucene95Codec does not exist
import org.apache.lucene.codecs.lucene95.Lucene95Codec.Mode;
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:31:
error: cannot find symbol
import org.apache.lucene.codecs.lucene95.Lucene95HnswVectorsFormat;
^
symbol: class Lucene95HnswVectorsFormat
location: package org.apache.lucene.codecs.lucene95
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:57:
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/schema/DenseVectorField.java:20:
error: cannot find symbol
import static
org.apache.lucene.codecs.lucene95.Lucene95HnswVectorsFormat.DEFAULT_BEAM_WIDTH;
^
symbol: class Lucene95HnswVectorsFormat
location: package org.apache.lucene.codecs.lucene95
/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.lucene95.Lucene95HnswVectorsFormat.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.lucene95.Lucene95HnswVectorsFormat.DEFAULT_MAX_CONN;
^
symbol: class Lucene95HnswVectorsFormat
location: package org.apache.lucene.codecs.lucene95
/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.lucene95.Lucene95HnswVectorsFormat.DEFAULT_MAX_CONN;
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java:1329:
error: ElevationComparatorSource is not abstract and does not override
abstract method newComparator(String,int,Pruning,boolean) in
FieldComparatorSource
private static class ElevationComparatorSource extends
FieldComparatorSource {
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java:1351:
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/schema/RandomSortField.java:112:
error: <anonymous org.apache.solr.schema.RandomSortField$1> is not abstract
and does not override abstract method newComparator(String,int,Pruning,boolean)
in FieldComparatorSource
new FieldComparatorSource() {
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/RandomSortField.java:113:
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:57:
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:82:
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:85:
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:92:
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:100:
error: cannot find symbol
new Lucene95Codec(compressionMode) {
^
symbol: class Lucene95Codec
location: class SchemaCodecFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:101:
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:110:
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:113:
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:122:
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:125:
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:135:
error: cannot find symbol
var delegate = new Lucene95HnswVectorsFormat(maxConn,
beamWidth);
^
symbol: class Lucene95HnswVectorsFormat
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:142:
error: cannot find symbol
return super.getKnnVectorsFormatForField(field);
^
symbol: method getKnnVectorsFormatForField(String)
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java:3586:
error: incompatible types: boolean cannot be converted to Pruning
fieldComparators[clause] = sf.getComparator(1, clause == 0);
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/search/join/ChildFieldValueSourceParser.java:126:
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/join/ChildFieldValueSourceParser.java:128:
error: incompatible types: boolean cannot be converted to Pruning
final FieldComparator<?> comparator = super.getComparator(numHits,
enableSkipping);
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/ShardFieldSortedHitQueue.java:159:
error: incompatible types: boolean cannot be converted to Pruning
final FieldComparator fieldComparator = sortField.getComparator(0, true);
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java:500:
error: incompatible types: boolean cannot be converted to Pruning
FieldComparator<?> comparator = sortField.getComparator(1, true);
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/index/SlowCompositeReaderWrapper.java:100:
error: constructor LeafMetaData in class LeafMetaData cannot be applied to
given types;
metaData = new LeafMetaData(Version.LATEST.major, Version.LATEST,
null);
^
required: int,Version,Sort,boolean
found: int,Version,<null>
reason: actual and formal argument lists differ in length
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/index/SlowCompositeReaderWrapper.java:114:
error: constructor LeafMetaData in class LeafMetaData cannot be applied to
given types;
metaData = new LeafMetaData(createdVersionMajor, minVersion, null);
^
required: int,Version,Sort,boolean
found: int,Version,<null>
reason: actual and formal argument lists differ in length
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java:273:
error: incompatible types: boolean cannot be converted to Pruning
(FieldComparator<Double>) getSortField(false).getComparator(1,
false);
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/LatLonPointSpatialField.java:273:
warning: [cast] redundant cast to FieldComparator<Double>
(FieldComparator<Double>) getSortField(false).getComparator(1,
false);
^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:144:
error: cannot find symbol
ofNullable(args.get(HNSW_MAX_CONNECTIONS)).map(Integer::parseInt).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:148:
error: cannot find symbol
ofNullable(args.get(HNSW_BEAM_WIDTH)).map(Integer::parseInt).orElse(DEFAULT_BEAM_WIDTH);
^
symbol: variable DEFAULT_BEAM_WIDTH
location: class DenseVectorField
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
34 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 --info option to get more log output.
BUILD FAILED in 37s
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]