0005_vvvvv
Log reference:
loading [Config]: ./tests/modtests/0005/upconfig.yml
Main config:
Version -> 1.0.0
RefDir -> ./tests/modtests/0005
WorkDir -> refdir
AbsWorkDir -> /up_project/up/tests/modtests/0005
TaskFile -> up.yml
Verbose -> vvvvv
ModuleName -> self
ShellType -> /bin/sh
MaxCallLayers -> 8
Timeout -> 3600000
MaxModuelCallLayers -> 256
EntryTask -> Main
ModRepoUsernameRef ->
ModRepoPasswordRef ->
:release version: 1.0.0
:verbose level: vvvvv
work dir: /up_project/up/tests/modtests/0005
-exec task: Main
loading [Task]: ./up.yml
module: [self], instance id: [dev], exec profile: []
profile - envVars:
(*core.Cache)({
})
-------full vars in scopes------
(*impl.Scopes)(0xc0001e52c0)(<nil>)
---------group vars----------
global: (*core.Cache)({
})
groups members:[]
merged[ dev ] runtime vars:
(*core.Cache)({
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"e": "caller-global-eee"
})
(*core.Cache)(0xc000126900)((len=3) {
(string) (len=1) "a": (string) (len=17) "caller-global-aaa",
(string) (len=1) "b": (string) (len=17) "caller-global-bbb",
(string) (len=1) "e": (string) (len=17) "caller-global-eee"
})
[runtime global] dvar expanded result:
{
}
-------runtime global final merged with dvars-------
(*core.Cache)({
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"e": "caller-global-eee"
})
located task-> 1 [Main]:
Task1: [Main ==> Main: main entry ]
Executing task stack layer: 1
-Step1:
{
Name: "",
Do: {
{
"desc": "the vars in caller before invoking module task",
"cmd": {
"exec_vars",
"exec_base_vars"
},
"name": "inspect"
}
},
Dox: <nil>,
Func: "cmd",
Vars: <nil>,
Dvars: <nil>,
Desc: "",
Reg: "",
Flags: <nil>,
If: "",
Else: <nil>,
Loop: <nil>,
Until: "",
RefDir: "",
VarsFile: "",
Timeout: 0,
Finally: <nil>,
Rescue: false
}
current exec runtime vars:
(*core.Cache)({
"e": "caller-global-eee",
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0
})
[local] dvar expanded result:
{
}
scope[local] merged: {
"e": "caller-global-eee",
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0
}
self: final context exec vars:
(*core.Cache)({
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0,
"e": "caller-global-eee"
})
[exec_vars exec_base_vars]
~SubStep1: [inspect: the vars in caller before invoking module task ]
1: inspect[exec_vars]
(*core.Cache)({
"e": "caller-global-eee",
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0
})
2: inspect[exec_base_vars]
{
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"e": "caller-global-eee"
}
-Step2:
{
Name: "",
Do: "hello-module.Say_world",
Dox: <nil>,
Func: "call",
Vars: <nil>,
Dvars: <nil>,
Desc: "",
Reg: "",
Flags: <nil>,
If: "",
Else: <nil>,
Loop: <nil>,
Until: "",
RefDir: "",
VarsFile: "",
Timeout: 0,
Finally: <nil>,
Rescue: false
}
current exec runtime vars:
(*core.Cache)({
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0
})
[local] dvar expanded result:
{
}
scope[local] merged: {
"b": "caller-global-bbb",
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0,
"a": "caller-global-aaa"
}
self: final context exec vars:
(*core.Cache)({
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0
})
caller's vars to task (hello-module.Say_world)::
(*core.Cache)({
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0
})
WARN: [config file does not exist] - [use builtin defaults]
loading [Task]: ./up.yml
module: [hello-module], instance id: [nonamed], exec profile: []
WARN: [*be aware*] - [both instance id and exec profile are not set]
profile - envVars:
(*core.Cache)({
})
-------full vars in scopes------
(*impl.Scopes)(0xc000266b60)(<nil>)
---------group vars----------
global: (*core.Cache)({
})
groups members:[]
merged[ nonamed ] runtime vars:
(*core.Cache)({
"c": "module-global-ccc",
"a": "module-global-aaa"
})
(*core.Cache)(0xc000126b38)((len=2) {
(string) (len=1) "c": (string) (len=17) "module-global-ccc",
(string) (len=1) "a": (string) (len=17) "module-global-aaa"
})
[runtime global] dvar expanded result:
{
}
-------runtime global final merged with dvars-------
(*core.Cache)({
"a": "module-global-aaa",
"c": "module-global-ccc"
})
=>call module: [hello-module] task: [Say_world]
Executing tasker layer: 2
located task-> 2 [Say_world]:
Task2: [TODO: Main Caller Taskname ==> Say_world: ]
Executing task stack layer: 1
-Step1:
{
Name: "",
Do: {
{
"cmd": {
"exec_vars",
"exec_base_vars"
},
"name": "inspect",
"desc": "the result would be:\na: caller-global-aaa\nb: caller-global-bbb\nc: module-global-ccc\nd: module-local-ddd\ne: caller-global-eee\n"
},
{
"name": "assert",
"cmd": {
"{{eq .a \"caller-global-aaa\"}}",
"{{eq .b \"caller-global-bbb\"}}",
"{{eq .c \"module-global-ccc\"}}",
"{{eq .d \"module-local-ddd\"}}",
"{{eq .e \"caller-global-eee\"}}"
}
},
{
"name": "return",
"cmd": {
"c"
}
}
},
Dox: <nil>,
Func: "cmd",
Vars: {
"a": "module-local-aaa",
"b": "module-local-bbb",
"d": "module-local-ddd"
},
Dvars: <nil>,
Desc: "",
Reg: "",
Flags: <nil>,
If: "",
Else: <nil>,
Loop: <nil>,
Until: "",
RefDir: "",
VarsFile: "",
Timeout: 0,
Finally: <nil>,
Rescue: false
}
current exec runtime vars:
(*core.Cache)({
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0,
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"d": "module-local-ddd",
"c": "module-global-ccc",
"up_runtime_tasker_layer_number": 2
})
[local] dvar expanded result:
{
}
scope[local] merged: {
"up_runtime_tasker_layer_number": 2,
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0,
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"d": "module-local-ddd",
"c": "module-global-ccc"
}
hello-module: final context exec vars:
(*core.Cache)({
"d": "module-local-ddd",
"c": "module-global-ccc",
"up_runtime_tasker_layer_number": 2,
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0,
"a": "caller-global-aaa",
"b": "caller-global-bbb"
})
[exec_vars exec_base_vars]
~SubStep1: [inspect: the result would be:
a: caller-global-aaa
b: caller-global-bbb
c: module-global-ccc
d: module-local-ddd
e: caller-global-eee
]
1: inspect[exec_vars]
(*core.Cache)({
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"d": "module-local-ddd",
"c": "module-global-ccc",
"up_runtime_tasker_layer_number": 2,
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0
})
2: inspect[exec_base_vars]
{
"c": "module-global-ccc",
"b": "caller-global-bbb",
"e": "caller-global-eee",
"up_runtime_task_layer_number": 0,
"a": "caller-global-aaa"
}
[{{eq .a "caller-global-aaa"}} {{eq .b "caller-global-bbb"}} {{eq .c "module-global-ccc"}} {{eq .d "module-local-ddd"}} {{eq .e "caller-global-eee"}}]
~SubStep2: [assert: ]
1 ASSERT OK: [{{eq .a "caller-global-aaa"}}]
2 ASSERT OK: [{{eq .b "caller-global-bbb"}}]
3 ASSERT OK: [{{eq .c "module-global-ccc"}}]
4 ASSERT OK: [{{eq .d "module-local-ddd"}}]
5 ASSERT OK: [{{eq .e "caller-global-eee"}}]
[c]
~SubStep3: [return: ]
contextual return vars:
(*core.Cache)({
"c": "module-global-ccc"
})
-Step3:
{
Name: "",
Do: {
{
"name": "inspect",
"desc": "the vars in caller after invoking module task",
"cmd": {
"exec_vars",
"exec_base_vars"
}
},
{
"name": "assert",
"cmd": {
"{{eq .a \"caller-global-aaa\"}}",
"{{eq .b \"caller-global-bbb\"}}",
"{{eq .c \"module-global-ccc\"}}",
"{{eq .e \"caller-global-eee\"}}"
}
}
},
Dox: <nil>,
Func: "cmd",
Vars: <nil>,
Dvars: <nil>,
Desc: "",
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_tasker_layer_number": 2,
"e": "caller-global-eee",
"c": "module-global-ccc",
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0
})
[local] dvar expanded result:
{
}
scope[local] merged: {
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0,
"up_runtime_tasker_layer_number": 2,
"e": "caller-global-eee",
"c": "module-global-ccc"
}
self: final context exec vars:
(*core.Cache)({
"up_runtime_tasker_layer_number": 2,
"e": "caller-global-eee",
"c": "module-global-ccc",
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0
})
[exec_vars exec_base_vars]
~SubStep1: [inspect: the vars in caller after invoking module task ]
1: inspect[exec_vars]
(*core.Cache)({
"e": "caller-global-eee",
"c": "module-global-ccc",
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"up_runtime_task_layer_number": 0,
"up_runtime_tasker_layer_number": 2
})
2: inspect[exec_base_vars]
{
"a": "caller-global-aaa",
"b": "caller-global-bbb",
"e": "caller-global-eee",
"c": "module-global-ccc"
}
[{{eq .a "caller-global-aaa"}} {{eq .b "caller-global-bbb"}} {{eq .c "module-global-ccc"}} {{eq .e "caller-global-eee"}}]
~SubStep2: [assert: ]
1 ASSERT OK: [{{eq .a "caller-global-aaa"}}]
2 ASSERT OK: [{{eq .b "caller-global-bbb"}}]
3 ASSERT OK: [{{eq .c "module-global-ccc"}}]
4 ASSERT OK: [{{eq .e "caller-global-eee"}}]
Logs with different verbose level
References