Builds / #8 839583e9
- Project
- aris.luagen
- State
- failed
- Current step
- —
- Commit
f1c9ab03c904aad72d86357f176749251981cecf
- Started
- 2026-09-01 12:51:03 UTC
- Duration
- 15s
Error: step 'build' failed (exit Some(1))
No output yet.
$ git remote set-url origin [email protected]:dayo05/aris.luagen.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 f1c9ab0 Add callback metadata to API schema
$ git clean -fdx
Removing .gradle/
Removing .kotlin/
Removing ap/build/
Removing build/
$ git submodule sync --recursive
$ git submodule update --init --recursive --force
$ git rev-parse HEAD
f1c9ab03c904aad72d86357f176749251981cecf
[git] HEAD=f1c9ab03c904aad72d86357f176749251981cecf
[config] using workspace/kei.toml
=== step: build ===
$ sudo -n -E -H -u kei-aris-luagen -- ./gradlew build
Downloading https://services.gradle.org/distributions/gradle-8.5-bin.zip
............10%.............20%............30%.............40%.............50%............60%.............70%.............80%............90%.............100%
FAILURE: Build failed with an exception.
* What went wrong:
java.io.IOException: Permission denied
* Try:
> 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.
[error] step 'build' failed (exit Some(1))