Code Integration [workflow_dispatch][dev-0.6.0] rev.28f7b030461b0678defe08686d498d02a7f80dbe #466
23 fail, 9 skipped, 288 pass in 7m 16s
320 tests 288 ✅ 7m 16s ⏱️
13 suites 9 💤
13 files 23 ❌
Results for commit 28f7b03.
Annotations
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite failed
unit\client.xml [took 19s]
Raw output
Failed
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestFailedCheckConnection_PreferDiverterExhausted failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"error","time":"Sep 18 21:01:54.409","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"debug","time":"Sep 18 21:01:54.409","message":"wmic useraccount get sid"}
{"level":"info","time":"Sep 18 21:01:54.487","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:54.487","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:54.519","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:54.550","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:54.550","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:54.580","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:54.612","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:54.612","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:54.644","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:54.675","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:54.675","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:54.706","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:54.737","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:54.737","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:54.769","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 20 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc000085040, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0003f2500?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestFailedCheckConnection_PreferDiverterExhausted(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:183 +0x7e
reflect.Value.call({0xc0000a3f00?, 0xc0000ecf78?, 0x0?}, {0x7ff653400235, 0x4}, {0xc0003fde70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ecf78?, 0xc000094460?}, {0xc0003fde70?, 0x31?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc000085040)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc000085040, 0xc00030c090)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestFailedCheckConnection_PreferDiverterKeepRedirect failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:01:54.802","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:01:54.802","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:01:54.802","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:01:54.974","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:01:54.974","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:54.974","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:54.990","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.021","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.021","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.053","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.069","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.069","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.100","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.132","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.132","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.163","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.179","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.179","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.210","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 50 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0002d69c0, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc000040cc0?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestFailedCheckConnection_PreferDiverterKeepRedirect(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:133 +0xf5
reflect.Value.call({0xc0000a3f00?, 0xc0000ecf90?, 0x0?}, {0x7ff653400235, 0x4}, {0xc0000e5e70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ecf90?, 0xc000094460?}, {0xc0000e5e70?, 0x34?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0002d69c0)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0002d69c0, 0xc00030c120)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestFailedCheckConnection_PreferDiverterSwitchToProxy failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:01:55.242","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:01:55.242","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:01:55.242","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:01:55.328","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:01:55.328","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.328","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.353","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.385","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.385","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.400","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.432","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.432","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.464","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.495","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.495","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.527","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.558","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.559","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.590","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 55 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0002d7380, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc000040e60?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestFailedCheckConnection_PreferDiverterSwitchToProxy(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:161 +0x146
reflect.Value.call({0xc0000a3f00?, 0xc0000ecfa8?, 0x0?}, {0x7ff653400235, 0x4}, {0xc00041fe70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ecfa8?, 0xc000094460?}, {0xc00041fe70?, 0x35?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0002d7380)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0002d7380, 0xc00030c1b0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestFailedCheckConnection_PreferProxyExhausted failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:01:55.621","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:01:55.621","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:01:55.621","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:01:55.702","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:01:55.702","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.702","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.722","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.748","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.748","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.779","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.810","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.810","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.842","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.873","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.873","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.905","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:55.938","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:55.938","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:55.970","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 66 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc000084680, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc000040cc0?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestFailedCheckConnection_PreferProxyExhausted(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:276 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ecfc0?, 0x0?}, {0x7ff653400235, 0x4}, {0xc0002ade70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ecfc0?, 0xc000094460?}, {0xc0002ade70?, 0x2e?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc000084680)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc000084680, 0xc00030c240)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestFailedCheckConnection_PreferProxyKeepRedirect failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:01:56.001","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:01:56.001","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:01:56.001","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:01:56.128","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:01:56.128","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.128","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.158","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.174","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.174","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.190","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.205","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.205","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.237","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.268","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.268","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.300","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.316","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.316","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.347","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 100 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc000084820, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0003f2600?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestFailedCheckConnection_PreferProxyKeepRedirect(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:198 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ecfd8?, 0x0?}, {0x7ff653400235, 0x4}, {0xc0001bde70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ecfd8?, 0xc000094460?}, {0xc0001bde70?, 0x31?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc000084820)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc000084820, 0xc00030c2d0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestFailedCheckConnection_PreferProxySwitchToProxy_Fail failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:01:56.379","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:01:56.379","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:01:56.379","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:01:56.456","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:01:56.465","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.465","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.488","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.519","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.519","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.550","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.581","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.581","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.613","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.644","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.644","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.676","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.708","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.708","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.739","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 70 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0000856c0, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0003f2660?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestFailedCheckConnection_PreferProxySwitchToProxy_Fail(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:249 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ecff0?, 0x0?}, {0x7ff653400235, 0x4}, {0xc00052be70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ecff0?, 0xc000094460?}, {0xc00052be70?, 0x37?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0000856c0)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0000856c0, 0xc00030c360)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestFailedCheckConnection_PreferProxySwitchToProxy_OK failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:01:56.761","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:01:56.761","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:01:56.761","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:01:56.833","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:01:56.833","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.833","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.865","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.897","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.897","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.929","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:56.960","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:56.960","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:56.979","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:57.008","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:57.008","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:57.039","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:01:57.070","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:01:57.070","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:01:57.102","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 43 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc000085860, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0003f2760?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestFailedCheckConnection_PreferProxySwitchToProxy_OK(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:222 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ed008?, 0x0?}, {0x7ff653400235, 0x4}, {0xc000343e70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed008?, 0xc000094460?}, {0xc000343e70?, 0x35?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc000085860)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc000085860, 0xc00030c3f0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestHandleTCPConn_FailGetStream failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:07.551","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:02:07.551","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:07.551","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:07.658","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:07.658","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:07.658","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:07.692","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:07.723","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:07.723","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:07.754","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:07.785","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:07.785","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:07.817","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:07.849","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:07.849","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:07.880","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:07.912","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:07.912","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:07.943","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 255 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0001ca9c0, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0003f25a0?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestHandleTCPConn_FailGetStream(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:486 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ed140?, 0x0?}, {0x7ff653400235, 0x4}, {0xc0000ade70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed140?, 0xc000094460?}, {0xc0000ade70?, 0x1f?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001ca9c0)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001ca9c0, 0xc00030cb40)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestHandleTCPConn_Multistream failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:07.975","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:02:07.975","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:07.975","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:08.328","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:08.328","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.328","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.356","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.387","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.387","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.418","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.450","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.450","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.482","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.513","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.513","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.545","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.576","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.576","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.608","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 274 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0001ca820, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0003f2640?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestHandleTCPConn_Multistream(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:442 +0x2d
reflect.Value.call({0xc0000a3f00?, 0xc0000ed158?, 0x0?}, {0x7ff653400235, 0x4}, {0xc000293e70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed158?, 0xc000094460?}, {0xc000293e70?, 0x1d?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001ca820)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001ca820, 0xc00030cbd0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestHandleTCPConn_NoMultistream failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:08.640","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:02:08.640","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:08.640","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:08.734","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:08.734","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.734","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.765","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.797","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.797","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.828","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.860","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.860","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.891","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.907","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.907","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:08.939","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:08.970","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:08.970","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:09.002","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 201 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0001ca9c0, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc000040c00?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestHandleTCPConn_NoMultistream(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:404 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ed170?, 0x0?}, {0x7ff653400235, 0x4}, {0xc00009fe70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed170?, 0xc000094460?}, {0xc00009fe70?, 0x1f?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001ca9c0)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001ca9c0, 0xc00030cc60)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestHandleTCPConn_NoMultistreamProxy failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:09.033","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:02:09.033","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:09.033","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:09.163","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:09.163","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:09.163","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:09.183","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:09.203","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:09.203","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:09.223","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:09.255","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:09.255","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:09.287","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:09.318","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:09.318","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:09.349","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:09.381","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:09.381","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:09.412","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 284 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0001ca820, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0003f25c0?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestHandleTCPConn_NoMultistreamProxy(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:513 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ed188?, 0x0?}, {0x7ff653400235, 0x4}, {0xc000079e70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed188?, 0xc000094460?}, {0xc000079e70?, 0x24?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001ca820)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001ca820, 0xc00030ccf0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestInitialCheckConnection_PreferProxy failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:10.437","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:02:10.438","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:10.438","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:10.534","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:10.534","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:10.534","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:10.564","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:10.595","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:10.595","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:10.626","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:10.657","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:10.657","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:10.688","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:10.720","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:10.720","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:10.751","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:10.782","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:10.782","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:10.814","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 209 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0001cab60, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0004ea560?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestInitialCheckConnection_PreferProxy(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:102 +0x25
reflect.Value.call({0xc0000a3f00?, 0xc0000ed1d0?, 0x0?}, {0x7ff653400235, 0x4}, {0xc0002ade70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed1d0?, 0xc000094460?}, {0xc0002ade70?, 0x26?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001cab60)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001cab60, 0xc00030cea0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestOpenQuicSession failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:12.616","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:02:12.616","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:12.616","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:12.685","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:12.685","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:12.685","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:12.705","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:12.727","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:12.727","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:12.758","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:12.774","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:12.774","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:12.805","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:12.836","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:12.837","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:12.859","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:12.885","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:12.885","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:12.916","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 302 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0001ca820, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0004ea720?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestOpenQuicSession(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:299 +0xab
reflect.Value.call({0xc0000a3f00?, 0xc0000ed218?, 0x0?}, {0x7ff653400235, 0x4}, {0xc0002f3e70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed218?, 0xc000094460?}, {0xc0002f3e70?, 0x13?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001ca820)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001ca820, 0xc00030d050)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientNetworkSuite/TestOpenQuicSession_Fail failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:12.936","message":"Timeout multiplier set to 1"}
{"level":"debug","time":"Sep 18 21:02:12.936","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:12.936","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:13.085","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:13.085","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:13.085","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:13.105","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:13.126","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:13.126","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:13.157","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:13.189","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:13.189","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:13.221","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:13.252","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:13.252","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:13.284","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:13.315","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:13.315","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:13.347","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 241 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0001cab60, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0004ea540?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientNetworkSuite).TestOpenQuicSession_Fail(0xc000094460)
D:/a/qpep/qpep/workers/client/client_network_windows_test.go:342 +0x99
reflect.Value.call({0xc0000a3f00?, 0xc0000ed230?, 0x0?}, {0x7ff653400235, 0x4}, {0xc000389e70, 0x1, 0x0?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0000a3f00?, 0xc0000ed230?, 0xc000094460?}, {0xc000389e70?, 0x18?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001cab60)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001cab60, 0xc00030d0e0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientSuite failed
unit\client.xml [took 43s]
Raw output
Failed
github-actions / Unit Tests - Windows Platform
TestClientSuite/TestHandleServices failed
unit\client.xml [took 10s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:15.658","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:15.658","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:15.676","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:15.705","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:15.705","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:15.736","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:15.768","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:15.768","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:15.789","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:15.815","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:15.815","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:15.847","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:15.878","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:15.879","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:15.894","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:15.926","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:15.926","message":"SET counter: counter-connections[] = 0.00\n"}
client_patch_test.go:106: Test Timed out waiting for routines to finish
{"level":"info","time":"Sep 18 21:02:25.940","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:25.940","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:25.972","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.003","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.003","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.034","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.066","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.066","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.098","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.129","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.129","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.160","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.192","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.192","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.223","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
github-actions / Unit Tests - Windows Platform
TestClientSuite/TestHandleServices_FailGateway failed
unit\client.xml [took 10s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:26.255","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.255","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.271","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.302","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.302","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.333","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.364","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.364","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.395","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.427","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.427","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.459","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:26.490","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:26.490","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:26.521","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:26.552","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:26.552","message":"SET counter: counter-connections[] = 0.00\n"}
client_patch_test.go:185: Test Timed out waiting for routines to finish
{"level":"info","time":"Sep 18 21:02:36.556","message":"Closing WinDivert...\n"}
{"level":"info","time":"Sep 18 21:02:36.556","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.556","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"info","time":"Sep 18 21:02:36.556","message":"[0000] Windivert engine must first be initialized"}
{"level":"info","time":"Sep 18 21:02:36.556","message":"WinDivert code: 1\n"}
{"level":"info","time":"Sep 18 21:02:36.556","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.556","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.587","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:36.587","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:36.613","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.613","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"info","time":"Sep 18 21:02:36.613","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.613","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.635","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:36.635","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:36.666","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.666","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"info","time":"Sep 18 21:02:36.666","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.666","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.697","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:36.697","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:36.729","message":"Clearing system proxy settings\n"}
{"level":"info","time":"Sep 18 21:02:36.729","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.729","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.729","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.761","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:36.761","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:36.792","message":"Clearing system proxy settings\n"}
{"level":"info","time":"Sep 18 21:02:36.792","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.792","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.792","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.824","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:36.824","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
github-actions / Unit Tests - Windows Platform
TestClientSuite/TestHandleServices_FailStatistics failed
unit\client.xml [took 10s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:36.855","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.855","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.887","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:36.919","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.919","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:36.950","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:36.981","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:36.981","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:37.013","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:37.029","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:37.029","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:37.045","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:37.076","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:37.076","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:37.107","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:37.139","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:37.139","message":"SET counter: counter-connections[] = 0.00\n"}
client_patch_test.go:260: Test Timed out waiting for routines to finish
{"level":"info","time":"Sep 18 21:02:47.142","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:47.142","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:47.169","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:47.190","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:47.190","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:47.221","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:47.253","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:47.253","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:47.284","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:47.313","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:47.313","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:47.334","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:47.360","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:47.360","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:47.393","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
github-actions / Unit Tests - Windows Platform
TestClientSuite/TestInitialCheckConnection failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:49.845","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:49.845","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:49.876","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:49.908","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:49.908","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:49.939","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:49.971","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:49.971","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.002","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.018","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.018","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.050","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.081","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.081","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.112","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:50.143","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:50.144","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:50.144","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:50.144","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.144","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.175","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.207","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.207","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.238","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.269","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.269","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.301","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.333","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.333","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.365","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.396","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.396","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.428","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 635 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0000844e0, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0004ea240?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).TestInitialCheckConnection(0xc000316000)
D:/a/qpep/qpep/workers/client/client_patch_test.go:342 +0x2d
reflect.Value.call({0xc0004acd00?, 0xc00000ae70?, 0x2?}, {0x7ff653400235, 0x4}, {0xc0000ade70, 0x1, 0x7ff6538c1720?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0004acd00?, 0xc00000ae70?, 0xc000316000?}, {0xc0000ade70?, 0x7ff653750730?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0000844e0)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0000844e0, 0xc0004e8630)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientSuite/TestRunClient failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:50.459","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.459","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.490","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.521","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.521","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.553","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.585","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.585","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.616","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.648","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.648","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.679","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.710","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.710","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.742","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:50.773","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:50.773","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"info","time":"Sep 18 21:02:50.773","message":"Starting TCP-QPEP Tunnel Listener"}
{"level":"error","time":"Sep 18 21:02:50.773","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:50.773","message":"PANIC: configuration values did not pass validation"}
goroutine 667 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
runtime/debug.PrintStack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:16 +0x19
github.com/Project-Faster/qpep/workers/client.RunClient.func1()
D:/a/qpep/qpep/workers/client/client.go:52 +0x77
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc0004ea020?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.RunClient({0x7ff6534d9a50, 0xc00006a870}, 0xc000092050)
D:/a/qpep/qpep/workers/client/client.go:62 +0xca
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).TestRunClient(0xc000316000)
D:/a/qpep/qpep/workers/client/client_patch_test.go:40 +0x165
reflect.Value.call({0xc0004acd00?, 0xc00000ae88?, 0x2?}, {0x7ff653400235, 0x4}, {0xc0000ade70, 0x1, 0x7ff6538c1720?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0004acd00?, 0xc00000ae88?, 0xc000316000?}, {0xc0000ade70?, 0x7ff653750730?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0002ea340)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0002ea340, 0xc0004e86c0)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
client_patch_test.go:42:
Error Trace: D:/a/qpep/qpep/workers/client/client_patch_test.go:42
Error: Should be true
Test: TestClientSuite/TestRunClient
client_patch_test.go:43:
Error Trace: D:/a/qpep/qpep/workers/client/client_patch_test.go:43
Error: Should be true
Test: TestClientSuite/TestRunClient
client_patch_test.go:44:
Error Trace: D:/a/qpep/qpep/workers/client/client_patch_test.go:44
Error: Should be true
Test: TestClientSuite/TestRunClient
{"level":"info","time":"Sep 18 21:02:50.773","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.773","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.805","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.837","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.837","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.869","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.900","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.900","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.932","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:50.963","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:50.963","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:50.995","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.026","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.026","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.058","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
github-actions / Unit Tests - Windows Platform
TestClientSuite/TestRunClient_ErrorListener failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:51.090","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.090","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.121","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.152","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.152","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.184","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.200","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.200","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.231","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.262","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.262","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.294","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.325","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.327","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.356","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:51.388","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:51.389","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:51.389","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
{"level":"info","time":"Sep 18 21:02:51.389","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.389","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.404","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.436","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.436","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.467","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.498","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.498","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.530","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.562","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.562","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.593","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:51.625","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:51.625","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:51.657","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
suite.go:87: test panicked: configuration values did not pass validation
goroutine 683 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/suite.failOnPanic(0xc0002eb520, {0x7ff65335ad80, 0xc00005c550})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x3b
github.com/stretchr/testify/suite.Run.func1.1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x252
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc000040ac0?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).TestRunClient_ErrorListener(0xc000316000)
D:/a/qpep/qpep/workers/client/client_test.go:131 +0x25
reflect.Value.call({0xc0004acd00?, 0xc00000aea0?, 0x2?}, {0x7ff653400235, 0x4}, {0xc0000ade70, 0x1, 0x7ff6538c1720?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0004acd00?, 0xc00000aea0?, 0xc000316000?}, {0xc0000ade70?, 0x7ff653750730?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0002eb520)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0002eb520, 0xc0004e8750)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
github-actions / Unit Tests - Windows Platform
TestClientSuite/TestValidateConfiguration failed
unit\client.xml [took 0s]
Raw output
Failed
{"level":"info","time":"Sep 18 21:02:52.854","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:52.854","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:52.886","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:52.917","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:52.917","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:52.949","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:52.967","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:52.967","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:52.996","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:53.027","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:53.027","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:53.058","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:53.090","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:53.090","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:53.121","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"debug","time":"Sep 18 21:02:53.153","message":"Statistics reset."}
{"level":"debug","time":"Sep 18 21:02:53.153","message":"SET counter: counter-connections[] = 0.00\n"}
{"level":"error","time":"Sep 18 21:02:53.153","message":"Addresses 'hosts' must all be different: [127.0.0.1 127.0.0.1]\n"}
client_test.go:69:
Error Trace: D:/a/qpep/qpep/workers/client/client_test.go:69
Error: func (assert.PanicTestFunc)(0x7ff652c1f2e0) should not panic
Panic value: configuration values did not pass validation
Panic stack: goroutine 744 [running]:
runtime/debug.Stack()
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/debug/stack.go:24 +0x65
github.com/stretchr/testify/assert.didPanic.func1()
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/assert/assertions.go:1038 +0x6c
panic({0x7ff65335ad80, 0xc00005c550})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/runtime/panic.go:884 +0x213
github.com/Project-Faster/qpep/shared/configuration.AssertParamHostsDifferent({0x7ff65340073b, 0x5}, {0xc00008a060?, 0x2, 0x2})
D:/a/qpep/qpep/shared/configuration/params_validation.go:120 +0x1c9
github.com/Project-Faster/qpep/workers/client.validateConfiguration()
D:/a/qpep/qpep/workers/client/client.go:271 +0x22d
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).TestValidateConfiguration.func1()
D:/a/qpep/qpep/workers/client/client_test.go:70 +0x17
github.com/stretchr/testify/assert.didPanic(0xc00009f620?)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/assert/assertions.go:1043 +0x8c
github.com/stretchr/testify/assert.NotPanics({0x7ff6534d6020, 0xc0001f49c0}, 0x7ff653445cd8, {0x0, 0x0, 0x0})
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/assert/assertions.go:1114 +0x7b
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).TestValidateConfiguration(0x0?)
D:/a/qpep/qpep/workers/client/client_test.go:69 +0x38
reflect.Value.call({0xc0004acd00?, 0xc00000aee8?, 0x2?}, {0x7ff653400235, 0x4}, {0xc00009fe70, 0x1, 0x7ff6538c1720?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:586 +0xb07
reflect.Value.Call({0xc0004acd00?, 0xc00000aee8?, 0xc000316000?}, {0xc00009fe70?, 0x7ff653750730?, 0x7ff653511132?})
C:/hostedtoolcache/windows/go/1.20.14/x64/src/reflect/value.go:370 +0xbc
github.com/stretchr/testify/suite.Run.func1(0xc0001f49c0)
C:/Users/runneradmin/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x4b6
testing.tRunner(0xc0001f49c0, 0xc0004e8900)
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
C:/hostedtoolcache/windows/go/1.20.14/x64/src/testing/testing.go:1629 +0x3ea
Test: TestClientSuite/TestValidateConfiguration
{"level":"info","time":"Sep 18 21:02:53.153","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:53.153","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:53.184","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-503\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:53.216","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:53.216","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:53.247","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-501\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:53.279","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:53.279","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:53.310","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-1000\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:53.342","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:53.342","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:53.373","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-500\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}
{"level":"info","time":"Sep 18 21:02:53.405","message":"Clearing system proxy settings\n"}
{"level":"debug","time":"Sep 18 21:02:53.405","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyServer /t REG_SZ /d /f"}
{"level":"debug","time":"Sep 18 21:02:53.436","message":"reg add HKEY_USERS\\S-1-5-21-2135756181-3459304122-602011158-504\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings /v ProxyEnable /t REG_DWORD /d 0 /f"}