feat: silius #24
on-pull-request.yml
on: pull_request
Verify
/
Lint
15s
Verify
/
Types
18s
Verify
/
Test
1m 34s
Annotations
10 errors and 1 warning
Unhandled error:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
This error originated in "src/pool.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "behavior: clear more than once". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
src/pool.test.ts > instance: 'silius' > start:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > callback instance:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > stop / destroy:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > restart:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > start > stop > start:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > stopAll / destroyAll:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > get:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > behavior: start more than once:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
src/pool.test.ts > instance: 'silius' > behavior: clear more than once:
src/processes/execa.ts#L95
Error: Failed to start process "silius":
WARNING: Published ports are discarded when using host network mode
❯ ChildProcess.<anonymous> src/processes/execa.ts:95:15
❯ ChildProcess.emit node:events:532:35
|
Verify / Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: jaxxstorm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|