MinecraftModDevelopmentMods / BaseGems

Base Gems Mod
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Base Gems #7 has failed #1

Open MinecraftModDevelopmentBot opened 7 years ago

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Gems' is failing!

Last 50 lines of build output:

[...truncated 8.67 KB...]
import com.mcmoddev.lib.integration.MMDPlugin;
                                   ^
  symbol:   class MMDPlugin
  location: package com.mcmoddev.lib.integration
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/Mekanism.java:9: error: cannot find symbol
@MMDPlugin(addonId = BaseGems.MODID, pluginId = Mekanism.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/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/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/IC2.java:7: error: cannot find symbol
@MMDPlugin(addonId = BaseGems.MODID, pluginId = IC2.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/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/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/TinkersConstruct.java:14: error: cannot find symbol
@MMDPlugin(addonId = BaseGems.MODID, pluginId = TinkersConstruct.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/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: 8.259 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@2fde2b38[description=Base Gems Mod,homepage=,name=BaseGems,license=<null>,fork=false,size=7865,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseGems,id=62172982]] (sha:3b20df1) with context:Base Gems
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseGems/commit/3b20df1bc45588a2646e05450ff1271aaae4d2ea

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Gems' is failing!

Last 50 lines of build output:

[...truncated 26.98 KB...]
            ^
  symbol:   method registerFluid(MetalMaterial,int)
  location: class TinkersConstruct
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/TinkersConstruct.java:138: error: cannot find symbol
            registerFluid(Materials.spinel, 144);
            ^
  symbol:   method registerFluid(MetalMaterial,int)
  location: class TinkersConstruct
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/TinkersConstruct.java:142: error: cannot find symbol
            registerFluid(Materials.tanzanite, 144);
            ^
  symbol:   method registerFluid(MetalMaterial,int)
  location: class TinkersConstruct
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/TinkersConstruct.java:146: error: cannot find symbol
            registerFluid(Materials.topaz, 144);
            ^
  symbol:   method registerFluid(MetalMaterial,int)
  location: class TinkersConstruct
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/TinkersConstruct.java:150: error: cannot find symbol
            registerFluid(Materials.turquoise, 144);
            ^
  symbol:   method registerFluid(MetalMaterial,int)
  location: class TinkersConstruct
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/TinkersConstruct.java:154: error: cannot find symbol
            registerFluid(Materials.violetsapphire, 144);
            ^
  symbol:   method registerFluid(MetalMaterial,int)
  location: class TinkersConstruct
74 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 37.941 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@409eb1c8[description=Base Gems Mod,homepage=,name=BaseGems,license=<null>,fork=false,size=7871,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseGems,id=62172982]] (sha:a0ea731) with context:Base Gems
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseGems/commit/a0ea731c3c794c6a38a32ab70812c69cac3c52d7
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #1

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Gems' is failing!

Last 50 lines of build output:

[...truncated 8.19 KB...]
                                                                    ^
  symbol:   variable enableEnderIO
  location: class Options
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/VeinMiner.java:20: error: cannot find symbol
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.enableVeinminer) {
                                                                    ^
  symbol:   variable enableVeinminer
  location: class Options
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/Thaumcraft.java:14: error: cannot find symbol
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.enableThaumcraft) {
                                                                    ^
  symbol:   variable enableThaumcraft
  location: class Options
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/Mekanism.java:16: error: cannot find symbol
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.enableMekanism) {
                                                                    ^
  symbol:   variable enableMekanism
  location: class Options
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/IC2.java:14: error: cannot find symbol
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.enableIC2) {
                                                                    ^
  symbol:   variable enableIC2
  location: class Options
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/TinkersConstruct.java:21: error: cannot find symbol
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.enableTinkersConstruct) {
                                                                    ^
  symbol:   variable enableTinkersConstruct
  location: class Options
9 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 12.824 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@79bccbe5[description=Base Gems Mod,homepage=,name=BaseGems,license=<null>,fork=false,size=7877,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseGems,id=62172982]] (sha:945aabc) with context:Base Gems
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseGems/commit/945aabc3b68aced52f969f339aece0312322ed55
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #1

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Gems' is failing!

Last 50 lines of build output:

[...truncated 33 B...]
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/MinecraftModDevelopmentMods/BaseGems # timeout=10
Fetching upstream changes from https://github.com/MinecraftModDevelopmentMods/BaseGems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The MMD Bot
 > git fetch --tags --progress https://github.com/MinecraftModDevelopmentMods/BaseGems +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f0df1bf9f8fa1dba616c6b2a41c0da6e1975bf61 (refs/remotes/origin/master)
Commit message: "update build.gradle"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f0df1bf9f8fa1dba616c6b2a41c0da6e1975bf61
 > git rev-list f0144df05520d5e166e49f2084750d54c69fedde # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud
