Bump org.elasticsearch:elasticsearch from 9.1.4 to 9.1.5 #1294
Travis CI / Travis CI - Branch
failed
Oct 11, 2025 in 4m 8s
Build Failed
The build failed.
Details
This is a normal build for the dependabot/maven/org.elasticsearch-elasticsearch-9.1.5 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Java |
Operating System | Linux (Focal) |
JDK Version | openjdk21 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "focal",
"jdk": [
"openjdk21"
],
"before_install": [
"sudo rm -rf /var/lib/elasticsearch",
"curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.1.4-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb",
"sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml",
"sudo cat /etc/elasticsearch/elasticsearch.yml",
"sudo java -version",
"sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch",
"sudo service elasticsearch start",
"sleep 30"
],
"install": [
"mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true"
],
"script": [
"ulimit -a",
"mvn test"
]
}
Loading