Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/JXMPP-CI
No credentials specified
> 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 77800cb1a72a9ad2c2bf6f6b6a63c94534688284 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 77800cb1a72a9ad2c2bf6f6b6a63c94534688284
Commit message: "Add missing spaces to FailedBecauseMismatch message"
> git rev-list --no-walk cea3a2d4ee254e901ab3b3b367f9db06f3c02412 # 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.8']
> Failed to apply plugin [class 'org.gradle.api.plugins.JavaPlugin']
> Animalsniffer plugin requires gradle 5.0 or above, but your gradle version is: 3.1. Use plugin version 1.4.6.
* 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: 23.493 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 1 yr 9 mo old
Finished: FAILURE