Extra Golems

Extra Golems

7M Downloads

Extra Golems/Extra Golems 1.13.2 #1 has failed

MinecraftModDevelopmentBot opened this issue ยท 5 comments

commented

Build 'Extra Golems/Extra Golems 1.13.2' is failing!

Last 50 lines of build output:

[...truncated 10.66 KB...]
/var/lib/jenkins/workspace/Extra Golems/Extra Golems 1.13.2/src/main/java/com/mcmoddev/golems/events/handlers/GolemCommonEventHandler.java:184: error: cannot find symbol
	private static Class<? extends GolemBase> getGolemForBiome(final Biome biome, final Random rand) {
	                                                                 ^
  symbol:   class Biome
  location: class GolemCommonEventHandler
/var/lib/jenkins/workspace/Extra Golems/Extra Golems 1.13.2/src/main/java/com/mcmoddev/golems/events/handlers/GolemCommonEventHandler.java:184: error: cannot find symbol
	private static Class<? extends GolemBase> getGolemForBiome(final Biome biome, final Random rand) {
	                                                                                    ^
  symbol:   class Random
  location: class GolemCommonEventHandler
/var/lib/jenkins/workspace/Extra Golems/Extra Golems 1.13.2/src/main/java/com/mcmoddev/golems/events/handlers/GolemCommonEventHandler.java:184: error: cannot find symbol
	private static Class<? extends GolemBase> getGolemForBiome(final Biome biome, final Random rand) {
	                               ^
  symbol:   class GolemBase
  location: class GolemCommonEventHandler
/var/lib/jenkins/workspace/Extra Golems/Extra Golems 1.13.2/src/main/java/com/mcmoddev/golems/events/handlers/GolemCommonEventHandler.java:344: error: cannot find symbol
	private static final class EntityAIAttackGolem extends EntityAINearestAttackableTarget<GolemBase> {
	                                                                                       ^
  symbol:   class GolemBase
  location: class GolemCommonEventHandler
22 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 21s
2 actionable tasks: 2 executed
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@57768a12[description=Forge mod that adds 35+ golems to Minecraft,homepage=<null>,name=Extra-Golems,fork=false,archived=false,size=2312,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/octet-stream], Date=[Mon, 06 May 2019 07:48:57 GMT], ETag=["445a431ffa065bf0dbf10f4c22ba8b63"], Last-Modified=[Mon, 18 Feb 2019 21:11:23 GMT], OkHttp-Received-Millis=[1557128938038], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1557128937739], 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=[E622:5DB8:10D1DBA:2238381:5CCFE6E9], 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=[4991], X-RateLimit-Reset=[1557132188], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/Extra-Golems,id=66888988]] (sha:01556c9) with context:Extra Golems/Extra Golems 1.13.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/Extra-Golems/commit/01556c9d57930be31239291f0b079c29c8466357

Changes since last successful build:

View full output

commented

Build 'Extra Golems/Extra Golems 1.13.2' is failing!

Last 50 lines of build output:

[...truncated 6.72 KB...]
> Task :downloadMcpConfig
> Task :extractSrg
> Task :createMcpToSrg
> Task :reobfJar
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build

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 SUCCESSFUL in 24s
8 actionable tasks: 8 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
Archiving artifacts
Recording test results
None of the test reports contained any result
Publishing Javadoc
ERROR: Build step failed with exception
java.lang.IllegalStateException: basedir /var/lib/jenkins/workspace/Extra Golems/Extra Golems 1.13.2/build/docs/javadoc does not exist.
	at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:879)
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2796)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2680)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2661)
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1057)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2659)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2636)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2629)
	at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:114)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1843)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Publish Javadoc' marked build as failure
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@cd9051e[description=Forge mod that adds 35+ golems to Minecraft,homepage=<null>,name=Extra-Golems,fork=false,archived=false,size=2312,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=[Tue, 07 May 2019 05:10:19 GMT], ETag=[W/"a4745733cc4ebe07cde16ee5204c45cc"], Last-Modified=[Tue, 07 May 2019 05:10:12 GMT], OkHttp-Received-Millis=[1557205819160], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1557205818936], 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=[ED48:39C0:151A2E9:2D8D328:5CD1133A], 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=[1557209419], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/Extra-Golems,id=66888988]] (sha:f8c9aeb) with context:Extra Golems/Extra Golems 1.13.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/Extra-Golems/commit/f8c9aeb0e2c39269ebd8a45d65b1c66e7027b284

Changes since last successful build:
No changes

  • [15920401+skyjay1] f8c9aeb - Update build.gradle, fix imports

View full output

commented

Build 'Extra Golems/Extra Golems 1.13.2' is failing!

Last 50 lines of build output:

