Running with gitlab-runner 16.5.0 (853330f9)
  on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909
section_start:1712373099:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1712373099:prepare_executor
section_start:1712373099:prepare_script
Preparing environment
Running on os-phoenix-64...
section_end:1712373100:prepare_script
section_start:1712373100:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /home/gitlab-runner/builds/ee0f8df0/0/minecraft/mobgpt/.git/
Checking out c0b08cfc as detached HEAD (ref is develop)...
Removing .gradle/
Removing build/
Removing fabric-api-0.96.11+1.20.4.jar
Removing mobgpt-1.0.0+1.20.4.jar
Skipping Git submodules setup
section_end:1712373100:get_sources
section_start:1712373100:restore_cache
Restoring cache
Checking cache for default...
Runtime platform                                    arch=amd64 os=linux pid=3076062 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:1712373101:restore_cache
section_start:1712373101: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/mobgpt/src/client/java/com/owlmaddie/ClientInit.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 NO-SOURCE
> Task :check UP-TO-DATE
> Task :remapJar
> Task :remapSourcesJar SKIPPED
> Task :assemble
> Task :build

BUILD SUCCESSFUL in 18s
7 actionable tasks: 7 executed
$ find build/libs -type f -name '*sources*.jar' -exec rm {} \;
$ mv build/libs/mobgpt-*.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:1712373121:step_script
section_start:1712373121:archive_cache
Saving cache for successful job
Creating cache default...
Runtime platform                                    arch=amd64 os=linux pid=3076449 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/mobgpt) 
WARNING: .gradle/caches: no matching files. Ensure that the artifact path is relative to the working directory (/home/gitlab-runner/builds/ee0f8df0/0/minecraft/mobgpt) 
Archive is up to date!                             
Created cache
section_end:1712373121:archive_cache
section_start:1712373121:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
Runtime platform                                    arch=amd64 os=linux pid=3076482 revision=853330f9 version=16.5.0
mobgpt-*.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=37399 responseStatus=201 Created token=nxv7Vu6R
section_end:1712373124:upload_artifacts_on_success
Job succeeded