Skip to content

Code Integration [push][dev-0.6.0] rev.5a658f03f571fdce5f22eb488bf782764b58b0da #502

Code Integration [push][dev-0.6.0] rev.5a658f03f571fdce5f22eb488bf782764b58b0da

Code Integration [push][dev-0.6.0] rev.5a658f03f571fdce5f22eb488bf782764b58b0da #502

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

13 fail, 5 skipped, 198 pass in 3m 25s

216 tests  ±0   198 ✅ +1   3m 25s ⏱️ ±0s
 13 suites ±0     5 💤 ±0 
 13 files   ±0    13 ❌  - 1 

Results for commit 5a658f0. ± Comparison against earlier commit 20c1127.

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 18 [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, {0x101673e00, 0x101a1ed08})
        	/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({0x101673e00, 0x101a1ed08})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/runtime/panic.go:884 +0x204
        github.com/Project-Faster/monkey.mprotectCrossPage(0x1010a1fe0, 0x18, 0x1400012d338?)
        	/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(0x1010a1fe0, {0x14000026858, 0x18, 0x101eed4e0?})
        	/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(0x1010a1fe0, 0x14000011250?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/!project-!faster/[email protected]/replace.go:29 +0x88
        github.com/Project-Faster/monkey.patchValue({0x10163fa80?, 0x14000011250?, 0x9?}, {0x10163fa80, 0x1016ef300, 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({0x1016fbbe8?, 0x1016b6b00?}, {0x1014abf24, 0x9}, {0x10163fa80?, 0x1016ef300})
        	/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(0x14000076d80)
        	/Users/runner/work/qpep/qpep/workers/client/client_proxy_test.go:112 +0x18c
        reflect.Value.call({0x14000258180?, 0x140000110b8?, 0x14000184d38?}, {0x1014aa5e7, 0x4}, {0x14000184e68, 0x1, 0x100f44424?})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/reflect/value.go:586 +0x87c
        reflect.Value.Call({0x14000258180?, 0x140000110b8?, 0x14000076d80?}, {0x14000184e68?, 0x1017a84e4?, 0x45?})
        	/Users/runner/hostedtoolcache/go/1.20.14/arm64/src/reflect/value.go:370 +0x90
        github.com/stretchr/testify/suite.Run.func1(0x140002689c0)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:197 +0x3f0
        testing.tRunner(0x140002689c0, 0x14000158480)
        	/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 20 [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, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/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, 0x14000158510)
        	/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 21 [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, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/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, 0x140001585a0)
        	/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 22 [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, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/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, 0x14000158630)
        	/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 23 [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(0x140002691e0, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x140002691e0)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x140002691e0, 0x140001586c0)
        	/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 24 [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(0x14000269380, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000269380)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000269380, 0x14000158750)
        	/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 25 [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(0x14000269520, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000269520)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000269520, 0x140001587e0)
        	/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 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(0x140002696c0, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x140002696c0)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x140002696c0, 0x14000158870)
        	/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 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(0x14000269860, {0x101656e00, 0x101ed9f80})
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:87 +0x34
        github.com/stretchr/testify/suite.recoverAndFailOnPanic(0x140002662e8?)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:82 +0x3c
        panic({0x101656e00, 0x101ed9f80})
        	/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(0x1400025b3b0?, {0x1016f5470?, 0x1400025caf0?}, {0x1016a5ea0?, 0x14000184b08?})
        	/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({0x101656e00, 0x101ed9f80})
        	/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(0x100ffb123?, {0x1016f5470?, 0x1400025caf0?}, {0xf?, 0x1017a84e4?})
        	/Users/runner/work/qpep/qpep/workers/client/client_test.go:40 +0x20
        github.com/stretchr/testify/suite.Run.func1(0x14000269860)
        	/Users/runner/work/qpep/qpep/.go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:190 +0x1d8
        testing.tRunner(0x14000269860, 0x14000158900)
        	/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

TestNetworkConfigSuite failed

unit/gateway.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

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.13"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-127.0.0.1
        	            	+192.168.64.13
        	Test:       	TestNetworkConfigSuite/TestGetLanListeningAddresses_Default
    network_config_test.go:120: a: [127.0.0.1], b: [192.168.64.13]
    network_config_test.go:129: a: [1], b: [1]