[...truncated 5.35 KB...]
> Task :downloadMcpConfig
> Task :extractSrg
> Task :createMcpToSrg
> Task :reobfJar
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build

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 SUCCESSFUL in 9s
8 actionable tasks: 8 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
Archiving artifacts
Recording test results
None of the test reports contained any result
Publishing Javadoc
ERROR: Build step failed with exception
java.lang.IllegalStateException: basedir /var/lib/jenkins/workspace/Extra Golems/Extra Golems 1.13.2/build/docs/javadoc does not exist.
	at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:879)
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2798)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2682)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2663)
	at hudson.FilePath.act(FilePath.java:1076)
	at hudson.FilePath.act(FilePath.java:1059)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2661)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2638)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2631)
	at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:114)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1843)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Publish Javadoc' marked build as failure
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@65a8530b[description=Forge mod that adds 35+ golems to Minecraft,homepage=<null>,name=Extra-Golems,fork=false,archived=false,size=2340,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, 11 May 2019 23:39:40 GMT], ETag=[W/"b0a068cae7973286164d87bfcab89d95"], Last-Modified=[Sat, 11 May 2019 23:39:29 GMT], OkHttp-Received-Millis=[1557617980075], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1557617979821], 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=[AADC:4562:1252497:2797B73:5CD75D3B], 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=[1557621580], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/Extra-Golems,id=66888988]] (sha:af32f7e) with context:Extra Golems/Extra Golems 1.13.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/Extra-Golems/commit/af32f7e3bb9bd98bb517558d37466cd61e027db3

Changes since last successful build:
No changes

  • [15920401+skyjay1] f8c9aeb - Update build.gradle, fix imports

  • [15920401+skyjay1] c805e8d - Update build.gradle

View full output

commented

Build was fixed!

commented

Build 'Extra Golems/Extra Golems 1.13.2' is failing!

Last 50 lines of build output:

[...truncated 8.73 KB...]
    - file:/var/lib/jenkins/.gradle/caches/forge_gradle/bundeled_repo/mcp/mobius/waila/Hwyla/1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13/Hwyla-1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13.jar
    - https://files.minecraftforge.net/maven/mcp/mobius/waila/Hwyla/1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13/Hwyla-1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13.pom
    - https://files.minecraftforge.net/maven/mcp/mobius/waila/Hwyla/1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13/Hwyla-1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13.jar
    - https://libraries.minecraft.net/mcp/mobius/waila/Hwyla/1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13/Hwyla-1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13.jar
    - https://repo.maven.apache.org/maven2/mcp/mobius/waila/Hwyla/1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13/Hwyla-1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13.pom
    - https://repo.maven.apache.org/maven2/mcp/mobius/waila/Hwyla/1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13/Hwyla-1.10.2-B58_1.13.2_mapped_snapshot_20180921-1.13.jar
  Required by:
      project :
> Could not find mcjty.theoneprobe:workspace:1.13-1.4.30-1_mapped_snapshot_20180921-1.13.
  Searched in the following locations:
    - http://dvs1.progwml6.com/files/maven/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - http://dvs1.progwml6.com/files/maven/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - https://maven.tterrag.com/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - https://maven.tterrag.com/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - https://maven.mcmoddev.com/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - https://maven.mcmoddev.com/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - https://tehnut.info/maven/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - https://tehnut.info/maven/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - http://maven.covers1624.net/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - http://maven.covers1624.net/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - file:/var/lib/jenkins/.gradle/caches/forge_gradle/bundeled_repo/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - file:/var/lib/jenkins/.gradle/caches/forge_gradle/bundeled_repo/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - https://files.minecraftforge.net/maven/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - https://files.minecraftforge.net/maven/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - https://libraries.minecraft.net/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
    - https://repo.maven.apache.org/maven2/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.pom
    - https://repo.maven.apache.org/maven2/mcjty/theoneprobe/workspace/1.13-1.4.30-1_mapped_snapshot_20180921-1.13/workspace-1.13-1.4.30-1_mapped_snapshot_20180921-1.13.jar
  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

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 1m 1s
2 actionable tasks: 2 executed
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
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@527795b1[description=Forge mod that adds 35+ golems to Minecraft,homepage=<null>,name=Extra-Golems,fork=false,archived=false,size=2384,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/octet-stream], Date=[Tue, 28 May 2019 05:20:12 GMT], ETag=["ebf17026aa2de58153962bc2deffa497"], Last-Modified=[Tue, 28 May 2019 05:18:56 GMT], OkHttp-Received-Millis=[1559020812813], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1559020812591], 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=[CB12:3BBA:25B1C6F:4CDC16D:5CECC50C], 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=[4998], X-RateLimit-Reset=[1559024412], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/Extra-Golems,id=66888988]] (sha:bf33e89) with context:Extra Golems/Extra Golems 1.13.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/Extra-Golems/commit/bf33e89a0661c1170c5989cb30ebbfde96271c40
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #28

Changes since last successful build:

  • [15920401+skyjay1] bf33e89 - more build.gradle

View full output

commented

Build was fixed!