Skip to content
Failed

Console Output

Started by GitHub push by tal5
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Clientizen/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/Clientizen/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/DenizenScript/Clientizen.git # timeout=10
Fetching upstream changes from https://github.com/DenizenScript/Clientizen.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://github.com/DenizenScript/Clientizen.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision c766933f83c863e35d0b9197a689142dd0202f35 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c766933f83c863e35d0b9197a689142dd0202f35 # timeout=10
Commit message: "Document all existing features, add `TODO`s (#23)"
 > git rev-list --no-walk e71b19efecb3c46ba41a45ab50500001b02dcba2 # timeout=10
false
[Gradle] - Launching build.
[workspace] $ /var/lib/jenkins/jobs/Clientizen/workspace/gradlew clean build -Pbuild_number=37
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Fabric Loom: 1.0.18

> Task :clean

> Task :compileJava
/var/lib/jenkins/jobs/Clientizen/workspace/src/main/java/com/denizenscript/clientizen/objects/properties/PropertyRegistry.java:18: error: cannot find symbol
        registerProperty(MaterialHanging.class, MaterialHanging.handledProperties);
                         ^
  symbol:   class MaterialHanging
  location: class PropertyRegistry
/var/lib/jenkins/jobs/Clientizen/workspace/src/main/java/com/denizenscript/clientizen/objects/properties/PropertyRegistry.java:18: error: cannot find symbol
        registerProperty(MaterialHanging.class, MaterialHanging.handledProperties);
                                                ^
  symbol:   variable MaterialHanging
  location: class PropertyRegistry
2 errors

> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* 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

BUILD FAILED in 20s
2 actionable tasks: 2 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Sending notification to Discord.
Finished: FAILURE