I don't think we need release jobs for older releases -- older than
the latest.  Our release process refers RMs to visit
https://cwiki.apache.org/confluence/display/SOLR/JenkinsReleaseBuilds+-+Solr
which first instructs to remove old jobs.  I think this only happens
for major/minor releases but not patch releases.

https://ci-builds.apache.org/job/Solr/

Gus, you did 9.6.0.  Did the release wizard direct you to
https://cwiki.apache.org/confluence/display/SOLR/JenkinsReleaseBuilds+-+Solr
?
Jason, you did 9.5.0.  Same question.


On Fri, May 31, 2024 at 8:45 AM Eric Pugh
<ep...@opensourceconnections.com> wrote:
>
> At first blush, running locally things are fine….
>
> Is there any chance that the various Jenkins jobs could be 
> sharing/communicating across each other where a bad running Solr instance in 
> main is still there and causing others to fail?  I ask because why would 9.1, 
> 9.3, 9.4, 9.5, 9.6 all start failing between 3 days and 10 hours ago and 2 
> days 9 hours ago?   I get changes on 9.6, but not on the previous versions.
>
>
>
>
>
>
> > On May 31, 2024, at 8:19 AM, Eric Pugh <ep...@opensourceconnections.com> 
> > wrote:
> >
> > Looks like it’s failing in 9x too.     I’ll check out what’s going on.
> >
> > What is our policy for having older tests….  Do we actually need to keep 
> > around the checks for 9.0 through 9.5?  If we found a major issue in a 
> > previous release like 9.2, would we just ship an updated 9.x, so it would 
> > be a 9.6.2 or a 9.7?
> >
> > Wondering if having fewer Jenkins jobs would make it easier to keep tabs on 
> > them?
> >
> >
> >> On May 31, 2024, at 1:33 AM, David Smiley <dsmi...@apache.org> wrote:
> >>
> >> Eric, maybe you were working on authentication matters and could thus
> >> guess as to why some smoke tests fail here?  This one is for 9.4 but
> >> there's another for 9.6
> >>
> >> On Fri, May 31, 2024 at 1:21 AM Apache Jenkins Server
> >> <jenk...@builds.apache.org> wrote:
> >>>
> >>> Build: https://ci-builds.apache.org/job/Solr/job/Solr-Smoketest-9.4/284/
> >>>
> >>> Log:
> >>> Started by timer
> >>> 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-Smoketest-9.4
> >>> [WS-CLEANUP] Deleting project workspace...
> >>> [WS-CLEANUP] Deferred wipeout is used...
> >>> [WS-CLEANUP] Done
> >>> The recommended git tool is: NONE
> >>> No credentials specified
> >>> Cloning the remote Git repository
> >>> Cloning repository https://github.com/apache/solr.git
> >>>> git init /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4 # 
> >>>> timeout=10
> >>> Fetching upstream changes from https://github.com/apache/solr.git
> >>>> git --version # timeout=10
> >>>> git --version # 'git version 2.17.1'
> >>>> git fetch --tags --progress -- https://github.com/apache/solr.git 
> >>>> +refs/heads/*:refs/remotes/origin/* # timeout=10
> >>>> git config remote.origin.url https://github.com/apache/solr.git # 
> >>>> timeout=10
> >>>> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* 
> >>>> # timeout=10
> >>> Avoid second fetch
> >>>> git rev-parse origin/branch_9_4^{commit} # timeout=10
> >>> Checking out Revision fe0b0fda7c235857231e1af2eb03b3622cd5a4cf 
> >>> (origin/branch_9_4)
> >>>> git config core.sparsecheckout # timeout=10
> >>>> git checkout -f fe0b0fda7c235857231e1af2eb03b3622cd5a4cf # timeout=10
> >>>> git branch -a -v --no-abbrev # timeout=10
> >>>> git checkout -b branch_9_4 fe0b0fda7c235857231e1af2eb03b3622cd5a4cf # 
> >>>> timeout=10
> >>> Commit message: "[RefGuide] Update system-requirements (#2361)"
> >>>> git rev-list --no-walk fe0b0fda7c235857231e1af2eb03b3622cd5a4cf # 
> >>>> timeout=10
> >>> No emails were triggered.
> >>> provisioning config files...
> >>> copy managed file [gradle.properties] to 
> >>> file:/home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/gradle.properties
> >>> [Gradle] - Launching build.
> >>> [Solr-Smoketest-9.4] $ 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/gradlew 
> >>> -Dversion.suffix= 
> >>> -Dgradle.user.home=/home/jenkins/jenkins-slave/workspace/Solr/.gradle 
> >>> -Porg.gradle.daemon=false -Pvalidation.git.failOnModified=false 
> >>> --continue -x signJarsPublication clean assembleRelease
> >>> 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 :clean
> >>>> Task :solr:clean UP-TO-DATE
> >>>> Task :solr:api:clean
> >>>> Task :solr:benchmark:clean
> >>>> Task :solr:core:clean
> >>>> Task :solr:distribution:clean UP-TO-DATE
> >>>> Task :solr:docker:clean UP-TO-DATE
> >>>> Task :solr:documentation:clean UP-TO-DATE
> >>>> Task :solr:example:clean UP-TO-DATE
> >>>> Task :solr:modules:clean UP-TO-DATE
> >>>> Task :solr:packaging:clean UP-TO-DATE
> >>>> Task :solr:prometheus-exporter:clean
> >>>> Task :solr:server:clean
> >>>> Task :solr:solr-ref-guide:clean
> >>>> Task :solr:solrj:clean
> >>>> Task :solr:solrj-streaming:clean
> >>>> Task :solr:solrj-zookeeper:clean
> >>>> Task :solr:test-framework:clean
> >>>> Task :solr:webapp:clean
> >>>> Task :solr:modules:analysis-extras:clean
> >>>> Task :solr:modules:analytics:clean
> >>>> Task :solr:modules:clustering:clean
> >>>> Task :solr:modules:extraction:clean
> >>>> Task :solr:modules:gcs-repository:clean
> >>>> Task :solr:modules:hadoop-auth:clean
> >>>> Task :solr:modules:hdfs:clean
> >>>> Task :solr:modules:jaegertracer-configurator:clean
> >>>> Task :solr:modules:jwt-auth:clean
> >>>> Task :solr:modules:langid:clean
> >>>> Task :solr:modules:ltr:clean
> >>>> Task :solr:modules:opentelemetry:clean
> >>>> Task :solr:modules:s3-repository:clean
> >>>> Task :solr:modules:scripting:clean
> >>>> Task :solr:modules:sql:clean
> >>>> Task :mavenLocalClean UP-TO-DATE
> >>>> Task :solr-missing-doclet:compileJava
> >>>> Task :solr-missing-doclet:processResources NO-SOURCE
> >>>> Task :solr-missing-doclet:classes
> >>>> Task :solr-missing-doclet:jar
> >>>> Task :gitStatus
> >>>> Task :checkJdkInternalsExportedToGradle
> >>>> Task :solr:api:compileJava
> >>>> Task :solr:api:processResources NO-SOURCE
> >>>> Task :solr:api:classes
> >>>> Task :solr:api:jar
> >>>> Task :solr:api:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:api:generatePomFileForJarsPublication
> >>>> Task :solr:api:renderJavadoc
> >>>> Task :solr:api:javadoc SKIPPED
> >>>> Task :solr:api:javadocJar
> >>>> Task :solr:api:sourcesJar
> >>>> Task :solr:api:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:api:resolve
> >>> SLF4J(W): No SLF4J providers were found.
> >>> SLF4J(W): Defaulting to no-operation (NOP) logger implementation
> >>> SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further 
> >>> details.
> >>>
> >>>> Task :solr:solrj:openApiGenerate
> >>> ################################################################################
> >>> # Thanks for using OpenAPI Generator.                                     
> >>>      #
> >>> # Please consider donation to help us maintain this project 🙏             
> >>>     #
> >>> # https://opencollective.com/openapi_generator/donate                     
> >>>      #
> >>> ################################################################################
> >>> Successfully generated code to 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/solrj/build/generated/
> >>>
> >>>> Task :spotlessInternalRegisterDependencies
> >>>> Task :solr:solrj:generatedSpotlessHelper
> >>>> Task :solr:solrj:generatedSpotless
> >>>
> >>>> Task :solr:solrj:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:solrj-streaming:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:solrj-zookeeper:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:core:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:core:processResources
> >>>> Task :solr:core:classes
> >>>> Task :solr:core:jar
> >>>> Task :solr:core:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:core:generatePomFileForJarsPublication
> >>>> Task :solr:solrj:renderJavadoc
> >>>> Task :solr:solrj-streaming:renderJavadoc
> >>>> Task :solr:solrj-zookeeper:renderJavadoc
> >>>> Task :solr:core:renderJavadoc
> >>>> Task :solr:core:javadoc SKIPPED
> >>>> Task :solr:core:javadocJar
> >>>> Task :solr:core:sourcesJar
> >>>> Task :solr:core:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:prometheus-exporter:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:prometheus-exporter:processResources NO-SOURCE
> >>>> Task :solr:prometheus-exporter:classes
> >>>> Task :solr:prometheus-exporter:jar
> >>>> Task :solr:prometheus-exporter:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:prometheus-exporter:generatePomFileForJarsPublication
> >>>> Task :solr:prometheus-exporter:renderJavadoc
> >>>> Task :solr:prometheus-exporter:javadoc SKIPPED
> >>>> Task :solr:prometheus-exporter:javadocJar
> >>>> Task :solr:prometheus-exporter:sourcesJar
> >>>> Task :solr:prometheus-exporter:publishJarsPublicationToBuildRepository
> >>>> Task :solr:solrj:processResources
> >>>> Task :solr:solrj:classes
> >>>> Task :solr:solrj:jar
> >>>> Task :solr:solrj:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:solrj:generatePomFileForJarsPublication
> >>>> Task :solr:solrj:javadoc SKIPPED
> >>>> Task :solr:solrj:javadocJar
> >>>> Task :solr:solrj:sourcesJar
> >>>> Task :solr:solrj:publishJarsPublicationToBuildRepository
> >>>> Task :solr:solrj-streaming:processResources
> >>>> Task :solr:solrj-streaming:classes
> >>>> Task :solr:solrj-streaming:jar
> >>>> Task :solr:solrj-streaming:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:solrj-streaming:generatePomFileForJarsPublication
> >>>> Task :solr:solrj-streaming:javadoc SKIPPED
> >>>> Task :solr:solrj-streaming:javadocJar
> >>>> Task :solr:solrj-streaming:sourcesJar
> >>>> Task :solr:solrj-streaming:publishJarsPublicationToBuildRepository
> >>>> Task :solr:solrj-zookeeper:processResources NO-SOURCE
> >>>> Task :solr:solrj-zookeeper:classes
> >>>> Task :solr:solrj-zookeeper:jar
> >>>> Task :solr:solrj-zookeeper:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:solrj-zookeeper:generatePomFileForJarsPublication
> >>>> Task :solr:solrj-zookeeper:javadoc SKIPPED
> >>>> Task :solr:solrj-zookeeper:javadocJar
> >>>> Task :solr:solrj-zookeeper:sourcesJar
> >>>> Task :solr:solrj-zookeeper:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:test-framework:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:test-framework:processResources
> >>>> Task :solr:test-framework:classes
> >>>> Task :solr:test-framework:jar
> >>>> Task :solr:test-framework:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:test-framework:generatePomFileForJarsPublication
> >>>> Task :solr:test-framework:renderJavadoc
> >>>> Task :solr:test-framework:javadoc SKIPPED
> >>>> Task :solr:test-framework:javadocJar
> >>>> Task :solr:test-framework:sourcesJar
> >>>> Task :solr:test-framework:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:analysis-extras:compileJava
> >>> Note: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/modules/analysis-extras/src/java/org/apache/solr/schema/ICUCollationField.java
> >>>  uses or overrides a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:analysis-extras:processResources NO-SOURCE
> >>>> Task :solr:modules:analysis-extras:classes
> >>>> Task :solr:modules:analysis-extras:jar
> >>>> Task 
> >>>> :solr:modules:analysis-extras:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:analysis-extras:generatePomFileForJarsPublication
> >>>> Task :solr:modules:analysis-extras:renderJavadoc
> >>>> Task :solr:modules:analysis-extras:javadoc SKIPPED
> >>>> Task :solr:modules:analysis-extras:javadocJar
> >>>> Task :solr:modules:analysis-extras:sourcesJar
> >>>> Task 
> >>>> :solr:modules:analysis-extras:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:analytics:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:analytics:processResources NO-SOURCE
> >>>> Task :solr:modules:analytics:classes
> >>>> Task :solr:modules:analytics:jar
> >>>> Task :solr:modules:analytics:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:analytics:generatePomFileForJarsPublication
> >>>> Task :solr:modules:analytics:renderJavadoc
> >>>> Task :solr:modules:analytics:javadoc SKIPPED
> >>>> Task :solr:modules:analytics:javadocJar
> >>>> Task :solr:modules:analytics:sourcesJar
> >>>> Task :solr:modules:analytics:publishJarsPublicationToBuildRepository
> >>>> Task :solr:modules:clustering:compileJava
> >>>> Task :solr:modules:clustering:processResources NO-SOURCE
> >>>> Task :solr:modules:clustering:classes
> >>>> Task :solr:modules:clustering:jar
> >>>> Task :solr:modules:clustering:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:clustering:generatePomFileForJarsPublication
> >>>> Task :solr:modules:clustering:renderJavadoc
> >>>> Task :solr:modules:clustering:javadoc SKIPPED
> >>>> Task :solr:modules:clustering:javadocJar
> >>>> Task :solr:modules:clustering:sourcesJar
> >>>> Task :solr:modules:clustering:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:extraction:compileJava
> >>> Note: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/modules/extraction/src/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java
> >>>  uses or overrides a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:extraction:processResources
> >>>> Task :solr:modules:extraction:classes
> >>>> Task :solr:modules:extraction:jar
> >>>> Task :solr:modules:extraction:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:extraction:generatePomFileForJarsPublication
> >>>> Task :solr:modules:extraction:renderJavadoc
> >>>> Task :solr:modules:extraction:javadoc SKIPPED
> >>>> Task :solr:modules:extraction:javadocJar
> >>>> Task :solr:modules:extraction:sourcesJar
> >>>> Task :solr:modules:extraction:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:gcs-repository:compileJava
> >>> Note: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/modules/gcs-repository/src/java/org/apache/solr/gcs/GCSConfigParser.java
> >>>  uses or overrides a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:gcs-repository:processResources NO-SOURCE
> >>>> Task :solr:modules:gcs-repository:classes
> >>>> Task :solr:modules:gcs-repository:jar
> >>>> Task :solr:modules:gcs-repository:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:gcs-repository:generatePomFileForJarsPublication
> >>>> Task :solr:modules:gcs-repository:renderJavadoc
> >>>> Task :solr:modules:gcs-repository:javadoc SKIPPED
> >>>> Task :solr:modules:gcs-repository:javadocJar
> >>>> Task :solr:modules:gcs-repository:sourcesJar
> >>>> Task :solr:modules:gcs-repository:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:hadoop-auth:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:hadoop-auth:processResources NO-SOURCE
> >>>> Task :solr:modules:hadoop-auth:classes
> >>>> Task :solr:modules:hadoop-auth:jar
> >>>> Task :solr:modules:hadoop-auth:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:hadoop-auth:generatePomFileForJarsPublication
> >>>> Task :solr:modules:hadoop-auth:renderJavadoc
> >>>> Task :solr:modules:hadoop-auth:javadoc SKIPPED
> >>>> Task :solr:modules:hadoop-auth:javadocJar
> >>>> Task :solr:modules:hadoop-auth:sourcesJar
> >>>> Task :solr:modules:hadoop-auth:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:hdfs:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:hdfs:processResources NO-SOURCE
> >>>> Task :solr:modules:hdfs:classes
> >>>> Task :solr:modules:hdfs:jar
> >>>> Task :solr:modules:hdfs:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:modules:hdfs:generatePomFileForJarsPublication
> >>>> Task :solr:modules:hdfs:renderJavadoc
> >>>> Task :solr:modules:hdfs:javadoc SKIPPED
> >>>> Task :solr:modules:hdfs:javadocJar
> >>>> Task :solr:modules:hdfs:sourcesJar
> >>>> Task :solr:modules:hdfs:publishJarsPublicationToBuildRepository
> >>>> Task :solr:modules:jaegertracer-configurator:compileJava
> >>>> Task :solr:modules:jaegertracer-configurator:processResources NO-SOURCE
> >>>> Task :solr:modules:jaegertracer-configurator:classes
> >>>> Task :solr:modules:jaegertracer-configurator:jar
> >>>> Task 
> >>>> :solr:modules:jaegertracer-configurator:generateMetadataFileForJarsPublication
> >>>>  SKIPPED
> >>>> Task 
> >>>> :solr:modules:jaegertracer-configurator:generatePomFileForJarsPublication
> >>>> Task :solr:modules:jaegertracer-configurator:renderJavadoc
> >>>> Task :solr:modules:jaegertracer-configurator:javadoc SKIPPED
> >>>> Task :solr:modules:jaegertracer-configurator:javadocJar
> >>>> Task :solr:modules:jaegertracer-configurator:sourcesJar
> >>>> Task 
> >>>> :solr:modules:jaegertracer-configurator:publishJarsPublicationToBuildRepository
> >>>> Task :solr:modules:jwt-auth:compileJava
> >>>> Task :solr:modules:jwt-auth:processResources NO-SOURCE
> >>>> Task :solr:modules:jwt-auth:classes
> >>>> Task :solr:modules:jwt-auth:jar
> >>>> Task :solr:modules:jwt-auth:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:jwt-auth:generatePomFileForJarsPublication
> >>>> Task :solr:modules:jwt-auth:renderJavadoc
> >>>> Task :solr:modules:jwt-auth:javadoc SKIPPED
> >>>> Task :solr:modules:jwt-auth:javadocJar
> >>>> Task :solr:modules:jwt-auth:sourcesJar
> >>>> Task :solr:modules:jwt-auth:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:langid:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:langid:processResources
> >>>> Task :solr:modules:langid:classes
> >>>> Task :solr:modules:langid:jar
> >>>> Task :solr:modules:langid:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:modules:langid:generatePomFileForJarsPublication
> >>>> Task :solr:modules:langid:renderJavadoc
> >>>> Task :solr:modules:langid:javadoc SKIPPED
> >>>> Task :solr:modules:langid:javadocJar
> >>>> Task :solr:modules:langid:sourcesJar
> >>>> Task :solr:modules:langid:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:ltr:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:ltr:processResources NO-SOURCE
> >>>> Task :solr:modules:ltr:classes
> >>>> Task :solr:modules:ltr:jar
> >>>> Task :solr:modules:ltr:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:modules:ltr:generatePomFileForJarsPublication
> >>>> Task :solr:modules:ltr:renderJavadoc
> >>>> Task :solr:modules:ltr:javadoc SKIPPED
> >>>> Task :solr:modules:ltr:javadocJar
> >>>> Task :solr:modules:ltr:sourcesJar
> >>>> Task :solr:modules:ltr:publishJarsPublicationToBuildRepository
> >>>> Task :solr:modules:opentelemetry:compileJava
> >>>> Task :solr:modules:opentelemetry:processResources NO-SOURCE
> >>>> Task :solr:modules:opentelemetry:classes
> >>>> Task :solr:modules:opentelemetry:jar
> >>>> Task :solr:modules:opentelemetry:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:opentelemetry:generatePomFileForJarsPublication
> >>>> Task :solr:modules:opentelemetry:renderJavadoc
> >>>> Task :solr:modules:opentelemetry:javadoc SKIPPED
> >>>> Task :solr:modules:opentelemetry:javadocJar
> >>>> Task :solr:modules:opentelemetry:sourcesJar
> >>>> Task :solr:modules:opentelemetry:publishJarsPublicationToBuildRepository
> >>>> Task :solr:modules:s3-repository:compileJava
> >>>> Task :solr:modules:s3-repository:processResources NO-SOURCE
> >>>> Task :solr:modules:s3-repository:classes
> >>>> Task :solr:modules:s3-repository:jar
> >>>> Task :solr:modules:s3-repository:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:s3-repository:generatePomFileForJarsPublication
> >>>> Task :solr:modules:s3-repository:renderJavadoc
> >>>> Task :solr:modules:s3-repository:javadoc SKIPPED
> >>>> Task :solr:modules:s3-repository:javadocJar
> >>>> Task :solr:modules:s3-repository:sourcesJar
> >>>> Task :solr:modules:s3-repository:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:scripting:compileJava
> >>> Note: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/modules/scripting/src/java/org/apache/solr/scripting/xslt/XSLTUpdateRequestHandler.java
> >>>  uses or overrides a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:scripting:processResources NO-SOURCE
> >>>> Task :solr:modules:scripting:classes
> >>>> Task :solr:modules:scripting:jar
> >>>> Task :solr:modules:scripting:generateMetadataFileForJarsPublication 
> >>>> SKIPPED
> >>>> Task :solr:modules:scripting:generatePomFileForJarsPublication
> >>>> Task :solr:modules:scripting:renderJavadoc
> >>>> Task :solr:modules:scripting:javadoc SKIPPED
> >>>> Task :solr:modules:scripting:javadocJar
> >>>> Task :solr:modules:scripting:sourcesJar
> >>>> Task :solr:modules:scripting:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :solr:modules:sql:compileJava
> >>> Note: Some input files use or override a deprecated API.
> >>> Note: Recompile with -Xlint:deprecation for details.
> >>>
> >>>> Task :solr:modules:sql:processResources
> >>>> Task :solr:modules:sql:classes
> >>>> Task :solr:modules:sql:jar
> >>>> Task :solr:modules:sql:generateMetadataFileForJarsPublication SKIPPED
> >>>> Task :solr:modules:sql:generatePomFileForJarsPublication
> >>>> Task :solr:modules:sql:renderJavadoc
> >>>> Task :solr:modules:sql:javadoc SKIPPED
> >>>> Task :solr:modules:sql:javadocJar
> >>>> Task :solr:modules:sql:sourcesJar
> >>>> Task :solr:modules:sql:publishJarsPublicationToBuildRepository
> >>>
> >>>> Task :mavenToLocalFolder
> >>> Local maven artifacts (poms, jars) created at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/build/maven-local
> >>>
> >>>> Task :checkWorkingCopyClean
> >>>> Task :solr:distribution:assembleSourceTgz
> >>>> 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 :solr:core:assemblePostJar
> >>>> Task :solr:example:assemblePackaging
> >>>> Task :solr:prometheus-exporter:assemblePackaging
> >>>> Task :solr:webapp:compileJava NO-SOURCE
> >>>> Task :solr:webapp:processResources NO-SOURCE
> >>>> Task :solr:webapp:classes UP-TO-DATE
> >>>> Task :solr:webapp:war
> >>>> Task :solr:server:assemblePackaging
> >>>> Task :solr:modules:analysis-extras:assemblePackaging
> >>>> Task :solr:modules:analytics:assemblePackaging
> >>>> Task :solr:modules:clustering:assemblePackaging
> >>>> Task :solr:modules:extraction:assemblePackaging
> >>>> Task :solr:modules:gcs-repository:assemblePackaging
> >>>> Task :solr:modules:hadoop-auth:assemblePackaging
> >>>> Task :solr:modules:hdfs:assemblePackaging
> >>>> Task :solr:modules:jaegertracer-configurator:assemblePackaging
> >>>> Task :solr:modules:jwt-auth:assemblePackaging
> >>>> Task :solr:modules:langid:assemblePackaging
> >>>> Task :solr:modules:ltr:assemblePackaging
> >>>> Task :solr:modules:opentelemetry:assemblePackaging
> >>>> Task :solr:modules:s3-repository:assemblePackaging
> >>>> Task :solr:modules:scripting:assemblePackaging
> >>>> Task :solr:modules:sql:assemblePackaging
> >>>> Task :solr:packaging:fullDistTar
> >>>> Task :solr:packaging:slimDistTar
> >>>> Task :solr:distribution:computeChecksums
> >>>> Task :solr:distribution:prepareGitRev
> >>>> Task :solr:docker:createDockerfileOfficialFull
> >>>> Task :solr:docker:createDockerfileOfficialSlim
> >>>> Task :solr:distribution:assembleRelease
> >>>
> >>> 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 SUCCESSFUL in 4m 34s
> >>> 246 actionable tasks: 238 executed, 8 up-to-date
> >>> Build step 'Invoke Gradle script' changed build result to SUCCESS
> >>> Run condition [Always] enabling perform for step [Execute shell]
> >>> [Solr-Smoketest-9.4] $ /bin/bash /tmp/jenkins11231400513530930669.sh
> >>> Installing Python script requirements
> >>> Defaulting to user installation because normal site-packages is not 
> >>> writeable
> >>> Collecting six~=1.16.0
> >>>  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
> >>> ERROR: Could not find a version that satisfies the requirement 
> >>> Jinja2~=3.1.1 (from versions: 2.0rc1, 2.0, 2.1, 2.1.1, 2.2, 2.2.1, 2.3, 
> >>> 2.3.1, 2.4, 2.4.1, 2.5, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.5.5, 2.6, 2.7, 
> >>> 2.7.1, 2.7.2, 2.7.3, 2.8, 2.8.1, 2.9, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 2.9.5, 
> >>> 2.9.6, 2.10, 2.10.1, 2.10.2, 2.10.3, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 
> >>> 3.0.0a1, 3.0.0rc1, 3.0.0rc2, 3.0.0, 3.0.1, 3.0.2, 3.0.3)
> >>> ERROR: No matching distribution found for Jinja2~=3.1.1
> >>> Starting Smoke tester in folder 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4
> >>> Java 11 JAVA_HOME=/home/jenkins/tools/java/latest11
> >>> NOTE: output encoding is UTF-8
> >>> NOTE: Not running @Nightly or @BadApple tests. Please verify that recent 
> >>> Jenkins runs have passed.
> >>>
> >>> Load release URL 
> >>> "file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/distribution/build/release"...
> >>>
> >>> Get KEYS...
> >>>    Downloading online KEYS file https://archive.apache.org/dist/solr/KEYS
> >>> Downloading https://archive.apache.org/dist/solr/KEYS
> >>>    0.3 MB in 1.13 sec (0.3 MB/sec)
> >>>
> >>> Test Solr...
> >>>  test basics...
> >>>  check changes HTML...
> >>>  download solr-9.4.2-slim.tgz...
> >>> Downloading 
> >>> file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/distribution/build/release/solr-9.4.2-slim.tgz
> >>>    61.0 MB in 0.05 sec (1182.5 MB/sec)
> >>>    verify sha512 digest
> >>>  download solr-9.4.2-src.tgz...
> >>> Downloading 
> >>> file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/distribution/build/release/solr-9.4.2-src.tgz
> >>>    86.0 MB in 0.07 sec (1178.5 MB/sec)
> >>>    verify sha512 digest
> >>>  download solr-9.4.2.tgz...
> >>> Downloading 
> >>> file:///home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/solr/distribution/build/release/solr-9.4.2.tgz
> >>>    267.8 MB in 0.22 sec (1231.0 MB/sec)
> >>>    verify sha512 digest
> >>>  unpack solr-9.4.2.tgz...
> >>>  solr-9.4.2.tgz
> >>>    Checking LICENSE.txt
> >>>    Checking NOTICE.txt
> >>>    Checking README.txt
> >>>    Checking CHANGES.txt
> >>>    Checking bin
> >>>    Checking modules
> >>>    Checking docker
> >>>    Checking prometheus-exporter
> >>>    Checking docs
> >>>    Checking example
> >>>    Checking licenses
> >>>    Checking server
> >>>    Checking lib
> >>>    verify JAR metadata/identity/no javax.* or java.* classes...
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/server/solr-webapp/webapp/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/server/solr-webapp/webapp/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/server/solr-webapp/webapp/WEB-INF/lib/jakarta.ws.rs-api-2.1.6.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/server/solr-webapp/webapp/WEB-INF/lib/jakarta.inject-2.6.1.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/server/solr-webapp/webapp/WEB-INF/lib/jakarta.validation-api-2.0.2.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/server/lib/ext/jetty-servlet-api-4.0.6.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/modules/extraction/lib/jakarta.activation-1.2.2.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/modules/extraction/lib/jakarta.activation-api-1.2.2.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/modules/extraction/lib/unit-api-1.0.jar:
> >>>  it has javax.* classes
> >>>    copying unpacked distribution for Java 11 ...
> >>>    test solr example w/ Java 11...
> >>>      start Solr instance 
> >>> (log=/home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-java11/solr-example.log)...
> >>> No process found for Solr node running on port 8983
> >>>      Running techproducts example on port 8983 from 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-java11
> >>> *** [WARN] *** Your open file limit is currently 60000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> *** [WARN] ***  Your Max Processes Limit is currently 30000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> Creating Solr home directory 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-java11/example/techproducts/solr
> >>>
> >>> Starting up Solr on port 8983 using command:
> >>> "bin/solr" start -p 8983 -s "example/techproducts/solr"
> >>>
> >>> *** [WARN] *** Your open file limit is currently 60000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> *** [WARN] ***  Your Max Processes Limit is currently 30000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> Waiting up to 180 seconds to see Solr running on port 8983 [|]         
> >>> [/]         [-]         [\]         [|]
> >>> Started Solr server on port 8983 (pid=3310). Happy searching!
> >>>
> >>>
> >>> Created new core 'techproducts'
> >>> Indexing tech product example docs from 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-java11/example/exampledocs
> >>> SimplePostTool version 9.4.2
> >>> Posting files to [base] url 
> >>> http://localhost:8983/solr/techproducts/update using content-type 
> >>> application/xml...
> >>> POSTing file mp500.xml to [base]
> >>> POSTing file ipod_video.xml to [base]
> >>> POSTing file monitor2.xml to [base]
> >>> POSTing file gb18030-example.xml to [base]
> >>> POSTing file vidcard.xml to [base]
> >>> POSTing file money.xml to [base]
> >>> POSTing file hd.xml to [base]
> >>> POSTing file ipod_other.xml to [base]
> >>> POSTing file sd500.xml to [base]
> >>> POSTing file solr.xml to [base]
> >>> POSTing file utf8-example.xml to [base]
> >>> POSTing file monitor.xml to [base]
> >>> POSTing file manufacturers.xml to [base]
> >>> POSTing file mem.xml to [base]
> >>> 14 files indexed.
> >>> COMMITting Solr index changes to 
> >>> http://localhost:8983/solr/techproducts/update...
> >>> Time spent: 0:00:00.771
> >>>      test utf8...
> >>>      run query...
> >>>      stop server using: bin/solr stop -p 8983
> >>> Sending stop command to Solr running on port 8983 ... waiting up to 180 
> >>> seconds to allow Jetty process 3310 to stop gracefully.
> >>> [|]         [/]         [-]         [\]                  unpack 
> >>> solr-9.4.2-slim.tgz...
> >>>  solr-9.4.2-slim.tgz
> >>>    Checking LICENSE.txt
> >>>    Checking NOTICE.txt
> >>>    Checking README.txt
> >>>    Checking CHANGES.txt
> >>>    Checking bin
> >>>    Checking docker
> >>>    Checking docs
> >>>    Checking example
> >>>    Checking licenses
> >>>    Checking server
> >>>    Checking lib
> >>>    verify JAR metadata/identity/no javax.* or java.* classes...
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim/server/solr-webapp/webapp/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim/server/solr-webapp/webapp/WEB-INF/lib/jakarta.annotation-api-1.3.5.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim/server/solr-webapp/webapp/WEB-INF/lib/jakarta.ws.rs-api-2.1.6.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim/server/solr-webapp/webapp/WEB-INF/lib/jakarta.inject-2.6.1.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim/server/solr-webapp/webapp/WEB-INF/lib/jakarta.validation-api-2.0.2.jar:
> >>>  it has javax.* classes
> >>>      **WARNING**: skipping check of 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim/server/lib/ext/jetty-servlet-api-4.0.6.jar:
> >>>  it has javax.* classes
> >>>    copying unpacked distribution for Java 11 ...
> >>>    test solr example w/ Java 11...
> >>>      start Solr instance 
> >>> (log=/home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim-java11/solr-example.log)...
> >>> No process found for Solr node running on port 8983
> >>>      Running techproducts example on port 8983 from 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim-java11
> >>> *** [WARN] *** Your open file limit is currently 60000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> *** [WARN] ***  Your Max Processes Limit is currently 30000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> Creating Solr home directory 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim-java11/example/techproducts/solr
> >>>
> >>> Starting up Solr on port 8983 using command:
> >>> "bin/solr" start -p 8983 -s "example/techproducts/solr"
> >>>
> >>> *** [WARN] *** Your open file limit is currently 60000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> *** [WARN] ***  Your Max Processes Limit is currently 30000.
> >>> It should be set to 65000 to avoid operational disruption.
> >>> If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to 
> >>> false in your profile or solr.in.sh
> >>> Waiting up to 180 seconds to see Solr running on port 8983 [|]         
> >>> [/]         [-]         [\]         [|]
> >>> Started Solr server on port 8983 (pid=3755). Happy searching!
> >>>
> >>>
> >>> Created new core 'techproducts'
> >>> Indexing tech product example docs from 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2-slim-java11/example/exampledocs
> >>> SimplePostTool version 9.4.2
> >>> Posting files to [base] url 
> >>> http://localhost:8983/solr/techproducts/update using content-type 
> >>> application/xml...
> >>> POSTing file mp500.xml to [base]
> >>> POSTing file ipod_video.xml to [base]
> >>> POSTing file monitor2.xml to [base]
> >>> POSTing file gb18030-example.xml to [base]
> >>> POSTing file vidcard.xml to [base]
> >>> POSTing file money.xml to [base]
> >>> POSTing file hd.xml to [base]
> >>> POSTing file ipod_other.xml to [base]
> >>> POSTing file sd500.xml to [base]
> >>> POSTing file solr.xml to [base]
> >>> POSTing file utf8-example.xml to [base]
> >>> POSTing file monitor.xml to [base]
> >>> POSTing file manufacturers.xml to [base]
> >>> POSTing file mem.xml to [base]
> >>> 14 files indexed.
> >>> COMMITting Solr index changes to 
> >>> http://localhost:8983/solr/techproducts/update...
> >>> Time spent: 0:00:00.767
> >>>      test utf8...
> >>>      run query...
> >>>      stop server using: bin/solr stop -p 8983
> >>> Sending stop command to Solr running on port 8983 ... waiting up to 180 
> >>> seconds to allow Jetty process 3755 to stop gracefully.
> >>> [|]         [/]         [-]         [\]                  unpack 
> >>> solr-9.4.2-src.tgz...
> >>>  solr-9.4.2-src.tgz
> >>>    Checking LICENSE.txt
> >>>    Checking NOTICE.txt
> >>>    Checking README.md
> >>>    Checking CONTRIBUTING.md
> >>>    Checking CHANGES.txt
> >>>    Checking README.adoc
> >>>    Checking buildSrc
> >>>    Checking dev-docs
> >>>    Checking dev-tools
> >>>    Checking gradle
> >>>    Checking help
> >>>    Checking solr
> >>>    Checking build.gradle
> >>>    Checking gradlew
> >>>    Checking gradlew.bat
> >>>    Checking settings.gradle
> >>>    Checking versions.lock
> >>>    Checking versions.props
> >>>    Checking benchmark
> >>>    Checking bin
> >>>    Checking modules
> >>>    Checking api
> >>>    Checking core
> >>>    Checking docker
> >>>    Checking documentation
> >>>    Checking example
> >>>    Checking licenses
> >>>    Checking packaging
> >>>    Checking distribution
> >>>    Checking prometheus-exporter
> >>>    Checking server
> >>>    Checking solr-ref-guide
> >>>    Checking solrj
> >>>    Checking solrj-streaming
> >>>    Checking solrj-zookeeper
> >>>    Checking test-framework
> >>>    Checking webapp
> >>>    Checking .gitignore
> >>>    Checking .gitattributes
> >>>    Checking build.gradle
> >>>    make sure no JARs/WARs in src dist...
> >>>    run "./gradlew --no-daemon check -p solr/documentation"
> >>>    run tests w/ Java 11 and testArgs='-Dtests.nightly=false 
> >>> -Dtests.badapples=false '...
> >>>    run integration tests w/ Java 11
> >>>
> >>> command "export JAVA_HOME="/home/jenkins/tools/java/latest11" 
> >>> PATH="/home/jenkins/tools/java/latest11/bin:$PATH" 
> >>> JAVACMD="/home/jenkins/tools/java/latest11/bin/java"; ./gradlew 
> >>> --no-daemon integrationTest -Dversion.release=9.4.2" failed:
> >>> 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 UP-TO-DATE
> >>>> Task :buildSrc:compileGroovy NO-SOURCE
> >>>> Task :buildSrc:processResources NO-SOURCE
> >>>> Task :buildSrc:classes UP-TO-DATE
> >>>> Task :buildSrc:jar UP-TO-DATE
> >>>> Task :buildSrc:assemble UP-TO-DATE
> >>>> 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 UP-TO-DATE
> >>>> Task :solr:docker:createBodySnippetDockerfile
> >>>> Task :solr:docker:createDockerfileLocal
> >>>> Task :solr:docker:assemblePackaging
> >>>> Task :solr:packaging:nodeSetup
> >>>> Task :solr:packaging:npmSetup SKIPPED
> >>>
> >>>> Task :solr:packaging:downloadBats
> >>>
> >>> changed 4 packages, and audited 5 packages in 5s
> >>>
> >>> 1 critical severity vulnerability
> >>>
> >>> Some issues need review, and may require choosing
> >>> a different dependency.
> >>>
> >>> Run `npm audit` for details.
> >>>
> >>>> Task :gitStatus
> >>>> Task :checkJdkInternalsExportedToGradle
> >>>> Task :solr:api:compileJava UP-TO-DATE
> >>>> Task :solr:api:processResources NO-SOURCE
> >>>> Task :solr:api:classes UP-TO-DATE
> >>>> Task :solr:api:resolve UP-TO-DATE
> >>>
> >>>> Task :solr:solrj:openApiGenerate
> >>> ################################################################################
> >>> # Thanks for using OpenAPI Generator.                                     
> >>>      #
> >>> # Please consider donation to help us maintain this project 🙏             
> >>>     #
> >>> # https://opencollective.com/openapi_generator/donate                     
> >>>      #
> >>> ################################################################################
> >>> Successfully generated code to 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/solrj/build/generated/
> >>>
> >>>> Task :spotlessInternalRegisterDependencies UP-TO-DATE
> >>>> Task :solr:solrj:generatedSpotlessHelper
> >>>> Task :solr:solrj:generatedSpotless
> >>>> Task :solr:solrj:compileJava UP-TO-DATE
> >>>> Task :solr:documentation:changesToHtml UP-TO-DATE
> >>>> Task :solr:solrj-streaming:compileJava UP-TO-DATE
> >>>> Task :solr:documentation:copyDocumentationAssets UP-TO-DATE
> >>>> Task :solr:documentation:markdownToHtml UP-TO-DATE
> >>>> Task :solr:documentation:copyChangesToHtmlForMiniSite
> >>>> Task :solr:solrj-zookeeper:compileJava UP-TO-DATE
> >>>> Task :solr:documentation:copyMiniDocumentationAssets
> >>>> Task :solr:core:compileJava UP-TO-DATE
> >>>> Task :solr:core:processResources UP-TO-DATE
> >>>> Task :solr:core:classes UP-TO-DATE
> >>>> Task :solr:core:assemblePostJar
> >>>> Task :solr:example:assemblePackaging
> >>>> Task :solr:prometheus-exporter:compileJava UP-TO-DATE
> >>>> Task :solr:prometheus-exporter:processResources NO-SOURCE
> >>>> Task :solr:prometheus-exporter:classes UP-TO-DATE
> >>>> Task :solr:prometheus-exporter:jar
> >>>> Task :solr:prometheus-exporter:assemblePackaging
> >>>> Task :solr:api:jar
> >>>> Task :solr:documentation:createMiniDocumentationIndex
> >>>> Task :solr:documentation:documentationMinimal
> >>>> Task :solr:solrj:processResources UP-TO-DATE
> >>>> Task :solr:solrj:classes UP-TO-DATE
> >>>> Task :solr:solrj:jar
> >>>> Task :solr:solrj-streaming:processResources UP-TO-DATE
> >>>> Task :solr:solrj-streaming:classes UP-TO-DATE
> >>>> Task :solr:solrj-streaming:jar
> >>>> Task :solr:solrj-zookeeper:processResources NO-SOURCE
> >>>> Task :solr:solrj-zookeeper:classes UP-TO-DATE
> >>>> Task :solr:solrj-zookeeper:jar
> >>>> Task :solr:webapp:processResources NO-SOURCE
> >>>> Task :solr:modules:analysis-extras:compileJava UP-TO-DATE
> >>>> Task :solr:modules:analysis-extras:processResources NO-SOURCE
> >>>> Task :solr:modules:analysis-extras:classes UP-TO-DATE
> >>>> Task :solr:modules:analysis-extras:jar
> >>>> Task :solr:modules:analysis-extras:assemblePackaging
> >>>> Task :solr:core:jar
> >>>> Task :solr:modules:analytics:compileJava UP-TO-DATE
> >>>> Task :solr:modules:analytics:processResources NO-SOURCE
> >>>> Task :solr:webapp:compileJava NO-SOURCE
> >>>> Task :solr:modules:analytics:classes UP-TO-DATE
> >>>> Task :solr:webapp:classes UP-TO-DATE
> >>>> Task :solr:modules:analytics:jar
> >>>> Task :solr:modules:analytics:assemblePackaging
> >>>> Task :solr:modules:clustering:compileJava UP-TO-DATE
> >>>> Task :solr:modules:clustering:processResources NO-SOURCE
> >>>> Task :solr:modules:clustering:classes UP-TO-DATE
> >>>> Task :solr:modules:clustering:jar
> >>>> Task :solr:modules:clustering:assemblePackaging
> >>>> Task :solr:modules:extraction:compileJava UP-TO-DATE
> >>>> Task :solr:modules:extraction:processResources UP-TO-DATE
> >>>> Task :solr:modules:extraction:classes UP-TO-DATE
> >>>> Task :solr:modules:extraction:jar
> >>>> Task :solr:modules:extraction:assemblePackaging
> >>>> Task :solr:modules:gcs-repository:compileJava UP-TO-DATE
> >>>> Task :solr:modules:gcs-repository:processResources NO-SOURCE
> >>>> Task :solr:modules:gcs-repository:classes UP-TO-DATE
> >>>> Task :solr:modules:gcs-repository:jar
> >>>> Task :solr:modules:gcs-repository:assemblePackaging
> >>>> Task :solr:modules:hadoop-auth:compileJava UP-TO-DATE
> >>>> Task :solr:modules:hadoop-auth:processResources NO-SOURCE
> >>>> Task :solr:modules:hadoop-auth:classes UP-TO-DATE
> >>>> Task :solr:modules:hadoop-auth:jar
> >>>> Task :solr:modules:hadoop-auth:assemblePackaging
> >>>> Task :solr:modules:hdfs:compileJava UP-TO-DATE
> >>>> Task :solr:modules:hdfs:processResources NO-SOURCE
> >>>> Task :solr:modules:hdfs:classes UP-TO-DATE
> >>>> Task :solr:modules:hdfs:jar
> >>>> Task :solr:webapp:war
> >>>> Task :solr:modules:hdfs:assemblePackaging
> >>>> Task :solr:modules:jaegertracer-configurator:compileJava UP-TO-DATE
> >>>> Task :solr:modules:jaegertracer-configurator:processResources NO-SOURCE
> >>>> Task :solr:modules:jaegertracer-configurator:classes UP-TO-DATE
> >>>> Task :solr:modules:jaegertracer-configurator:jar
> >>>> Task :solr:modules:jaegertracer-configurator:assemblePackaging
> >>>> Task :solr:modules:jwt-auth:compileJava UP-TO-DATE
> >>>> Task :solr:modules:jwt-auth:processResources NO-SOURCE
> >>>> Task :solr:modules:jwt-auth:classes UP-TO-DATE
> >>>> Task :solr:modules:jwt-auth:jar
> >>>> Task :solr:modules:jwt-auth:assemblePackaging
> >>>> Task :solr:modules:langid:compileJava UP-TO-DATE
> >>>> Task :solr:modules:langid:processResources UP-TO-DATE
> >>>> Task :solr:modules:langid:classes UP-TO-DATE
> >>>> Task :solr:modules:langid:jar
> >>>> Task :solr:modules:langid:assemblePackaging
> >>>> Task :solr:modules:ltr:compileJava UP-TO-DATE
> >>>> Task :solr:modules:ltr:processResources NO-SOURCE
> >>>> Task :solr:modules:ltr:classes UP-TO-DATE
> >>>> Task :solr:modules:ltr:jar
> >>>> Task :solr:modules:ltr:assemblePackaging
> >>>> Task :solr:modules:opentelemetry:compileJava UP-TO-DATE
> >>>> Task :solr:modules:opentelemetry:processResources NO-SOURCE
> >>>> Task :solr:modules:opentelemetry:classes UP-TO-DATE
> >>>> Task :solr:modules:opentelemetry:jar
> >>>> Task :solr:modules:opentelemetry:assemblePackaging
> >>>> Task :solr:modules:s3-repository:compileJava UP-TO-DATE
> >>>> Task :solr:modules:s3-repository:processResources NO-SOURCE
> >>>> Task :solr:modules:s3-repository:classes UP-TO-DATE
> >>>> Task :solr:server:assemblePackaging
> >>>> Task :solr:modules:s3-repository:jar
> >>>> Task :solr:modules:scripting:compileJava UP-TO-DATE
> >>>> Task :solr:modules:scripting:processResources NO-SOURCE
> >>>> Task :solr:modules:scripting:classes UP-TO-DATE
> >>>> Task :solr:modules:scripting:jar
> >>>> Task :solr:modules:scripting:assemblePackaging
> >>>> Task :solr:modules:sql:compileJava UP-TO-DATE
> >>>> Task :solr:modules:sql:processResources UP-TO-DATE
> >>>> Task :solr:modules:sql:classes UP-TO-DATE
> >>>> Task :solr:modules:sql:jar
> >>>> Task :solr:modules:s3-repository:assemblePackaging
> >>>> Task :solr:modules:sql:assemblePackaging
> >>>> Task :solr:packaging:installFullDist
> >>>
> >>>> Task :solr:packaging:integrationTests
> >>> Running BATS tests with Solr base port 44915
> >>> 1..73
> >>> ok 1 auth rejects blockUnknown option with invalid boolean in 2187ms
> >>> ok 2 auth rejects updateIncludeFileOnly option with invalid boolean in 
> >>> 2160ms
> >>> ok 3 nothing in 12ms
> >>> not ok 4 create for non cloud mode in 7283ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_create.bats, line 34)
> >>> #   `assert_output --partial "Created new core 'COLL_NAME'"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   Created new core 'COLL_NAME'
> >>> # output (18 lines):
> >>> #   WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #            To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #1 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/4-1
> >>> # Last output:
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 5 create for cloud mode in 8656ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_create.bats, line 40)
> >>> #   `assert_output --partial "Created collection 'COLL_NAME'"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   Created collection 'COLL_NAME'
> >>> # output (18 lines):
> >>> #   WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #            To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #2 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/5-2
> >>> # Last output:
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 6 create collection in 4372ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_create_collection.bats, line 43)
> >>> #   `assert_output --partial "Created collection 'COLL_NAME'"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   Created collection 'COLL_NAME'
> >>> # output (18 lines):
> >>> #   WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #            To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #1 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/6-1
> >>> # WARN  - 2024-05-31 05:08:58.115; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:08:58.170; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> ok 7 reject d option with invalid config dir in 3429ms
> >>> not ok 8 accept d option with builtin config in 2446ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_create_collection.bats, line 53)
> >>> #   `assert_output --partial "Created collection 'COLL_NAME'"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   Created collection 'COLL_NAME'
> >>> # output (16 lines):
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #3 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/8-3
> >>> # WARN  - 2024-05-31 05:09:04.050; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:04.099; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 9 accept d option with explicit path to config in 2452ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_create_collection.bats, line 63)
> >>> #   `assert_output --partial "Created collection 'COLL_NAME'"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   Created collection 'COLL_NAME'
> >>> # output (16 lines):
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #4 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/9-4
> >>> # WARN  - 2024-05-31 05:09:06.529; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:06.581; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 10 accept n option as config name in 3657ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_create_collection.bats, line 68)
> >>> #   `assert_output --partial "Created collection 'COLL_NAME'"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   Created collection 'COLL_NAME'
> >>> # output (16 lines):
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #5 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/10-5
> >>> # WARN  - 2024-05-31 05:09:09.074; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:10.239; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 11 allow config reuse when n option specifies same config in 3426ms
> >>> # (in test file test/test_create_collection.bats, line 73)
> >>> #   `run -0 solr create_collection -c COLL_NAME_1 -n shared_config' 
> >>> failed, expected exit code 0, got 1
> >>> # Please find the SOLR_HOME snapshot for failed test #6 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/11-6
> >>> # WARN  - 2024-05-31 05:09:12.541; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:13.706; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 12 create multisharded collections when s provided in 7844ms
> >>> # (in test file test/test_create_collection.bats, line 83)
> >>> #   `run -0 solr create_collection -c COLL_NAME -s 2' failed, expected 
> >>> exit code 0, got 1
> >>> # Please find the SOLR_HOME snapshot for failed test #7 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/12-7
> >>> # WARN  - 2024-05-31 05:09:16.028; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:21.585; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 13 create replicated collections when rf provided in 2398ms
> >>> # (in test file test/test_create_collection.bats, line 89)
> >>> #   `run -0 solr create_collection -c COLL_NAME -rf 2' failed, expected 
> >>> exit code 0, got 1
> >>> # Please find the SOLR_HOME snapshot for failed test #8 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/13-8
> >>> # WARN  - 2024-05-31 05:09:23.969; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:24.024; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 14 can delete collections in 4388ms
> >>> # (in test file test/test_delete_collection.bats, line 42)
> >>> #   `solr create_collection -c "COLL_NAME"' failed
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #1 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/14-1
> >>> # WARN  - 2024-05-31 05:09:32.507; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:33.666; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> not ok 15 collection delete also deletes zk config in 2312ms
> >>> # (in test file test/test_delete_collection.bats, line 50)
> >>> #   `solr create_collection -c "COLL_NAME"' failed
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #2 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/15-2
> >>> # WARN  - 2024-05-31 05:09:35.993; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:36.051; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> not ok 16 deletes accompanying zk config with nondefault name in 4529ms
> >>> # (in test file test/test_delete_collection.bats, line 58)
> >>> #   `solr create_collection -c "COLL_NAME" -n "NONDEFAULT_CONFIG_NAME"' 
> >>> failed
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #3 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/16-3
> >>> # WARN  - 2024-05-31 05:09:38.346; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:40.604; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> not ok 17 deleteConfig option can opt to leave config in zk in 6820ms
> >>> # (in test file test/test_delete_collection.bats, line 66)
> >>> #   `solr create_collection -c "COLL_NAME"' failed
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c COLL_NAME -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #4 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/17-4
> >>> # WARN  - 2024-05-31 05:09:42.981; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:09:47.445; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> ok 18 SOLR-16755 test works with noprompt in 23149ms
> >>> ok 19 Check export command in 22019ms
> >>> ok 20 export fails on non cloud mode in 10066ms
> >>> not ok 21 using curl to extract a single pdf file in 9080ms
> >>> # (in test file test/test_extraction.bats, line 41)
> >>> #   `solr create_collection -c gettingstarted -d _default' failed
> >>> # Waiting up to 180 seconds to see Solr running on port 44915 [|]         
> >>> [/]         [-]         [\]         [|]
> >>> # Started Solr server on port 44915 (pid=19552). Happy searching!
> >>> #
> >>> #               WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c gettingstarted -p 38603 
> >>> -action set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #1 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/21-1
> >>> # WARN  - 2024-05-31 05:10:51.848; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:10:52.035; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> not ok 22 using the bin/solr post tool to extract content from pdf in 
> >>> 10663ms
> >>> # (in test file test/test_extraction.bats, line 65)
> >>> #   `solr create_collection -c content_extraction -d _default' failed
> >>> # Waiting up to 180 seconds to see Solr running on port 44915 [|]         
> >>> [/]         [-]         [\]         [|]
> >>> # Started Solr server on port 44915 (pid=20002). Happy searching!
> >>> #
> >>> #               WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c content_extraction -p 38603 
> >>> -action set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #2 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/22-2
> >>> # WARN  - 2024-05-31 05:11:01.482; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:11:02.721; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> not ok 23 using the bin/solr post tool to crawl web site in 11133ms
> >>> # (in test file test/test_extraction.bats, line 92)
> >>> #   `solr create_collection -c website_extraction -d _default' failed
> >>> # Waiting up to 180 seconds to see Solr running on port 44915 [|]         
> >>> [/]         [-]         [\]         [|]
> >>> # Started Solr server on port 44915 (pid=20469). Happy searching!
> >>> #
> >>> #               WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c website_extraction -p 38603 
> >>> -action set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #3 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/23-3
> >>> # WARN  - 2024-05-31 05:11:11.644; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:11:13.915; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> ok 24 healthcheck on cloud solr in 30610ms
> >>> ok 25 start help flag prints help in 175ms
> >>> ok 26 stop help flag prints help in 185ms
> >>> ok 27 restart help flag prints help in 173ms
> >>> ok 28 status help flag prints help in 66ms # skip Currently the status 
> >>> -help flag doesn't return nice help text!
> >>> ok 29 healthcheck help flag prints help in 177ms
> >>> ok 30 create help flag prints help in 168ms
> >>> ok 31 createcore help flag prints help in 180ms
> >>> ok 32 createcollection help flag prints help in 176ms
> >>> ok 33 delete help flag prints help in 172ms
> >>> ok 34 version help flag prints help in 61ms # skip Currently the version 
> >>> -help flag doesn't return nice help text!
> >>> ok 35 zk help flag prints help in 180ms
> >>> ok 36 auth help flag prints help in 173ms
> >>> ok 37 assert help flag prints help in 1004ms
> >>> ok 38 post help flag prints help in 1015ms
> >>> not ok 39 SQL Module in 9885ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_modules.bats, line 36)
> >>> #   `assert_output --partial '"docs":'' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   "docs":
> >>> # output (6 lines):
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:44915/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=json&version=2.2:
> >>>  Expected mime type in [application/json] but got text/html. <p>
> >>> #     Searching for Solr?<br/>
> >>> #     You must type the correct path.<br/>
> >>> #     Solr will respond.
> >>> #   </p>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #1 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/39-1
> >>> # WARN  - 2024-05-31 05:11:58.809; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:11:58.861; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:44915/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=json&version=2.2:
> >>>  Expected mime type in [application/json] but got text/html. <p>
> >>> #   Searching for Solr?<br/>
> >>> #   You must type the correct path.<br/>
> >>> #   Solr will respond.
> >>> # </p>
> >>> ok 40 Hadoop-Auth Module: KerberosPlugin Classloading in 19557ms
> >>> not ok 41 icu collation in analysis-extras module in 8694ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_modules.bats, line 66)
> >>> #   `assert_output --partial "Created collection 'COLL_NAME'"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   Created collection 'COLL_NAME'
> >>> # output (16 lines):
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #3 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/41-3
> >>> # WARN  - 2024-05-31 05:12:27.105; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default 
> >>> ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an 
> >>> empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # WARN  - 2024-05-31 05:12:27.153; 
> >>> org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. 
> >>> DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to 
> >>> Zookeeper nodes
> >>> # Last output:
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> not ok 42 package detects no running solr in 1374ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_packages.bats, line 34)
> >>> #   `assert_output --partial "No Solr nodes are running."' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   No Solr nodes are running.
> >>> # output (39 lines):
> >>> #
> >>> #   Found 1 Solr nodes:
> >>> #
> >>> #   Solr process 9052 running on port 38603
> >>> #   Package Manager
> >>> #   ---------------
> >>> #    [32m./solr package add-repo <repository-name> <repository-url> [0m
> >>> #   Add a repository to Solr.
> >>> #
> >>> #    [32m./solr package add-key <file-containing-trusted-key> [0m
> >>> #   Add a trusted key to Solr.
> >>> #
> >>> #    [32m./solr package install <package-name>[:<version>]  [0m
> >>> #   Install a package into Solr. This copies over the artifacts from the 
> >>> repository into Solr's internal package store and sets up classloader for 
> >>> this package to be used.
> >>> #
> >>> #    [32m./solr package deploy <package-name>[:<version>] [-y] [--update] 
> >>> -collections <comma-separated-collections> [-p <param1>=<val1> -p 
> >>> <param2>=<val2> ...]  [0m
> >>> #   Bootstraps a previously installed package into the specified 
> >>> collections. It the package accepts parameters for its setup commands, 
> >>> they can be specified (as per package documentation).
> >>> #
> >>> #    [32m./solr package list-installed [0m
> >>> #   Print a list of packages installed in Solr.
> >>> #
> >>> #    [32m./solr package list-available [0m
> >>> #   Print a list of packages available in the repositories.
> >>> #
> >>> #    [32m./solr package list-deployed -c <collection> [0m
> >>> #   Print a list of packages deployed on a given collection.
> >>> #
> >>> #    [32m./solr package list-deployed <package-name> [0m
> >>> #   Print a list of collections on which a given package has been 
> >>> deployed.
> >>> #
> >>> #    [32m./solr package undeploy <package-name> -collections 
> >>> <comma-separated-collections> [0m
> >>> #   Undeploy a package from specified collection(s)
> >>> #
> >>> #    [32m./solr package uninstall <package-name>:<version> [0m
> >>> #   Uninstall an unused package with specified version from Solr. Both 
> >>> package name and version are required.
> >>> #
> >>> #
> >>> #   Note: (a) Please add '-solrUrl http://host:port' parameter if needed 
> >>> (usually on Windows).
> >>> #         (b) Please make sure that all Solr nodes are started with 
> >>> '-Denable.packages=true' parameter.
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #1 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/42-1
> >>> # Last output:
> >>> #
> >>> # Found 1 Solr nodes:
> >>> #
> >>> # Solr process 9052 running on port 38603
> >>> # Package Manager
> >>> # ---------------
> >>> #  [32m./solr package add-repo <repository-name> <repository-url> [0m
> >>> # Add a repository to Solr.
> >>> #
> >>> #  [32m./solr package add-key <file-containing-trusted-key> [0m
> >>> # Add a trusted key to Solr.
> >>> #
> >>> #  [32m./solr package install <package-name>[:<version>]  [0m
> >>> # Install a package into Solr. This copies over the artifacts from the 
> >>> repository into Solr's internal package store and sets up classloader for 
> >>> this package to be used.
> >>> #
> >>> #  [32m./solr package deploy <package-name>[:<version>] [-y] [--update] 
> >>> -collections <comma-separated-collections> [-p <param1>=<val1> -p 
> >>> <param2>=<val2> ...]  [0m
> >>> # Bootstraps a previously installed package into the specified 
> >>> collections. It the package accepts parameters for its setup commands, 
> >>> they can be specified (as per package documentation).
> >>> #
> >>> #  [32m./solr package list-installed [0m
> >>> # Print a list of packages installed in Solr.
> >>> #
> >>> #  [32m./solr package list-available [0m
> >>> # Print a list of packages available in the repositories.
> >>> #
> >>> #  [32m./solr package list-deployed -c <collection> [0m
> >>> # Print a list of packages deployed on a given collection.
> >>> #
> >>> #  [32m./solr package list-deployed <package-name> [0m
> >>> # Print a list of collections on which a given package has been deployed.
> >>> #
> >>> #  [32m./solr package undeploy <package-name> -collections 
> >>> <comma-separated-collections> [0m
> >>> # Undeploy a package from specified collection(s)
> >>> #
> >>> #  [32m./solr package uninstall <package-name>:<version> [0m
> >>> # Uninstall an unused package with specified version from Solr. Both 
> >>> package name and version are required.
> >>> #
> >>> #
> >>> # Note: (a) Please add '-solrUrl http://host:port' parameter if needed 
> >>> (usually on Windows).
> >>> #       (b) Please make sure that all Solr nodes are started with 
> >>> '-Denable.packages=true' parameter.
> >>> ok 43 lifecycle of package in 10318ms
> >>> not ok 44 deploying and undeploying a collection level package in 196944ms
> >>> # (in test file test/test_packages.bats, line 53)
> >>> #   `solr create_collection -c foo-1.2' failed
> >>> # WARNING: Using _default configset with data driven schema 
> >>> functionality. NOT RECOMMENDED for production use.
> >>> #          To turn off: bin/solr config -c foo-1.2 -p 38603 -action 
> >>> set-user-property -property update.autoCreateFields -value false
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/octet-stream, 
> >>> application/vnd.apache.solr.javabin] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> #
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #3 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-
> >>>
> >>> [...truncated too long message...]
> >>>
> >>> 2.connect(HttpClientTransportOverHTTP2.java:135)
> >>> #       at 
> >>> org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:583)
> >>> #       at 
> >>> org.eclipse.jetty.client.HttpClient$1$1.failed(HttpClient.java:580)
> >>> #       at 
> >>> org.eclipse.jetty.http2.client.http.HTTPSessionListenerPromise.failConnectionPromise(HTTPSessionListenerPromise.java:136)
> >>> #       at 
> >>> org.eclipse.jetty.http2.client.http.HTTPSessionListenerPromise.failed(HTTPSessionListenerPromise.java:51)
> >>> #       at 
> >>> org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory$HTTP2ClientConnection.failed(HTTP2ClientConnectionFactory.java:181)
> >>> #       at 
> >>> org.eclipse.jetty.util.Callback$Nested.failed(Callback.java:405)
> >>> #       at 
> >>> org.eclipse.jetty.util.CountingCallback.failed(CountingCallback.java:83)
> >>> #       at 
> >>> org.eclipse.jetty.util.Callback$Nested.failed(Callback.java:405)
> >>> #       at 
> >>> org.eclipse.jetty.http2.HTTP2Flusher$Entry.failed(HTTP2Flusher.java:459)
> >>> #       at 
> >>> org.eclipse.jetty.http2.HTTP2Flusher.lambda$onCompleteFailure$1(HTTP2Flusher.java:373)
> >>> #       at java.base/java.lang.Iterable.forEach(Iterable.java:75)
> >>> #       at 
> >>> org.eclipse.jetty.http2.HTTP2Flusher.onCompleteFailure(HTTP2Flusher.java:373)
> >>> #       at 
> >>> org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:328)
> >>> #       at 
> >>> org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224)
> >>> #       at 
> >>> org.eclipse.jetty.http2.HTTP2Session.frame(HTTP2Session.java:821)
> >>> #       at 
> >>> org.eclipse.jetty.http2.HTTP2Session.frames(HTTP2Session.java:793)
> >>> #       at 
> >>> org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory$HTTP2ClientConnection.onOpen(HTTP2ClientConnectionFactory.java:161)
> >>> #       at 
> >>> org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:451)
> >>> #       at 
> >>> org.eclipse.jetty.io.NegotiatingClientConnection.replaceConnection(NegotiatingClientConnection.java:117)
> >>> #       at 
> >>> org.eclipse.jetty.io.NegotiatingClientConnection.onFillable(NegotiatingClientConnection.java:87)
> >>> #       at 
> >>> org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314)
> >>> #       at 
> >>> org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
> >>> #       at 
> >>> org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:558)
> >>> #       at 
> >>> org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:379)
> >>> #       at 
> >>> org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:146)
> >>> #       at 
> >>> org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
> >>> #       at 
> >>> org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
> >>> #       at 
> >>> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:294)
> >>> #       at 
> >>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> >>> #       at 
> >>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> >>> #       at java.base/java.lang.Thread.run(Thread.java:829)
> >>> ok 64 SOLR-11740 check 'solr stop' connection in 15446ms
> >>> ok 65 stop command for single port in 17972ms
> >>> not ok 66 status detects locally running solr in 1596ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_status.bats, line 33)
> >>> #   `assert_output --partial "No Solr nodes are running."' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   No Solr nodes are running.
> >>> # output (20 lines):
> >>> #
> >>> #   Found 1 Solr nodes:
> >>> #
> >>> #   Solr process 9052 running on port 38603
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Please find the SOLR_HOME snapshot for failed test #1 at: 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build/test-output/failure-snapshots/66-1
> >>> # Last output:
> >>> #
> >>> # Found 1 Solr nodes:
> >>> #
> >>> # Solr process 9052 running on port 38603
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>> ok 67 status does not expose cli parameters to end user in 243ms
> >>> ok 68 listing out files in 2700ms
> >>> ok 69 copying files around in 21770ms
> >>> ok 70 upconfig in 2899ms
> >>> ok 71 zkcli.sh gets 'solrhome' from 'solr.home' system property in 1271ms
> >>> ok 72 zkcli.sh gets 'solrhome' from 'solrhome' command line option in 
> >>> 1258ms
> >>> not ok 73 Cleanup in 2670ms
> >>> # (from function `assert_output' in file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash,
> >>>  line 247,
> >>> #  in test file test/test_zz_cleanup.bats, line 36)
> >>> #   `assert_output --partial "No Solr nodes are running"' failed
> >>> #
> >>> # -- output does not contain substring --
> >>> # substring (1 lines):
> >>> #   No Solr nodes are running
> >>> # output (20 lines):
> >>> #
> >>> #   Found 1 Solr nodes:
> >>> #
> >>> #   Solr process 9052 running on port 38603
> >>> #
> >>> #   ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> #   <head>
> >>> #   <meta http-equiv="Content-Type" 
> >>> content="text/html;charset=ISO-8859-1"/>
> >>> #   <title>Error 401 Authentication failed, Response code: 401</title>
> >>> #   </head>
> >>> #   <body><h2>HTTP ERROR 401 Authentication failed, Response code: 
> >>> 401</h2>
> >>> #   <table>
> >>> #   <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> #   <tr><th>STATUS:</th><td>401</td></tr>
> >>> #   <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> #   <tr><th>SERVLET:</th><td>default</td></tr>
> >>> #   </table>
> >>> #
> >>> #   </body>
> >>> #   </html>
> >>> # --
> >>> #
> >>> # Last output:
> >>> #
> >>> # Found 1 Solr nodes:
> >>> #
> >>> # Solr process 9052 running on port 38603
> >>> #
> >>> # ERROR: Error from server at 
> >>> http://localhost:38603/solr/admin/info/system?wt=javabin&version=2: 
> >>> Expected mime type in [application/vnd.apache.solr.javabin, 
> >>> application/octet-stream] but got text/html. <html>
> >>> # <head>
> >>> # <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> >>> # <title>Error 401 Authentication failed, Response code: 401</title>
> >>> # </head>
> >>> # <body><h2>HTTP ERROR 401 Authentication failed, Response code: 401</h2>
> >>> # <table>
> >>> # <tr><th>URI:</th><td>/solr/admin/info/system</td></tr>
> >>> # <tr><th>STATUS:</th><td>401</td></tr>
> >>> # <tr><th>MESSAGE:</th><td>Authentication failed, Response code: 
> >>> 401</td></tr>
> >>> # <tr><th>SERVLET:</th><td>default</td></tr>
> >>> # </table>
> >>> #
> >>> # </body>
> >>> # </html>
> >>>
> >>>> Task :solr:packaging:integrationTests FAILED
> >>>
> >>> FAILURE: Build failed with an exception.
> >>>
> >>> * Where:
> >>> Build file 
> >>> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/solr/packaging/build.gradle'
> >>>  line: 301
> >>>
> >>> * What went wrong:
> >>> Execution failed for task ':solr:packaging:integrationTests'.
> >>>> Process 'command 
> >>>> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/.gradle/node/packaging/node_modules/bats/bin/bats''
> >>>>  finished with non-zero exit value 1
> >>>
> >>> * 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 13m 21s
> >>> 90 actionable tasks: 56 executed, 34 up-to-date
> >>>
> >>>
> >>> Traceback (most recent call last):
> >>>  File "dev-tools/scripts/smokeTestRelease.py", line 1174, in <module>
> >>>    main()
> >>>  File "dev-tools/scripts/smokeTestRelease.py", line 1101, in main
> >>>    downloadOnly=c.download_only)
> >>>  File "dev-tools/scripts/smokeTestRelease.py", line 1162, in smokeTest
> >>>    unpackAndVerify(java, tmpDir, 'solr-%s-src.tgz' % version, 
> >>> gitRevision, version, testArgs)
> >>>  File "dev-tools/scripts/smokeTestRelease.py", line 553, in 
> >>> unpackAndVerify
> >>>    verifyUnpacked(java, artifact, unpackPath, gitRevision, version, 
> >>> testArgs)
> >>>  File "dev-tools/scripts/smokeTestRelease.py", line 646, in verifyUnpacked
> >>>    java.run_java11('./gradlew --no-daemon integrationTest 
> >>> -Dversion.release=%s' % version, '%s/itest.log' % unpackPath)
> >>>  File "dev-tools/scripts/smokeTestRelease.py", line 1010, in run_java
> >>>    run('%s; %s' % (cmd_prefix, cmd), logfile)
> >>>  File "dev-tools/scripts/smokeTestRelease.py", line 483, in run
> >>>    raise RuntimeError('command "%s" failed; see log file %s' % (command, 
> >>> logPath))
> >>> RuntimeError: command "export 
> >>> JAVA_HOME="/home/jenkins/tools/java/latest11" 
> >>> PATH="/home/jenkins/tools/java/latest11/bin:$PATH" 
> >>> JAVACMD="/home/jenkins/tools/java/latest11/bin/java"; ./gradlew 
> >>> --no-daemon integrationTest -Dversion.release=9.4.2" failed; see log file 
> >>> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Smoketest-9.4/_tmp/smoke_1717128678/unpack/solr-9.4.2/itest.log
> >>> Build step 'Run with timeout' marked build as failure
> >>> Email was triggered for: Failure - Any
> >>> Sending email for trigger: Failure - Any
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: builds-unsubscr...@solr.apache.org
> >>> For additional commands, e-mail: builds-h...@solr.apache.org
> >
> > _______________________
> > Eric Pugh | Founder | OpenSource Connections, LLC | 434.466.1467 | 
> > http://www.opensourceconnections.com 
> > <http://www.opensourceconnections.com/> | My Free/Busy 
> > <http://tinyurl.com/eric-cal>
> > Co-Author: Apache Solr Enterprise Search Server, 3rd Ed 
> > <https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw>
> > This e-mail and all contents, including attachments, is considered to be 
> > Company Confidential unless explicitly stated otherwise, regardless of 
> > whether attachments are marked as such.
> >
>
> _______________________
> Eric Pugh | Founder | OpenSource Connections, LLC | 434.466.1467 | 
> http://www.opensourceconnections.com <http://www.opensourceconnections.com/> 
> | My Free/Busy <http://tinyurl.com/eric-cal>
> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed 
> <https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw>
> This e-mail and all contents, including attachments, is considered to be 
> Company Confidential unless explicitly stated otherwise, regardless of 
> whether attachments are marked as such.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
For additional commands, e-mail: dev-h...@solr.apache.org

Reply via email to