Update wildfly-elytron-http-oidc to 2.6.1.Final #6823
Travis CI / Travis CI - Branch
failed
Mar 3, 2025 in 1h 15m 0s
Build Failed
The build failed.
Details
This is a normal build for the update/wildfly-elytron-http-oidc-2.6.1.Final branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has five jobs, running in parallel.
Job | JDK | ENV | OS | State |
---|---|---|---|---|
openjdk11 | RDS_PASSWORD=[secure] | Linux | failed | |
openjdk11 | RDS_PASSWORD=[secure] | Linux | failed | |
openjdk11 | RDS_PASSWORD=[secure] | Linux | failed | |
openjdk11 | RDS_PASSWORD=[secure] | Linux | failed | |
openjdk11 | RDS_PASSWORD=[secure] | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Java |
Operating System | Linux (Xenial) |
Node.js Version | node |
JDK Version | openjdk11 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"jdk": [
"openjdk11"
],
"node_js": [
"node"
],
"env": [
"global=RDS_PASSWORD=[secure]=ARTIFACTS_KEY=[secure]=ARTIFACTS_SECRET=[secure]=ARTIFACTS_BUCKET=[secure]=GITHUB_TOKEN=[secure] jobs={:TARGET=>\"orbeon-dist\"}={:TARGET=>\"test-unit\"}={:TARGET=>\"test-db\", :DB=>\"mysql\"}={:TARGET=>\"test-db\", :DB=>\"postgresql\"}={:TARGET=>\"test-db\", :DB=>\"sqlite\"}"
],
"addons": {
"postgresql": "9.5",
"artifacts": {
"paths": [
"$(ls build/distrib/* | egrep -v '(embedding|proxy-portlet|xforms-filter|orbeon-auth)' | egrep -v '\\-[CP]E\\.(tgz|war)' | tr \"\\n\" \":\")"
]
}
},
"cache": {
"directories": [
"$HOME/.ivy2/cache",
"$HOME/.m2/repository",
"$HOME/.sbt/boot",
"$HOME/.sbt/launchers",
"$HOME/node_modules"
]
},
"before_cache": [
"find $HOME/.ivy2 -name \"ivydata-*.properties\" -delete",
"find $HOME/.sbt -name \"*.lock\" -delete"
],
"before_install": [
"curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -",
"sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"",
"sudo apt-get -y install docker-ce",
"sudo sh -c '(echo \"#!/usr/bin/env sh\" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm'"
],
"install": [
"npm install",
"export SBT_LAUNCHER=1.4.9\nexport SBT_OPTS=\"-Dfile.encoding=UTF-8\"\ncurl -L --silent \"https://github.com/sbt/sbt/releases/download/v$SBT_LAUNCHER/sbt-$SBT_LAUNCHER.tgz\" > $HOME/sbt.tgz\ntar zxf $HOME/sbt.tgz -C $HOME\nsudo rm /usr/local/bin/sbt\nsudo ln -s $HOME/sbt/bin/sbt /usr/local/bin/sbt\n"
],
"before_script": [
"sudo /etc/init.d/mysql stop",
"if [ \"$TARGET\" == \"test-unit\" ]; then docker pull tomcat:8.5-jdk8-openjdk-slim; fi",
"if [ \"$TARGET\" == \"test-db\" ]; then echo $DOCKER_PASSWORD | docker login -u orbeon --password-stdin; fi",
"if [ \"$TARGET\" == \"test-db\" ] && [ \"$DB\" == \"mysql\" ]; then docker run -d --name mysql -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7 --sql-mode=ALLOW_INVALID_DATES --character-set-server=utf8mb4 --collation-server=utf8mb4_bin; fi",
"if [ \"$TARGET\" == \"test-db\" ] && [ \"$DB\" == \"postgresql\" ]; then createuser --superuser orbeon; fi",
"if [ \"$TARGET\" == \"test-db\" ] && [ \"$DB\" == \"postgresql\" ]; then createdb --owner=orbeon orbeon; fi"
],
"script": [
"if [ \"$TARGET\" == \"orbeon-dist\" ]; then ant orbeon-dist ; fi",
"if [ \"$TARGET\" == \"test-unit\" ]; then sbt test:compile ; sbt test:test ; fi",
"if [ \"$TARGET\" == \"test-db\" ]; then sbt test:compile ; sbt db:test ; fi"
]
}
Loading