Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/JXMPP-CI
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/igniterealtime/jxmpp.git # timeout=10
Fetching upstream changes from https://github.com/igniterealtime/jxmpp.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/igniterealtime/jxmpp.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision aabe306796182c1f581aee04dfec4a29b917be3c (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f aabe306796182c1f581aee04dfec4a29b917be3c
Commit message: "jxmpp 0.7.0-alpha6-SNAPSHOT"
> git rev-list --no-walk 3d327de93a4ca30fb0082271dc8764575a958f12 # timeout=10
[Gradle] - Launching build.
[JXMPP-CI] $ gradle clean check
Starting a Gradle Daemon, 28 busy Daemons could not be reused, use --status for details
FAILURE: Build failed with an exception.
* Where:
Build file '/var/lib/jenkins/workspace/JXMPP-CI/build.gradle' line: 19
* What went wrong:
An exception occurred applying plugin request [id: 'me.champeau.gradle.jmh', version: '0.4.5']
> Failed to apply plugin [id 'me.champeau.gradle.jmh']
> Could not generate a proxy class for class me.champeau.gradle.JMHPluginExtension.
* 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: 17.091 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did leafNodes run?
For example, /var/lib/jenkins/workspace/JXMPP-CI/jxmpp-core/build/test-results/test/TEST-org.jxmpp.util.XmppDateTimeTest.xml is 11 mo old
Finished: FAILURE