[Snyk] Upgrade org.hibernate:hibernate-validator-annotation-processor from 6.0.1.Final to 6.2.5.Final #362
Travis CI / Travis CI - Pull Request
failed
Dec 4, 2024 in 21m 21s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #362 [Snyk] Upgrade org.hibernate:hibernate-validator-annotation-processor from 6.0.1.Final to 6.2.5.Final.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has ten jobs, running in parallel.
| Job | JDK | ENV | OS | State |
|---|---|---|---|---|
| oraclejdk8 | MODULE=core | Linux | passed | |
| oraclejdk8 | MODULE=http5 | Linux | failed | |
| oraclejdk9 | MODULE=core | Linux | passed | |
| oraclejdk9 | MODULE=http5 | Linux | failed | |
| oraclejdk11 | MODULE=core | Linux | passed | |
| oraclejdk11 | MODULE=http5 | Linux | failed | |
| openjdk8 | MODULE=core | Linux | passed | |
| openjdk8 | MODULE=http5 | Linux | failed | |
| openjdk10 | MODULE=core | Linux | passed | |
| openjdk10 | MODULE=http5 | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Java |
| Operating System | Linux (Trusty) |
| JDK Versions | oraclejdk8, oraclejdk9, oraclejdk11, openjdk8, openjdk10 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "trusty",
"before_cache": [
"rm -f $HOME/.gradle/caches/modules-2/modules-2.lock",
"rm -fr $HOME/.gradle/caches/*/plugin-resolution/"
],
"cache": {
"directories": [
"$HOME/.gradle/caches/",
"$HOME/.gradle/wrapper/"
]
},
"jdk": [
"oraclejdk8",
"oraclejdk9",
"oraclejdk11",
"openjdk8",
"openjdk10"
],
"env": [
"jobs={:MODULE=>\"core\"}={:MODULE=>\"http5\"}"
],
"branches": {
"except": [
"staging-test"
]
},
"before_script": [
"./gradlew createTestSubAccount -PmoduleName=${MODULE}"
],
"script": [
"source tools/cloudinary_url.txt && ./gradlew -DCLOUDINARY_URL=$CLOUDINARY_URL ciTest -p cloudinary-${MODULE} -i"
],
"notifications": {
"email": [
{
"recipients": [
"sdk_developers@cloudinary.com"
]
}
]
}
}
Loading