MinecraftModDevelopmentMods / ModernMetals

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

Modern Metals 1.10.2 #3 has failed #82

Closed MinecraftModDevelopmentBot closed 6 years ago

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 19.15 KB...]
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled("veinminer")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/TinkersConstruct.java:23: 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
30 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 7.847 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@4d216e6a[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30678,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=[Fri, 05 Jan 2018 20:05:01 GMT], ETag=["8d6ef0ff8fd1a3ccd66eeced6c68a1a2"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1515182701506], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1515182701166], 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=[B99E:1C447:E9B4E1:1AF31F3:5A4FDA6D], 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=[4974], X-RateLimit-Reset=[1515186161], X-Runtime-rack=[0.068978], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:2dd2f12) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/2dd2f128956302a6ee0d85ffaa328d1a0a32ce16

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 18.65 KB...]
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled("veinminer")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/TinkersConstruct.java:23: 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
30 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 53.848 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@42d35b4b[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30714,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=[Fri, 05 Jan 2018 23:48:06 GMT], ETag=["a571c04344a0f5328e2632187ecc4a14"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1515196086846], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1515196086551], 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=[E552:1C447:10441A1:1E0707E:5A500EB6], 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=[4878], X-RateLimit-Reset=[1515198361], X-Runtime-rack=[0.051787], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:2dd2f12) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/2dd2f128956302a6ee0d85ffaa328d1a0a32ce16

Changes since last successful build: No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 19.15 KB...]
        if (initDone || !com.mcmoddev.basemetals.util.Config.Options.modEnabled("veinminer")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/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/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/integration/plugins/TinkersConstruct.java:23: 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
30 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 44.912 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@18002fad[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30702,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 16:54:18 GMT], ETag=["7f7960c9bc43740e97ff0f9bcaba407c"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1515862458109], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1515862457798], 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=[881D:D347:2954AB7:4BB8A4F:5A5A39B9], 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=[4974], X-RateLimit-Reset=[1515865873], X-Runtime-rack=[0.054472], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:2dd2f12) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/2dd2f128956302a6ee0d85ffaa328d1a0a32ce16

Changes since last successful build: No changes No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 8.56 KB...]
: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/AdditionalLootTables/maven-metadata.xml
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:5: error: import requires canonical name for Options
import com.mcmoddev.basemetals.util.Config.Options;
                                          ^
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:45: error: method materialEnabled in class Options cannot be applied to given types;
        Item blocksTabIconItem = Item.getItemFromBlock(Options.materialEnabled(com.mcmoddev.basemetals.data.MaterialNames.STEEL)?Materials.getMaterialByName(MaterialNames.STEEL).getBlock(Names.BLOCK):(Block) Materials.getMaterialByName(MaterialNames.IRON).getBlock(Names.BLOCK));
                                                              ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:46: error: method thingEnabled in class Options cannot be applied to given types;
        Item itemsTabIconItem = Options.thingEnabled("Gear")?Materials.getMaterialByName(MaterialNames.STEEL).getItem(Names.GEAR):Items.STICK;
                                       ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:47: error: method thingEnabled in class Options cannot be applied to given types;
        Item toolsTabIconItem = Options.thingEnabled("BasicTools")?Materials.getMaterialByName(MaterialNames.STEEL).getItem(Names.SWORD):Items.DIAMOND_SWORD;
                                       ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
4 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 35s
12 actionable tasks: 12 executed
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@577e0fa6[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30683,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=[Fri, 19 Jan 2018 09:51:21 GMT], ETag=["4ddae4ceadb8f4eff843e3244ebd64a9"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1516355481061], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1516355480756], 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=[AB2D:28D74:1E2A086:37C5C2A:5A61BF98], 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=[4897], X-RateLimit-Reset=[1516355668], X-Runtime-rack=[0.071973], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:fcfc45d) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/fcfc45d9f8c8c86a8557510c772833d808b50dd2

