MinecraftModDevelopmentMods / BaseMinerals

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

Base Minerals #6 has failed #4

Closed MinecraftModDevelopmentBot closed 6 years ago

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Minerals' is failing!

Last 50 lines of build output:

[...truncated 2.34 KB...]
: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/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/TinkersConstruct.java:26: error: cannot find symbol
            registerCasting(Materials.lithium, 144);
            ^
  symbol:   method registerCasting(MetalMaterial,int)
  location: class TinkersConstruct
/var/lib/jenkins/workspace/Base Minerals/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/TinkersConstruct.java:31: error: cannot find symbol
            registerCasting(Materials.silicon, 144);
            ^
  symbol:   method registerCasting(MetalMaterial,int)
  location: class TinkersConstruct
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: 7.894 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@59c92c22[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10479,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:26ee037) with context:Base Minerals
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/26ee0375b9135d3fbf3976ad489d38f64f209269

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Minerals' is failing!

Last 50 lines of build output:

[...truncated 9.49 KB...]
                                   ^
  symbol:   class MMDPlugin
  location: package com.mcmoddev.lib.integration
/var/lib/jenkins/workspace/Base Minerals/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/IC2.java:7: error: cannot find symbol
@MMDPlugin(addonId = BaseMinerals.MODID, pluginId = IC2.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Base Minerals/build/sources/main/java/com/mcmoddev/baseminerals/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 Minerals/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/TinkersConstruct.java:14: error: cannot find symbol
@MMDPlugin(addonId = BaseMinerals.MODID, pluginId = TinkersConstruct.PLUGIN_MODID)
 ^
  symbol: class MMDPlugin
/var/lib/jenkins/workspace/Base Minerals/build/sources/main/java/com/mcmoddev/baseminerals/proxy/CommonProxy.java:39: error: package IntegrationManager does not exist
        IntegrationManager.INSTANCE.preInit(event);
                          ^
/var/lib/jenkins/workspace/Base Minerals/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/TinkersConstruct.java:27: error: cannot find symbol
            registerCasting(Materials.lithium, 144);
            ^
  symbol:   method registerCasting(MetalMaterial,int)
  location: class TinkersConstruct
/var/lib/jenkins/workspace/Base Minerals/build/sources/main/java/com/mcmoddev/baseminerals/integration/plugins/TinkersConstruct.java:32: error: cannot find symbol
            registerCasting(Materials.silicon, 144);
            ^
  symbol:   method registerCasting(MetalMaterial,int)
  location: class TinkersConstruct
16 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: 7.544 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@f4b0a3d[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10480,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:ec02591) with context:Base Minerals
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/ec02591075a64523edd64961301cdfd8ad932386

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 7 years ago

Build 'Base Minerals' is failing!

Last 50 lines of build output:

Started by GitHub push by jriwanek
Building in workspace /var/lib/jenkins/workspace/Base Minerals
 > 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/BaseMinerals # timeout=10
Fetching upstream changes from https://github.com/MinecraftModDevelopmentMods/BaseMinerals
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://github.com/MinecraftModDevelopmentMods/BaseMinerals +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 e774baaf054546f84f10a9332267edff891bdddf (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e774baaf054546f84f10a9332267edff891bdddf
 > git rev-list 7a11be6217c22decc6f4f3340cac4281eb703477 # timeout=10
[Base Minerals] $ /bin/sh -xe /tmp/jenkins3138641122115466768.sh
+ rm -rf build/libs
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@3b1d467c[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10491,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:e774baa) with context:Base Minerals
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/e774baaf054546f84f10a9332267edff891bdddf
[Gradle] - Launching build.
[Base Minerals] $ "/var/lib/jenkins/workspace/Base Minerals/gradlew" --refresh-dependencies setupCiWorkspace clean build publish

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Base Minerals'.
> Could not resolve all dependencies for configuration ':classpath'.
   > Could not resolve org.ow2.asm:asm-debug-all:5.1.
     Required by:
         :Base Minerals:unspecified > net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT
      > Could not resolve org.ow2.asm:asm-debug-all:5.1.
         > Could not get resource 'https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.1/asm-debug-all-5.1.pom'.
            > Could not HEAD 'https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.1/asm-debug-all-5.1.pom'.
               > jcenter.bintray.com

* 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: 22.771 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@211d76cf[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10491,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:e774baa) with context:Base Minerals
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/e774baaf054546f84f10a9332267edff891bdddf
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #4

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 6 years ago

Build 'Base Minerals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 14.94 KB...]
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.10.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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.10.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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.10.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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
/var/lib/jenkins/workspace/Base Minerals 1.10.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")) {
                                                                    ^
  required: String,Boolean
  found: String
  reason: actual and formal argument lists differ in length
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 15.411 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@635dcefc[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10617,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:05:26 GMT], ETag=["3e8729ba3620ac8ab0f79448d2ae8160"], Last-Modified=[Mon, 08 Jan 2018 16:11:30 GMT], OkHttp-Received-Millis=[1515863126629], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1515863126326], 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=[938E:D345:1727829:2FABEBB:5A5A3C56], 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=[4875], X-RateLimit-Reset=[1515865873], X-Runtime-rack=[0.065406], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:542163b) with context:Base Minerals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/542163b2e4df122159d522c8255d9d4acad190b8
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #4

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Base Minerals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 6.05 KB...]
: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/AdditionalLootTables/maven-metadata.xml
:processResources
:classes
:deobfJar
:jar
:javadoc
:javadocJar
:sourceTestJava
:compileTestJava NO-SOURCE
:processTestResources NO-SOURCE
:testClasses UP-TO-DATE
:test NO-SOURCE
:reobfJar
:extractRangemapReplacedMain
/var/lib/jenkins/workspace/Base Minerals 1.10.2/build/sources/main/java
:retromapReplacedMain
remapping source...
:retromapReplacedMain FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':retromapReplacedMain'.
> String index out of range: -1

