MinecraftModDevelopmentMods / EndMetals

End Metals Mod
GNU Lesser General Public License v2.1
5 stars 2 forks source link

End Metals 1.10.2 #25 has failed #19

Closed MinecraftModDevelopmentBot closed 6 years ago

MinecraftModDevelopmentBot commented 6 years ago

Build 'End Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 14.22 KB...]
            if (com.mcmoddev.basemetals.util.Config.Options.materialEnabled(MaterialNames.PLATINUM)) {
                                                           ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/orespawn/EndMetalsOreSpawn.java:59: error: method materialEnabled in class Options cannot be applied to given types;
            if (com.mcmoddev.basemetals.util.Config.Options.materialEnabled(MaterialNames.SILVER)) {
                                                           ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/orespawn/EndMetalsOreSpawn.java:63: error: method materialEnabled in class Options cannot be applied to given types;
            if (com.mcmoddev.basemetals.util.Config.Options.materialEnabled(MaterialNames.TIN)) {
                                                           ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/orespawn/EndMetalsOreSpawn.java:67: error: method materialEnabled in class Options cannot be applied to given types;
            if (com.mcmoddev.basemetals.util.Config.Options.materialEnabled(MaterialNames.ZINC)) {
                                                           ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/endmetals/integration/plugins/TinkersConstruct.java:22: 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
18 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: 2 mins 9.173 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@25e3bad7[description=End Metals Mod,homepage=,name=EndMetals,fork=false,size=4475,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, 13 Jan 2018 17:02:13 GMT], ETag=["0375ff45e5068b548de015b413342a70"], Last-Modified=[Tue, 31 Oct 2017 10:22:46 GMT], OkHttp-Received-Millis=[1515862933954], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1515862933645], 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=[8F37:D347:2962D83:4BD28AF:5A5A3B95], 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=[4912], X-RateLimit-Reset=[1515865873], X-Runtime-rack=[0.059874], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/EndMetals,id=59629193]] (sha:ffc2cb3) with context:End Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/EndMetals/commit/ffc2cb33bd915d3cc462360fcb1a444ce106a659

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 6 years ago

Build 'End Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 7.04 KB...]
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace
:clean
:sourceApiJava
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJava
Download https://jitpack.io/com/mcmoddev/OreSpawn/maven-metadata.xml
Download https://jitpack.io/com/mcmoddev/BaseMetals/maven-metadata.xml
Download https://jitpack.io/com/mcmoddev/ModernMetals/maven-metadata.xml
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/endmetals/init/ItemGroups.java:19: error: incompatible types: MMDCreativeTab cannot be converted to int
    private static final int blocksTabId  = addTab("blocks", true );;
                                                  ^
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/endmetals/init/ItemGroups.java:20: error: incompatible types: int cannot be converted to String
    public static final MMDCreativeTab blocksTab = getTab(blocksTabId);
                                                          ^
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/endmetals/proxy/CommonProxy.java:22: error: method setupIcons in class ItemGroups cannot be applied to given types;
        ItemGroups.setupIcons();
                  ^
  required: String
  found: no arguments
  reason: actual and formal argument lists differ in length
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
3 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.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 29s
8 actionable tasks: 7 executed, 1 up-to-date
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@3a62d0b[description=End Metals Mod,homepage=,name=EndMetals,fork=false,size=4556,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, 24 Feb 2018 20:40:47 GMT], ETag=["249ece43d66430e91859e351167757a4"], Last-Modified=[Tue, 31 Oct 2017 10:22:46 GMT], OkHttp-Received-Millis=[1519504847535], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1519504847386], 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=[DE1F:19108:94229E:113C651:5A91CD95], 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=[4976], X-RateLimit-Reset=[1519508350], X-Runtime-rack=[0.047060], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/EndMetals,id=59629193]] (sha:656d96c) with context:End Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/EndMetals/commit/656d96c770ecbbd015ca3acf8f05cfdfa2f4ace7
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #19

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'End Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 6.81 KB...]
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace
:clean
:sourceApiJava
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJava
Download https://jitpack.io/com/mcmoddev/OreSpawn/maven-metadata.xml
Download https://jitpack.io/com/mcmoddev/BaseMetals/maven-metadata.xml
Download https://jitpack.io/com/mcmoddev/ModernMetals/maven-metadata.xml
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/endmetals/init/ItemGroups.java:19: error: incompatible types: MMDCreativeTab cannot be converted to int
    private static final int blocksTabId  = addTab("blocks", true );;
                                                  ^
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/endmetals/init/ItemGroups.java:20: error: incompatible types: int cannot be converted to String
    public static final MMDCreativeTab blocksTab = getTab(blocksTabId);
                                                          ^
/var/lib/jenkins/workspace/End Metals 1.10.2/build/sources/main/java/com/mcmoddev/endmetals/proxy/CommonProxy.java:22: error: method setupIcons in class ItemGroups cannot be applied to given types;
        ItemGroups.setupIcons();
                  ^
  required: String
  found: no arguments
  reason: actual and formal argument lists differ in length
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
3 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.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 16s
8 actionable tasks: 7 executed, 1 up-to-date
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@373d4b61[description=End Metals Mod,homepage=,name=EndMetals,fork=false,size=4556,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, 24 Feb 2018 21:17:08 GMT], ETag=["a1fa6cc08131a5fff4c787a63720c220"], Last-Modified=[Tue, 31 Oct 2017 10:22:46 GMT], OkHttp-Received-Millis=[1519507029034], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1519507028893], 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=[877D:19108:98EE78:11CBAB5:5A91D630], 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=[4939], X-RateLimit-Reset=[1519508350], X-Runtime-rack=[0.048077], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/EndMetals,id=59629193]] (sha:656d96c) with context:End Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/EndMetals/commit/656d96c770ecbbd015ca3acf8f05cfdfa2f4ace7

Changes since last successful build: No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build was fixed!