Skip to content

fix: Uses chmodded file for entry #18

fix: Uses chmodded file for entry

fix: Uses chmodded file for entry #18

Triggered via push June 24, 2025 01:34
Status Failure
Total duration 28s
Artifacts

tests.yml

on: push
Run All Tests
22s
Run All Tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Run All Tests
Process completed with exit code 1.
test/cli.spec.ts > CLI (requires build, bypass with NO_BUILD=1) > Runs default fixture: test/cli.spec.ts#L21
ExecaError: Command failed with ENOENT: ./dist/index.js --fixture ./test/fixtures/fixture.json --manifest ./test/fixtures/manifest.json ./test/fixtures/sample.wasm spawn ./dist/index.js ENOENT ❯ getFinalError node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/main-async.js:150:17 ❯ test/cli.spec.ts:21:42 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with ENOENT: ./dist/index.js --fixture ./test/fixtures/fixture.json --manifest ./test/fixtures/manifest.json ./test/fixtures/sample.wasm\nspawn ./dist/index.js ENOENT', originalMessage: 'spawn ./dist/index.js ENOENT', command: './dist/index.js --fixture ./test/fixtures/fixture.json --manifest ./test/fixtures/manifest.json ./test/fixtures/sample.wasm', escapedCommand: './dist/index.js --fixture ./test/fixtures/fixture.json --manifest ./test/fixtures/manifest.json ./test/fixtures/sample.wasm', cwd: '/home/runner/work/pack/pack', durationMs: 5.909575, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, code: 'ENOENT', stdout: '', stderr: '', stdio: [ undefined, '', '' ], ipcOutput: [], pipedFrom: [] } Caused by: Caused by: Error: spawn ./dist/index.js ENOENT ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'spawn ./dist/index.js', path: './dist/index.js', spawnargs: [ '--fixture', './test/fixtures/fixture.json', '--manifest', './test/fixtures/manifest.json', './test/fixtures/sample.wasm' ] }