f0172_vvvvv
Log reference:
loading [Config]: ./tests/functests/upconfig.yml
Main config:
Version -> 1.0.0
RefDir -> ./tests/functests
WorkDir -> cwd
AbsWorkDir -> /up_project/up
TaskFile -> f0172
Verbose -> vvvvv
ModuleName -> self
ShellType -> /bin/sh
MaxCallLayers -> 8
Timeout -> 3600000
MaxModuelCallLayers -> 256
EntryTask -> task
ModRepoUsernameRef ->
ModRepoPasswordRef ->
:release version: 1.0.0
:verbose level: vvvvv
work dir: /up_project/up
-exec task: task
loading [Task]: ./tests/functests/f0172
module: [self], instance id: [dev], exec profile: []
profile - envVars:
(*core.Cache)({
})
-------full vars in scopes------
(*impl.Scopes)(0xc0001bf1a0)(<nil>)
---------group vars----------
global: (*core.Cache)({
})
groups members:[]
merged[ dev ] runtime vars:
(*core.Cache)({
})
(*core.Cache)(0xc00000e8f0)({
})
[runtime global] dvar expanded result:
{
}
-------runtime global final merged with dvars-------
(*core.Cache)({
})
located task-> 1 [task]:
Task1: [task ==> task: ]
Executing task stack layer: 1
-Step1: [: step 1 ]
{
Name: "",
Do: {
{
"cmd": "step 1",
"name": "print"
},
{
"name": "panic"
},
{
"name": "print",
"cmd": "extra step ......... it will never reach here"
}
},
Dox: <nil>,
Func: "cmd",
Vars: <nil>,
Dvars: <nil>,
Desc: "step 1",
Reg: "",
Flags: <nil>,
If: "",
Else: <nil>,
Loop: <nil>,
Until: "",
RefDir: "",
VarsFile: "",
Timeout: 0,
Finally: "close_file",
Rescue: false
}
current exec runtime vars:
(*core.Cache)({
"up_runtime_task_layer_number": 0
})
[local] dvar expanded result:
{
}
scope[local] merged: {
"up_runtime_task_layer_number": 0
}
self: final context exec vars:
(*core.Cache)({
"up_runtime_task_layer_number": 0
})
step 1
~SubStep1: [print: ]
step 1
~SubStep2: [panic: ]
WARN: [manual panic] - [manual trigger a panic cmd]
Step Finally:
(*utils.ExecResult)(<nil>)
Recovered from: manual trigger a panic cmd
finally caller vars to task (close_file)::
(*core.Cache)({
"up_runtime_shell_exec_result": (*utils.ExecResult)(<nil>)
})
located task-> 2 [close_file]:
=Task2: [task ==> close_file: ]
Executing task stack layer: 2
--Step1: [
close_fileensure the opened file is closed
]
{
Name: "close_file",
Do: {
"echo \"close the file .....\""
},
Dox: <nil>,
Func: "shell",
Vars: <nil>,
Dvars: <nil>,
Desc: "ensure the opened file is closed\n",
Reg: "",
Flags: <nil>,
If: "",
Else: <nil>,
Loop: <nil>,
Until: "",
RefDir: "",
VarsFile: "",
Timeout: 0,
Finally: <nil>,
Rescue: false
}
current exec runtime vars:
(*core.Cache)({
"up_runtime_shell_exec_result": (*utils.ExecResult)(<nil>),
"up_runtime_task_layer_number": 1
})
[local] dvar expanded result:
{
}
scope[local] merged: {
"up_runtime_task_layer_number": 1,
"up_runtime_shell_exec_result": (*utils.ExecResult)(<nil>)
}
self: final context exec vars:
(*core.Cache)({
"up_runtime_shell_exec_result": (*utils.ExecResult)(<nil>),
"up_runtime_task_layer_number": 1
})
cmd( 1):
echo "close the file ....."
cmd=>:
echo "close the file ....."
-
close the file .....
-
.. ok
(utils.ExecResult) {
Cmd: (string) (len=27) "echo \"close the file .....\"",
Code: (int) 0,
Output: (string) (len=20) "close the file .....",
ErrMsg: (string) ""
}
. ok
WARN: [Not rescued in step level] - [please assess the panic problem and cause, fix it before re-run the task]
Recovered from: manual trigger a panic cmd
WARN: [Not rescued in task level] - [please assess the panic problem and cause, fix it before re-run the task]
task finally -> manual trigger a panic cmd
-----trace for reference-----
Logs with different verbose level
References