Skip to content

Code Integration [workflow_dispatch][dev-0.6.0] rev.64c6d72edb13d65c53b35130fb9250dd70e59462 #460

Code Integration [workflow_dispatch][dev-0.6.0] rev.64c6d72edb13d65c53b35130fb9250dd70e59462

Code Integration [workflow_dispatch][dev-0.6.0] rev.64c6d72edb13d65c53b35130fb9250dd70e59462 #460

GitHub Actions / Unit Tests - Linux Platform failed Sep 17, 2024 in 0s

4 fail, 4 skipped, 203 pass in 3m 0s

211 tests   203 ✅  3m 0s ⏱️
  8 suites    4 💤
 13 files      4 ❌

Results for commit 64c6d72.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Tests - Linux Platform

TestBackendFactorySuite failed

unit/backend.xml [took 0s]
Raw output
Failed

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Tests - Linux Platform

TestBackendFactorySuite/TestRegisterGet failed

unit/backend.xml [took 0s]
Raw output
Failed
    factory_test.go:54: 
        	Error Trace:	/home/runner/work/qpep/qpep/backend/factory_test.go:54
        	Error:      	Should be false
        	Test:       	TestBackendFactorySuite/TestRegisterGet

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Tests - Linux Platform

TestServiceSuite failed

unit/service.xml [took 23s]
Raw output
Failed

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Tests - Linux Platform

TestServiceSuite/TestServiceMain_Client failed

unit/service.xml [took 11s]
Raw output
Failed
{"level":"info","time":"Sep 17 21:31:10.357","message":"Executes as Interactive mode\n"}
{"level":"info","time":"Sep 17 21:31:10.357","message":"Main"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Configuration Loaded"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Running Client"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Listening address for local api server set to 127.0.0.1"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Opening API Server on: 127.0.0.1:444"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /echo (srv:true cli:true cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /versions (srv:true cli:true cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /status/:addr (srv:true cli:false cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /statistics/hosts (srv:true cli:false cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /statistics/info (srv:false cli:true cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /statistics/data (srv:true cli:true cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /statistics/info/:addr (srv:true cli:false cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Register API: GET /statistics/data/:addr (srv:true cli:false cli-mode:true)\n"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Error running API server: listen tcp 127.0.0.1:444: bind: permission denied"}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Exiting..."}
{"level":"info","time":"Sep 17 21:31:10.358","message":"Closed API Server"}
{"level":"info","time":"Sep 17 21:31:11.358","message":"Exiting false (0 / listen tcp 127.0.0.1:444: bind: permission denied)"}
{"level":"info","time":"Sep 17 21:31:11.358","message":"Clearing system iptables settings\n"}
{"level":"error","time":"Sep 17 21:31:11.361","message":"exit status 4\n"}
{"level":"error","time":"Sep 17 21:31:11.361","message":"Error while starting QPep service: listen tcp 127.0.0.1:444: bind: permission denied"}
{"level":"info","time":"Sep 17 21:31:11.361","message":"Exit errorcode: 1\n"}
    service_test.go:325: 
        	Error Trace:	/home/runner/work/qpep/qpep/service/service_test.go:325
        	            				/home/runner/work/qpep/qpep/service/service_test.go:85
        	Error:      	Not equal: 
        	            	expected: 0
        	            	actual  : 1
        	Test:       	TestServiceSuite/TestServiceMain_Client