Code Integration [push][dev-0.6.0] rev.20c112774213c0693a6e16211929e602a3b0bb7e #501
14 fail, 5 skipped, 197 pass in 3m 25s
Annotations
github-actions / Unit Tests - MacOS Platform
TestNetworkConfigSuite failed
unit/gateway.xml [took 0s]
Raw output
Failed
github-actions / Unit Tests - MacOS Platform
TestNetworkConfigSuite/TestGetDefaultLanListeningAddresses_AutodetectNoGatewayPanic failed
unit/gateway.xml [took 0s]
Raw output
Failed
network_config_test.go:93:
Error Trace: /Users/runner/work/qpep/qpep/workers/gateway/network_config_test.go:93
Error: func (assert.PanicTestFunc)(0x102f004f0) should panic
Panic value: <nil>
Test: TestNetworkConfigSuite/TestGetDefaultLanListeningAddresses_AutodetectNoGatewayPanic
github-actions / Unit Tests - MacOS Platform
TestNetworkConfigSuite/TestGetLanListeningAddresses_Default failed
unit/gateway.xml [took 0s]
Raw output
Failed
network_config_test.go:118:
Error Trace: /Users/runner/work/qpep/qpep/workers/gateway/network_config_test.go:118
/Users/runner/work/qpep/qpep/workers/gateway/network_config_test.go:41
Error: Not equal:
expected: "127.0.0.1"
actual : "192.168.64.6"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-127.0.0.1
+192.168.64.6
Test: TestNetworkConfigSuite/TestGetLanListeningAddresses_Default
network_config_test.go:120: a: [127.0.0.1], b: [192.168.64.6]
network_config_test.go:129: a: [1], b: [1]
github-actions / Unit Tests - MacOS Platform
TestClientProxyListenerSuite failed
unit/client.xml [took 0s]
Raw output
Failed
github-actions / Unit Tests - MacOS Platform
TestClientProxyListenerSuite/TestProxyListener_FailAccept failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: permission denied
goroutine 27 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x140002681a0, {0x102dcbe00, 0x103176d08})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:183 +0x1f4
panic({0x102dcbe00, 0x103176d08})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/monkey.mprotectCrossPage(0x1027f9fe0, 0x18, 0x14000129338?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/!project-!faster/[email protected]/replace_darwin.go:16 +0xb4
github.com/Project-Faster/monkey.copyToLocation(0x1027f9fe0, {0x1400018a420, 0x18, 0x1036454e0?})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/!project-!faster/[email protected]/replace_darwin.go:27 +0x4c
github.com/Project-Faster/monkey.replaceFunction(0x1027f9fe0, 0x1400019f190?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/!project-!faster/[email protected]/replace.go:29 +0x88
github.com/Project-Faster/monkey.patchValue({0x102d97a80?, 0x1400019f190?, 0x9?}, {0x102d97a80, 0x102e47300, 0x13})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/!project-!faster/[email protected]/monkey.go:87 +0x298
github.com/Project-Faster/monkey.PatchInstanceMethod({0x102e53be8?, 0x102e0eb00?}, {0x102c03f24, 0x9}, {0x102d97a80?, 0x102e47300})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/!project-!faster/[email protected]/monkey.go:62 +0x180
github.com/Project-Faster/qpep/workers/client.(*ClientProxyListenerSuite).TestProxyListener_FailAccept(0x1400019cac0)
/Users/runner/work/qpep/qpep/workers/client/client_proxy_test.go:112 +0x18c
reflect.Value.call({0x1400019dec0?, 0x1400019eff8?, 0x140001bed38?}, {0x102c025e7, 0x4}, {0x140001bee68, 0x1, 0x10269c424?})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/reflect/value.go:586 +0x87c
reflect.Value.Call({0x1400019dec0?, 0x1400019eff8?, 0x1400019cac0?}, {0x140001bee68?, 0x102f004e4?, 0x45?})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/reflect/value.go:370 +0x90
github.com/stretchr/testify/suite.Run.func1(0x140002681a0)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x3f0
testing.tRunner(0x140002681a0, 0x140001fe480)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite failed
unit/client.xml [took 0s]
Raw output
Failed
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestRunClient_ErrorListener failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 29 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x140002684e0, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x140002684e0)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x140002684e0, 0x140001fe510)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestValidateConfiguration failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 30 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x14000268680, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x14000268680)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x14000268680, 0x140001fe5a0)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestValidateConfiguration_BadConnectionRetries failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 31 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x14000268820, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x14000268820)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x14000268820, 0x140001fe630)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestValidateConfiguration_BadDiverterThreads failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 32 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x140002689c0, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x140002689c0)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x140002689c0, 0x140001fe6c0)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestValidateConfiguration_BadGatewayHost failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 33 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x14000268b60, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x14000268b60)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x14000268b60, 0x140001fe750)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestValidateConfiguration_BadGatewayPort failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 34 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x14000268d00, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x14000268d00)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x14000268d00, 0x140001fe7e0)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestValidateConfiguration_BadListenHost failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 35 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x14000268ea0, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x14000268ea0)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x14000268ea0, 0x140001fe870)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368
github-actions / Unit Tests - MacOS Platform
TestClientSuite/TestValidateConfiguration_BadListenPort failed
unit/client.xml [took 0s]
Raw output
Failed
suite.go:87: test panicked: runtime error: invalid memory address or nil pointer dereference
goroutine 36 [running]:
runtime/debug.Stack()
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/debug/stack.go:24 +0x64
github.com/stretchr/testify/suite.failOnPanic(0x14000269040, {0x102daee00, 0x103631f80})
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x12b2a92c8?)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x1?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).AfterTest(0x140002605a0?, {0x102e4d470?, 0x14000254870?}, {0x102dfdea0?, 0x140001beb08?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:67 +0x24
github.com/stretchr/testify/suite.Run.func1.1()
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:175 +0x1ac
panic({0x102daee00, 0x103631f80})
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0x80?)
/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x102753123?, {0x102e4d470?, 0x14000254870?}, {0xf?, 0x102f004e4?})
/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
github.com/stretchr/testify/suite.Run.func1(0x14000269040)
/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
testing.tRunner(0x14000269040, 0x140001fe900)
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1576 +0x10c
created by testing.(*T).Run
/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/testing/testing.go:1629 +0x368