Running with gitlab-runner 16.5.0 (853330f9)
  on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909
section_start:1714964463:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1714964463:prepare_executor
section_start:1714964463:prepare_script
Preparing environment
Running on os-phoenix-64...
section_end:1714964463:prepare_script
section_start:1714964463:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /home/gitlab-runner/builds/ee0f8df0/0/public-projects/creature-chat/.git/
Checking out 602a402d as detached HEAD (ref is develop)...
Removing .gradle/
Removing build/
Removing creaturechat-1.0.0+1.20.4.jar
Removing fabric-api-0.97.0+1.20.4.jar
Skipping Git submodules setup
section_end:1714964464:get_sources
section_start:1714964464:restore_cache
Restoring cache
Checking cache for default...
Runtime platform                                    arch=amd64 os=linux pid=2689135 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:1714964464:restore_cache
section_start:1714964464: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.6/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.6.5
:remapping 52 mods from modImplementation (java-api)

> Task :compileJava
> Task :processResources
> Task :classes

> Task :compileClientJava
Note: /home/gitlab-runner/builds/ee0f8df0/0/public-projects/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 15s
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.97.0+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.97.0%2B1.20.4/fabric-api-0.97.0+1.20.4.jar
$ wget -q -O "${FABRIC_API_JAR}" $DOWNLOAD_URL
$ ls . -la
total 7384
drwxrwxr-x 7 gitlab-runner gitlab-runner    4096 May  5 22:01 .
drwxrwxr-x 4 gitlab-runner gitlab-runner    4096 May  3 15:39 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner    4096 May  5 22:01 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner    2660 May  3 15:39 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner    1546 May  3 21:56 CHANGELOG.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner    2707 May  3 15:39 CONTRIBUTING.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5241947 May  5 22:01 creaturechat-1.0.0+1.20.4.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2187067 Apr 11 03:26 fabric-api-0.97.0+1.20.4.jar
drwxrwxr-x 5 gitlab-runner gitlab-runner    4096 May  5 22:01 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner     237 May  3 15:39 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner     890 May  3 15:39 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner    4096 May  5 22:01 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner    4096 May  3 15:39 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner     381 May  3 15:39 gradle.properties
-rwxrwxr-x 1 gitlab-runner gitlab-runner    8692 May  3 15:39 gradlew
-rw-rw-r-- 1 gitlab-runner gitlab-runner    2918 May  3 15:39 gradlew.bat
-rw-rw-r-- 1 gitlab-runner gitlab-runner    2208 May  3 15:39 INSTALL.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner   32313 May  3 15:39 LICENSE.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner    2482 May  3 15:39 PRIVACY.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner    5769 May  3 21:47 README.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner     151 May  3 15:39 settings.gradle
drwxrwxr-x 4 gitlab-runner gitlab-runner    4096 May  3 15:39 src
-rw-rw-r-- 1 gitlab-runner gitlab-runner    5512 May  5 15:07 TERMS.md
section_end:1714964482:step_script
section_start:1714964482:archive_cache
Saving cache for successful job
Creating cache default...
Runtime platform                                    arch=amd64 os=linux pid=2689497 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/public-projects/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/public-projects/creature-chat) 
Archive is up to date!                             
Created cache
section_end:1714964482:archive_cache
section_start:1714964482:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
Runtime platform                                    arch=amd64 os=linux pid=2689534 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=37675 responseStatus=201 Created token=sajdezoh
section_end:1714964486:upload_artifacts_on_success
Job succeeded