MinecraftModDevelopmentMods / PowerAdvantage

GNU Lesser General Public License v3.0
3 stars 4 forks source link

Power Advantage 1.11.2 #1 has failed #22

Open MinecraftModDevelopmentBot opened 7 years ago

MinecraftModDevelopmentBot commented 7 years ago

Build 'Power Advantage 1.11.2' is failing!

Last 50 lines of build output:

[...truncated 41.64 KB...]
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:55: error: cannot find symbol
                    FluidTankInfo[] tanks = other.get(cardinals[k].getOpposite());
                                                 ^
  symbol:   method get(EnumFacing)
  location: variable other of type IFluidHandler
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:61: error: cannot find symbol
                        if (other.canDrain(cardinals[k].getOpposite(), t.fluid.getFluid())) {
                                 ^
  symbol:   method canDrain(EnumFacing,Fluid)
  location: variable other of type IFluidHandler
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:93: error: cannot find symbol
                            tank.fill(new FluidStack(fluid, FluidContainerRegistry.BUCKET_VOLUME), true);
                                                            ^
  symbol:   variable FluidContainerRegistry
  location: class FluidDrainTileEntity
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:111: error: cannot find symbol
            if (fh.canFill(getTank().getFluid().getFluid())) {
                  ^
  symbol:   method canFill(Fluid)
  location: variable fh of type IFluidHandler
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/registry/still/recipe/DistillationRecipe.java:121: error: cannot find symbol
            FluidStack stack = new FluidStack(f, FluidContainerRegistry.BUCKET_VOLUME);
                                                 ^
  symbol:   variable FluidContainerRegistry
  location: class DistillationRecipe
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
76 errors
: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.

BUILD FAILED

Total time: 1 mins 22.201 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@705a3fb0[description=<null>,homepage=<null>,name=PowerAdvantage,license=<null>,fork=false,size=12951,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/PowerAdvantage,id=66399424]] (sha:186ea95) with context:Power Advantage 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/PowerAdvantage/commit/186ea95f5bec9a8eea3238f805624ff770224eed

Changes since last successful build:

View full output

MinecraftModDevelopmentBot commented 7 years ago

Build 'Power Advantage 1.11.2' is failing!

Last 50 lines of build output:

[...truncated 32.38 KB...]
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:55: error: cannot find symbol
                    FluidTankInfo[] tanks = other.get(cardinals[k].getOpposite());
                                                 ^
  symbol:   method get(EnumFacing)
  location: variable other of type IFluidHandler
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:61: error: cannot find symbol
                        if (other.canDrain(cardinals[k].getOpposite(), t.fluid.getFluid())) {
                                 ^
  symbol:   method canDrain(EnumFacing,Fluid)
  location: variable other of type IFluidHandler
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:93: error: cannot find symbol
                            tank.fill(new FluidStack(fluid, FluidContainerRegistry.BUCKET_VOLUME), true);
                                                            ^
  symbol:   variable FluidContainerRegistry
  location: class FluidDrainTileEntity
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/machines/fluidmachines/FluidDrainTileEntity.java:111: error: cannot find symbol
            if (fh.canFill(getTank().getFluid().getFluid())) {
                  ^
  symbol:   method canFill(Fluid)
  location: variable fh of type IFluidHandler
/var/lib/jenkins/workspace/Power Advantage 1.11.2/build/sources/main/java/cyano/poweradvantage/registry/still/recipe/DistillationRecipe.java:121: error: cannot find symbol
            FluidStack stack = new FluidStack(f, FluidContainerRegistry.BUCKET_VOLUME);
                                                 ^
  symbol:   variable FluidContainerRegistry
  location: class DistillationRecipe
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
57 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: 11.34 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@5dbbd2f4[description=<null>,homepage=<null>,name=PowerAdvantage,license=<null>,fork=false,size=12951,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/PowerAdvantage,id=66399424]] (sha:1765559) with context:Power Advantage 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/PowerAdvantage/commit/176555914c264ad76ba57bbefb3c47646db8a910

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Power Advantage 1.11.2' is failing!

Last 50 lines of build output:

Started by GitHub push by jriwanek
Building in workspace /var/lib/jenkins/workspace/Power Advantage 1.11.2
 > 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/PowerAdvantage # timeout=10
Fetching upstream changes from https://github.com/MinecraftModDevelopmentMods/PowerAdvantage
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The MMD Bot
 > git fetch --tags --progress https://github.com/MinecraftModDevelopmentMods/PowerAdvantage +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master-1.11.2^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master-1.11.2^{commit} # timeout=10
Checking out Revision 04de8adf43407735f2193086903fe1a8631dccdb (refs/remotes/origin/master-1.11.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 04de8adf43407735f2193086903fe1a8631dccdb
Commit message: "Merge pull request #24 from ProxyNeko/master-1.11.2"
 > git rev-list --no-walk 176555914c264ad76ba57bbefb3c47646db8a910 # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud
[Power Advantage 1.11.2] $ /bin/sh -xe /tmp/jenkins7827638124664366390.sh
+ rm -rf build/libs
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@7e7b092d[description=<null>,homepage=<null>,name=PowerAdvantage,fork=false,size=12969,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, 24 Feb 2018 20:24:55 GMT], ETag=[W/"3ec8be77b36c4eff448f542bdd279f3a"], Last-Modified=[Tue, 31 Oct 2017 10:23:12 GMT], OkHttp-Received-Millis=[1519503895223], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1519503895070], 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=[91BD:19107:307BC1:6B7FF7:5A91CA10], 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=[4881], X-RateLimit-Reset=[1519504321], X-Runtime-rack=[0.049975], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/PowerAdvantage,id=66399424]] (sha:04de8ad) with context:Power Advantage 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/PowerAdvantage/commit/04de8adf43407735f2193086903fe1a8631dccdb
[Gradle] - Launching build.
[Power Advantage 1.11.2] $ "/var/lib/jenkins/workspace/Power Advantage 1.11.2/gradlew" setupCiWorkspace clean build
/usr/bin/env: ‘bash\r’: No such file or directory
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@724a0477[description=<null>,homepage=<null>,name=PowerAdvantage,fork=false,size=12969,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, 24 Feb 2018 20:24:55 GMT], ETag=[W/"3ec8be77b36c4eff448f542bdd279f3a"], Last-Modified=[Tue, 31 Oct 2017 10:23:12 GMT], OkHttp-Received-Millis=[1519503895223], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1519503895070], 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=[91BD:19107:307BC1:6B7FF7:5A91CA10], 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=[4881], X-RateLimit-Reset=[1519504321], X-Runtime-rack=[0.049975], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/PowerAdvantage,id=66399424]] (sha:04de8ad) with context:Power Advantage 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/PowerAdvantage/commit/04de8adf43407735f2193086903fe1a8631dccdb

