Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): latest v4 groovy 4.0.19 has been silently failing; regress to 4.0.3, the ifarm version #204

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

c-dilks
Copy link
Member

@c-dilks c-dilks commented Mar 1, 2024

running even just groovy --version returns the following, and exits 0

java.lang.NoClassDefFoundError: picocli/CommandLine$ParameterException
	at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
	at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166)
	at java.base/java.lang.Class.getMethodsRecursive(Class.java:3307)
	at java.base/java.lang.Class.getMethod0(Class.java:3293)
	at java.base/java.lang.Class.getMethod(Class.java:2106)
	at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:110)
	at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:37)
Caused by: java.lang.ClassNotFoundException: picocli.CommandLine$ParameterException
	at org.codehaus.groovy.tools.RootLoader.findClass(RootLoader.java:180)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:594)
	at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:148)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	... 7 more

This PR sets the groovy version to 4.0.3 in the maven.yml workflow, to match the version on ifarm.

@c-dilks c-dilks changed the title ci: centralize groovy and java versions fix(ci): latest v4 groovy 4.0.19 has been silently failing; regress to 4.0.3, the ifarm version Mar 1, 2024
@c-dilks
Copy link
Member Author

c-dilks commented Mar 1, 2024

Validation pipelines are also currently failing, for unrelated reasons (possibly from new GEMC tag).

@c-dilks c-dilks marked this pull request as ready for review March 1, 2024 22:26
@c-dilks
Copy link
Member Author

c-dilks commented Mar 2, 2024

Validation pipelines are also currently failing, for unrelated reasons (possibly from new GEMC tag).

resolved by JeffersonLab/clas12-validation#91

@c-dilks c-dilks force-pushed the java-and-groovy-versions branch from 4b6e8b2 to a09ee82 Compare March 6, 2024 23:46
@c-dilks c-dilks merged commit cae5cc6 into development Mar 7, 2024
68 checks passed
@c-dilks c-dilks deleted the java-and-groovy-versions branch March 7, 2024 16:25
c-dilks added a commit that referenced this pull request Dec 16, 2024
We should no longer be bothered by #204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants