Started by GitHub push by mezz
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://github.com/mezz/JustEnoughItems into /var/lib/jenkins/workspace/JEI-Jenkinsfile@script/559f6e693184fce612f714bc9e5efdc1e3a00e431e8a0f8479deff67f0b414d8 to read .jenkins/Jenkinsfile
The recommended git tool is: git
using credential progwml6-ci-gh-login
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/JEI-Jenkinsfile@script/559f6e693184fce612f714bc9e5efdc1e3a00e431e8a0f8479deff67f0b414d8/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/mezz/JustEnoughItems # timeout=10
Fetching upstream changes from https://github.com/mezz/JustEnoughItems
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials progwml6 ci login
> git fetch --tags --progress https://github.com/mezz/JustEnoughItems +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/1.10
Seen branch in repository origin/1.11
Seen branch in repository origin/1.12
Seen branch in repository origin/1.12-FG3
Seen branch in repository origin/1.12-wip
Seen branch in repository origin/1.13
Seen branch in repository origin/1.13-pre
Seen branch in repository origin/1.14
Seen branch in repository origin/1.15
Seen branch in repository origin/1.16
Seen branch in repository origin/1.17
Seen branch in repository origin/1.18
Seen branch in repository origin/1.18-9
Seen branch in repository origin/1.18.1
Seen branch in repository origin/1.19
Seen branch in repository origin/1.19.3
Seen branch in repository origin/1.19.4
Seen branch in repository origin/1.20
Seen branch in repository origin/1.20.1
Seen branch in repository origin/1.20.2
Seen branch in repository origin/1.20.4
Seen branch in repository origin/1.21.x
Seen branch in repository origin/1.8
Seen branch in repository origin/1.8.8
Seen branch in repository origin/1.8.9
Seen branch in repository origin/1.9
Seen branch in repository origin/async-load
Seen branch in repository origin/async-load-19.2
Seen branch in repository origin/async-plugins
Seen branch in repository origin/default-wrapper
Seen branch in repository origin/ingredient-list-refactor
Seen branch in repository origin/kotlin-build-gradle
Seen branch in repository origin/optimized-registered-ingredients
Seen branch in repository origin/search-transformers
Seen branch in repository origin/sorting
Seen branch in repository origin/subtype-interpreter
Seen branch in repository origin/test-gradle
Seen branch in repository origin/test-travis-ci
Seen 38 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision fa73465828dbade643000f5cb641d1667146c8c1 (origin/1.19)
> git config core.sparsecheckout # timeout=10
> git checkout -f fa73465828dbade643000f5cb641d1667146c8c1 # timeout=10
Commit message: "run spotless"
> git rev-list --no-walk fa73465828dbade643000f5cb641d1667146c8c1 # timeout=10
ERROR: ld.so: object '/usr/lib64/libksm_preload.so' from /etc/ld.so.preload cannot be preloaded: ignored.
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 4: Tool type "jdk" does not have an install of "jdk-17.0.1" configured - did you mean "Java-16"? @ line 4, column 13.
jdk "jdk-17.0.1"
^
1 error
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:309)
at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1107)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:624)
at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:602)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:579)
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:323)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:293)
at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox$Scope.parse(GroovySandbox.java:163)
at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:190)
at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:175)
at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:635)
at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:581)
at PluginClassLoader for workflow-job//org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:335)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:446)
Finished: FAILURE