Push event to branch master
Looking up repository lbs/rema
Querying the current revision of branch master...
Current revision of branch master is 2bf5ff851e51b58b2318285920a46cf4ff63db67
Obtained Jenkinsfile from 2bf5ff851e51b58b2318285920a46cf4ff63db67
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/home/workspace/ocationBasedServices_rema_master
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential cc967008-bbeb-468c-a0c0-0db4d61c75a4
> git rev-parse --resolve-git-dir /var/lib/jenkins/home/workspace/ocationBasedServices_rema_master/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://project.nes.uni-due.de/gitea-local/lbs/rema.git # timeout=10
Fetching without tags
Fetching upstream changes from https://project.nes.uni-due.de/gitea-local/lbs/rema.git
> git --version # timeout=10
> git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials
> git fetch --no-tags --force --progress -- https://project.nes.uni-due.de/gitea-local/lbs/rema.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 2bf5ff851e51b58b2318285920a46cf4ff63db67 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2bf5ff851e51b58b2318285920a46cf4ff63db67 # timeout=10
Commit message: "improve exception handling"
> git rev-list --no-walk c2623cb4e92f8346d7c5ef5155eee4a158484860 # timeout=10
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew clean build
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :rema-api:clean
> Task :rema-commuter:clean
> Task :rema-realtime:clean
> Task :rema-service:clean UP-TO-DATE
> Task :rema-ui:deleteClient UP-TO-DATE
> Task :rema-ui:clean UP-TO-DATE
> Task :rema-webapp:clean UP-TO-DATE
> Task :rema-api:compileJava
> Task :rema-api:processResources
> Task :rema-api:classes
> Task :rema-api:jar
> Task :rema-api:assemble
> Task :rema-api:compileTestJava NO-SOURCE
> Task :rema-api:processTestResources
> Task :rema-api:testClasses
> Task :rema-api:test NO-SOURCE
> Task :rema-api:check UP-TO-DATE
> Task :rema-api:resolve
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
> Task :rema-api:build
> Task :rema-commuter:resolveSwaggerTemplate NO-SOURCE
> Task :rema-commuter:generateSwaggerCodeGenesis
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
> Task :rema-commuter:deleteInlineResponse
> Task :rema-commuter:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :rema-commuter:processResources NO-SOURCE
> Task :rema-commuter:classes
> Task :rema-commuter:jar
> Task :rema-commuter:assemble
> Task :rema-commuter:compileTestJava NO-SOURCE
> Task :rema-commuter:processTestResources NO-SOURCE
> Task :rema-commuter:testClasses UP-TO-DATE
> Task :rema-commuter:test NO-SOURCE
> Task :rema-commuter:check UP-TO-DATE
> Task :rema-commuter:build
> Task :rema-realtime:extractIncludeProto
> Task :rema-realtime:extractProto
> Task :rema-realtime:generateProto
> Task :rema-realtime:compileJava
> Task :rema-realtime:processResources
> Task :rema-realtime:classes
> Task :rema-realtime:resolveMainClassName
> Task :rema-realtime:bootWar
> Task :rema-realtime:war
> Task :rema-realtime:assemble
> Task :rema-realtime:extractIncludeTestProto
> Task :rema-realtime:extractTestProto
> Task :rema-realtime:generateTestProto NO-SOURCE
> Task :rema-realtime:compileTestJava
> Task :rema-realtime:processTestResources NO-SOURCE
> Task :rema-realtime:testClasses
> Task :rema-realtime:test
RealtimeApplicationTests > contextLoads() FAILED
java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:180
Caused by: org.springframework.beans.factory.BeanCreationException at AbstractAutowireCapableBeanFactory.java:1775
Caused by: org.hibernate.service.spi.ServiceException at AbstractServiceRegistryImpl.java:276
Caused by: org.hibernate.HibernateException at DialectFactoryImpl.java:190
1 test completed, 1 failed
> Task :rema-realtime:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':rema-realtime:test'.
> There were failing tests. See the report at: file:///var/lib/jenkins/home/workspace/ocationBasedServices_rema_master/rema-realtime/build/reports/tests/test/index.html
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.6.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 50s
28 actionable tasks: 24 executed, 4 up-to-date
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[Gitea] Notifying branch build status: FAILURE There was a failure building this commit
[Gitea] Notified
Finished: FAILURE