Running with gitlab-runner 16.5.0 (853330f9)
on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909
section_start:1740113166:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1740113166:prepare_executor
section_start:1740113166:prepare_script
Preparing environment
Running on os-phoenix-64...
section_end:1740113166:prepare_script
section_start:1740113166: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 a5fb3933 as detached HEAD (ref is bees-and-wither)...
Removing .gradle/
Removing FORGE
Removing build/
Removing creaturechat-1.3.0+1.20.1-forge.jar
Removing creaturechat-1.3.0+1.20.1.jar
Removing creaturechat-1.3.0+1.20.2.jar
Removing creaturechat-1.3.0+1.20.3.jar
Removing creaturechat-1.3.0+1.20.4.jar
Removing creaturechat-1.3.0+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:1740113167:get_sources
section_start:1740113167:restore_cache
Restoring cache
Checking cache for default...
Runtime platform arch=amd64 os=linux pid=3386084 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:1740113167:restore_cache
section_start:1740113167: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.3.0
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
Note: /home/gitlab-runner/builds/ee0f8df0/0/public-projects/creature-chat/src/main/java/com/owlmaddie/particle/LeadParticleEffect.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> 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 9364
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 2024 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Feb 20 22:46 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 2024 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 12049 Feb 20 22:46 CHANGELOG.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2707 May 3 2024 CONTRIBUTING.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448550 Feb 20 22:46 creaturechat-1.3.0+1.20.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 6549 Jan 14 16:56 deploy-curseforge.sh
-rw-rw-r-- 1 gitlab-runner gitlab-runner 4043 Jan 27 21:59 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 Feb 20 22:46 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 2024 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3794 Jan 4 15:15 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 2024 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 375 Feb 20 22:46 gradle.properties
-rwxrwxr-x 1 gitlab-runner gitlab-runner 8692 May 3 2024 gradlew
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2918 May 3 2024 gradlew.bat
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3945 Feb 15 23:26 ICONS.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2208 May 3 2024 INSTALL.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 32313 May 3 2024 LICENSE.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3123 Jun 1 2024 PRIVACY.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 8514 Feb 15 23:26 README.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 2024 settings.gradle
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 2024 src
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 2024 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.3.0
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
Note: /home/gitlab-runner/builds/ee0f8df0/0/public-projects/creature-chat/src/main/java/com/owlmaddie/particle/LeadParticleEffect.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> 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 16s
8 actionable tasks: 7 executed, 1 up-to-date
adding: FORGE (stored 0%)
total 25964
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 2024 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Feb 20 22:46 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 2024 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 12049 Feb 20 22:46 CHANGELOG.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2707 May 3 2024 CONTRIBUTING.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7436641 Feb 20 22:46 creaturechat-1.3.0+1.20.1-forge.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448551 Feb 20 22:46 creaturechat-1.3.0+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448550 Feb 20 22:46 creaturechat-1.3.0+1.20.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 6549 Jan 14 16:56 deploy-curseforge.sh
-rw-rw-r-- 1 gitlab-runner gitlab-runner 4043 Jan 27 21:59 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 2024 fabric-api-0.92.1+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 0 Feb 20 22:46 FORGE
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 2024 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3794 Jan 4 15:15 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 2024 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 382 Feb 20 22:46 gradle.properties
-rwxrwxr-x 1 gitlab-runner gitlab-runner 8692 May 3 2024 gradlew
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2918 May 3 2024 gradlew.bat
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3945 Feb 15 23:26 ICONS.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2208 May 3 2024 INSTALL.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 32313 May 3 2024 LICENSE.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3123 Jun 1 2024 PRIVACY.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 8514 Feb 15 23:26 README.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 2024 settings.gradle
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 2024 src
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 2024 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.3.0
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
Note: /home/gitlab-runner/builds/ee0f8df0/0/public-projects/creature-chat/src/main/java/com/owlmaddie/particle/LeadParticleEffect.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> 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 16s
8 actionable tasks: 7 executed, 1 up-to-date
total 35280
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Feb 20 22:47 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 2024 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Feb 20 22:46 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 2024 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 12049 Feb 20 22:46 CHANGELOG.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2707 May 3 2024 CONTRIBUTING.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7436641 Feb 20 22:46 creaturechat-1.3.0+1.20.1-forge.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448551 Feb 20 22:46 creaturechat-1.3.0+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448557 Feb 20 22:46 creaturechat-1.3.0+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448550 Feb 20 22:46 creaturechat-1.3.0+1.20.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 6549 Jan 14 16:56 deploy-curseforge.sh
-rw-rw-r-- 1 gitlab-runner gitlab-runner 4043 Jan 27 21:59 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 2024 fabric-api-0.91.6+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2106811 Apr 9 2024 fabric-api-0.92.1+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 0 Feb 20 22:46 FORGE
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 2024 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3794 Jan 4 15:15 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 2024 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 381 Feb 20 22:46 gradle.properties
-rwxrwxr-x 1 gitlab-runner gitlab-runner 8692 May 3 2024 gradlew
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2918 May 3 2024 gradlew.bat
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3945 Feb 15 23:26 ICONS.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2208 May 3 2024 INSTALL.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 32313 May 3 2024 LICENSE.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3123 Jun 1 2024 PRIVACY.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 8514 Feb 15 23:26 README.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 2024 settings.gradle
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 2024 src
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 2024 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.3.0
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
Note: /home/gitlab-runner/builds/ee0f8df0/0/public-projects/creature-chat/src/main/java/com/owlmaddie/particle/LeadParticleEffect.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> 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 16s
8 actionable tasks: 7 executed, 1 up-to-date
total 44588
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Feb 20 22:47 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 2024 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Feb 20 22:46 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 2024 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 12049 Feb 20 22:46 CHANGELOG.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2707 May 3 2024 CONTRIBUTING.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7436641 Feb 20 22:46 creaturechat-1.3.0+1.20.1-forge.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448551 Feb 20 22:46 creaturechat-1.3.0+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448557 Feb 20 22:46 creaturechat-1.3.0+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448556 Feb 20 22:47 creaturechat-1.3.0+1.20.3.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448550 Feb 20 22:46 creaturechat-1.3.0+1.20.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 6549 Jan 14 16:56 deploy-curseforge.sh
-rw-rw-r-- 1 gitlab-runner gitlab-runner 4043 Jan 27 21:59 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 2024 fabric-api-0.91.6+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2106811 Apr 9 2024 fabric-api-0.92.1+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 0 Feb 20 22:46 FORGE
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 2024 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3794 Jan 4 15:15 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 2024 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 381 Feb 20 22:47 gradle.properties
-rwxrwxr-x 1 gitlab-runner gitlab-runner 8692 May 3 2024 gradlew
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2918 May 3 2024 gradlew.bat
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3945 Feb 15 23:26 ICONS.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2208 May 3 2024 INSTALL.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 32313 May 3 2024 LICENSE.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3123 Jun 1 2024 PRIVACY.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 8514 Feb 15 23:26 README.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 2024 settings.gradle
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 2024 src
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 2024 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.3.0
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
Note: /home/gitlab-runner/builds/ee0f8df0/0/public-projects/creature-chat/src/main/java/com/owlmaddie/particle/LeadParticleEffect.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> 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 16s
8 actionable tasks: 7 executed, 1 up-to-date
total 54000
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 Feb 20 22:47 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 2024 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 Feb 20 22:46 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3154 Jun 12 2024 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 12049 Feb 20 22:46 CHANGELOG.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2707 May 3 2024 CONTRIBUTING.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7436641 Feb 20 22:46 creaturechat-1.3.0+1.20.1-forge.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448551 Feb 20 22:46 creaturechat-1.3.0+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448557 Feb 20 22:46 creaturechat-1.3.0+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448556 Feb 20 22:47 creaturechat-1.3.0+1.20.3.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448558 Feb 20 22:47 creaturechat-1.3.0+1.20.4.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 7448550 Feb 20 22:46 creaturechat-1.3.0+1.20.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 6549 Jan 14 16:56 deploy-curseforge.sh
-rw-rw-r-- 1 gitlab-runner gitlab-runner 4043 Jan 27 21:59 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 2024 fabric-api-0.91.6+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2106811 Apr 9 2024 fabric-api-0.92.1+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2187067 Apr 11 2024 fabric-api-0.97.0+1.20.4.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 0 Feb 20 22:46 FORGE
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 2024 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3794 Jan 4 15:15 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 Feb 20 22:46 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 2024 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 381 Feb 20 22:47 gradle.properties
-rwxrwxr-x 1 gitlab-runner gitlab-runner 8692 May 3 2024 gradlew
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2918 May 3 2024 gradlew.bat
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3945 Feb 15 23:26 ICONS.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2208 May 3 2024 INSTALL.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 32313 May 3 2024 LICENSE.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 3123 Jun 1 2024 PRIVACY.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 8514 Feb 15 23:26 README.md
-rw-rw-r-- 1 gitlab-runner gitlab-runner 151 May 3 2024 settings.gradle
drwxrwxr-x 5 gitlab-runner gitlab-runner 4096 Jun 12 2024 src
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5512 May 5 2024 TERMS.md
section_end:1740113257:step_script
section_start:1740113257:archive_cache
Saving cache for successful job
Creating cache default...
Runtime platform arch=amd64 os=linux pid=3387937 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:1740113258:archive_cache
section_start:1740113258:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
Runtime platform arch=amd64 os=linux pid=3387974 revision=853330f9 version=16.5.0
creaturechat-*.jar: found 6 matching artifact files and directories
fabric-api-*.jar: found 5 matching artifact files and directories
Uploading artifacts to coordinator... 201 Created id=41482 responseStatus=201 Created token=XxMbKVa8
section_end:1740113303:upload_artifacts_on_success
Job succeeded