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 e33f5b56f7ee2117f2ca259196c047237627389c (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e33f5b56f7ee2117f2ca259196c047237627389c
Commit message: "strings-testframework: Add more valid JIDs regarding possible domainparts"
> git rev-list --no-walk 9fe7f599293d6efd557c36a09514b2d9a993fd8e # 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: 14.7 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