[0KRunning with gitlab-runner 16.5.0 (853330f9)[0;m [0K on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909[0;m section_start:1714964463:prepare_executor [0K[0K[36;1mPreparing the "shell" executor[0;m[0;m [0KUsing Shell (bash) executor...[0;m section_end:1714964463:prepare_executor [0Ksection_start:1714964463:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on os-phoenix-64... section_end:1714964463:prepare_script [0Ksection_start:1714964463:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes...[0;m Reinitialized existing Git repository in /home/gitlab-runner/builds/ee0f8df0/0/public-projects/creature-chat/.git/ [32;1mChecking out 602a402d as detached HEAD (ref is develop)...[0;m Removing .gradle/ Removing build/ Removing creaturechat-1.0.0+1.20.4.jar Removing fabric-api-0.97.0+1.20.4.jar [32;1mSkipping Git submodules setup[0;m section_end:1714964464:get_sources [0Ksection_start:1714964464:restore_cache [0K[0K[36;1mRestoring cache[0;m[0;m [32;1mChecking cache for default...[0;m Runtime platform [0;m arch[0;m=amd64 os[0;m=linux pid[0;m=2689135 revision[0;m=853330f9 version[0;m=16.5.0 No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.[0;m [32;1mSuccessfully extracted cache[0;m section_end:1714964464:restore_cache [0Ksection_start:1714964464:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ ./gradlew build[0;m 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 [32;1m$ find build/libs -type f -name '*sources*.jar' -exec rm {} \;[0;m [32;1m$ mv build/libs/creaturechat-*.jar .[0;m [32;1m$ export FABRIC_VERSION=$(grep 'fabric_version' gradle.properties | cut -d'=' -f2)[0;m [32;1m$ export FABRIC_API_JAR="fabric-api-${FABRIC_VERSION}.jar"[0;m [32;1m$ echo Detected Fabric API version from gradle.properties $FABRIC_API_JAR[0;m Detected Fabric API version from gradle.properties fabric-api-0.97.0+1.20.4.jar [32;1m$ export DOWNLOAD_URL="https://github.com/FabricMC/fabric/releases/download/${FABRIC_VERSION//+/%2B}/${FABRIC_API_JAR}"[0;m [32;1m$ echo Download Fabric API from $DOWNLOAD_URL[0;m 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 [32;1m$ wget -q -O "${FABRIC_API_JAR}" $DOWNLOAD_URL[0;m [32;1m$ ls . -la[0;m 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 [0Ksection_start:1714964482:archive_cache [0K[0K[36;1mSaving cache for successful job[0;m[0;m [32;1mCreating cache default...[0;m Runtime platform [0;m arch[0;m=amd64 os[0;m=linux pid[0;m=2689497 revision[0;m=853330f9 version[0;m=16.5.0 [0;33mWARNING: .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)[0;m [0;33mWARNING: .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)[0;m Archive is up to date! [0;m [32;1mCreated cache[0;m section_end:1714964482:archive_cache [0Ksection_start:1714964482:upload_artifacts_on_success [0K[0K[36;1mUploading artifacts for successful job[0;m[0;m [32;1mUploading artifacts...[0;m Runtime platform [0;m arch[0;m=amd64 os[0;m=linux pid[0;m=2689534 revision[0;m=853330f9 version[0;m=16.5.0 creaturechat-*.jar: found 1 matching artifact files and directories[0;m fabric-api-*.jar: found 1 matching artifact files and directories[0;m Uploading artifacts to coordinator... 201 Created [0;m id[0;m=37675 responseStatus[0;m=201 Created token[0;m=sajdezoh section_end:1714964486:upload_artifacts_on_success [0K[32;1mJob succeeded[0;m