geneontology / pipeline

Declarative pipeline for the Gene Ontology.
https://build.geneontology.org/job/geneontology/job/pipeline/
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Jenkins new snapshot pipeline failing early on "General error during class generation: Method too large..." #374

Closed kltm closed 2 months ago

kltm commented 2 months ago
Obtained Jenkinsfile from 9fe164d9aa2ee9cadece2928dbe6a4a30f3c98dc
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
General error during class generation: Method too large: WorkflowScript.___cps___8459 ()Lcom/cloudbees/groovy/cps/impl/CpsFunction;

groovyjarjarasm.asm.MethodTooLargeException: Method too large: WorkflowScript.___cps___8459 ()Lcom/cloudbees/groovy/cps/impl/CpsFunction;
    at groovyjarjarasm.asm.MethodWriter.computeMethodInfoSize(MethodWriter.java:2087)
    at groovyjarjarasm.asm.ClassWriter.toByteArray(ClassWriter.java:447)

I'm guessing this is basically https://github.com/geneontology/pipeline/issues/183

kltm commented 2 months ago

Okay, ticking over again.