Started by GitHub push by DV8FromTheWorld
Started by GitHub push by DV8FromTheWorld
Started by GitHub push by DV8FromTheWorld
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/JDA5
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins_home/workspace/JDA5/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/DV8FromTheWorld/JDA.git # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/JDA.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- https://github.com/DV8FromTheWorld/JDA.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision ae319aebee2428debdd9cd9038393f0ce1fc48cc (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ae319aebee2428debdd9cd9038393f0ce1fc48cc # timeout=10
Commit message: "Implement pagination for the guild ban list (#2076)"
> git rev-list --no-walk cd57b4cf2d9f24a325a42721fa28f18263c2574e # timeout=10
[Gradle] - Launching build.
[JDA5] $ /var/jenkins_home/workspace/JDA5/gradlew clean release
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean
> Task :sourcesForRelease
> Task :generateJavaSources
> Task :compileJava
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/internal/entities/StageInstanceImpl.java:87: warning: [deprecation] isDiscoverable() in StageInstance has been deprecated
public boolean isDiscoverable()
^
1 warning
> Task :processResources NO-SOURCE
> Task :classes
> Task :jar
> Task :assemble
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
> Task :check
> Task :sourcesJar
> Task :javadoc
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/api/requests/restaction/pagination/BanPaginationAction.java:34: error: unexpected heading used: <H1>, compared to implicit preceding heading: <H1>
* <h1>Example</h1>
^
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/api/requests/restaction/pagination/BanPaginationAction.java:48: error: reference not found
* @see Guild#retrieveBanById(long)
^
2 errors
> Task :javadoc FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/var/jenkins_home/workspace/JDA5/build/tmp/javadoc/javadoc.options'
* 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 40s
8 actionable tasks: 8 executed
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