You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/04/29 21:27:32 UTC

[JENKINS] Solr » Solr-Docker-Nightly-9.x - Build # 471 - Failure!

Build: https://ci-builds.apache.org/job/Solr/job/Solr-Docker-Nightly-9.x/471/

Log: 
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on lucene-solr-1 (solr lucene) in workspace /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/solr.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/solr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/branch_9x^{commit} # timeout=10
Checking out Revision 98168d23d63a10d6bfb0e1b3cdcba24fe77764f9 (refs/remotes/origin/branch_9x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 98168d23d63a10d6bfb0e1b3cdcba24fe77764f9 # timeout=10
Commit message: "SOLR-13605: HttpSolrClient.Builder.withHttpClient() is useless for the purpose of setting client scoped so/connect timeouts (#1565)"
 > git rev-list --no-walk 7052e8be31012ddda33e623dbdefd36ce9835e4c # timeout=10
No emails were triggered.
provisioning config files...
copy managed file [gradle.properties] to file:/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradle.properties
[Solr-Docker-Nightly-9.x] $ /bin/sh -xe /tmp/jenkins5803624980427023658.sh
+ + echo ****
docker login -u **** --password-stdin
WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Gradle] - Launching build.
[Solr-Docker-Nightly-9.x] $ /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradlew -Psolr.docker.imageRepo=apache/solr-nightly -Psolr.docker.dist=full testDocker dockerPush
Downloading gradle-wrapper.jar from https://raw.githubusercontent.com/gradle/gradle/v7.6.0/gradle/wrapper/gradle-wrapper.jar
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.6/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :buildSrc:compileJava
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
> Task :solr:docker:createBodySnippetDockerfile
> Task :solr:docker:createDockerfileLocal
> Task :solr:docker:assemblePackaging
> Task :solr:documentation:changesToHtml
> Task :solr:documentation:copyDocumentationAssets
> Task :solr:documentation:markdownToHtml
> Task :solr:documentation:copyChangesToHtmlForMiniSite
> Task :solr:documentation:copyMiniDocumentationAssets
> Task :solr:documentation:createMiniDocumentationIndex
> Task :solr:documentation:documentationMinimal
> Task :gitStatus
> Task :checkJdkInternalsExportedToGradle

