Console Output

Started by user Thorsten Vitt
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-2yadqM9OiiGw/agent.29634
SSH_AGENT_PID=29636
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/work/work/workspace/faust-gradle@tmp/private_key_1943536090401831118.key (/mnt/data/jenkins/work/work/workspace/faust-gradle@tmp/private_key_1943536090401831118.key)
[ssh-agent] Using credentials jenkins (Jenkins2-SSH-Key)
The recommended git tool is: NONE
using credential Github
Cloning the remote Git repository
Cloning repository https://github.com/faustedition/faust-gen
 > /usr/bin/git init /mnt/data/jenkins/work/work/workspace/faust-gradle # 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 config remote.origin.url https://github.com/faustedition/faust-gen # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision a3d178660cf45d308819a0375b5e76534845c6e6 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f a3d178660cf45d308819a0375b5e76534845c6e6 # timeout=10
Commit message: "fix: let gradle copy witness-stats.json and faust.xml"
First time build. Skipping changelog.
 > /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 build deployRSync
Downloading https://services.gradle.org/distributions/gradle-7.2-bin.zip
.............................................................................................................

Welcome to Gradle 7.2!

Here are the highlights of this release:
 - Toolchain support for Scala
 - More cache hits when Java source files have platform-specific line endings
 - More resilient remote HTTP build cache behavior

For more details see https://docs.gradle.org/7.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> 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

FAILURE: Build failed with an exception.

* What went wrong:
Task 'deployRSync' not found in root project 'faust-gradle'.

* Try:
Run gradlew tasks to get a list of available tasks. 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.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 34s
2 actionable tasks: 2 executed
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 29636 killed;
[ssh-agent] Stopped.
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 0 seconds
Notifying upstream projects of job completion
Finished: FAILURE