MinecraftModDevelopmentMods / ModernMetals

Modern Metals Mod
GNU Lesser General Public License v2.1
9 stars 6 forks source link

Modern Metals #9 has failed #40

Closed MinecraftModDevelopmentBot closed 7 years ago

MinecraftModDevelopmentBot commented 7 years ago

Build 'Modern Metals' is failing!

Last 50 lines of build output:

[...truncated 8.79 KB...]
import com.mcmoddev.lib.integration.MMDPlugin;
                                   ^
  symbol:   class MMDPlugin
  location: package com.mcmoddev.lib.integration
/var/lib/jenkins/workspace/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/Mekanism.java:9: error: cannot find symbol
@MMDPlugin(addonId = ModernMetals.MODID, pluginId = Mekanism.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/IC2.java:4: error: cannot find symbol
import com.mcmoddev.lib.integration.MMDPlugin;
                                   ^
  symbol:   class MMDPlugin
  location: package com.mcmoddev.lib.integration
/var/lib/jenkins/workspace/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/IC2.java:7: error: cannot find symbol
@MMDPlugin(addonId = ModernMetals.MODID, pluginId = IC2.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/TinkersConstruct.java:6: error: cannot find symbol
import com.mcmoddev.lib.integration.MMDPlugin;
                                   ^
  symbol:   class MMDPlugin
  location: package com.mcmoddev.lib.integration
/var/lib/jenkins/workspace/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/TinkersConstruct.java:17: error: cannot find symbol
@MMDPlugin(addonId = ModernMetals.MODID, pluginId = TinkersConstruct.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/proxy/CommonProxy.java:39: error: package IntegrationManager does not exist
        IntegrationManager.INSTANCE.preInit(event);
                          ^
14 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: 17.326 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@19041eed[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30290,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:08ec855) with context:Modern Metals
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/08ec855d7c18539c7d6c60fae66eaf652f5e4fc9

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 7 years ago

Build 'Modern Metals' is failing!

Last 50 lines of build output:

[...truncated 2.15 KB...]
: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/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/util/EventHandler.java:8: error: package com.mcmoddev.lib.items does not exist
import com.mcmoddev.lib.items.ItemMetalIngot;
                             ^
/var/lib/jenkins/workspace/Modern Metals/build/sources/main/java/com/mcmoddev/modernmetals/util/EventHandler.java:37: error: cannot find symbol
                if (item instanceof ItemMetalIngot) {
                                    ^
  symbol:   class ItemMetalIngot
  location: class EventHandler
2 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 44.319 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@74c81502[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30294,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:ca325b6) with context:Modern Metals
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/ca325b69143de374ab44f6afab35274ff84e51cb
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #40

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!