Console Output

Started by user Austin Keener
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 f57a3a06c3373fd025e98005920662d6a3ad1467 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f57a3a06c3373fd025e98005920662d6a3ad1467
Commit message: "Removed concept of Recommends vs Beta builds. Only 1 unified build type now."
 > git rev-list --no-walk f57a3a06c3373fd025e98005920662d6a3ad1467 # 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
:fatJar FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':fatJar'.
> Could not expand ZIP '/var/jenkins_home/.gradle/caches/modules-2/files-2.1/club.minnced/opus-java/1.0.4/596995aaf2f5b5091c4d251fdc11fa62680cc59e/opus-java-1.0.4.pom'.

* 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 5.0.
See https://docs.gradle.org/4.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 14s
5 actionable tasks: 5 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Finished: FAILURE