Skip to content

feat: Support client IDs in ODRL policies #102

feat: Support client IDs in ODRL policies

feat: Support client IDs in ODRL policies #102

Triggered via pull request November 10, 2025 14:14
Status Cancelled
Total duration 6m 5s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

17 errors
build (ubuntu-latest, 24.x)
Process completed with exit code 1.
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a Solid OIDC token with a specific client. > can get an access token.: test/util/UmaUtil.ts#L10
TypeError: fetch failed ❯ noTokenFetch test/util/UmaUtil.ts:10:27 ❯ test/integration/Oidc.test.ts:310:34 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a Solid OIDC token. > can get an access token.: test/util/UmaUtil.ts#L10
TypeError: fetch failed ❯ noTokenFetch test/util/UmaUtil.ts:10:27 ❯ test/integration/Oidc.test.ts:241:34 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a standard OIDC token with a specific client. > can get an access token.: test/util/UmaUtil.ts#L10
TypeError: fetch failed ❯ noTokenFetch test/util/UmaUtil.ts:10:27 ❯ test/integration/Oidc.test.ts:178:34 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a standard OIDC token with a specific client. > can set up the policy.: test/integration/Oidc.test.ts#L169
TypeError: fetch failed ❯ test/integration/Oidc.test.ts:169:24 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
Unhandled error: test/integration/Oidc.test.ts#L81
Error: listen EADDRINUSE: address already in use :::6105 ❯ Server.setupListenHandle [as _listen2] node:net:1940:16 ❯ listenInCluster node:net:1997:12 ❯ Server.listen node:net:2102:7 ❯ ServerInitializer.handle node_modules/@solid/community-server/src/init/ServerInitializer.ts:40:19 ❯ App.start node_modules/@solid/community-server/src/init/App.ts:23:5 ❯ test/integration/Oidc.test.ts:81:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 6105 } This error originated in "test/integration/Oidc.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
build (ubuntu-latest, 22.x)
Process completed with exit code 1.
test/integration/Policies.test.ts > A policy server setup: test/integration/Policies.test.ts#L105
Error: Hook timed out in 90000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ test/integration/Policies.test.ts:105:3
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a Solid OIDC token with a specific client. > can get an access token.: test/util/UmaUtil.ts#L10
TypeError: fetch failed ❯ noTokenFetch test/util/UmaUtil.ts:10:27 ❯ test/integration/Oidc.test.ts:310:34 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6005\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6005', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6005, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a Solid OIDC token with a specific client. > can set up the policy.: test/integration/Oidc.test.ts#L301
TypeError: fetch failed ❯ test/integration/Oidc.test.ts:301:24 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a Solid OIDC token. > can get an access token.: test/util/UmaUtil.ts#L10
TypeError: fetch failed ❯ noTokenFetch test/util/UmaUtil.ts:10:27 ❯ test/integration/Oidc.test.ts:241:34 Caused by: Caused by: SocketError: other side closed ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'UND_ERR_SOCKET', socket: { localAddress: '::1', localPort: 53590, remoteAddress: '::1', remotePort: 6005, remoteFamily: 'IPv6', timeout: undefined, bytesWritten: 702, bytesRead: 3512 } }
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a Solid OIDC token. > can set up the policy.: test/integration/Oidc.test.ts#L231
TypeError: fetch failed ❯ test/integration/Oidc.test.ts:231:24 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
test/integration/Oidc.test.ts > A server supporting OIDC tokens > accessing a resource using a standard OIDC token with a specific client. > can get an access token.: test/util/UmaUtil.ts#L33
TypeError: fetch failed ❯ findTokenEndpoint test/util/UmaUtil.ts:33:26 ❯ test/integration/Oidc.test.ts:183:24 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:6105\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:6105', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6105, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
Unhandled error: test/integration/Oidc.test.ts#L81
Error: listen EADDRINUSE: address already in use :::6105 ❯ Server.setupListenHandle [as _listen2] node:net:1940:16 ❯ listenInCluster node:net:1997:12 ❯ Server.listen node:net:2102:7 ❯ ServerInitializer.handle node_modules/@solid/community-server/src/init/ServerInitializer.ts:40:19 ❯ App.start node_modules/@solid/community-server/src/init/App.ts:23:5 ❯ test/integration/Oidc.test.ts:81:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 6105 } This error originated in "test/integration/Oidc.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
build (ubuntu-latest, 20.x)
Canceling since a higher priority waiting request for feat/clientid exists
build (ubuntu-latest, 20.x)
The operation was canceled.
Test
Canceling since a higher priority waiting request for feat/clientid exists