Running with gitlab-runner 16.5.0 (853330f9)
on os-phoenix-64 ee0f8df0, system ID: s_ace8efbfe909
section_start:1715806674:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1715806674:prepare_executor
section_start:1715806674:prepare_script
Preparing environment
Running on os-phoenix-64...
section_end:1715806674:prepare_script
section_start:1715806674: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 b2450841 as detached HEAD (ref is develop)...
Removing .gradle/
Removing build/
Skipping Git submodules setup
section_end:1715806675:get_sources
section_start:1715806675:restore_cache
Restoring cache
Checking cache for default...
Runtime platform arch=amd64 os=linux pid=3933339 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:1715806675:restore_cache
section_start:1715806675:step_script
Executing "step_script" stage of the job script
$ export PATH=$JAVA_HOME/bin:$PATH
$ java -version
openjdk version "22.0.1" 2024-04-16
OpenJDK Runtime Environment (build 22.0.1+8-16)
OpenJDK 64-Bit Server VM (build 22.0.1+8-16, 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.3
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 :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 14s
8 actionable tasks: 8 executed
total 7188
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 May 15 15:58 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 May 15 15:58 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2660 May 3 15:39 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2990 May 15 15:53 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 5247721 May 15 15:58 creaturechat-1.0.3+1.20.jar
-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 May 15 15:57 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2201 May 15 15:57 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 May 15 15:58 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 375 May 15 15:57 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 5908 May 11 18:03 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
****
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.3
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 :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: 7 executed, 1 up-to-date
total 14376
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 May 15 15:58 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 May 15 15:58 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2660 May 3 15:39 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2990 May 15 15:53 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 5247722 May 15 15:58 creaturechat-1.0.3+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247721 May 15 15:58 creaturechat-1.0.3+1.20.jar
-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 May 15 15:57 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2201 May 15 15:57 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 May 15 15:58 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 382 May 15 15:58 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 5908 May 11 18:03 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
****
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.3
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 :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: 7 executed, 1 up-to-date
total 21544
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 May 15 15:58 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 May 15 15:58 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2660 May 3 15:39 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2990 May 15 15:53 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 5247722 May 15 15:58 creaturechat-1.0.3+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247726 May 15 15:58 creaturechat-1.0.3+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247721 May 15 15:58 creaturechat-1.0.3+1.20.jar
-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 May 15 15:57 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2201 May 15 15:57 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 May 15 15:58 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 381 May 15 15:58 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 5908 May 11 18:03 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
****
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.3
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 :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: 7 executed, 1 up-to-date
total 28704
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 May 15 15:59 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 May 15 15:58 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2660 May 3 15:39 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2990 May 15 15:53 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 5247722 May 15 15:58 creaturechat-1.0.3+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247726 May 15 15:58 creaturechat-1.0.3+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247723 May 15 15:59 creaturechat-1.0.3+1.20.3.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247721 May 15 15:58 creaturechat-1.0.3+1.20.jar
-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 05:00 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 May 15 15:57 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2201 May 15 15:57 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 May 15 15:58 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 381 May 15 15:58 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 5908 May 11 18:03 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
****
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.3
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 :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: 7 executed, 1 up-to-date
total 35968
drwxrwxr-x 7 gitlab-runner gitlab-runner 4096 May 15 15:59 .
drwxrwxr-x 4 gitlab-runner gitlab-runner 4096 May 3 15:39 ..
drwxrwxr-x 9 gitlab-runner gitlab-runner 4096 May 15 15:58 build
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2660 May 3 15:39 build.gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2990 May 15 15:53 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 5247722 May 15 15:58 creaturechat-1.0.3+1.20.1.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247726 May 15 15:58 creaturechat-1.0.3+1.20.2.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247723 May 15 15:59 creaturechat-1.0.3+1.20.3.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247726 May 15 15:59 creaturechat-1.0.3+1.20.4.jar
-rw-rw-r-- 1 gitlab-runner gitlab-runner 5247721 May 15 15:58 creaturechat-1.0.3+1.20.jar
-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 05:00 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 May 15 15:57 .git
-rw-rw-r-- 1 gitlab-runner gitlab-runner 237 May 3 15:39 .gitignore
-rw-rw-r-- 1 gitlab-runner gitlab-runner 2201 May 15 15:57 .gitlab-ci.yml
drwxrwxr-x 6 gitlab-runner gitlab-runner 4096 May 15 15:58 .gradle
drwxrwxr-x 3 gitlab-runner gitlab-runner 4096 May 3 15:39 gradle
-rw-rw-r-- 1 gitlab-runner gitlab-runner 381 May 15 15:59 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 5908 May 11 18:03 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:1715806760:step_script
section_start:1715806760:archive_cache
Saving cache for successful job
Creating cache default...
Runtime platform arch=amd64 os=linux pid=3935029 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:1715806760:archive_cache
section_start:1715806760:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
Runtime platform arch=amd64 os=linux pid=3935067 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=37933 responseStatus=201 Created token=EkXcm_Te
section_end:1715806785:upload_artifacts_on_success
Job succeeded