-
Bug
-
Resolution: Unresolved
-
Minor
-
Master: jenkins-lts docker image
Slave 1: Centos 8 + podman in docker
Slave 2: Debian Sid + podman in docker
CMakeBuild step within a declarative pipeline fails with:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from jenkins3_slave_1.jenkins3_default/172.21.0.3:40228 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:1001) at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1121) at hudson.Launcher$DecoratedLauncher.launch(Launcher.java:1253) at org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1.launch(WithContainerStep.java:335) at hudson.Launcher$ProcStarter.start(Launcher.java:508) at hudson.Launcher$ProcStarter.join(Launcher.java:519) at hudson.plugins.cmake.CmakeBuilderStep$Execution.run(CmakeBuilderStep.java:326) at hudson.plugins.cmake.CmakeBuilderStep$Execution.run(CmakeBuilderStep.java:257) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) java.lang.ArrayIndexOutOfBoundsException: Index 75 out of bounds for length 75 at hudson.Launcher.maskedPrintCommandLine(Launcher.java:838) at hudson.Launcher$LocalLauncher.launch(Launcher.java:976) at hudson.Launcher$ProcStarter.start(Launcher.java:508) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1390) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1333) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:375) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:118) at java.lang.Thread.run(Thread.java:834) Finished: FAILURE