[temurin-compliance] Node jck-skytap-aix72-ppc64-5 not able to clone git repos under Jenkins.
Summary
Node jck-skytap-aix72-ppc64-5 cannot run the Process Check Multi Node pipeline, and fails on the git clone stage. Presumably, this node would fail for any pipeline requiring a git operation (which is all of our pipelines). At least, this node doesn't seem to be able to sync to the temurin-compliance repo in Git.
See logs from https://ci.eclipse.org/temurin-compliance/job/ProcessCheckMultiNode/166/ (pertinent output copied below). Is there something wrong with the Jenkins setup on this node?
Steps to reproduce
Run pipeline https://ci.eclipse.org/temurin-compliance/job/ProcessCheckMultiNode with a LABEL of jck-skytap-aix72-ppc64-5.
What is the current bug behavior?
Pipeline fails with logs like below.
What is the expected correct behavior?
Pipeline succeeds.
Relevant logs and/or screenshots
* ProcessChecking node: jck-skytap-aix72-ppc64-5
[Pipeline] echo
*************************************************************************
[Pipeline] checkout
The recommended git tool is: git
ERROR: Checkout failed
java.io.StreamCorruptedException: invalid stream header: 32383039
at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:1077)
at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:426)
at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
at hudson.remoting.Command.readFrom(Command.java:141)
at hudson.remoting.Command.readFrom(Command.java:127)
at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to jck-skytap-aix72-ppc64-5
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
at hudson.remoting.Request.call(Request.java:204)
at hudson.remoting.Channel.call(Channel.java:1107)
at hudson.FilePath.act(FilePath.java:1204)
at hudson.FilePath.act(FilePath.java:1193)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:145)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.createClient(GitSCM.java:915)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.createClient(GitSCM.java:846)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1300)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1278)
at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:853)
Caused: hudson.remoting.RequestAbortedException
at hudson.remoting.Request.abort(Request.java:358)
at hudson.remoting.Channel.terminate(Channel.java:1189)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:95)`
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
Preparations for the JDK25 release on September 16th.