[Base Gems] $ /bin/sh -xe /tmp/jenkins7711426068684541802.sh
+ rm -rf build/libs
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@2b4f8bea[description=Base Gems Mod,homepage=,name=BaseGems,license=<null>,fork=false,size=7878,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseGems,id=62172982]] (sha:f0df1bf) with context:Base Gems
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseGems/commit/f0df1bf9f8fa1dba616c6b2a41c0da6e1975bf61
[Gradle] - Launching build.
[Base Gems] $ "/var/lib/jenkins/workspace/Base Gems/gradlew" --refresh-dependencies setupCiWorkspace clean build publish

FAILURE: Build failed with an exception.

* Where:
Build file '/var/lib/jenkins/workspace/Base Gems/build.gradle' line: 80

* What went wrong:
Could not compile build file '/var/lib/jenkins/workspace/Base Gems/build.gradle'.
> startup failed:
  build file '/var/lib/jenkins/workspace/Base Gems/build.gradle': 80: expecting anything but ''\n''; got it anyway @ line 80, column 36.
         version = "1.10.2-12.18.3.2185'
                                        ^

  1 error

* 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: 0.965 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@7b7d019b[description=Base Gems Mod,homepage=,name=BaseGems,license=<null>,fork=false,size=7878,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseGems,id=62172982]] (sha:f0df1bf) with context:Base Gems
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseGems/commit/f0df1bf9f8fa1dba616c6b2a41c0da6e1975bf61
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #1

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 6 years ago

Build 'Base Gems' is failing!

Last 50 lines of build output:

[...truncated 19.02 KB...]
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/Mekanism.java:16: error: method modEnabled in class Options cannot be applied to given types;
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled("mekanism")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Gems/build/sources/main/java/com/mcmoddev/basegems/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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
21 errors
: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.

BUILD FAILED

Total time: 1 mins 16.443 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@2f7c62a1[description=Base Gems Mod,homepage=,name=BaseGems,fork=false,size=7944,milestones={},language=Java,commits={},source=<null>,parent=<null>,responseHeaderFields={null=[HTTP/1.1 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval], Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], Content-Security-Policy=[default-src 'none'], Content-Type=[application/octet-stream], Date=[Sat, 10 Mar 2018 04:45:04 GMT], ETag=["eabb4e3b67ba0f2c1d5c8c217d6fcfb8"], Last-Modified=[Tue, 31 Oct 2017 10:21:40 GMT], OkHttp-Received-Millis=[1520657104139], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1520657103853], Server=[GitHub.com], Status=[304 Not Modified], Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, X-GitHub-OTP], X-Accepted-OAuth-Scopes=[repo], X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], X-GitHub-Media-Type=[github.v3; format=json], X-GitHub-Request-Id=[CC0A:594D:1207204:267B9A7:5AA362CF], X-OAuth-Scopes=[admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, gist, notifications, repo, user], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4987], X-RateLimit-Reset=[1520660545], X-Runtime-rack=[0.051615], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseGems,id=62172982]] (sha:1dc7e39) with context:Base Gems
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseGems/commit/1dc7e392ce8476868373f41776e71b958f7d489e
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #1

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Base Gems/Base Gems 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 18.39 KB...]
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Gems/Base Gems 1.10.2/build/sources/main/java/com/mcmoddev/basegems/integration/plugins/Mekanism.java:16: error: method modEnabled in class Options cannot be applied to given types;
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled("mekanism")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Gems/Base Gems 1.10.2/build/sources/main/java/com/mcmoddev/basegems/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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Gems/Base Gems 1.10.2/build/sources/main/java/com/mcmoddev/basegems/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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
21 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 58s
14 actionable tasks: 13 executed, 1 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
Archiving artifacts
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@36509c18[description=Base Gems Mod,homepage=,name=BaseGems,fork=false,size=8080,milestones={},language=Java,commits={},source=<null>,parent=<null>,responseHeaderFields={null=[HTTP/1.1 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval], Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], Content-Security-Policy=[default-src 'none'], Content-Type=[application/octet-stream], Date=[Sat, 18 Aug 2018 09:30:21 GMT], ETag=["a582c89f347abbdc6125b00f80def26a"], Last-Modified=[Fri, 17 Aug 2018 20:10:34 GMT], OkHttp-Received-Millis=[1534584621652], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1534584621494], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], Server=[GitHub.com], Status=[304 Not Modified], Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, X-GitHub-OTP], X-Accepted-OAuth-Scopes=[repo], X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], X-GitHub-Media-Type=[github.v3; format=json], X-GitHub-Request-Id=[A7AC:40ED:B3B0A1:19AFE74:5B77E6F2], X-OAuth-Scopes=[admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, gist, notifications, repo, user], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4957], X-RateLimit-Reset=[1534585195], X-Runtime-rack=[0.054860], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseGems,id=62172982]] (sha:aecf36a) with context:Base Gems/Base Gems 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseGems/commit/aecf36a703ab95561eb231b8f9d5e54f92d62b26

Changes since last successful build:

View full output