wdl-engine 0.13.1

Execution engine for Workflow Description Language (WDL) documents.
Documentation
error: task execution failed for task `my_task`: process terminated with exit code 1: see `calls/test/calls/test/calls/my_task/attempts/0/stdout` and `calls/test/calls/test/calls/my_task/attempts/0/stderr` for task output

task stderr output (last 10 lines):

  second!
  third!
  fourth!
  fifth!
  sixth!
  seventh!
  eighth!
  ninth!
  tenth!
  eleventh!

   ┌─ tests/workflows/callstack/first.wdl:3:6
   │
 3 │ task my_task {
   │      ^^^^^^^ this task failed to execute
   │
   ┌─ tests/workflows/callstack/first.wdl:17:5
   │
17 │     call my_task {
   │     ---- called from this location
   │
   ┌─ tests/workflows/callstack/second.wdl:6:5
   │
 6 │     call first.test
   │     ---- called from this location
   │
   ┌─ tests/workflows/callstack/source.wdl:6:5
   │
 6 │     call second.test
   │     ---- called from this location