MinecraftModDevelopmentMods / BaseMinerals

Base Minerals Mod
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Base Minerals 1.11.2 #17 has failed #14

Closed MinecraftModDevelopmentBot closed 7 years ago

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Minerals 1.11.2' is failing!

Last 50 lines of build output:

[...truncated 13.93 KB...]
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.11.2/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/Thaumcraft.java:14: error: method modEnabled in class Options cannot be applied to given types;
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled(Thaumcraft.PLUGIN_MODID)) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.11.2/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/Mekanism.java:14: error: method modEnabled in class Options cannot be applied to given types;
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled(Mekanism.PLUGIN_MODID)) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.11.2/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/IC2.java:14: error: method modEnabled in class Options cannot be applied to given types;
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled(IC2.PLUGIN_MODID)) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.11.2/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/TinkersConstruct.java:21: error: method modEnabled in class Options cannot be applied to given types;
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled(TinkersConstruct.PLUGIN_MODID)) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
20 errors
 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.

BUILD FAILED

Total time: 1 mins 31.389 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@18c340c5[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10524,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:1ecad04) with context:Base Minerals 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/1ecad04d8bafcb9b44fb71f8af0893fd27187286

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Minerals 1.11.2' is failing!

Last 50 lines of build output:

[...truncated 2.27 KB...]
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace
:clean
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJava/var/lib/jenkins/workspace/Base Minerals 1.11.2/build/sources/main/java/com/mcmoddev/baseminerals/util/Config.java:12: error: cannot find symbol
import com.mcmoddev.baseminerals.data.AdditionalLootTables;
                                     ^
  symbol:   class AdditionalLootTables
  location: package com.mcmoddev.baseminerals.data
1 error
 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.

BUILD FAILED

Total time: 1 mins 10.374 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@68586d5a[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10523,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:f7bc810) with context:Base Minerals 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/f7bc8100834b07fa9d7977a144171df279d9655f
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #14

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!