MMD OreSpawn

MMD OreSpawn

11M Downloads

Orespawn 1.9 #1 has failed

MinecraftModDevelopmentBot opened this issue ยท 1 comments

commented

Build 'Orespawn 1.9' is failing!

Last 50 lines of build output:

[...truncated 30.97 KB...]
				genBottomPlate(world, new ChunkPos(chunkX, chunkZ), Blocks.STONE);
				                          ^
  symbol:   class ChunkPos
  location: class FlatBedrock
/var/lib/jenkins/workspace/Orespawn 1.9/build/sources/main/java/com/mcmoddev/orespawn/worldgen/FlatBedrock.java:37: error: cannot find symbol
				genTopPlate(world, new ChunkPos(chunkX, chunkZ), Blocks.NETHERRACK);
				                       ^
  symbol:   class ChunkPos
  location: class FlatBedrock
/var/lib/jenkins/workspace/Orespawn 1.9/build/sources/main/java/com/mcmoddev/orespawn/worldgen/FlatBedrock.java:38: error: cannot find symbol
				genBottomPlate(world, new ChunkPos(chunkX, chunkZ), Blocks.NETHERRACK);
				                          ^
  symbol:   class ChunkPos
  location: class FlatBedrock
/var/lib/jenkins/workspace/Orespawn 1.9/build/sources/main/java/com/mcmoddev/orespawn/worldgen/FlatBedrock.java:40: error: cannot find symbol
				genBottomPlate(world, new ChunkPos(chunkX, chunkZ), Blocks.STONE);
				                          ^
  symbol:   class ChunkPos
  location: class FlatBedrock
/var/lib/jenkins/workspace/Orespawn 1.9/build/sources/main/java/com/mcmoddev/orespawn/commands/DumpBiomesCommand.java:38: error: cannot find symbol
		for (Biome biome : ForgeRegistries.BIOMES) {
		     ^
  symbol:   class Biome
  location: class DumpBiomesCommand
/var/lib/jenkins/workspace/Orespawn 1.9/build/sources/main/java/com/mcmoddev/orespawn/commands/ClearChunkCommand.java:51: error: cannot find symbol
		ChunkPos chunkPos = chunk.getChunkCoordIntPair();
		^
  symbol:   class ChunkPos
  location: class ClearChunkCommand
84 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: 48.455 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@73df0150[description=<null>,homepage=<null>,name=OreSpawn,fork=false,size=693,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=[Wed, 10 Jan 2018 04:28:54 GMT], ETag=["64918f436da3afcae6c862ec35dd6fc4"], Last-Modified=[Sun, 24 Dec 2017 19:54:02 GMT], OkHttp-Received-Millis=[1515558534325], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1515558534027], 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=[AA81:D346:18B715:544356:5A559685], 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=[4981], X-RateLimit-Reset=[1515561974], X-Runtime-rack=[0.043147], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/OreSpawn,id=66399436]] (sha:88bc1e8) with context:Orespawn 1.9
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/OreSpawn/commit/88bc1e855ac5847fb6be996e5c5e14d83f1a9131

Changes since last successful build:

View full output

commented

Build was fixed!