* 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 7s
17 actionable tasks: 17 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@62c4b82[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10627,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:44:36 GMT], ETag=["c77b75fefa4250b41cd52ce05ebc5314"], Last-Modified=[Mon, 08 Jan 2018 16:11:30 GMT], OkHttp-Received-Millis=[1516355076581], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1516355076272], 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=[A713:28D76:11CECCC:381E226:5A61BE04], 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=[4902], X-RateLimit-Reset=[1516355668], X-Runtime-rack=[0.064938], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:8a8eeed) with context:Base Minerals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/8a8eeedce2a6f437685bbc6defa051a1e9b28053

Changes since last successful build: No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Base Minerals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 9.03 KB...]
:jar
:javadoc
:javadocJar
:sourceTestJava
:compileTestJava NO-SOURCE
:processTestResources NO-SOURCE
:testClasses UP-TO-DATE
:junitPlatformTest

Test run finished after 47 ms
[         1 containers found      ]
[         0 containers skipped    ]
[         1 containers started    ]
[         0 containers aborted    ]
[         1 containers successful ]
[         0 containers failed     ]
[         0 tests found           ]
[         0 tests skipped         ]
[         0 tests started         ]
[         0 tests aborted         ]
[         0 tests successful      ]
[         0 tests failed          ]

:test SKIPPED
:reobfJar
:extractRangemapReplacedMain
/var/lib/jenkins/workspace/Base Minerals 1.10.2/build/sources/main/java
:retromapReplacedMain
remapping source...
:retromapReplacedMain FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':retromapReplacedMain'.
> String index out of range: -1

