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 f0fec92c6188ee3e5f81022bfed4e53ed9e9b1bc (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f0fec92c6188ee3e5f81022bfed4e53ed9e9b1bc
Commit message: "Fix Jid javadoc"
> git rev-list --no-walk dd77ee8a113fc71ff4e9a440cfeec40363b23f99 # 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: 16.298 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 10 mo old
Finished: FAILURE