-
Notifications
You must be signed in to change notification settings - Fork 8
/
hashicorp_rpc_go.log
67 lines (67 loc) · 5.58 KB
/
hashicorp_rpc_go.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[INFO] fungo: set plugin log level: level=debug
[INFO] fungo: init plugin: path=fungo/examples/debugtalk.bin
[INFO] hc-rpc-go: launch the plugin process
[DEBUG] hc-rpc-go: starting plugin: path=fungo/examples/debugtalk.bin args=["fungo/examples/debugtalk.bin"]
[DEBUG] hc-rpc-go: plugin started: path=fungo/examples/debugtalk.bin pid=21194
[DEBUG] hc-rpc-go: waiting for RPC address: path=fungo/examples/debugtalk.bin
[DEBUG] hc-rpc-go.debugtalk.bin: 2023/08/20 14:58:04 plugin init function called
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=sum_ints
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=sum_two_int
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=sum
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=sum_two_string
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=sum_strings
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=concatenate
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=setup_hook_example
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: register plugin function: funcName=teardown_hook_example
[INFO] hc-rpc-go.debugtalk.bin: [INFO] fungo: start plugin server in RPC mode
[DEBUG] hc-rpc-go: using plugin: version=1
[DEBUG] hc-rpc-go.debugtalk.bin: plugin address: network=unix address=/var/folders/nm/6prc3p4s2tg_27_3fwfv22vh0000gp/T/plugin158499432 timestamp="2023-08-20T14:58:04.565+0800"
[INFO] hc-rpc-go: load hashicorp go plugin success: path=fungo/examples/debugtalk.bin
[DEBUG] hc-rpc-go: check if plugin has function: funcName=sum_ints
[DEBUG] fungo: rpc_client GetNames() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server GetNames() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: get registered plugin functions: names=["sum", "sumtwostring", "concatenate", "setup_hook_example", "sum_two_int", "sumstrings", "teardown_hook_example", "teardownhookexample", "sum_ints", "sumints", "sumtwoint", "sum_two_string", "sum_strings", "setuphookexample"]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server GetNames() success
[DEBUG] fungo: rpc_client GetNames() success
[DEBUG] hc-rpc-go: check if plugin has function: funcName=concatenate
[DEBUG] fungo: rpc_client GetNames() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server GetNames() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: get registered plugin functions: names=["sum", "sumtwostring", "concatenate", "setup_hook_example", "sum_two_int", "sumstrings", "teardown_hook_example", "teardownhookexample", "sum_ints", "sumints", "sumtwoint", "sum_two_string", "sum_strings", "setuphookexample"]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server GetNames() success
[DEBUG] fungo: rpc_client GetNames() success
[INFO] fungo: rpc_client Call() start: funcName=sum_ints funcArgs=[1, 2, 3, 4]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: plugin function execution: funcName=sum_ints args=[1, 2, 3, 4]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() success
[INFO] fungo: rpc_client Call() success: result=10
[INFO] fungo: rpc_client Call() start: funcName=sum_two_int funcArgs=[1, 2]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: plugin function execution: funcName=sum_two_int args=[1, 2]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() success
[INFO] fungo: rpc_client Call() success: result=3
[INFO] fungo: rpc_client Call() start: funcName=sum funcArgs=[1, 2, 3.4, 5]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: plugin function execution: funcName=sum args=[1, 2, 3.4, 5]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() success
[INFO] fungo: rpc_client Call() success: result=11.4
[INFO] fungo: rpc_client Call() start: funcName=sum_two_string funcArgs=[a, b]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: plugin function execution: funcName=sum_two_string args=[a, b]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() success
[INFO] fungo: rpc_client Call() success: result=ab
[INFO] fungo: rpc_client Call() start: funcName=sum_strings funcArgs=[a, b, c]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: plugin function execution: funcName=sum_strings args=[a, b, c]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() success
[INFO] fungo: rpc_client Call() success: result=abc
[INFO] fungo: rpc_client Call() start: funcName=concatenate funcArgs=[a, 2, c, 3.4]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() start
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo.func_exec: plugin function execution: funcName=concatenate args=[a, 2, c, 3.4]
[DEBUG] hc-rpc-go.debugtalk.bin: [DEBUG] fungo: rpc_server Call() success
[INFO] fungo: rpc_client Call() success: result=a2c3.4
[INFO] hc-rpc-go: quit hashicorp plugin process
[DEBUG] hc-rpc-go.debugtalk.bin: 2023/08/20 14:58:04 [DEBUG] plugin: plugin server: accept unix /var/folders/nm/6prc3p4s2tg_27_3fwfv22vh0000gp/T/plugin158499432: use of closed network connection
[INFO] hc-rpc-go: plugin process exited: path=fungo/examples/debugtalk.bin pid=21194
[DEBUG] hc-rpc-go: plugin exited
[INFO] fungo: close log file
e