MinecraftModDevelopmentMods / BaseMetals

Base Metals Mod
https://www.curseforge.com/minecraft/mc-mods/base-metals
GNU Lesser General Public License v2.1
16 stars 18 forks source link

Base Metals/Base Metals 1.12 #330 has failed #443

Closed MinecraftModDevelopmentBot closed 5 years ago

MinecraftModDevelopmentBot commented 5 years ago

Build 'Base Metals/Base Metals 1.12' is failing!

Last 50 lines of build output:

[...truncated 20.81 KB...]
  symbol:   class VanillaMaterialNames
  location: package com.mcmoddev.lib.data
/var/lib/jenkins/workspace/Base Metals/Base Metals 1.12/build/sources/main/java/com/mcmoddev/basemetals/vanillabits/VanillaBitsRegistryEvents.java:8: error: cannot find symbol
import com.mcmoddev.lib.data.VanillaMaterialNames;
                            ^
  symbol:   class VanillaMaterialNames
  location: package com.mcmoddev.lib.data
/var/lib/jenkins/workspace/Base Metals/Base Metals 1.12/build/sources/main/java/com/mcmoddev/basemetals/vanillabits/VanillaItems.java:9: error: cannot find symbol
import com.mcmoddev.lib.data.VanillaMaterialNames;
                            ^
  symbol:   class VanillaMaterialNames
  location: package com.mcmoddev.lib.data
/var/lib/jenkins/workspace/Base Metals/Base Metals 1.12/build/sources/main/java/com/mcmoddev/basemetals/vanillabits/VanillaBlocks.java:3: error: cannot find symbol
import com.mcmoddev.lib.data.VanillaMaterialNames;
                            ^
  symbol:   class VanillaMaterialNames
  location: package com.mcmoddev.lib.data
/var/lib/jenkins/workspace/Base Metals/Base Metals 1.12/build/sources/main/java/com/mcmoddev/basemetals/util/BMeConfig.java:5: error: cannot find symbol
import com.mcmoddev.lib.data.VanillaMaterialNames;
                            ^
  symbol:   class VanillaMaterialNames
  location: package com.mcmoddev.lib.data
6 errors

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 18s
9 actionable tasks: 8 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
Recording test results
Publishing Javadoc
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@6c4c54b5[description=Base Metals Mod,homepage=http://minecraft.curseforge.com/projects/base-metals,name=BaseMetals,fork=false,archived=false,size=26431,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, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type], 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, 18 May 2019 21:44:41 GMT], ETag=[W/"d7a6bcf551b54c7212e9c4c3485b6550"], Last-Modified=[Fri, 17 May 2019 20:29:49 GMT], OkHttp-Received-Millis=[1558215881207], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1558215881037], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], 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=[E008:2AAE:174A0A2:334C2C4:5CE07CC8], 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=[1558219481], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMetals,id=66398297]] (sha:5f3679c) with context:Base Metals/Base Metals 1.12
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMetals/commit/5f3679c3c4eaf862989baa0a557d45378ea38102

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 5 years ago

Build 'Base Metals/Base Metals 1.12' is failing!

Last 50 lines of build output:

[...truncated 17.32 KB...]
> Task :extractMcpData SKIPPED
> Task :genSrgs SKIPPED
> Task :deobfMcMCP SKIPPED
> Task :setupCiWorkspace
> Task :clean
> Task :sourceApiJava
> Task :compileApiJava NO-SOURCE
> Task :processApiResources NO-SOURCE
> Task :apiClasses UP-TO-DATE
> Task :sourceMainJava

> Task :compileJava FAILED
/var/lib/jenkins/workspace/Base Metals/Base Metals 1.12/build/sources/main/java/com/mcmoddev/basemetals/ModelDataFix.java:8: error: cannot find symbol
import com.mcmoddev.lib.data.VanillaMaterialNames;
                            ^
  symbol:   class VanillaMaterialNames
  location: package com.mcmoddev.lib.data
/var/lib/jenkins/workspace/Base Metals/Base Metals 1.12/build/sources/main/java/com/mcmoddev/basemetals/util/BMeConfig.java:5: error: cannot find symbol
import com.mcmoddev.lib.data.VanillaMaterialNames;
                            ^
  symbol:   class VanillaMaterialNames
  location: package com.mcmoddev.lib.data
2 errors

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 12s
9 actionable tasks: 8 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
Recording test results
Publishing Javadoc
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@4cac5c84[description=Base Metals Mod,homepage=http://minecraft.curseforge.com/projects/base-metals,name=BaseMetals,fork=false,archived=false,size=26431,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, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type], 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, 18 May 2019 21:50:21 GMT], ETag=[W/"ce2a7922951bbc95f89be96fb447d1a6"], Last-Modified=[Sat, 18 May 2019 21:50:13 GMT], OkHttp-Received-Millis=[1558216221120], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1558216220931], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], 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=[E8AC:1137:74A09E:131D330:5CE07DF8], 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=[4980], X-RateLimit-Reset=[1558219481], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/BaseMetals,id=66398297]] (sha:9f923c3) with context:Base Metals/Base Metals 1.12
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/BaseMetals/commit/9f923c3795c41a359100e1550b08118a5acf351f

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 5 years ago

Build was fixed!