Started by user Philipp Haussleiter Running as SYSTEM Building in workspace /home/javastream.de/jenkins/jobs/com.badlogicgames.packr/workspace > /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 https://github.com/libgdx/packr.git # timeout=10 Fetching upstream changes from https://github.com/libgdx/packr.git > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --progress https://github.com/libgdx/packr.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse refs/tags/packr-2.7.0^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/refs/tags/packr-2.7.0^{commit} # timeout=10 Checking out Revision 1423bf3a63541f1c601dc140b33eea36562ec767 (refs/tags/packr-2.7.0) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 1423bf3a63541f1c601dc140b33eea36562ec767 Commit message: "Remove hashes that don't work with Maven Central" > /usr/bin/git rev-list --no-walk 1423bf3a63541f1c601dc140b33eea36562ec767 # timeout=10 [Gradle] - Launching build. [workspace] $ /home/javastream.de/jenkins/jobs/com.badlogicgames.packr/workspace/gradlew clean assemble Downloading https://services.gradle.org/distributions/gradle-6.5.1-all.zip .............10%..............20%..............30%..............40%..............50%..............60%..............70%..............80%..............90%..............100% Welcome to Gradle 6.5.1! Here are the highlights of this release: - Experimental file-system watching - Improved version ordering - New samples For more details see https://docs.gradle.org/6.5.1/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster) Configuration on demand is an incubating feature. > Task :clean UP-TO-DATE > Task :DrOpt:clean UP-TO-DATE > Task :PackrAllTestApp:clean UP-TO-DATE > Task :PackrLauncher:clean UP-TO-DATE > Task :TestAppJreDist:clean UP-TO-DATE > Task :assemble UP-TO-DATE > Task :Packr:clean UP-TO-DATE > Task :DrOpt:compileDebugLinuxCpp FAILED > Task :Packr:compileJava FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':DrOpt:compileDebugLinuxCpp'. > No tool chain is available to build C++ for host operating system 'Linux' architecture 'x86-64': - Tool chain 'visualCpp' (Visual Studio): - Visual Studio is not available on this operating system. - Tool chain 'gcc' (GNU GCC): - Could not find C++ compiler 'g++' in system path. - Tool chain 'clang' (Clang): - Could not find C++ compiler 'clang++' in system path. * 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 50s 8 actionable tasks: 2 executed, 6 up-to-date 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 Finished: FAILURE