-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
During steps what is described at https://github.com/sigscale/tcap/blob/master/README.maintainer after run command make check
the tests failed with reason
TEST INFO: 2 test(s), 11 case(s) in 2 suite(s)
Testing git-repo.tcap.build.tcap_api_SUITE: Starting test, 4 test cases
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:07.435693 ===
supervisor: {<0.131.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,start_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.131.0>,<0.129.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,start_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.131.0>,<0.129.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
tcap_api_SUITE:start_tsl failed on line 91
Reason: {badmatch,{error,{{shutdown,{failed_to_start_child,tcap_tco_...}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testing git-repo.tcap.build.tcap_api_SUITE: *** FAILED test case 1 of 4 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:07.462626 ===
supervisor: {<0.136.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,stop_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.136.0>,<0.134.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,stop_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.136.0>,<0.134.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
tcap_api_SUITE:stop_tsl failed on line 100
Reason: {badmatch,{error,{{shutdown,{failed_to_start_child,tcap_tco_...}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testing git-repo.tcap.build.tcap_api_SUITE: *** FAILED test case 2 of 4 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:07.490425 ===
supervisor: {<0.141.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,start_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.141.0>,<0.139.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,start_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.141.0>,<0.139.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
tcap_api_SUITE:start_csl failed on line 109
Reason: {badmatch,{error,{{shutdown,{failed_to_start_child,tcap_tco_...}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testing git-repo.tcap.build.tcap_api_SUITE: *** FAILED test case 3 of 4 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:07.516988 ===
supervisor: {<0.146.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,start_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.146.0>,<0.144.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,start_tsl},
{tcap_tco_cb,false,false,false,false,false,false,
false,false,false,false,[]},
[<0.146.0>,<0.144.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
tcap_api_SUITE:stop_csl failed on line 122
Reason: {badmatch,{error,{{shutdown,{failed_to_start_child,tcap_tco_...}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testing git-repo.tcap.build.tcap_api_SUITE: *** FAILED test case 4 of 4 ***
=INFO REPORT==== 21-Oct-2024::16:01:07.543275 ===
application: tcap
exited: stopped
type: temporary
Testing git-repo.tcap.build.tcap_api_SUITE: TEST COMPLETE, 0 ok, 4 failed of 4 test cases
Testing git-repo.tcap.build.tcap_q787_SUITE: Starting test, 7 test cases
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:08.856829 ===
supervisor: {<0.192.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.192.0>,<0.190.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.192.0>,<0.190.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
Testing git-repo.tcap.build.tcap_q787_SUITE: *** SKIPPED test case 1 of 7 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:08.885709 ===
supervisor: {<0.197.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.197.0>,<0.195.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.197.0>,<0.195.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
Testing git-repo.tcap.build.tcap_q787_SUITE: *** SKIPPED test case 2 of 7 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:08.916626 ===
supervisor: {<0.202.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.202.0>,<0.200.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.202.0>,<0.200.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
Testing git-repo.tcap.build.tcap_q787_SUITE: *** SKIPPED test case 3 of 7 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:08.947311 ===
supervisor: {<0.207.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.207.0>,<0.205.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.207.0>,<0.205.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
Testing git-repo.tcap.build.tcap_q787_SUITE: *** SKIPPED test case 4 of 7 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:08.977288 ===
supervisor: {<0.212.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.212.0>,<0.210.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.212.0>,<0.210.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
Testing git-repo.tcap.build.tcap_q787_SUITE: *** SKIPPED test case 5 of 7 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:09.007642 ===
supervisor: {<0.217.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.217.0>,<0.215.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,tcap_test_tsl_server},
tcap_test_tsl_server,
[<0.217.0>,<0.215.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
Testing git-repo.tcap.build.tcap_q787_SUITE: *** SKIPPED test case 6 of 7 ***
=SUPERVISOR REPORT==== 21-Oct-2024::16:01:09.094194 ===
supervisor: {<0.228.0>,tcap_tsl_sup}
errorContext: start_error
reason: {'EXIT',
{undef,
[{tcap_tco_server,start_link,
[{local,tcap_test_csl_server},
tcap_test_csl_server,
[<0.228.0>,<0.226.0>],
[]],
[]},
{supervisor,do_start_child_i,3,
[{file,"supervisor.erl"},{line,420}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,406}]},
{supervisor,'-start_children/2-fun-0-',3,
[{file,"supervisor.erl"},{line,390}]},
{supervisor,children_map,4,
[{file,"supervisor.erl"},{line,1256}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,350}]},
{gen_server,init_it,2,
[{file,"gen_server.erl"},{line,851}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,814}]}]}}
offender: [{pid,undefined},
{id,tcap_tco_server},
{mfargs,
{tcap_tco_server,start_link,
[{local,tcap_test_csl_server},
tcap_test_csl_server,
[<0.228.0>,<0.226.0>],
[]]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]
Testing git-repo.tcap.build.tcap_q787_SUITE: *** SKIPPED test case 7 of 7 ***
=INFO REPORT==== 21-Oct-2024::16:01:09.159474 ===
application: tcap
exited: stopped
type: temporary
Testing git-repo.tcap.build.tcap_q787_SUITE: TEST COMPLETE, 0 ok, 0 failed, 7 skipped of 7 test cases
Metadata
Metadata
Assignees
Labels
No labels