It was fixed, BTW: https://issues.apache.org/jira/browse/SOLR-17951
On Thu, Apr 30, 2026 at 4:16 PM David Smiley <[email protected]> wrote: > Somebody merged a change within the last 48 hours that broke precommit: > > https://ci-builds.apache.org/job/Solr/job/Solr-Lint-main/535/console > > /home/jenkins/jenkins-agent/workspace/Solr/Solr-Lint-main/solr/core/src/java/org/apache/solr/search/ReRankOperator.java:28: > warning: [ImmutableEnumChecker] enums should be immutable: 'ReRankOperator' > has field 'op' of type 'java.util.function.DoubleBinaryOperator', the > declaration of type 'java.util.function.DoubleBinaryOperator' is not > annotated with @com.google.errorprone.annotations.Immutable >> private final DoubleBinaryOperator op; >> ^ >> (see https://errorprone.info/bugpattern/ImmutableEnumChecker) >> error: warnings found and -Werror specified >> Note: Some input files use or override a deprecated API. >> Note: Recompile with -Xlint:deprecation for details. >> 1 error >> 1 warning >> >> >> > On Wed, Apr 29, 2026 at 3:54 PM Apache Jenkins Server < > [email protected]> wrote: > >> Build: https://ci-builds.apache.org/job/Solr/job/Solr-Lint-main/535/ >> >> No tests ran. >> >> Build Log: >> [...truncated 652 lines...] >> BUILD FAILED in 5m 38s >> 330 actionable tasks: 330 executed >> >> Publishing Build Scan to Develocity... >> https://develocity.apache.org/s/bmomsu6qkwvoq >> >> Build step 'Invoke Gradle script' changed build result to FAILURE >> Build step 'Invoke Gradle script' marked build as failure >> 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] > >
