[0KRunning with gitlab-runner 16.5.0 (853330f9)[0;m [0K on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909[0;m section_start:1721114558:prepare_executor [0K[0K[36;1mPreparing the "shell" executor[0;m[0;m [0KUsing Shell (bash) executor...[0;m section_end:1721114558:prepare_executor [0Ksection_start:1721114558:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on os-phoenix-64... section_end:1721114558:prepare_script [0Ksection_start:1721114558: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 dc8c19b3 as detached HEAD (ref is develop)...[0;m Removing .gradle/ Removing build/ Removing creaturechat-1.0.8+1.20.1.jar Removing creaturechat-1.0.8+1.20.2.jar Removing creaturechat-1.0.8+1.20.3.jar Removing creaturechat-1.0.8+1.20.4.jar Removing creaturechat-1.0.8+1.20.jar Removing fabric-api-0.83.0+1.20.jar Removing fabric-api-0.91.1+1.20.3.jar Removing fabric-api-0.91.6+1.20.2.jar Removing fabric-api-0.92.1+1.20.1.jar Removing fabric-api-0.97.0+1.20.4.jar [32;1mSkipping Git submodules setup[0;m section_end:1721114559:get_sources [0Ksection_start:1721114559: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=2053798 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:1721114559:restore_cache [0Ksection_start:1721114559:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ export PATH=$JAVA_HOME/bin:$PATH[0;m [32;1m$ java -version[0;m openjdk version "17" 2021-09-14 OpenJDK Runtime Environment (build 17+35-2724) OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing) [32;1m$ declare -a versions=("1.20" "1.20.1" "1.20.2" "1.20.3" "1.20.4") # collapsed multi-line command[0;m **** Building for Minecraft Version 1.20 with Fabric 0.83.0+1.20\n **** Contents of gradle.properties: # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Mod Properties mod_version=1.0.8 maven_group=com.owlmaddie archives_base_name=creaturechat # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.20 yarn_mappings=1.20+build.1 loader_version=0.15.11 #Fabric api fabric_version=0.83.0+1.20 Contents of fabric.mod.json: { "schemaVersion": 1, "id": "creaturechat", "version": "${version}", "name": "CreatureChat", "description": "Chat, befriend, and interact with a rich world of creatures like never before! All creatures can talk and respond naturally using AI.", "authors": [ "Jonathan Thomas <jonathan@openshot.org>", "owlmaddie <owlmaddie@gmail.com>" ], "contact": { "homepage": "http://discord.creaturechat.com", "sources": "http://gitlab.openshot.org/minecraft/creature-chat" }, "license": "GPLv3", "icon": "assets/creaturechat/icon.png", "environment": "*", "entrypoints": { "main": [ "com.owlmaddie.ModInit" ], "client": [ "com.owlmaddie.ClientInit" ] }, "mixins": [ "creaturechat.mixins.json", { "config": "creaturechat.client.mixins.json", "environment": "client" } ], "accessWidener": "creaturechat.accesswidener", "depends": { "fabricloader": ">=0.14.22", "minecraft": "~1.20", "java": ">=17", "fabric-api": "*" } } 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 42 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 :validateAccessWidener > Task :check > Task :remapJar > Task :remapSourcesJar SKIPPED > Task :assemble > Task :build BUILD SUCCESSFUL in 16s 8 actionable tasks: 8 executed total 9316 drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Jul 16 02:22 . drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 .. drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Jul 16 02:22 build -rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 14:48 build.gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 6676 Jul 16 02:20 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 7411009 Jul 16 02:22 creaturechat-1.0.8+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 5868 Jul 12 22:22 deploy-curseforge.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 4082 Jul 12 22:22 deploy-modrinth.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 1974627 May 30 2023 fabric-api-0.83.0+1.20.jar drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .git -rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore -rw-rw-r-- 1 gitlab-runner gitlab-runner 3538 Jul 3 23:41 .gitlab-ci.yml drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .gradle drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 375 Jul 16 02:22 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 3123 Jun 1 23:17 PRIVACY.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 7190 Jul 11 21:06 README.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 15:39 settings.gradle drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 14:48 src -rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 15:07 TERMS.md **** Building for Minecraft Version 1.20.1 with Fabric 0.92.1+1.20.1\n **** Contents of gradle.properties: # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Mod Properties mod_version=1.0.8 maven_group=com.owlmaddie archives_base_name=creaturechat # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.20.1 yarn_mappings=1.20.1+build.10 loader_version=0.15.11 #Fabric api fabric_version=0.92.1+1.20.1 Contents of fabric.mod.json: { "schemaVersion": 1, "id": "creaturechat", "version": "${version}", "name": "CreatureChat", "description": "Chat, befriend, and interact with a rich world of creatures like never before! All creatures can talk and respond naturally using AI.", "authors": [ "Jonathan Thomas <jonathan@openshot.org>", "owlmaddie <owlmaddie@gmail.com>" ], "contact": { "homepage": "http://discord.creaturechat.com", "sources": "http://gitlab.openshot.org/minecraft/creature-chat" }, "license": "GPLv3", "icon": "assets/creaturechat/icon.png", "environment": "*", "entrypoints": { "main": [ "com.owlmaddie.ModInit" ], "client": [ "com.owlmaddie.ClientInit" ] }, "mixins": [ "creaturechat.mixins.json", { "config": "creaturechat.client.mixins.json", "environment": "client" } ], "accessWidener": "creaturechat.accesswidener", "depends": { "fabricloader": ">=0.14.22", "minecraft": "~1.20.1", "java": ">=17", "fabric-api": "*" } } 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 54 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 UP-TO-DATE > Task :jar > Task :sourcesJar > Task :validateAccessWidener > Task :check > Task :remapJar > Task :remapSourcesJar SKIPPED > Task :assemble > Task :build BUILD SUCCESSFUL in 17s 8 actionable tasks: 7 executed, 1 up-to-date total 18616 drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Jul 16 02:23 . drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 .. drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Jul 16 02:22 build -rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 14:48 build.gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 6676 Jul 16 02:20 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 7411010 Jul 16 02:23 creaturechat-1.0.8+1.20.1.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411009 Jul 16 02:22 creaturechat-1.0.8+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 5868 Jul 12 22:22 deploy-curseforge.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 4082 Jul 12 22:22 deploy-modrinth.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 1974627 May 30 2023 fabric-api-0.83.0+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2106811 Apr 9 12:19 fabric-api-0.92.1+1.20.1.jar drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .git -rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore -rw-rw-r-- 1 gitlab-runner gitlab-runner 3538 Jul 3 23:41 .gitlab-ci.yml drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .gradle drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 382 Jul 16 02:22 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 3123 Jun 1 23:17 PRIVACY.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 7190 Jul 11 21:06 README.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 15:39 settings.gradle drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 14:48 src -rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 15:07 TERMS.md **** Building for Minecraft Version 1.20.2 with Fabric 0.91.6+1.20.2\n **** Contents of gradle.properties: # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Mod Properties mod_version=1.0.8 maven_group=com.owlmaddie archives_base_name=creaturechat # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.20.2 yarn_mappings=1.20.2+build.4 loader_version=0.15.11 #Fabric api fabric_version=0.91.6+1.20.2 Contents of fabric.mod.json: { "schemaVersion": 1, "id": "creaturechat", "version": "${version}", "name": "CreatureChat", "description": "Chat, befriend, and interact with a rich world of creatures like never before! All creatures can talk and respond naturally using AI.", "authors": [ "Jonathan Thomas <jonathan@openshot.org>", "owlmaddie <owlmaddie@gmail.com>" ], "contact": { "homepage": "http://discord.creaturechat.com", "sources": "http://gitlab.openshot.org/minecraft/creature-chat" }, "license": "GPLv3", "icon": "assets/creaturechat/icon.png", "environment": "*", "entrypoints": { "main": [ "com.owlmaddie.ModInit" ], "client": [ "com.owlmaddie.ClientInit" ] }, "mixins": [ "creaturechat.mixins.json", { "config": "creaturechat.client.mixins.json", "environment": "client" } ], "accessWidener": "creaturechat.accesswidener", "depends": { "fabricloader": ">=0.14.22", "minecraft": "~1.20.2", "java": ">=17", "fabric-api": "*" } } 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 51 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 UP-TO-DATE > Task :jar > Task :sourcesJar > Task :validateAccessWidener > Task :check > Task :remapJar > Task :remapSourcesJar SKIPPED > Task :assemble > Task :build BUILD SUCCESSFUL in 17s 8 actionable tasks: 7 executed, 1 up-to-date total 27896 drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Jul 16 02:23 . drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 .. drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Jul 16 02:22 build -rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 14:48 build.gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 6676 Jul 16 02:20 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 7411010 Jul 16 02:23 creaturechat-1.0.8+1.20.1.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411014 Jul 16 02:23 creaturechat-1.0.8+1.20.2.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411009 Jul 16 02:22 creaturechat-1.0.8+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 5868 Jul 12 22:22 deploy-curseforge.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 4082 Jul 12 22:22 deploy-modrinth.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 1974627 May 30 2023 fabric-api-0.83.0+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2085618 Jan 28 08:09 fabric-api-0.91.6+1.20.2.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2106811 Apr 9 12:19 fabric-api-0.92.1+1.20.1.jar drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .git -rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore -rw-rw-r-- 1 gitlab-runner gitlab-runner 3538 Jul 3 23:41 .gitlab-ci.yml drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .gradle drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 381 Jul 16 02:23 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 3123 Jun 1 23:17 PRIVACY.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 7190 Jul 11 21:06 README.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 15:39 settings.gradle drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 14:48 src -rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 15:07 TERMS.md **** Building for Minecraft Version 1.20.3 with Fabric 0.91.1+1.20.3\n **** Contents of gradle.properties: # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Mod Properties mod_version=1.0.8 maven_group=com.owlmaddie archives_base_name=creaturechat # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.20.3 yarn_mappings=1.20.3+build.1 loader_version=0.15.11 #Fabric api fabric_version=0.91.1+1.20.3 Contents of fabric.mod.json: { "schemaVersion": 1, "id": "creaturechat", "version": "${version}", "name": "CreatureChat", "description": "Chat, befriend, and interact with a rich world of creatures like never before! All creatures can talk and respond naturally using AI.", "authors": [ "Jonathan Thomas <jonathan@openshot.org>", "owlmaddie <owlmaddie@gmail.com>" ], "contact": { "homepage": "http://discord.creaturechat.com", "sources": "http://gitlab.openshot.org/minecraft/creature-chat" }, "license": "GPLv3", "icon": "assets/creaturechat/icon.png", "environment": "*", "entrypoints": { "main": [ "com.owlmaddie.ModInit" ], "client": [ "com.owlmaddie.ClientInit" ] }, "mixins": [ "creaturechat.mixins.json", { "config": "creaturechat.client.mixins.json", "environment": "client" } ], "accessWidener": "creaturechat.accesswidener", "depends": { "fabricloader": ">=0.14.22", "minecraft": "~1.20.3", "java": ">=17", "fabric-api": "*" } } 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 51 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 UP-TO-DATE > Task :jar > Task :sourcesJar > Task :validateAccessWidener > Task :check > Task :remapJar > Task :remapSourcesJar SKIPPED > Task :assemble > Task :build BUILD SUCCESSFUL in 18s 8 actionable tasks: 7 executed, 1 up-to-date total 37168 drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Jul 16 02:23 . drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 .. drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Jul 16 02:22 build -rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 14:48 build.gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 6676 Jul 16 02:20 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 7411010 Jul 16 02:23 creaturechat-1.0.8+1.20.1.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411014 Jul 16 02:23 creaturechat-1.0.8+1.20.2.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411013 Jul 16 02:23 creaturechat-1.0.8+1.20.3.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411009 Jul 16 02:22 creaturechat-1.0.8+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 5868 Jul 12 22:22 deploy-curseforge.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 4082 Jul 12 22:22 deploy-modrinth.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 1974627 May 30 2023 fabric-api-0.83.0+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2080725 Nov 27 2023 fabric-api-0.91.1+1.20.3.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2085618 Jan 28 08:09 fabric-api-0.91.6+1.20.2.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2106811 Apr 9 12:19 fabric-api-0.92.1+1.20.1.jar drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .git -rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore -rw-rw-r-- 1 gitlab-runner gitlab-runner 3538 Jul 3 23:41 .gitlab-ci.yml drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .gradle drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 381 Jul 16 02:23 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 3123 Jun 1 23:17 PRIVACY.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 7190 Jul 11 21:06 README.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 15:39 settings.gradle drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 14:48 src -rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 15:07 TERMS.md **** Building for Minecraft Version 1.20.4 with Fabric 0.97.0+1.20.4\n **** Contents of gradle.properties: # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Mod Properties mod_version=1.0.8 maven_group=com.owlmaddie archives_base_name=creaturechat # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.20.4 yarn_mappings=1.20.4+build.3 loader_version=0.15.11 #Fabric api fabric_version=0.97.0+1.20.4 Contents of fabric.mod.json: { "schemaVersion": 1, "id": "creaturechat", "version": "${version}", "name": "CreatureChat", "description": "Chat, befriend, and interact with a rich world of creatures like never before! All creatures can talk and respond naturally using AI.", "authors": [ "Jonathan Thomas <jonathan@openshot.org>", "owlmaddie <owlmaddie@gmail.com>" ], "contact": { "homepage": "http://discord.creaturechat.com", "sources": "http://gitlab.openshot.org/minecraft/creature-chat" }, "license": "GPLv3", "icon": "assets/creaturechat/icon.png", "environment": "*", "entrypoints": { "main": [ "com.owlmaddie.ModInit" ], "client": [ "com.owlmaddie.ClientInit" ] }, "mixins": [ "creaturechat.mixins.json", { "config": "creaturechat.client.mixins.json", "environment": "client" } ], "accessWidener": "creaturechat.accesswidener", "depends": { "fabricloader": ">=0.14.22", "minecraft": "~1.20.4", "java": ">=17", "fabric-api": "*" } } 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 UP-TO-DATE > Task :jar > Task :sourcesJar > Task :validateAccessWidener > Task :check > Task :remapJar > Task :remapSourcesJar SKIPPED > Task :assemble > Task :build BUILD SUCCESSFUL in 18s 8 actionable tasks: 7 executed, 1 up-to-date total 46544 drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Jul 16 02:24 . drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 .. drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Jul 16 02:22 build -rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 14:48 build.gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 6676 Jul 16 02:20 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 7411010 Jul 16 02:23 creaturechat-1.0.8+1.20.1.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411014 Jul 16 02:23 creaturechat-1.0.8+1.20.2.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411013 Jul 16 02:23 creaturechat-1.0.8+1.20.3.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411014 Jul 16 02:24 creaturechat-1.0.8+1.20.4.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 7411009 Jul 16 02:22 creaturechat-1.0.8+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 5868 Jul 12 22:22 deploy-curseforge.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 4082 Jul 12 22:22 deploy-modrinth.sh -rw-rw-r-- 1 gitlab-runner gitlab-runner 1974627 May 30 2023 fabric-api-0.83.0+1.20.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2080725 Nov 27 2023 fabric-api-0.91.1+1.20.3.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2085618 Jan 28 08:09 fabric-api-0.91.6+1.20.2.jar -rw-rw-r-- 1 gitlab-runner gitlab-runner 2106811 Apr 9 12:19 fabric-api-0.92.1+1.20.1.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 Jul 16 02:22 .git -rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore -rw-rw-r-- 1 gitlab-runner gitlab-runner 3538 Jul 3 23:41 .gitlab-ci.yml drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Jul 16 02:22 .gradle drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle -rw-rw-r-- 1 gitlab-runner gitlab-runner 381 Jul 16 02:23 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 3123 Jun 1 23:17 PRIVACY.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 7190 Jul 11 21:06 README.md -rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 15:39 settings.gradle drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 14:48 src -rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 15:07 TERMS.md section_end:1721114655:step_script [0Ksection_start:1721114655: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=2055533 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:1721114655:archive_cache [0Ksection_start:1721114655: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=2055570 revision[0;m=853330f9 version[0;m=16.5.0 creaturechat-*.jar: found 5 matching artifact files and directories[0;m fabric-api-*.jar: found 5 matching artifact files and directories[0;m Uploading artifacts to coordinator... 201 Created [0;m id[0;m=39290 responseStatus[0;m=201 Created token[0;m=AoyXsHZD section_end:1721114685:upload_artifacts_on_success [0K[32;1mJob succeeded[0;m