Started by user Philipp Haussleiter Running as SYSTEM Building in workspace /home/javastream.de/jenkins/jobs/com.badlogicgames.packr/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/javastream.de/jenkins/jobs/com.badlogicgames.packr/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/libgdx/packr.git # timeout=10 Fetching upstream changes from https://github.com/libgdx/packr.git > git --version # timeout=10 > git --version # 'git version 2.39.5' > git fetch --tags --force --progress -- https://github.com/libgdx/packr.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/dev/testLibGdx Seen branch in repository origin/dev/testLwjgl2 Seen branch in repository origin/master Seen branch in repository origin/release/3.0 Seen branch in repository origin/release/4.0.0 Seen 5 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision d64c41ea36dcd8bdf1a40945cec744b9a662cae3 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d64c41ea36dcd8bdf1a40945cec744b9a662cae3 # timeout=10 Commit message: "vmArgs argument header needs its arguments to lead with `-`, but it claims not to." > git rev-list --no-walk 11da843b4baac1d6eaa1453db892c54185a36f82 # timeout=10 [Gradle] - Launching build. [workspace] $ /home/javastream.de/jenkins/jobs/com.badlogicgames.packr/workspace/gradlew clean assemble Starting a Gradle Daemon (subsequent builds will be faster) > Task :buildSrc:compileKotlin UP-TO-DATE > Task :buildSrc:compileJava NO-SOURCE > Task :buildSrc:compileGroovy NO-SOURCE > Task :buildSrc:pluginDescriptors UP-TO-DATE > Task :buildSrc:processResources NO-SOURCE > Task :buildSrc:classes UP-TO-DATE > Task :buildSrc:inspectClassesForKotlinIC UP-TO-DATE > Task :buildSrc:jar :jar: No valid plugin descriptors were found in META-INF/gradle-plugins > Task :buildSrc:assemble > Task :buildSrc:compileTestKotlin NO-SOURCE > Task :buildSrc:pluginUnderTestMetadata 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:validatePlugins UP-TO-DATE > Task :buildSrc:check UP-TO-DATE > Task :buildSrc:build Configuration on demand is an incubating feature. > Task :DrOpt:clean UP-TO-DATE > Task :PackrAllTestApp:clean UP-TO-DATE > Task :PackrLauncher:clean UP-TO-DATE > Task :clean UP-TO-DATE > Task :assemble UP-TO-DATE > Task :TestAppJreDist:clean UP-TO-DATE > Task :Packr:clean > Task :DrOpt:compileDebugLinuxX86-64Cpp FAILED > Task :PackrLauncher:compileReleaseLinuxX86-64Cpp FAILED > Task :PackrAllTestApp:compileJava > Task :Packr:compileJava FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':DrOpt:compileDebugLinuxX86-64Cpp'. > 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. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':PackrLauncher:compileReleaseLinuxX86-64Cpp'. > 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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 31s 10 actionable tasks: 5 executed, 5 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