Skip to content
01:26:04 Started by user Geolykt
01:26:04 Running as SYSTEM
01:26:04 Building in workspace /var/lib/jenkins/workspace/mrj-mania
01:26:04 
[mrj-mania] $ /bin/sh -xe /tmp/jenkins11636109510784672254.sh 01:26:04 + git clone https://codeberg.org/stianloader/mrj-mania.git . 01:26:04 fatal: destination path '.' already exists and is not an empty directory. 01:26:04 + git pull 01:26:04 Already up to date. 01:26:04 + rm -rf build 01:26:04 [Gradle] - Launching build. 01:26:04 [mrj-mania] $ /var/lib/jenkins/workspace/mrj-mania/gradlew -Dde.geolykt.starplane.galimulator-jar=/var/lib/jenkins/galimulator-caches/galimulator-linux-5.0.2.jar -DpublishRepo=http://localhost:25615/maven/ --info --stacktrace -no-cache publish 01:26:05 Initialized native services in: /var/lib/jenkins/.gradle/native 01:26:05 Initialized jansi services in: /var/lib/jenkins/.gradle/native 01:26:05 01:26:05 Unknown command-line option '-n'. 01:26:05 01:26:05 To see more detail about a task, run gradlew help --task <task> 01:26:05 For example, gradlew help --task publish 01:26:05 01:26:05 To see a list of available tasks, run gradlew tasks 01:26:05 01:26:05 USAGE: gradlew [option...] [task...] 01:26:05 01:26:05 -?, -h, --help Shows this help message. 01:26:05 -a, --no-rebuild Do not rebuild project dependencies. 01:26:05 --build-cache Enables the Gradle build cache. Gradle will try to reuse outputs from previous builds. 01:26:05 --no-build-cache Disables the Gradle build cache. 01:26:05 --configuration-cache Enables the configuration cache. Gradle will try to reuse the build configuration from previous builds. 01:26:05 --no-configuration-cache Disables the configuration cache. 01:26:05 --configuration-cache-problems Configures how the configuration cache handles problems (fail or warn). Defaults to fail. 01:26:05 --configure-on-demand Configure necessary projects only. Gradle will attempt to reduce configuration time for large multi-project builds. [incubating] 01:26:05 --no-configure-on-demand Disables the use of configuration on demand. [incubating] 01:26:05 --console Specifies which type of console output to generate. Values are 'plain', 'colored', 'auto' (default), 'rich' or 'verbose'. 01:26:05 --console-unicode Specifies which character types are allowed in console output to generate. Values are 'auto' (default), 'disable' or 'enable'. 01:26:05 --continue Continue task execution after a task failure. 01:26:05 --no-continue Stop task execution after a task failure. 01:26:05 -D, --system-prop Set system property of the JVM (e.g. -Dmyprop=myvalue). 01:26:05 -d, --debug Log in debug mode (includes normal stacktrace). 01:26:05 --daemon Uses the Gradle daemon to run the build. Starts the daemon if not running. 01:26:05 --no-daemon Do not use the Gradle daemon to run the build. Useful occasionally if you have configured Gradle to always run with the daemon by default. 01:26:05 --export-keys Exports the public keys used for dependency verification. 01:26:05 -F, --dependency-verification Configures the dependency verification mode. Values are 'strict', 'lenient' or 'off'. 01:26:05 --foreground Starts the Gradle daemon in the foreground. 01:26:05 -g, --gradle-user-home Specifies the Gradle user home directory. Defaults to ~/.gradle 01:26:05 -I, --init-script Specify an initialization script. 01:26:05 -i, --info Set log level to info. 01:26:05 --include-build Include the specified build in the composite. 01:26:05 -M, --write-verification-metadata Generates checksums for dependencies used in the project (comma-separated list) 01:26:05 -m, --dry-run Run the builds with all task actions disabled. 01:26:05 --max-workers Configure the number of concurrent workers Gradle is allowed to use. 01:26:05 --offline Execute the build without accessing network resources. 01:26:05 -P, --project-prop Set project property for the build script (e.g. -Pmyprop=myvalue). 01:26:05 -p, --project-dir Specifies the start directory for Gradle. Defaults to current directory. 01:26:05 --parallel Build projects in parallel. Gradle will attempt to determine the optimal number of executor threads to use. 01:26:05 --no-parallel Disables parallel execution to build projects. 01:26:05 --priority Specifies the scheduling priority for the Gradle daemon and all processes launched by it. Values are 'normal' (default) or 'low' 01:26:05 --problems-report (Experimental) enables HTML problems report 01:26:05 --no-problems-report (Experimental) disables HTML problems report 01:26:05 --profile Profile build execution time and generates a report in the <build_dir>/reports/profile directory. 01:26:05 --project-cache-dir Specify the project-specific cache directory. Defaults to .gradle in the root project directory. 01:26:05 --property-upgrade-report (Experimental) Runs build with experimental property upgrade report. 01:26:05 -q, --quiet Log errors only. 01:26:05 --refresh-keys Refresh the public keys used for dependency verification. 01:26:05 --rerun-tasks Ignore previously cached task results. 01:26:05 -S, --full-stacktrace Print out the full (very verbose) stacktrace for all exceptions. 01:26:05 -s, --stacktrace Print out the stacktrace for all exceptions. 01:26:05 --scan Generate a Build Scan (powered by Develocity). 01:26:05 Build Scan and Develocity are registered trademarks of Gradle, Inc. 01:26:05 For more information, please visit https://gradle.com/develocity/product/build-scan/. 01:26:05 --no-scan Disables the creation of a Build Scan. 01:26:05 --status Shows status of running and recently stopped Gradle daemon(s). 01:26:05 --stop Stops the Gradle daemon if it is running. 01:26:05 -t, --continuous Enables continuous build. Gradle does not exit and will re-execute tasks when task file inputs change. 01:26:05 --task-graph Print task graph instead of executing tasks. 01:26:05 -U, --refresh-dependencies Refresh the state of dependencies. 01:26:05 --update-locks Perform a partial update of the dependency lock, letting passed in module notations change version. [incubating] 01:26:05 -V, --show-version Print version info and continue. 01:26:05 -v, --version Print version info and exit. 01:26:05 -w, --warn Set log level to warn. 01:26:05 --warning-mode Specifies which mode of warnings to generate. Values are 'all', 'fail', 'summary'(default) or 'none' 01:26:05 --watch-fs Enables watching the file system for changes, allowing data about the file system to be re-used for the next build. 01:26:05 --no-watch-fs Disables watching the file system. 01:26:05 --write-locks Persists dependency resolution for locked configurations, ignoring existing locking information if it exists 01:26:05 -x, --exclude-task Specify a task to be excluded from execution. 01:26:05 -- Signals the end of built-in options. Gradle parses subsequent parameters as only tasks or task options. 01:26:05 01:26:05 Build step 'Run with timeout' changed build result to FAILURE 01:26:05 Build step 'Run with timeout' marked build as failure 01:26:05 Finished: FAILURE