Hi all,

while running a pipeline build with parallel execution, one branch (#38) fails
with:
Error signal - (no timing in self)

What is this supposed to mean? The error signal is displayed as a step in the
"Pipeline Steps" view.

The overall build is still displayed as "in progress", but in the "Pipeline 
Steps"
view there is no step with a running status.
The other branch (#44) seems to be stuck. 

Thread dump:
Thread #38
        at Script2.run(Script2.groovy:383)
        at DSL.timestamps(Native Method)
        at Script2.run(Script2.groovy:381)
        at DSL.node(running on Windows)
        at Script2.run(Script2.groovy:380)
        at DSL.parallel(Native Method)
        at Script2.run(Script2.groovy:378)
        at DSL.stage(Native Method)
        at Script2.run(Script2.groovy:377)
        at Script1.run(Script1.groovy:140)
        at WorkflowScript.run(WorkflowScript:3)
Thread #44
        at DSL.dir(Native Method)
       at Script2.run(Script2.groovy:396)
        at DSL.withEnv(Native Method)
        at Script2.run(Script2.groovy:395)
        at DSL.timestamps(Native Method)
        at Script2.run(Script2.groovy:393)
        at DSL.node(running on Linux)
        at Script2.run(Script2.groovy:392)


In Script2.groovy:383 "step([$class: 'ArtifactArchiver', artifacts: 
'Binary/*/*/*/bin/*', excludes: null, fingerprint: createFingerprint])"
is executed.
The "Error signal" is shown right below a "General Build Step" node with
console output "Archiving artifacts". So it seems that the ArtifactArchiver
triggered the error.

Thread #44 is actually compiling (make) in a sh step inside a dir-block.
Why this is not resembled by the thread dump I do not know. As stated
above this sh-step is stuck.

This is the first time I encountered this error. The pipeline run several 
hundred times without this issue, before.
-- 
Regards
Christoph





-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2650751.J0TiqcruPE%40kopernikus.
For more options, visit https://groups.google.com/d/optout.

Reply via email to