Console Output

Started by user Thorsten Vitt
Running as SYSTEM
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/faust-gradle
No credentials specified
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://github.com/faustedition/faust-gen # timeout=10
Fetching upstream changes from git://github.com/faustedition/faust-gen
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress -- git://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/gradle^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/gradle^{commit} # timeout=10
Checking out Revision b85b9230e00c47cc52d51932d167743a36000182 (refs/remotes/origin/gradle)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f b85b9230e00c47cc52d51932d167743a36000182
Commit message: "Experimental deployment to eXist"
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 config -f .gitmodules --get submodule.data.path # timeout=10
 > /usr/bin/git submodule update --init --recursive --remote data
 > /usr/bin/git config --get submodule.src/main/xproc.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.src/main/xproc.path # timeout=10
 > /usr/bin/git submodule update --init --recursive --remote src/main/xproc
 > /usr/bin/git config --get submodule.src/main/web.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.src/main/web.path # timeout=10
 > /usr/bin/git submodule update --init --recursive --remote src/main/web
 > /usr/bin/git config --get submodule.macrogen.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.macrogen.path # timeout=10
 > /usr/bin/git submodule update --init --recursive --remote macrogen
[Gradle] - Launching build.
[faust-gradle] $ /mnt/data/jenkins/workspace/faust-gradle/gradlew build
Downloading https://services.gradle.org/distributions/gradle-5.6.2-bin.zip
.........................................................................................

Welcome to Gradle 5.6.2!

Here are the highlights of this release:
 - Incremental Groovy compilation
 - Groovy compile avoidance
 - Test fixtures for Java projects
 - Manage plugin versions via settings script

For more details see https://docs.gradle.org/5.6.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.

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

* What went wrong:
A problem occurred evaluating root project 'faust-gradle'.
> Task with path 'src:main:xproc:generateSearch' not found in root project 'faust-gradle'.

* 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

BUILD FAILED in 24s
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
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