Started by GitHub push by MinnDevelopment Building in workspace C:\Program Files (x86)\Jenkins\jobs\JDA 3.x\workspace > git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git.exe config remote.origin.url https://github.com/DV8FromTheWorld/JDA.git # timeout=10 Fetching upstream changes from https://github.com/DV8FromTheWorld/JDA.git > git.exe --version # timeout=10 using .gitcredentials to set credentials > git.exe config --local credential.username DV8FromTheWorld # timeout=10 > git.exe config --local credential.helper store --file=\"C:\Windows\TEMP\git6334449252813585878.credentials\" # timeout=10 > git.exe -c core.askpass=true fetch --tags --progress https://github.com/DV8FromTheWorld/JDA.git +refs/heads/*:refs/remotes/origin/* > git.exe config --local --remove-section credential # timeout=10 > git.exe rev-parse "refs/remotes/origin/3.0^{commit}" # timeout=10 > git.exe rev-parse "refs/remotes/origin/origin/3.0^{commit}" # timeout=10 Checking out Revision b65e817492a68da2f1d653bb855b41282771060a (refs/remotes/origin/3.0) > git.exe config core.sparsecheckout # timeout=10 > git.exe checkout -f b65e817492a68da2f1d653bb855b41282771060a > git.exe rev-list c65e24e032ab42aa74dab9ced67e39d57ea3e8e4 # timeout=10 [Gradle] - Launching build. [workspace] $ cmd.exe /C '""C:\Program Files (x86)\Jenkins\jobs\JDA 3.x\workspace\gradlew.bat" -Dgradle.user.home=C:/Users/Austin/.gradle/ clean build fatJar && exit %%ERRORLEVEL%%"' :clean :processVersion :compileJavaC:\Program Files (x86)\Jenkins\jobs\JDA 3.x\workspace\build\filtered\net\dv8tion\jda\client\entities\impl\UserSettingsImpl.java:143: error: cannot find symbol return getJDA().getSelfInfo().getId().hashCode(); ^ symbol: method getSelfInfo() location: interface JDA C:\Program Files (x86)\Jenkins\jobs\JDA 3.x\workspace\build\filtered\net\dv8tion\jda\client\entities\impl\UserSettingsImpl.java:155: error: cannot find symbol return "UserSettings(" + getJDA().getSelfInfo() + ")"; ^ symbol: method getSelfInfo() location: interface JDA Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 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: 9.688 secs Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Archiving artifacts Publishing Javadoc Finished: FAILURE