* 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
18 actionable tasks: 18 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@358276e3[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10633,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 05:54:11 GMT], ETag=[W/"71d31b7aacd6537ab90fdf1744843a64"], Last-Modified=[Mon, 08 Jan 2018 16:11:30 GMT], OkHttp-Received-Millis=[1516427651899], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1516427651599], 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=[D229:28D74:2791626:49A4E51:5A62D983], 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=[4997], X-RateLimit-Reset=[1516431176], X-Runtime-rack=[0.063882], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:e482903) with context:Base Minerals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/e482903d54415b093c37f2a03d4685896def8723

Changes since last successful build: No changes No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build was fixed!

MinecraftModDevelopmentBot commented 6 years ago

Build 'Base Minerals 1.10.2' is failing!

Last 50 lines of build output:

[...truncated 758 B...]
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e485af9048a7696bc1fb121a1ac74e3db8c9c0b3
Commit message: "Fix Blocks tab icon"
 > git rev-list --no-walk 2c633be9ce75d9879bd47a950faf0e6af9f34193 # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud
[Base Minerals 1.10.2] $ /bin/sh -xe /tmp/jenkins1454304170960322908.sh
+ rm -rf build/libs
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@6eda0da0[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10706,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:46:39 GMT], ETag=[W/"717d78a1aa14d94665f2cb55bff0f011"], Last-Modified=[Wed, 24 Jan 2018 16:08:36 GMT], OkHttp-Received-Millis=[1520822799376], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1520822799228], 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=[C034:594E:1DCC4BA:5BA1D13:5AA5EA0E], 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=[4961], X-RateLimit-Reset=[1520824607], X-Runtime-rack=[0.052009], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:e485af9) with context:Base Minerals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/e485af9048a7696bc1fb121a1ac74e3db8c9c0b3
[Gradle] - Launching build.
[Base Minerals 1.10.2] $ "/var/lib/jenkins/workspace/Base Minerals 1.10.2/gradlew" -Dsonar.branch.name=1.10.2 setupCiWorkspace clean build publish sonarqube curseforge
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
The project name 'Base Minerals 1.10.2' contains at least one of the following characters: [ , /, \, :, <, >, ", ?, *, |]. This has been deprecated and is scheduled to be removed in Gradle 5.0. Set the 'rootProject.name' or adjust the 'include' statement (see https://docs.gradle.org/4.4.1/dsl/org.gradle.api.initialization.Settings.html#org.gradle.api.initialization.Settings:include(java.lang.String[]) for more details).
#################################################
         ForgeGradle 2.2-SNAPSHOT-d13a6c8        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP unknown               
             http://modcoderpack.com             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
Download https://jitpack.io/com/mcmoddev/OreSpawn/maven-metadata.xml

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Base Minerals 1.10.2'.
> Could not resolve all dependencies for configuration ':deobfCompile'.
   > Could not resolve com.mcmoddev:OreSpawn:1.10.2-3.2.1.+.
     Required by:
         project :
      > Could not resolve com.mcmoddev:OreSpawn:1.10.2-3.2.1.+.
         > Could not list versions using Ivy pattern 'http://ae-mod.info/builds/[module]-[revision](-[classifier])(.[ext])'.
            > Could not get resource 'http://ae-mod.info/builds/'.
               > Could not GET 'http://ae-mod.info/builds/'. Received status code 403 from server: Forbidden

* 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 13s
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@17a4e0bc[description=Base Minerals Mod,homepage=,name=BaseMinerals,license=<null>,fork=false,size=10706,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:46:39 GMT], ETag=[W/"717d78a1aa14d94665f2cb55bff0f011"], Last-Modified=[Wed, 24 Jan 2018 16:08:36 GMT], OkHttp-Received-Millis=[1520822799376], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1520822799228], 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=[C034:594E:1DCC4BA:5BA1D13:5AA5EA0E], 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=[4961], X-RateLimit-Reset=[1520824607], X-Runtime-rack=[0.052009], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMinerals,id=62172950]] (sha:e485af9) with context:Base Minerals 1.10.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMinerals/commit/e485af9048a7696bc1fb121a1ac74e3db8c9c0b3
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #4

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build was fixed!