Spooky Biomes

Spooky Biomes

82.2k Downloads

ProxyNeko/Spooky Biomes #1 has failed

MinecraftModDevelopmentBot opened this issue · 4 comments

commented

Build 'ProxyNeko/Spooky Biomes' is failing!

Last 50 lines of build output:

[...truncated 14.31 KB...]
public class BiomeGhostlyForest extends MistyBiome {
                                        ^
  symbol: class MistyBiome
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSeepingForest.java:3: error: package com.mcmoddev.proxyslib.world.biome does not exist
import com.mcmoddev.proxyslib.world.biome.MistyBiome;
                                         ^
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSeepingForest.java:8: error: cannot find symbol
public class BiomeSeepingForest extends MistyBiome {
                                        ^
  symbol: class MistyBiome
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeBloodiedHills.java:3: error: package com.mcmoddev.proxyslib.world.biome does not exist
import com.mcmoddev.proxyslib.world.biome.MistyBiome;
                                         ^
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeBloodiedHills.java:14: error: cannot find symbol
public class BiomeBloodiedHills extends MistyBiome {
                                        ^
  symbol: class MistyBiome
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSorbusForest.java:3: error: package com.mcmoddev.proxyslib.world.biome does not exist
import com.mcmoddev.proxyslib.world.biome.MistyBiome;
                                         ^
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSorbusForest.java:13: error: cannot find symbol
public class BiomeSorbusForest extends MistyBiome {
                                       ^
  symbol: class MistyBiome
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/client/Rendering.java:3: error: package com.mcmoddev.proxyslib.util does not exist
import com.mcmoddev.proxyslib.util.RegistryUtils;
                                  ^
25 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

BUILD FAILED in 12s
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
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeeded?
Archiving artifacts
Recording test results
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@23643e7b[description=A SpookyJam mod made during the first two week of October for a Modded Minecraft Development community event. (SpookyJam) May contain Spookyness...,homepage=https://proxyneko.github.io,name=spooky-biomes,fork=false,archived=false,size=3571,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, 14 Dec 2019 02:16:47 GMT], ETag=[W/"3e1c58acd4e024393455804cec40aae2"], Last-Modified=[Fri, 25 Oct 2019 21:37:11 GMT], OkHttp-Received-Millis=[1576289807402], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1576289807169], 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, Accept-Encoding], 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=[E6A4:39FE7:10CBDAC1:140C1C8A:5DF4460F], 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=[1576293407], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/spooky-biomes,id=153211759]] (sha:75e1efe) with context:ProxyNeko/Spooky Biomes
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/spooky-biomes/commit/75e1efef976a8f3c99852df22c0d823ca70ebb01

Changes since last successful build:

View full output

commented

Build 'ProxyNeko/Spooky Biomes' is failing!

Last 50 lines of build output:

[...truncated 15.91 KB...]
                                         ^
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeGhostlyForest.java:18: error: cannot find symbol
public class BiomeGhostlyForest extends MistyBiome {
                                        ^
  symbol: class MistyBiome
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSeepingForest.java:3: error: package com.mcmoddev.proxyslib.world.biome does not exist
import com.mcmoddev.proxyslib.world.biome.MistyBiome;
                                         ^
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSeepingForest.java:9: error: cannot find symbol
public class BiomeSeepingForest extends MistyBiome {
                                        ^
  symbol: class MistyBiome
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeBloodiedHills.java:3: error: package com.mcmoddev.proxyslib.world.biome does not exist
import com.mcmoddev.proxyslib.world.biome.MistyBiome;
                                         ^
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeBloodiedHills.java:16: error: cannot find symbol
public class BiomeBloodiedHills extends MistyBiome {
                                        ^
  symbol: class MistyBiome
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSorbusForest.java:3: error: package com.mcmoddev.proxyslib.world.biome does not exist
import com.mcmoddev.proxyslib.world.biome.MistyBiome;
                                         ^
/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/build/sources/main/java/com/mcmoddev/spookybiomes/common/world/biome/BiomeSorbusForest.java:15: error: cannot find symbol
public class BiomeSorbusForest extends MistyBiome {
                                       ^
  symbol: class MistyBiome
32 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

BUILD FAILED in 9s
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
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeeded?
Archiving artifacts
Recording test results
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@207b86c6[description=A SpookyJam mod made during the first two week of October for a Modded Minecraft Development community event. (SpookyJam) May contain Spookyness...,homepage=https://proxyneko.github.io,name=spooky-biomes,fork=false,archived=false,size=3571,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=[Wed, 18 Dec 2019 02:50:15 GMT], ETag=[W/"54ec8d7c10a0d6c2b735d248eadd0152"], Last-Modified=[Wed, 18 Dec 2019 02:50:07 GMT], OkHttp-Received-Millis=[1576637415611], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1576637415350], 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, Accept-Encoding], 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=[90EA:F0C7:30213EA:39B3224:5DF993E7], 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=[1576641015], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/spooky-biomes,id=153211759]] (sha:62b4e1a) with context:ProxyNeko/Spooky Biomes
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/spooky-biomes/commit/62b4e1a09f58d640bfedf95b42017b0f2a8f86a2
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #6

Changes since last successful build:
No changes

  • [proxyneko] 62b4e1a - Finish up of 1.2.0 before release.

View full output

commented

Build was fixed!

commented

Build 'ProxyNeko/Spooky Biomes' is failing!

Last 50 lines of build output:

[...truncated 52 B...]
using credential e79ba06d-84d9-44a5-a034-0edd0b37a73c
 > 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/spooky-biomes # timeout=10
Fetching upstream changes from https://github.com/MinecraftModDevelopmentMods/spooky-biomes
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The MMD Bot
 > git fetch --tags --progress -- https://github.com/MinecraftModDevelopmentMods/spooky-biomes +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 35b84b7e08c4bf79668ef2bac299bed687882b8a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 35b84b7e08c4bf79668ef2bac299bed687882b8a # timeout=10
Commit message: "fix line endings ?"
 > git rev-list --no-walk 505137ebed8243d2cf2d72dd1a9a3d3942edf4df # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud
[Spooky Biomes] $ /bin/sh -xe /tmp/jenkins230887900617628120.sh
+ rm -rf build/libs
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@39000c01[description=A SpookyJam mod made during the first two week of October for a Modded Minecraft Development community event. (SpookyJam) May contain Spookyness...,homepage=https://proxyneko.github.io,name=spooky-biomes,fork=false,archived=false,size=3602,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=[Wed, 18 Dec 2019 05:02:15 GMT], ETag=[W/"d4d389811d99508d2638c9c03093206e"], Last-Modified=[Wed, 18 Dec 2019 05:02:07 GMT], OkHttp-Received-Millis=[1576645335969], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1576645335730], 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, Accept-Encoding], 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=[B65C:3FFFF:250DC20:2C7D838:5DF9B2D7], 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=[4985], X-RateLimit-Reset=[1576645730], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/spooky-biomes,id=153211759]] (sha:35b84b7) with context:ProxyNeko/Spooky Biomes
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/spooky-biomes/commit/35b84b7e08c4bf79668ef2bac299bed687882b8a
[Gradle] - Launching build.
[Spooky Biomes] $ "/var/lib/jenkins/workspace/ProxyNeko/Spooky Biomes/gradlew" clean build publish

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'spooky-biomes'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOTó.
     Required by:
         project :
      > Could not resolve net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOTó.
         > Could not get resource 'https://oss.sonatype.org/content/groups/public/net/minecraftforge/gradle/ForgeGradle/2.3-SNAPSHOT%C3%B3/ForgeGradle-2.3-SNAPSHOT%C3%B3.pom'.
            > Could not GET 'https://oss.sonatype.org/content/groups/public/net/minecraftforge/gradle/ForgeGradle/2.3-SNAPSHOT%C3%B3/ForgeGradle-2.3-SNAPSHOT%C3%B3.pom'. Received status code 400 from server: Bad Request

* 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 5s
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 succeeded?
Archiving artifacts
Recording test results
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@77a52f16[description=A SpookyJam mod made during the first two week of October for a Modded Minecraft Development community event. (SpookyJam) May contain Spookyness...,homepage=https://proxyneko.github.io,name=spooky-biomes,fork=false,archived=false,size=3602,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=[Wed, 18 Dec 2019 05:02:15 GMT], ETag=[W/"d4d389811d99508d2638c9c03093206e"], Last-Modified=[Wed, 18 Dec 2019 05:02:07 GMT], OkHttp-Received-Millis=[1576645335969], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1576645335730], 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, Accept-Encoding], 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=[B65C:3FFFF:250DC20:2C7D838:5DF9B2D7], 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=[4985], X-RateLimit-Reset=[1576645730], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/spooky-biomes,id=153211759]] (sha:35b84b7) with context:ProxyNeko/Spooky Biomes
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/spooky-biomes/commit/35b84b7e08c4bf79668ef2bac299bed687882b8a
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #6

Changes since last successful build:

  • [proxyneko] 35b84b7 - fix line endings ?

View full output

commented

Build was fixed!