Builds / #3 e4e7a53c

Project
aris.luagen
State
success
Current step
Commit
df6060d538337d508278df2091e4c0ba1c16213d
Started
2026-06-11 16:11:59 UTC
Duration
29s

Artifacts

Log raw

$ git remote set-url origin [email protected]:dayo05/aris.luagen.git
$ git fetch --prune --force origin
From github.com:dayo05/aris.luagen
   bb73d2e..df6060d  master     -> origin/master
$ 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 df6060d Update readme
$ 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
df6060d538337d508278df2091e4c0ba1c16213d

[git] HEAD=df6060d538337d508278df2091e4c0ba1c16213d

[config] using workspace/kei.toml

=== step: build ===
$ ./gradlew build
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :ap:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :ap:processResources
> Task :ap:sourcesJar
> Task :ap:processTestResources NO-SOURCE

> Task :ap:compileKotlin
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:26:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:45:13 The corresponding parameter in the supertype 'JavaObjectArgument' is named 'docSignatureBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:75:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:105:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:226:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:256:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:286:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:318:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:388:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:453:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments.

> Task :ap:compileJava NO-SOURCE
> Task :ap:classes
> Task :ap:jar
> Task :ap:assemble
> Task :ap:compileTestKotlin NO-SOURCE
> Task :ap:compileTestJava NO-SOURCE
> Task :ap:testClasses UP-TO-DATE
> Task :ap:test NO-SOURCE
> Task :ap:check UP-TO-DATE
> Task :ap:build
> Task :kspKotlin
> Task :processResources NO-SOURCE
> Task :sourcesJar

> Task :compileKotlin
w: file:///home/dayo/kei/data/workspaces/aris.luagen/src/main/kotlin/me/ddayo/aris/luagen/LuaEngine.kt:217:16 Delegated member 'fun toLua(engine: LuaEngine, lua: Lua): Unit' hides supertype override 'fun toLua(engine: LuaEngine, lua: Lua): Unit'. Specify proper override explicitly.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/src/main/kotlin/me/ddayo/aris/luagen/LuaMain.kt:55:39 No cast needed.

> Task :compileJava
> Task :classes
> Task :jar
> Task :assemble
> Task :kspTestKotlin
> Task :processTestResources NO-SOURCE

> Task :compileTestKotlin
w: file:///home/dayo/kei/data/workspaces/aris.luagen/build/generated/ksp/test/kotlin/me/ddayo/aris/gen/TestGenerated.kt:135:65 No cast needed.
w: file:///home/dayo/kei/data/workspaces/aris.luagen/src/test/kotlin/me/ddayo/aris/test/Test.kt:99:1 Delegated member 'fun toLua(engine: LuaEngine, lua: Lua): Unit' hides supertype override 'fun toLua(engine: LuaEngine, lua: Lua): Unit'. Specify proper override explicitly.

> Task :compileTestJava NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test
> Task :check
> Task :build

BUILD SUCCESSFUL in 25s
12 actionable tasks: 12 executed

=== step: publish-maven ===
$ bash -c ./gradlew publishToMavenLocal -Dmaven.repo.local="${KEI_MAVEN_REPO:-$HOME/.m2/repository}"
> Task :checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :ap:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :ap:compileKotlin UP-TO-DATE
> Task :ap:compileJava NO-SOURCE
> Task :ap:processResources UP-TO-DATE
> Task :ap:classes UP-TO-DATE
> Task :ap:jar UP-TO-DATE
> Task :kspKotlin UP-TO-DATE
> Task :compileKotlin UP-TO-DATE
> Task :compileJava UP-TO-DATE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :jar UP-TO-DATE
> Task :sourcesJar UP-TO-DATE
> Task :generateMetadataFileForMavenPublication
> Task :generatePomFileForMavenPublication
> Task :publishMavenPublicationToMavenLocal
> Task :publishToMavenLocal
> Task :ap:sourcesJar UP-TO-DATE
> Task :ap:generateMetadataFileForMavenPublication
> Task :ap:generatePomFileForMavenPublication
> Task :ap:publishMavenPublicationToMavenLocal
> Task :ap:publishToMavenLocal

BUILD SUCCESSFUL in 827ms
15 actionable tasks: 6 executed, 9 up-to-date

[artifacts] collected 4 files
  - aris.luagen/e4e7a53c-632a-4123-8af5-061664c69105/aris.luagen-1.0-SNAPSHOT-sources.jar (8644 bytes)
  - aris.luagen/e4e7a53c-632a-4123-8af5-061664c69105/aris.luagen-1.0-SNAPSHOT.jar (40756 bytes)
  - aris.luagen/e4e7a53c-632a-4123-8af5-061664c69105/ap-1.0-SNAPSHOT-sources.jar (19863 bytes)
  - aris.luagen/e4e7a53c-632a-4123-8af5-061664c69105/ap-1.0-SNAPSHOT.jar (155792 bytes)