> Task :solr:solrj:compileJava
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:119: error: cannot find symbol
    this.pollQueueTimeMillis = builder.pollQueueTime;
        ^
  symbol: variable pollQueueTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:120: error: cannot find symbol
    this.stallTimeMillis = Integer.getInteger("solr.cloud.client.stallTime", 15000);
        ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:124: error: cannot find symbol
    int minimalStallTime = pollQueueTimeMillis * 2;
                           ^
  symbol:   variable pollQueueTimeMillis
  location: class ConcurrentUpdateSolrClient
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:125: error: cannot find symbol
    if (minimalStallTime > this.stallTimeMillis) {
                               ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:126: error: cannot find symbol
      this.stallTimeMillis = minimalStallTime;
          ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:169: error: cannot find symbol
    this.client.setQueryParams(queryParams);
               ^
  symbol:   method setQueryParams(Set<String>)
  location: variable client of type HttpSolrClient
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:51: error: method does not override or implement a method from a supertype
  @Override
  ^
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:59: error: cannot find symbol
    super.setQueryParams(urlParamNames);
         ^
  symbol: method setQueryParams(Set<String>)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors

> Task :solr:solrj:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj: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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 3s
14 actionable tasks: 14 executed
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

[JENKINS] Solr » Solr-Docker-Nightly-9.x - Build # 474 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Docker-Nightly-9.x/474/

Log: 
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on lucene-solr-2 (solr lucene) in workspace /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/solr.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/solr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/branch_9x^{commit} # timeout=10
Checking out Revision a8ce17070b69098ef2c132a58054ab51cf42679a (refs/remotes/origin/branch_9x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a8ce17070b69098ef2c132a58054ab51cf42679a # timeout=10
Commit message: "SOLR-16764: Be clearer that bin/solr export uses JSONL, not JSON format. Fix up how files are named and output and add tests. (#1614)"
 > git rev-list --no-walk 515ab996f4833a2e40d88d5a6d40703aaf69603c # timeout=10
No emails were triggered.
provisioning config files...
copy managed file [gradle.properties] to file:/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradle.properties
[Solr-Docker-Nightly-9.x] $ /bin/sh -xe /tmp/jenkins3568525274379291131.sh
+ echo ****
+ docker login -u **** --password-stdin
WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Gradle] - Launching build.
[Solr-Docker-Nightly-9.x] $ /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradlew -Psolr.docker.imageRepo=apache/solr-nightly -Psolr.docker.dist=full testDocker dockerPush
Downloading gradle-wrapper.jar from https://raw.githubusercontent.com/gradle/gradle/v7.6.0/gradle/wrapper/gradle-wrapper.jar
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.6/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :buildSrc:compileJava
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
> Task :solr:docker:createBodySnippetDockerfile
> Task :solr:docker:createDockerfileLocal
> Task :solr:docker:assemblePackaging
> Task :solr:documentation:changesToHtml
> Task :solr:documentation:copyDocumentationAssets
> Task :solr:documentation:markdownToHtml
> Task :solr:documentation:copyChangesToHtmlForMiniSite
> Task :solr:documentation:copyMiniDocumentationAssets
> Task :solr:documentation:createMiniDocumentationIndex
> Task :solr:documentation:documentationMinimal
> Task :gitStatus
> Task :checkJdkInternalsExportedToGradle

> Task :solr:solrj:compileJava
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:51: error: method does not override or implement a method from a supertype
  @Override
  ^
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:59: error: cannot find symbol
    super.setQueryParams(urlParamNames);
         ^
  symbol: method setQueryParams(Set<String>)
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:119: error: cannot find symbol
    this.pollQueueTimeMillis = builder.pollQueueTime;
        ^
  symbol: variable pollQueueTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:120: error: cannot find symbol
    this.stallTimeMillis = Integer.getInteger("solr.cloud.client.stallTime", 15000);
        ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:124: error: cannot find symbol
    int minimalStallTime = pollQueueTimeMillis * 2;
                           ^
  symbol:   variable pollQueueTimeMillis
  location: class ConcurrentUpdateSolrClient
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:125: error: cannot find symbol
    if (minimalStallTime > this.stallTimeMillis) {
                               ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:126: error: cannot find symbol
      this.stallTimeMillis = minimalStallTime;
          ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:169: error: cannot find symbol
    this.client.setQueryParams(queryParams);
               ^
  symbol:   method setQueryParams(Set<String>)
  location: variable client of type HttpSolrClient
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors

> Task :solr:solrj:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj: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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 29s
14 actionable tasks: 14 executed
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

[JENKINS] Solr » Solr-Docker-Nightly-9.x - Build # 473 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Docker-Nightly-9.x/473/

Log: 
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on lucene-solr-2 (solr lucene) in workspace /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/solr.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/solr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/branch_9x^{commit} # timeout=10
Checking out Revision 515ab996f4833a2e40d88d5a6d40703aaf69603c (refs/remotes/origin/branch_9x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 515ab996f4833a2e40d88d5a6d40703aaf69603c # timeout=10
Commit message: "Sync CHANGES for 9.2.1"
 > git rev-list --no-walk a8031a350034a5e0e0c7f362cb5691e45c6dc275 # timeout=10
No emails were triggered.
provisioning config files...
copy managed file [gradle.properties] to file:/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradle.properties
[Solr-Docker-Nightly-9.x] $ /bin/sh -xe /tmp/jenkins8731093736150466412.sh
+ echo ****
+ docker login -u **** --password-stdin
WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Gradle] - Launching build.
[Solr-Docker-Nightly-9.x] $ /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradlew -Psolr.docker.imageRepo=apache/solr-nightly -Psolr.docker.dist=full testDocker dockerPush
Downloading gradle-wrapper.jar from https://raw.githubusercontent.com/gradle/gradle/v7.6.0/gradle/wrapper/gradle-wrapper.jar
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.6/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :buildSrc:compileJava
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
> Task :solr:docker:createBodySnippetDockerfile
> Task :solr:docker:createDockerfileLocal
> Task :solr:docker:assemblePackaging
> Task :solr:documentation:changesToHtml
> Task :solr:documentation:copyDocumentationAssets
> Task :solr:documentation:markdownToHtml
> Task :solr:documentation:copyChangesToHtmlForMiniSite
> Task :solr:documentation:copyMiniDocumentationAssets
> Task :solr:documentation:createMiniDocumentationIndex
> Task :solr:documentation:documentationMinimal
> Task :gitStatus
> Task :checkJdkInternalsExportedToGradle

> Task :solr:solrj:compileJava
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:51: error: method does not override or implement a method from a supertype
  @Override
  ^
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:59: error: cannot find symbol
    super.setQueryParams(urlParamNames);
         ^
  symbol: method setQueryParams(Set<String>)
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:119: error: cannot find symbol
    this.pollQueueTimeMillis = builder.pollQueueTime;
        ^
  symbol: variable pollQueueTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:120: error: cannot find symbol
    this.stallTimeMillis = Integer.getInteger("solr.cloud.client.stallTime", 15000);
        ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:124: error: cannot find symbol
    int minimalStallTime = pollQueueTimeMillis * 2;
                           ^
  symbol:   variable pollQueueTimeMillis
  location: class ConcurrentUpdateSolrClient
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:125: error: cannot find symbol
    if (minimalStallTime > this.stallTimeMillis) {
                               ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:126: error: cannot find symbol
      this.stallTimeMillis = minimalStallTime;
          ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:169: error: cannot find symbol
    this.client.setQueryParams(queryParams);
               ^
  symbol:   method setQueryParams(Set<String>)
  location: variable client of type HttpSolrClient
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors

> Task :solr:solrj:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj: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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23s
14 actionable tasks: 14 executed
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

[JENKINS] Solr » Solr-Docker-Nightly-9.x - Build # 472 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Docker-Nightly-9.x/472/

Log: 
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on lucene-solr-2 (solr lucene) in workspace /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/solr.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/solr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/branch_9x^{commit} # timeout=10
Checking out Revision a8031a350034a5e0e0c7f362cb5691e45c6dc275 (refs/remotes/origin/branch_9x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a8031a350034a5e0e0c7f362cb5691e45c6dc275 # timeout=10
Commit message: "SOLR-13880: Add test that creates/reloads/deletes collections (#1105)"
 > git rev-list --no-walk 98168d23d63a10d6bfb0e1b3cdcba24fe77764f9 # timeout=10
No emails were triggered.
provisioning config files...
copy managed file [gradle.properties] to file:/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradle.properties
[Solr-Docker-Nightly-9.x] $ /bin/sh -xe /tmp/jenkins11953615951868191728.sh
+ echo ****
+ docker login -u **** --password-stdin
WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Gradle] - Launching build.
[Solr-Docker-Nightly-9.x] $ /home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/gradlew -Psolr.docker.imageRepo=apache/solr-nightly -Psolr.docker.dist=full testDocker dockerPush
Downloading gradle-wrapper.jar from https://raw.githubusercontent.com/gradle/gradle/v7.6.0/gradle/wrapper/gradle-wrapper.jar
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.6/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :buildSrc:compileJava
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
> Task :solr:docker:createBodySnippetDockerfile
> Task :solr:docker:createDockerfileLocal
> Task :solr:docker:assemblePackaging
> Task :solr:documentation:changesToHtml
> Task :solr:documentation:copyDocumentationAssets
> Task :solr:documentation:markdownToHtml
> Task :solr:documentation:copyChangesToHtmlForMiniSite
> Task :solr:documentation:copyMiniDocumentationAssets
> Task :solr:documentation:createMiniDocumentationIndex
> Task :solr:documentation:documentationMinimal
> Task :gitStatus
> Task :checkJdkInternalsExportedToGradle

> Task :solr:solrj:compileJava
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:51: error: method does not override or implement a method from a supertype
  @Override
  ^
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/DelegationTokenHttpSolrClient.java:59: error: cannot find symbol
    super.setQueryParams(urlParamNames);
         ^
  symbol: method setQueryParams(Set<String>)
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:119: error: cannot find symbol
    this.pollQueueTimeMillis = builder.pollQueueTime;
        ^
  symbol: variable pollQueueTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:120: error: cannot find symbol
    this.stallTimeMillis = Integer.getInteger("solr.cloud.client.stallTime", 15000);
        ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:124: error: cannot find symbol
    int minimalStallTime = pollQueueTimeMillis * 2;
                           ^
  symbol:   variable pollQueueTimeMillis
  location: class ConcurrentUpdateSolrClient
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:125: error: cannot find symbol
    if (minimalStallTime > this.stallTimeMillis) {
                               ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:126: error: cannot find symbol
      this.stallTimeMillis = minimalStallTime;
          ^
  symbol: variable stallTimeMillis
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.java:169: error: cannot find symbol
    this.client.setQueryParams(queryParams);
               ^
  symbol:   method setQueryParams(Set<String>)
  location: variable client of type HttpSolrClient
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors

> Task :solr:solrj:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj: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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23s
14 actionable tasks: 14 executed
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