Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: delete constant #101

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Merge branch 'develop' into refactory/dependency_check_flee_continue_…

9e5f8e6
Select commit
Loading
Failed to load commit list.
Open

feat: delete constant #101

Merge branch 'develop' into refactory/dependency_check_flee_continue_…
9e5f8e6
Select commit
Loading
Failed to load commit list.
Terasology Jenkins.io / Jenkins failed Dec 13, 2023 in 5m 12s

Build: warning in 'recordIssues' step

Build / Shell Script

Error in sh step, with arguments ./gradlew --console=plain jar.

script returned exit code 1
Build log
+ ./gradlew --console=plain jar
> Task :build-logic:checkKotlinGradlePluginConfigurationErrors
> Task :build-logic:generateExternalPluginSpecBuilders UP-TO-DATE
> Task :build-logic:extractPrecompiledScriptPluginPlugins UP-TO-DATE
> Task :build-logic:compilePluginsBlocks UP-TO-DATE
> Task :build-logic:generatePrecompiledScriptPluginAccessors UP-TO-DATE
> Task :build-logic:generateScriptPluginAdapters UP-TO-DATE
> Task :build-logic:compileKotlin UP-TO-DATE
> Task :build-logic:compileJava NO-SOURCE
> Task :build-logic:pluginDescriptors UP-TO-DATE
> Task :build-logic:processResources UP-TO-DATE
> Task :build-logic:classes UP-TO-DATE
> Task :build-logic:jar UP-TO-DATE

> Configure project :
The 'sonarqube' task depends on compile tasks. This behavior is now deprecated and will be removed in version 5.x. To avoid implicit compilation, set property 'sonar.gradle.skipCompile' to 'true' and make sure your project is compiled, before analysis has started.
The 'sonar' task depends on compile tasks. This behavior is now deprecated and will be removed in version 5.x. To avoid implicit compilation, set property 'sonar.gradle.skipCompile' to 'true' and make sure your project is compiled, before analysis has started.

> Task :syncAssets
> Task :syncDeltas NO-SOURCE
> Task :syncModuleInfo
> Task :syncOverrides NO-SOURCE
> Task :processResources NO-SOURCE

> Task :compileJava
/home/jenkins/agent/workspace/ogy_Modules_W_WildAnimals_PR-101/src/main/java/org/terasology/wildAnimals/actions/CheckLuringItemInUseAction.java:16: error: cannot find symbol
import org.terasology.module.behaviors.components.LuringComponent;
                                                 ^
  symbol:   class LuringComponent
  location: package org.terasology.module.behaviors.components
/home/jenkins/agent/workspace/ogy_Modules_W_WildAnimals_PR-101/src/main/java/org/terasology/wildAnimals/actions/CheckLuringItemInUseAction.java:28: error: cannot find symbol
        LuringComponent lure = actor.getComponent(LuringComponent.class);
        ^
  symbol:   class LuringComponent
  location: class CheckLuringItemInUseAction
/home/jenkins/agent/workspace/ogy_Modules_W_WildAnimals_PR-101/src/main/java/org/terasology/wildAnimals/actions/CheckLuringItemInUseAction.java:28: error: cannot find symbol
        LuringComponent lure = actor.getComponent(LuringComponent.class);
                                                  ^
  symbol:   class LuringComponent
  location: class CheckLuringItemInUseAction
3 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 --info option to get more log output.
> Run with --scan to get full insights.

BUILD FAILED in 10s
13 actionable tasks: 4 executed, 9 up-to-date

Build / Record compiler warnings and static analysis results

Warning in recordIssues step, with arguments {qualityGates=[{threshold=1, type=TOTAL_ERROR, unstable=false}], enabledForFailure=true, failOnError=true, tools=[@java()], publishAllIssues=true, skipBlames=true}.

Some quality gates have been missed: overall result is FAILURE

Details

  • Declarative: Checkout SCM (15 sec)
    • Setup (22 sec)
      • configure workspace (1.4 sec)
    • Build (4 min 25 sec)
      • determining dependencies (4 min 7 sec)
        Error: script returned exit code 1
        Unstable: Some quality gates have been missed: overall result is FAILURE
    • Unit Tests (1.4 sec)
    • Publish (1.2 sec)
    • Analytics (1.3 sec)
    • Documentation (1.1 sec)
    • Integration Tests (1.4 sec)