Skip to content

Code Integration [workflow_dispatch][dev-0.6.0] rev.5e1541188f0d72895eb33f43a5cee12a25be79b1 #477

Code Integration [workflow_dispatch][dev-0.6.0] rev.5e1541188f0d72895eb33f43a5cee12a25be79b1

Code Integration [workflow_dispatch][dev-0.6.0] rev.5e1541188f0d72895eb33f43a5cee12a25be79b1 #477

GitHub Actions / Unit Tests - MacOS Platform failed Oct 1, 2024 in 0s

11 fail, 5 skipped, 200 pass in 3m 26s

216 tests   200 ✅  3m 26s ⏱️
 13 suites    5 💤
 13 files     11 ❌

Results for commit 5e15411.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

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

TestClientProxyListenerSuite failed

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

Check warning on line 0 in /

See this annotation in the file changed.

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

TestClientProxyListenerSuite/TestProxyListener_FailAccept failed

unit/client.xml [took 0s]
Raw output
Failed
    suite.go:87: test panicked: permission denied
        goroutine 26 [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(0x14000254000, {0x102f1fce0, 0x1032cad08})
        	/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({0x102f1fce0, 0x1032cad08})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/monkey.mprotectCrossPage(0x10294f020, 0x18, 0x140000b3338?)
        	/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(0x10294f020, {0x140001ae330, 0x18, 0x1037994c0?})
        	/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(0x10294f020, 0x140001f3170?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/!project-!faster/[email protected]/replace.go:29 +0x88
        github.com/Project-Faster/monkey.patchValue({0x102eeb9c0?, 0x140001f3170?, 0x9?}, {0x102eeb9c0, 0x102f9b040, 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({0x102fa7928?, 0x102f62840?}, {0x102d5817b, 0x9}, {0x102eeb9c0?, 0x102f9b040})
        	/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(0x140001bca80)
        	/Users/runner/work/qpep/qpep/workers/client/client_proxy_test.go:112 +0x18c
        reflect.Value.call({0x140001bde80?, 0x140001f2fd8?, 0x14000185d38?}, {0x102d56847, 0x4}, {0x14000185e68, 0x1, 0x1027f14f4?})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/reflect/value.go:586 +0x87c
        reflect.Value.Call({0x140001bde80?, 0x140001f2fd8?, 0x140001bca80?}, {0x14000185e68?, 0x103053fa4?, 0x45?})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/reflect/value.go:370 +0x90
        github.com/stretchr/testify/suite.Run.func1(0x14000254000)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x3f0
        testing.tRunner(0x14000254000, 0x140002143f0)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

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

TestClientSuite failed

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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Tests - 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 28 [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(0x14000254340, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000254340)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000254340, 0x14000214480)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions 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 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(0x140002544e0, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x140002544e0)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x140002544e0, 0x14000214510)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions 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 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(0x14000254680, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000254680)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000254680, 0x140002145a0)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions 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 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(0x14000254820, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000254820)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000254820, 0x14000214630)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions 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 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(0x140002549c0, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x140002549c0)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x140002549c0, 0x140002146c0)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions 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 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(0x14000254b60, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000254b60)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000254b60, 0x14000214750)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions 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 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(0x14000254d00, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000254d00)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000254d00, 0x140002147e0)
        	/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

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions 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 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(0x14000254ea0, {0x102f02ce0, 0x103785f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x14000185898?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x102f02ce0, 0x103785f80})
        	/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(0x1400026c480?, {0x102fa11b0?, 0x14000240870?}, {0x102f51be0?, 0x14000185b08?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:65 +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({0x102f02ce0, 0x103785f80})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/qpep/workers/gateway.SetSystemProxy(0xc0?)
        	/Users/runner/work/qpep/qpep/workers/gateway/gateway_interface_darwin.go:83 +0x28
        github.com/Project-Faster/qpep/workers/client.(*ClientSuite).BeforeTest(0x1028a81f3?, {0x102fa11b0?, 0x14000240870?}, {0xf?, 0x103053fa4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000254ea0)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000254ea0, 0x14000214870)
        	/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