Skip to content
Failed

Console Output

Started by GitHub push by mezz
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 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/.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.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 34 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 3b3a418fccc35f07a40625827447230f5f32a842 (origin/1.19)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3b3a418fccc35f07a40625827447230f5f32a842 # timeout=10
Commit message: "Fix copying recipe id so that it doesn't just copy the first one displayed"
 > git rev-list --no-walk 3d6494bdae2346db583fe7c5f424c6434794bc41 # 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 groovy.lang.GroovyShell.parseClass(GroovyShell.java:677)
	at groovy.lang.GroovyShell.parse(GroovyShell.java:689)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:142)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:571)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:523)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:334)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Finished: FAILURE