Started by GitHub push by DV8FromTheWorld
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/Yui
The recommended git tool is: NONE
using credential Github/Kantenkugel
> git rev-parse --resolve-git-dir /var/jenkins_home/workspace/Yui/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/DV8FromTheWorld/Yui.git # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/Yui.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials
> git fetch --tags --force --progress -- https://github.com/DV8FromTheWorld/Yui.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/2.0
Seen branch in repository origin/PreBootloader
Seen branch in repository origin/master
Seen 3 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision 933fe6f7532713e5dd63d7d2aa934300e9beee9a (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 933fe6f7532713e5dd63d7d2aa934300e9beee9a # timeout=10
Commit message: "Updated Lavaplayer"
> git rev-list --no-walk 3a1912b993baac5ec8747f67cfa0e125f084f838 # timeout=10
[Gradle] - Launching build.
[Yui] $ /var/jenkins_home/workspace/Yui/gradlew clean assemble
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':shadowJar'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
> Could not find com.github.devoxin:lavaplayer:1.3.78.
Searched in the following locations:
- https://jcenter.bintray.com/com/github/devoxin/lavaplayer/1.3.78/lavaplayer-1.3.78.pom
- https://jitpack.io/com/github/devoxin/lavaplayer/1.3.78/lavaplayer-1.3.78.pom
Required by:
project :
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 12s
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Finished: FAILURE