Builds / #2 7f00decd

Project
aris-mc
State
failed
Current step
Commit
862425c44bd44f7ee801d40b51c7945766958e1c
Started
2026-05-24 12:02:15 UTC
Duration
50s
Error: step 'build' failed (exit Some(1))

Log raw

$ git remote set-url origin [email protected]:dayo05/aris-mc.git
$ git fetch --prune --force origin
$ git checkout -B master origin/master
branch 'master' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
Reset branch 'master'
$ git reset --hard origin/master
HEAD is now at 862425c Drop timestamp from jar version; remove update-docs workflow
$ git clean -fdx
Removing .gradle/
Removing build/
Removing common/.gradle/
Removing common/build/
Removing fabric/.gradle/
Removing fabric/build/
Removing neoforge/.gradle/
$ git submodule sync --recursive
Synchronizing submodule url for 'aris.luagen'
$ git submodule update --init --recursive --force
Submodule path 'aris.luagen': checked out 'cf4fd25e00d6d86fdad47d4941478221ffb3ba81'
$ git rev-parse HEAD
862425c44bd44f7ee801d40b51c7945766958e1c

[git] HEAD=862425c44bd44f7ee801d40b51c7945766958e1c

=== step: build ===
$ ./gradlew build
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Architect Plugin: 3.4.164
Architectury Loom: 1.13.469
This version of Architectury Loom is in beta! Please report any issues you encounter: https://github.com/architectury/architectury-loom/issues

> Configure project :fabric
:remapped 50 mods (intermediary -> named) in 2s
:remapping sources (Mercury, intermediary -> named)

> Configure project :neoforge
:found 1 forge source jars
:extracted 956 forge source classes

[Incubating] Problems report is available at: file:///home/dayo/kei/data/workspaces/aris-mc/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':common:compileJava'.
> Could not resolve all dependencies for configuration ':common:compileClasspath'.
   > Could not resolve me.ddayo:aris.luagen.
     Required by:
         project :common
      > Failed to calculate the value of task ':aris.luagen:compileJava' property 'javaCompiler'.
         > Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=17, vendor=any vendor, implementation=vendor-specific} for LINUX on x86_64.
            > No matching toolchain could be found in the locally installed toolchains or the configured toolchain download repositories. Some toolchain resolvers had provisioning failures: foojay (Unable to download toolchain matching the requirements ({languageVersion=17, vendor=any vendor, implementation=vendor-specific}) from 'https://api.foojay.io/disco/v3.0/ids/466f185020ff3c07ab32696653613a8d/redirect', due to: Unpacked JDK archive does not contain a Java home: /home/dayo/.gradle/.tmp/jdks/OpenJDK17U-jdk_x64_linux_hotspot_1716759785224356303299.tmp).

* Try:
> Learn more about toolchain auto-detection at https://docs.gradle.org/8.12.1/userguide/toolchains.html#sec:auto_detection.
> Learn more about toolchain repositories at https://docs.gradle.org/8.12.1/userguide/toolchains.html#sub:download_repositories.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.12.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 47s

[error] step 'build' failed (exit Some(1))