Console Output

Started by GitHub push by DV8FromTheWorld
ln builds/lastSuccessfulBuild /var/jenkins_home/jobs/Yui/lastSuccessful failed
java.nio.file.DirectoryNotEmptyException: /var/jenkins_home/jobs/Yui/lastSuccessful
	at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:242)
	at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
	at java.nio.file.Files.deleteIfExists(Files.java:1165)
	at hudson.Util.createSymlink(Util.java:1193)
	at hudson.model.Run.createSymlink(Run.java:1955)
	at hudson.model.Run.updateSymlinks(Run.java:1936)
	at hudson.model.Run.execute(Run.java:1814)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
ln builds/lastStableBuild /var/jenkins_home/jobs/Yui/lastStable failed
java.nio.file.DirectoryNotEmptyException: /var/jenkins_home/jobs/Yui/lastStable
	at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:242)
	at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
	at java.nio.file.Files.deleteIfExists(Files.java:1165)
	at hudson.Util.createSymlink(Util.java:1193)
	at hudson.model.Run.createSymlink(Run.java:1955)
	at hudson.model.Run.updateSymlinks(Run.java:1937)
	at hudson.model.Run.execute(Run.java:1814)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Building in workspace /var/jenkins_home/workspace/Yui
using credential Github/Kantenkugel
 > git rev-parse --is-inside-work-tree # 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
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://github.com/DV8FromTheWorld/Yui.git +refs/heads/*:refs/remotes/origin/*
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 0eaeed13d97ab40225542a40014f79566e430daf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0eaeed13d97ab40225542a40014f79566e430daf
Commit message: "Updated regexes to handle new shadowjar naming"
 > git rev-list --no-walk ef610ea7d8e20330cfd5b63e5a46c723a927c137 # timeout=10
[Gradle] - Launching build.
[Yui] $ /var/jenkins_home/workspace/Yui/gradlew clean assemble
Starting a Gradle Daemon (subsequent builds will be faster)
:clean
:processVersion
:compileJavaNote: /var/jenkins_home/workspace/Yui/build/filtered/net/dv8tion/discord/bridge/IrcConnectInfo.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:processResources NO-SOURCE
:classes
:jdactionMain
:jar
:javadocjavadoc: warning - You have not specified the version of HTML to use.
The default is currently HTML 4.01, but this will change to HTML5
in a future release. To suppress this warning, please specify the
version of HTML used in your documentation comments and to be
generated by this doclet, using the -html4 or -html5 options.

1 warning
:javadocJar
:shadowJar
:sourcesJar
:assemble

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See https://docs.gradle.org/4.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 25s
9 actionable tasks: 9 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS