Running with gitlab-runner 16.5.0 (853330f9)
on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909
section_start:1713816417:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1713816417:prepare_executor
section_start:1713816417:prepare_script
Preparing environment
Running on os-phoenix-64...
section_end:1713816417:prepare_script
section_start:1713816417:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /home/gitlab-runner/builds/ee0f8df0/0/minecraft/creature-chat/.git/
Checking out ea7177f5 as detached HEAD (ref is develop)...
Removing .gradle/
Removing build/
Removing creaturechat-1.0.0+1.20.4.jar
Removing fabric-api-0.96.11+1.20.4.jar
Skipping Git submodules setup
section_end:1713816417:get_sources
section_start:1713816417:restore_cache
Restoring cache
Checking cache for default...
Runtime platform arch=amd64 os=linux pid=911856 revision=853330f9 version=16.5.0
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.
Successfully extracted cache
section_end:1713816417:restore_cache
section_start:1713816417:step_script
Executing "step_script" stage of the job script
$ ./gradlew build
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.3/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
> Configure project :
Fabric Loom: 1.5.8
:remapping 52 mods from modImplementation (java-api)
> Task :compileJava
> Task :processResources
> Task :classes
> Task :compileClientJava
Note: /home/gitlab-runner/builds/ee0f8df0/0/minecraft/creature-chat/src/client/java/com/owlmaddie/ui/BubbleRenderer.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :processClientResources
> Task :jar
> Task :sourcesJar
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :validateAccessWidener
> Task :check
> Task :remapJar
> Task :remapSourcesJar SKIPPED
> Task :assemble
> Task :build
BUILD SUCCESSFUL in 14s
8 actionable tasks: 8 executed
$ find build/libs -type f -name '*sources*.jar' -exec rm {} \;
$ mv build/libs/creaturechat-*.jar .
$ export FABRIC_VERSION=$(grep 'fabric_version' gradle.properties | cut -d'=' -f2)
$ export FABRIC_API_JAR="fabric-api-${FABRIC_VERSION}.jar"
$ echo Detected Fabric API version from gradle.properties $FABRIC_API_JAR
Detected Fabric API version from gradle.properties fabric-api-0.96.11+1.20.4.jar
$ export DOWNLOAD_URL="https://github.com/FabricMC/fabric/releases/download/${FABRIC_VERSION//+/%2B}/${FABRIC_API_JAR}"
$ echo Download Fabric API from $DOWNLOAD_URL
Download Fabric API from https://github.com/FabricMC/fabric/releases/download/0.96.11%2B1.20.4/fabric-api-0.96.11+1.20.4.jar
$ wget -q -O "${FABRIC_API_JAR}" $DOWNLOAD_URL
section_end:1713816433:step_script
section_start:1713816433:archive_cache
Saving cache for successful job
Creating cache default...
Runtime platform arch=amd64 os=linux pid=912199 revision=853330f9 version=16.5.0
WARNING: .gradle/wrapper: no matching files. Ensure that the artifact path is relative to the working directory (/home/gitlab-runner/builds/ee0f8df0/0/minecraft/creature-chat)
WARNING: .gradle/caches: no matching files. Ensure that the artifact path is relative to the working directory (/home/gitlab-runner/builds/ee0f8df0/0/minecraft/creature-chat)
Archive is up to date!
Created cache
section_end:1713816433:archive_cache
section_start:1713816433:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
Runtime platform arch=amd64 os=linux pid=912237 revision=853330f9 version=16.5.0
creaturechat-*.jar: found 1 matching artifact files and directories
fabric-api-*.jar: found 1 matching artifact files and directories
Uploading artifacts to coordinator... 201 Created id=37460 responseStatus=201 Created token=f8GqVS1-
section_end:1713816436:upload_artifacts_on_success
Job succeeded