[2024-09-23T19:27:51.225Z] Started by user Jonathan Lebon [2024-09-23T19:27:51.234Z] Loading library coreos@main [2024-09-23T19:27:51.235Z] Attempting to resolve main from remote references... [2024-09-23T19:27:51.235Z] > git --version # timeout=10 [2024-09-23T19:27:51.242Z] > git --version # 'git version 2.39.3' [2024-09-23T19:27:51.242Z] > git ls-remote -- https://github.com/coreos/coreos-ci-lib.git # timeout=10 [2024-09-23T19:27:51.372Z] Found match: refs/heads/main revision 954e0026f26f23152aa7e1b2fc3a2bb871f59103 [2024-09-23T19:27:51.373Z] Selected Git installation does not exist. Using Default [2024-09-23T19:27:51.373Z] The recommended git tool is: NONE [2024-09-23T19:27:51.373Z] No credentials specified [2024-09-23T19:27:51.374Z] > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/jlebon-tmp/workspace@libs/eab8c8246d769da45c25fe988e77e311901efaee0905c0ce1a939f7ebfe4a13b/.git # timeout=10 [2024-09-23T19:27:51.381Z] Fetching changes from the remote Git repository [2024-09-23T19:27:51.382Z] > git config remote.origin.url https://github.com/coreos/coreos-ci-lib.git # timeout=10 [2024-09-23T19:27:51.440Z] Fetching without tags [2024-09-23T19:27:51.441Z] Fetching upstream changes from https://github.com/coreos/coreos-ci-lib.git [2024-09-23T19:27:51.441Z] > git --version # timeout=10 [2024-09-23T19:27:51.448Z] > git --version # 'git version 2.39.3' [2024-09-23T19:27:51.448Z] > git fetch --no-tags --force --progress -- https://github.com/coreos/coreos-ci-lib.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-23T19:27:51.517Z] Checking out Revision 954e0026f26f23152aa7e1b2fc3a2bb871f59103 (main) [2024-09-23T19:27:51.517Z] > git config core.sparsecheckout # timeout=10 [2024-09-23T19:27:51.525Z] > git checkout -f 954e0026f26f23152aa7e1b2fc3a2bb871f59103 # timeout=10 [2024-09-23T19:27:51.545Z] Commit message: "vars/kola: Add support for skipping a list of kola tags" [2024-09-23T19:27:51.545Z] > git rev-list --no-walk 954e0026f26f23152aa7e1b2fc3a2bb871f59103 # timeout=10 [2024-09-23T19:27:51.624Z] [Pipeline] Start of Pipeline [2024-09-23T19:27:51.689Z] [Pipeline] node [2024-09-23T19:27:51.716Z] Running on Jenkins in /var/lib/jenkins/jobs/jlebon-tmp/workspace [2024-09-23T19:27:51.898Z] [Pipeline] { [2024-09-23T19:27:52.486Z] [Pipeline] checkout [2024-09-23T19:27:52.652Z] [Pipeline] } [2024-09-23T19:27:52.886Z] [Pipeline] // node [2024-09-23T19:27:53.071Z] [Pipeline] End of Pipeline [2024-09-23T19:27:53.186Z] java.lang.IllegalArgumentException: Arguments to class hudson.plugins.git.GitSCM have to be explicitly named [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.structs.describable.DescribableModel.instantiate(DescribableModel.java:313) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable.instantiate(UninstantiatedDescribable.java:208) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.structs.describable.DescribableModel.coerce(DescribableModel.java:466) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.structs.describable.DescribableModel.buildArguments(DescribableModel.java:409) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.structs.describable.DescribableModel.instantiate(DescribableModel.java:329) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:305) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124) [2024-09-23T19:27:53.186Z] at jdk.internal.reflect.GeneratedMethodAccessor346.invoke(Unknown Source) [2024-09-23T19:27:53.186Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-09-23T19:27:53.186Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98) [2024-09-23T19:27:53.186Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) [2024-09-23T19:27:53.186Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225) [2024-09-23T19:27:53.186Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152) [2024-09-23T19:27:53.186Z] at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) [2024-09-23T19:27:53.186Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 76e5310d-a34b-44c0-a3f6-5f7dbd393fe0 [2024-09-23T19:27:53.186Z] Caused: java.lang.IllegalArgumentException: Could not instantiate {scm=@scmGit(={$class=GitSCM, branches=[{name=*/inherit-tier-x-rawhide}], extensions=[{$class=RelativeTargetDirectory, relativeTargetDir=dir, recursiveSubmodules=true}], userRemoteConfigs=[{url=https://github.com/jlebon/fedora-coreos-config}]})} for org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.structs.describable.DescribableModel.instantiate(DescribableModel.java:334) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:305) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124) [2024-09-23T19:27:53.186Z] at jdk.internal.reflect.GeneratedMethodAccessor346.invoke(Unknown Source) [2024-09-23T19:27:53.186Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-09-23T19:27:53.186Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98) [2024-09-23T19:27:53.186Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) [2024-09-23T19:27:53.186Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225) [2024-09-23T19:27:53.186Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) [2024-09-23T19:27:53.186Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23) [2024-09-23T19:27:53.186Z] at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182) [2024-09-23T19:27:53.186Z] at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152) [2024-09-23T19:27:53.186Z] at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) [2024-09-23T19:27:53.186Z] at WorkflowScript.run(WorkflowScript:2) [2024-09-23T19:27:53.186Z] at ___cps.transform___(Native Method) [2024-09-23T19:27:53.186Z] at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90) [2024-09-23T19:27:53.186Z] at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:116) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:85) [2024-09-23T19:27:53.187Z] at jdk.internal.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) [2024-09-23T19:27:53.187Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-09-23T19:27:53.187Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:93) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:116) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:85) [2024-09-23T19:27:53.187Z] at jdk.internal.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) [2024-09-23T19:27:53.187Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-09-23T19:27:53.187Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45) [2024-09-23T19:27:53.187Z] at jdk.internal.reflect.GeneratedMethodAccessor293.invoke(Unknown Source) [2024-09-23T19:27:53.187Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-09-23T19:27:53.187Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45) [2024-09-23T19:27:53.187Z] at jdk.internal.reflect.GeneratedMethodAccessor293.invoke(Unknown Source) [2024-09-23T19:27:53.187Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-09-23T19:27:53.187Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45) [2024-09-23T19:27:53.187Z] at jdk.internal.reflect.GeneratedMethodAccessor293.invoke(Unknown Source) [2024-09-23T19:27:53.187Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2024-09-23T19:27:53.187Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.Next.step(Next.java:83) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:152) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:146) [2024-09-23T19:27:53.187Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136) [2024-09-23T19:27:53.187Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275) [2024-09-23T19:27:53.187Z] at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146) [2024-09-23T19:27:53.187Z] at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18) [2024-09-23T19:27:53.187Z] at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51) [2024-09-23T19:27:53.187Z] at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187) [2024-09-23T19:27:53.187Z] at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:420) [2024-09-23T19:27:53.187Z] at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:330) [2024-09-23T19:27:53.187Z] at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:294) [2024-09-23T19:27:53.187Z] at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67) [2024-09-23T19:27:53.187Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-09-23T19:27:53.187Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139) [2024-09-23T19:27:53.187Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) [2024-09-23T19:27:53.187Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68) [2024-09-23T19:27:53.187Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51) [2024-09-23T19:27:53.187Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [2024-09-23T19:27:53.187Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2024-09-23T19:27:53.187Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [2024-09-23T19:27:53.187Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [2024-09-23T19:27:53.187Z] at java.base/java.lang.Thread.run(Thread.java:829) [2024-09-23T19:27:53.315Z] Finished: FAILURE