Running with gitlab-runner 16.5.0 (853330f9)
  on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909
section_start:1721114558:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1721114558:prepare_executor
section_start:1721114558:prepare_script
Preparing environment
Running on os-phoenix-64...
section_end:1721114558:prepare_script
section_start:1721114558: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 dc8c19b3 as detached HEAD (ref is develop)...
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
Skipping Git submodules setup
section_end:1721114559:get_sources
section_start:1721114559:restore_cache
Restoring cache
Checking cache for default...
Runtime platform                                    arch=amd64 os=linux pid=2053798 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:1721114559:restore_cache
section_start:1721114559:step_script
Executing "step_script" stage of the job script
$ export PATH=$JAVA_HOME/bin:$PATH
$ java -version
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)
$ declare -a versions=("1.20" "1.20.1" "1.20.2" "1.20.3" "1.20.4") # collapsed multi-line command
****
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
section_start:1721114655:archive_cache
Saving cache for successful job
Creating cache default...
Runtime platform                                    arch=amd64 os=linux pid=2055533 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:1721114655:archive_cache
section_start:1721114655:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
Runtime platform                                    arch=amd64 os=linux pid=2055570 revision=853330f9 version=16.5.0
creaturechat-*.jar: found 5 matching artifact files and directories 
fabric-api-*.jar: found 5 matching artifact files and directories 
Uploading artifacts to coordinator... 201 Created   id=39290 responseStatus=201 Created token=AoyXsHZD
section_end:1721114685:upload_artifacts_on_success
Job succeeded