Changes since last successful build: No changes No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 8.25 KB...]
: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/AdditionalLootTables/maven-metadata.xml
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:5: error: import requires canonical name for Options
import com.mcmoddev.basemetals.util.Config.Options;
                                          ^
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:45: error: method materialEnabled in class Options cannot be applied to given types;
        Item blocksTabIconItem = Item.getItemFromBlock(Options.materialEnabled(com.mcmoddev.basemetals.data.MaterialNames.STEEL)?Materials.getMaterialByName(MaterialNames.STEEL).getBlock(Names.BLOCK):(Block) Materials.getMaterialByName(MaterialNames.IRON).getBlock(Names.BLOCK));
                                                              ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:46: error: method thingEnabled in class Options cannot be applied to given types;
        Item itemsTabIconItem = Options.thingEnabled("Gear")?Materials.getMaterialByName(MaterialNames.STEEL).getItem(Names.GEAR):Items.STICK;
                                       ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:47: error: method thingEnabled in class Options cannot be applied to given types;
        Item toolsTabIconItem = Options.thingEnabled("BasicTools")?Materials.getMaterialByName(MaterialNames.STEEL).getItem(Names.SWORD):Items.DIAMOND_SWORD;
                                       ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
4 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 27s
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@61f0d586[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30688,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/json; charset=utf-8], Date=[Sat, 20 Jan 2018 04:27:00 GMT], ETag=[W/"909ce765d7d2d5563f14a9cc6030a51c"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1516422420283], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1516422420111], Server=[GitHub.com], Status=[200 OK], 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=[A744:28D75:17C10F3:30A0125:5A62C513], 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=[4999], X-RateLimit-Reset=[1516426020], X-Runtime-rack=[0.061503], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:c5773ee) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/c5773eef0346b58c62154915add6a176c543e5a2

Changes since last successful build: No changes No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 8.26 KB...]
: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/AdditionalLootTables/maven-metadata.xml
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:5: error: import requires canonical name for Options
import com.mcmoddev.basemetals.util.Config.Options;
                                          ^
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:45: error: method materialEnabled in class Options cannot be applied to given types;
        Item blocksTabIconItem = Item.getItemFromBlock(Options.materialEnabled(com.mcmoddev.basemetals.data.MaterialNames.STEEL)?Materials.getMaterialByName(MaterialNames.STEEL).getBlock(Names.BLOCK):(Block) Materials.getMaterialByName(MaterialNames.IRON).getBlock(Names.BLOCK));
                                                              ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:46: error: method thingEnabled in class Options cannot be applied to given types;
        Item itemsTabIconItem = Options.thingEnabled("Gear")?Materials.getMaterialByName(MaterialNames.STEEL).getItem(Names.GEAR):Items.STICK;
                                       ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Modern Metals 1.10.2/build/sources/main/java/com/mcmoddev/modernmetals/init/ItemGroups.java:47: error: method thingEnabled in class Options cannot be applied to given types;
        Item toolsTabIconItem = Options.thingEnabled("BasicTools")?Materials.getMaterialByName(MaterialNames.STEEL).getItem(Names.SWORD):Items.DIAMOND_SWORD;
                                       ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
4 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 41s
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@317f3d0a[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30701,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, 20 Jan 2018 06:28:34 GMT], ETag=["5067dcf03900e7a0d7131ca5dd3d9b8b"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1516429714357], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1516429714202], 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=[A384:28D76:1795033:4A8347D:5A62E191], 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=[4901], X-RateLimit-Reset=[1516431176], X-Runtime-rack=[0.052373], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:8f04389) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/8f043897158e809f2d4fb6335adf28739f29a211

Changes since last successful build: No changes No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 16.36 KB...]
:retromapReplacedMain
remapping source...
:sourceJar
:assemble
:check UP-TO-DATE
:signJar
:build
:generatePomFileForMavenJavaPublication
:publishMavenJavaPublicationToMavenRepository
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18.jar
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18.jar.sha1
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18.jar.md5
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18.pom
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18.pom.sha1
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18.pom.md5
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-sources.jar
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-sources.jar.sha1
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-sources.jar.md5
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-deobf.jar
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-deobf.jar.sha1
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-deobf.jar.md5
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-javadoc.jar
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-javadoc.jar.sha1
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/1.10.2-2.5.0-beta4.18/ModernMetals-1.10.2-2.5.0-beta4.18-javadoc.jar.md5
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/maven-metadata.xml
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/maven-metadata.xml.sha1
Upload sftp://localhost:22/var/www/maven.mcmoddev.com/com/mcmoddev/ModernMetals/maven-metadata.xml.md5
:publish
:curseforge244357 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':curseforge244357'.
> java.io.FileNotFoundException: /var/lib/jenkins/workspace/Modern Metals 1.10.2/CHANGELOG.txt (No such file or directory)