Changes since last successful build: No changes

View full output

MinecraftModDevelopmentBot commented 6 years ago

Build 'Power Advantage 1.11.2' is failing!

Last 50 lines of build output:

Started by GitHub push by jriwanek
Building in workspace /var/lib/jenkins/workspace/Power Advantage 1.11.2
 > 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/PowerAdvantage # timeout=10
Fetching upstream changes from https://github.com/MinecraftModDevelopmentMods/PowerAdvantage
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The MMD Bot
 > git fetch --tags --progress https://github.com/MinecraftModDevelopmentMods/PowerAdvantage +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master-1.11.2^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master-1.11.2^{commit} # timeout=10
Checking out Revision 78f7be697d0475e314ff0c1a2586c90349c95649 (refs/remotes/origin/master-1.11.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 78f7be697d0475e314ff0c1a2586c90349c95649
Commit message: "Merge pull request #25 from faceofcat/master-1.11.2"
 > git rev-list --no-walk 04de8adf43407735f2193086903fe1a8631dccdb # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud
[Power Advantage 1.11.2] $ /bin/sh -xe /tmp/jenkins8437527175048533705.sh
+ rm -rf build/libs
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@43c7066[description=<null>,homepage=<null>,name=PowerAdvantage,fork=false,size=13133,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, 24 Feb 2018 22:47:15 GMT], ETag=[W/"470bf9130dc408428e00e1677083d3c3"], Last-Modified=[Tue, 31 Oct 2017 10:23:12 GMT], OkHttp-Received-Millis=[1519512436047], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1519512435894], 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=[C1CF:19107:35E101:77A2EB:5A91EB73], 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=[4822], X-RateLimit-Reset=[1519514761], X-Runtime-rack=[0.050393], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/PowerAdvantage,id=66399424]] (sha:78f7be6) with context:Power Advantage 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/PowerAdvantage/commit/78f7be697d0475e314ff0c1a2586c90349c95649
[Gradle] - Launching build.
[Power Advantage 1.11.2] $ "/var/lib/jenkins/workspace/Power Advantage 1.11.2/gradlew" setupCiWorkspace clean build
/usr/bin/env: ‘bash\r’: No such file or directory
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@10898f8e[description=<null>,homepage=<null>,name=PowerAdvantage,fork=false,size=13133,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, 24 Feb 2018 22:47:15 GMT], ETag=[W/"470bf9130dc408428e00e1677083d3c3"], Last-Modified=[Tue, 31 Oct 2017 10:23:12 GMT], OkHttp-Received-Millis=[1519512436047], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1519512435894], 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=[C1CF:19107:35E101:77A2EB:5A91EB73], 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=[4822], X-RateLimit-Reset=[1519514761], X-Runtime-rack=[0.050393], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/MinecraftModDevelopmentMods/PowerAdvantage,id=66399424]] (sha:78f7be6) with context:Power Advantage 1.11.2
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/PowerAdvantage/commit/78f7be697d0475e314ff0c1a2586c90349c95649

Changes since last successful build: No changes

View full output