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/01/20 23:01:22 UTC

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

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

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 5f926bc1aa7e6f9b1e70c0581e67526a4cef4859 (refs/remotes/origin/branch_9x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5f926bc1aa7e6f9b1e70c0581e67526a4cef4859 # timeout=10
Commit message: "SOLR-16630: AwaitsFix TestCoordinatorRole.testNRTRestart"
 > git rev-list --no-walk a411386402c586846222a33d42a248b723907e58 # 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/jenkins7713687229809564117.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 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 FAILED
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/request/AbstractUpdateRequest.java:165: warning: [MissingOverride] isSendToLeaders implements method in IsUpdateRequest; expected @Override
  public boolean isSendToLeaders() {
                 ^
    (see https://errorprone.info/bugpattern/MissingOverride)
  Did you mean '@Override public boolean isSendToLeaders() {'?
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

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 43s
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 # 373 - 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/373/

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 e77f1823f6ec18d0c6d0c80f2577bc03e96a2e12 (refs/remotes/origin/branch_9x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e77f1823f6ec18d0c6d0c80f2577bc03e96a2e12 # timeout=10
Commit message: "SOLR-16600 Use Array instead of ObjectList when dealling with parallelCachesRefresh in CloudSolrClient (#1283)"
 > git rev-list --no-walk 5f926bc1aa7e6f9b1e70c0581e67526a4cef4859 # 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/jenkins15157542766809997272.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 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 FAILED
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Docker-Nightly-9.x/solr/solrj/src/java/org/apache/solr/client/solrj/request/AbstractUpdateRequest.java:165: warning: [MissingOverride] isSendToLeaders implements method in IsUpdateRequest; expected @Override
  public boolean isSendToLeaders() {
                 ^
    (see https://errorprone.info/bugpattern/MissingOverride)
  Did you mean '@Override public boolean isSendToLeaders() {'?
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

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