* 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

BUILD FAILED in 2m 9s
25 actionable tasks: 24 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@3b985c7[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30754,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=[Tue, 20 Feb 2018 09:49:24 GMT], ETag=["70531f0b01d178f1afe394bdaf5c76d6"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1519120164118], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1519120163957], 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=[E715:24586:3A335DE:69230F6:5A8BEF23], 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=[4962], X-RateLimit-Reset=[1519120547], X-Runtime-rack=[0.054848], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:808fda7) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/808fda7a18864fbb49ca84d0feae3fb27f5b4175
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #82

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 6 years ago

Build 'Modern Metals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 5.21 KB...]
         https://repo.maven.apache.org/maven2/com/mcmoddev/OreSpawn/maven-metadata.xml
         https://repo.maven.apache.org/maven2/com/mcmoddev/OreSpawn/
         https://libraries.minecraft.net/com/mcmoddev/OreSpawn/maven-metadata.xml
         https://libraries.minecraft.net/com/mcmoddev/OreSpawn/
         file:/var/lib/jenkins/.m2/repository/com/mcmoddev/OreSpawn/maven-metadata.xml
         file:/var/lib/jenkins/.m2/repository/com/mcmoddev/OreSpawn/
         http://dvs1.progwml6.com/files/maven/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://dvs1.progwml6.com/files/maven/com/mcmoddev/OreSpawn/
         http://chickenbones.net/maven/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://chickenbones.net/maven/com/mcmoddev/OreSpawn/
         http://maven.tterrag.com/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://maven.tterrag.com/com/mcmoddev/OreSpawn/
         https://maven.mcmoddev.com/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://maven.amadornes.com/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://maven.amadornes.com/com/mcmoddev/OreSpawn/
         http://blamejared.com/maven/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://blamejared.com/maven/com/mcmoddev/OreSpawn/
         http://maven.ic2.player.to/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://maven.ic2.player.to/com/mcmoddev/OreSpawn/
         http://tehnut.info/maven/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://tehnut.info/maven/com/mcmoddev/OreSpawn/
         http://maven.covers1624.net/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://maven.covers1624.net/com/mcmoddev/OreSpawn/
         https://minecraft.curseforge.com/api/maven/com/mcmoddev/OreSpawn/maven-metadata.xml
         https://minecraft.curseforge.com/api/maven/com/mcmoddev/OreSpawn/
         http://maven.cil.li/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://maven.cil.li/com/mcmoddev/OreSpawn/
         https://jitpack.io/com/mcmoddev/OreSpawn/maven-metadata.xml
         https://mod-buildcraft.com/maven/com/mcmoddev/OreSpawn/maven-metadata.xml
         https://mod-buildcraft.com/maven/com/mcmoddev/OreSpawn/
         http://maven.thiakil.com/com/mcmoddev/OreSpawn/maven-metadata.xml
         http://maven.thiakil.com/com/mcmoddev/OreSpawn/
         file:/var/lib/jenkins/.gradle/caches/minecraft/deobfedDeps/com/mcmoddev/OreSpawn/maven-metadata.xml
         file:/var/lib/jenkins/.gradle/caches/minecraft/deobfedDeps/com/mcmoddev/OreSpawn/
     Required by:
         project :

* 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

BUILD FAILED in 43s
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@5a0e27b7[description=Modern Metals Mod,homepage=,name=ModernMetals,license=<null>,fork=false,size=30852,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/json; charset=utf-8], Date=[Mon, 12 Mar 2018 02:45:17 GMT], ETag=[W/"e72b9c65df54b877cda8df8f481226bd"], Last-Modified=[Tue, 31 Oct 2017 10:22:00 GMT], OkHttp-Received-Millis=[1520822717793], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1520822717640], Server=[GitHub.com], Status=[200 OK], 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=[BF18:594C:2FECC1F:5B4CECE:5AA5E99F], 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=[4965], X-RateLimit-Reset=[1520824607], X-Runtime-rack=[0.055902], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/ModernMetals,id=55920862]] (sha:7e8b94a) with context:Modern Metals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ModernMetals/commit/7e8b94a51abbd29363db8655df9038c59e5f56ce
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #82

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build was fixed!