Console Output

Started by GitHub push by thvitt
Running as SYSTEM
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/work/work/workspace/faust-gradle
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-hseOwt6zYHLe/agent.5446
SSH_AGENT_PID=5448
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/work/work/workspace/faust-gradle@tmp/private_key_360572843486312124.key (/mnt/data/jenkins/work/work/workspace/faust-gradle@tmp/private_key_360572843486312124.key)
[ssh-agent] Using credentials jenkins (Jenkins2-SSH-Key)
The recommended git tool is: NONE
using credential Github
 > /usr/bin/git rev-parse --resolve-git-dir /mnt/data/jenkins/work/work/workspace/faust-gradle/.git # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/faustedition/faust-gen # timeout=10
Fetching upstream changes from https://github.com/faustedition/faust-gen
 > /usr/bin/git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --force --progress -- https://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 222bf4a7cef831aebc1028decc62209f6ca8c2d9 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 222bf4a7cef831aebc1028decc62209f6ca8c2d9 # timeout=10
Commit message: "Explicit dependency on macrogen reporting."
 > /usr/bin/git rev-list --no-walk bf546b427cd0c16b90fb18fd50ed4bb7215a705c # timeout=10
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git submodule sync # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > /usr/bin/git config --get submodule.data.url # timeout=10
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.data.path # timeout=10
 > /usr/bin/git config --get submodule.src/main/xproc.url # timeout=10
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.src/main/xproc.path # timeout=10
 > /usr/bin/git config --get submodule.src/main/web.url # timeout=10
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.src/main/web.path # timeout=10
 > /usr/bin/git config --get submodule.macrogen.url # timeout=10
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.macrogen.path # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git submodule update --init --recursive --remote data # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git submodule update --init --recursive --remote src/main/xproc # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git submodule update --init --recursive --remote src/main/web # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git submodule update --init --recursive --remote macrogen # timeout=10
[Gradle] - Launching build.
[faust-gradle] $ /mnt/data/jenkins/work/work/workspace/faust-gradle/gradlew clean
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy UP-TO-DATE
> 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

FAILURE: Build failed with an exception.

* Where:
Build file '/mnt/data/jenkins/work/work/workspace/faust-gradle/build.gradle' line: 238

* What went wrong:
A problem occurred evaluating root project 'faust-gradle'.
> Could not get unknown property 'task' for root project 'faust-gradle' of type org.gradle.api.Project.

* 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.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 9s
2 actionable tasks: 2 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 5448 killed;
[ssh-agent] Stopped.
Archiving artifacts
[Set GitHub commit status (universal)] PENDING on repos [] (sha:222bf4a) with context:faust-gradle
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  1 second
Notifying upstream projects of job completion
Finished: FAILURE