Skip to content

Update @open-audio-stack/core, use shared spinner/json method to form… #203

Update @open-audio-stack/core, use shared spinner/json method to form…

Update @open-audio-stack/core, use shared spinner/json method to form… #203

Triggered via push December 18, 2025 06:32
Status Failure
Total duration 1m 6s
Artifacts

test.yml

on: push
Matrix: Test code
Fit to window
Zoom out
Zoom in

Annotations

14 errors
tests/commands/uninstall.test.ts > Uninstall package: tests/shared.ts#L17
ExecaSyncError: Command failed with exit code 1: node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins uninstall 'surge-synthesizer/surge@0.0.0' - Uninstall surge-synthesizer/surge@0.0.0 ✖ Package surge-synthesizer/surge version 0.0.0 not found in registry ❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/execa/lib/return/result.js:108:16 ❯ getSyncResult node_modules/execa/lib/methods/main-sync.js:145:4 ❯ spawnSubprocessSync node_modules/execa/lib/methods/main-sync.js:99:9 ❯ execaCoreSync node_modules/execa/lib/methods/main-sync.js:17:17 ❯ callBoundExeca node_modules/execa/lib/methods/create.js:43:5 ❯ boundExeca node_modules/execa/lib/methods/create.js:15:44 ❯ cli tests/shared.ts:17:30 ❯ tests/commands/uninstall.test.ts:12:10 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins uninstall \'surge-synthesizer/surge@0.0.0\'', command: 'node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins uninstall surge-synthesizer/surge@0.0.0', escapedCommand: 'node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins uninstall \'surge-synthesizer/surge@0.0.0\'', cwd: '/home/runner/work/studiorack-cli/studiorack-cli', durationMs: 568.932901, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: '- Uninstall surge-synthesizer/surge@0.0.0\n\u001b[31m✖\u001b[39m Package surge-synthesizer/surge version 0.0.0 not found in registry', stdio: [ undefined, '', '- Uninstall surge-synthesizer/surge@0.0.0\n\u001b[31m✖\u001b[39m Package surge-synthesizer/surge version 0.0.0 not found in registry' ], ipcOutput: [], pipedFrom: [] }
tests/commands/scan.test.ts > Scan packages: tests/commands/scan.test.ts#L6
Error: Snapshot `Scan packages 1` mismatched - Expected + Received - plugins scan completed ❯ tests/commands/scan.test.ts:6:45
tests/commands/open.test.ts > Open command with non-existent package: tests/commands/open.test.ts#L22
Error: Snapshot `Open command with non-existent package 1` mismatched - Expected + Received - Package non-existent/package not found + - Open non-existent/package + ✖ Package non-existent/package not found ❯ tests/commands/open.test.ts:22:37
tests/commands/list.test.ts > List packages: tests/commands/list.test.ts#L6
Error: Snapshot `List packages 1` mismatched - Expected + Received @@ -1,12 +1,10 @@ ┌───────────────────────────────────────────┬───────────────────────────┬─────────┬───────────┬────────────┬───────────────┬───────────────────────────────────┐ │ Id │ Name │ Version │ Installed │ Date │ License │ Tags │ ├───────────────────────────────────────────┼───────────────────────────┼─────────┼───────────┼────────────┼───────────────┼───────────────────────────────────┤ │ aaronaanderson/terrain │ Terrain │ 1.2.2 │ - │ 2024-11-01 │ gpl-3.0 │ Instrument, Synthesizer, Wavet... │ ├───────────────────────────────────────────┼───────────────────────────┼─────────┼───────────┼────────────┼───────────────┼───────────────────────────────────┤ - │ airwindows/airwindows │ Airwindows │ 1.0.0 │ - │ 2020-02-20 │ mit │ Effect, Chorus, Distortion, EQ... │ - ├───────────────────────────────────────────┼───────────────────────────┼─────────┼───────────┼────────────┼───────────────┼───────────────────────────────────┤ │ antonok-edm/ampli-fe │ ampli-Fe │ 0.1.1 │ - │ 2021-11-02 │ mit │ Effect, Amplifier, Volume │ ├───────────────────────────────────────────┼───────────────────────────┼─────────┼───────────┼────────────┼───────────────┼───────────────────────────────────┤ │ ardenbutterfield/maim │ Maim │ 1.1.1 │ - │ 2025-05-20 │ gpl-3.0 │ Instrument, Modulation, Distor... │ ├───────────────────────────────────────────┼───────────────────────────┼─────────┼───────────┼────────────┼───────────────┼───────────────────────────────────┤ │ ardura/actuate │ Actuate │ 1.3.9 │ - │ 2025-05-01 │ gpl-3.0 │ Instrument, Synth, Sampler │ ❯ tests/commands/list.test.ts:6:6
tests/commands/install.test.ts > Install package: tests/shared.ts#L17
ExecaSyncError: Command failed with exit code 1: node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins install 'surge-synthesizer/surge@0.0.0' - Install surge-synthesizer/surge@0.0.0 ✖ Package surge-synthesizer/surge version 0.0.0 not found in registry ❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/execa/lib/return/result.js:108:16 ❯ getSyncResult node_modules/execa/lib/methods/main-sync.js:145:4 ❯ spawnSubprocessSync node_modules/execa/lib/methods/main-sync.js:99:9 ❯ execaCoreSync node_modules/execa/lib/methods/main-sync.js:17:17 ❯ callBoundExeca node_modules/execa/lib/methods/create.js:43:5 ❯ boundExeca node_modules/execa/lib/methods/create.js:15:44 ❯ cli tests/shared.ts:17:30 ❯ tests/commands/install.test.ts:8:10 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins install \'surge-synthesizer/surge@0.0.0\'', command: 'node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins install surge-synthesizer/surge@0.0.0', escapedCommand: 'node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins install \'surge-synthesizer/surge@0.0.0\'', cwd: '/home/runner/work/studiorack-cli/studiorack-cli', durationMs: 562.073598, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: '- Install surge-synthesizer/surge@0.0.0\n\u001b[31m✖\u001b[39m Package surge-synthesizer/surge version 0.0.0 not found in registry', stdio: [ undefined, '', '- Install surge-synthesizer/surge@0.0.0\n\u001b[31m✖\u001b[39m Package surge-synthesizer/surge version 0.0.0 not found in registry' ], ipcOutput: [], pipedFrom: [] }
tests/commands/filter.test.ts > Filter packages: tests/commands/filter.test.ts#L7
Error: Snapshot `Filter packages 2` mismatched - Expected + Received - No results found + ┌─────────────────────────┬──────────┬─────────┬───────────┬────────────┬─────────┬───────────────────────────────┐ + │ Id │ Name │ Version │ Installed │ Date │ License │ Tags │ + ├─────────────────────────┼──────────┼─────────┼───────────┼────────────┼─────────┼───────────────────────────────┤ + │ surge-synthesizer/surge │ Surge XT │ 1.3.4 │ - │ 2024-08-11 │ gpl-3.0 │ Instrument, Synth, Modulation │ + └─────────────────────────┴──────────┴─────────┴───────────┴────────────┴─────────┴───────────────────────────────┘ ❯ tests/commands/filter.test.ts:7:66
tests/commands/create.test.ts > Create package: tests/shared.ts#L17
ExecaSyncError: Command failed with exit code 1: node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins create test/create-project - Create package at [object Object] ✖ User force closed the prompt with 0 null ? Org id (org-name) ❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/execa/lib/return/result.js:108:16 ❯ getSyncResult node_modules/execa/lib/methods/main-sync.js:145:4 ❯ spawnSubprocessSync node_modules/execa/lib/methods/main-sync.js:99:9 ❯ execaCoreSync node_modules/execa/lib/methods/main-sync.js:17:17 ❯ callBoundExeca node_modules/execa/lib/methods/create.js:43:5 ❯ boundExeca node_modules/execa/lib/methods/create.js:15:44 ❯ cli tests/shared.ts:17:30 ❯ tests/commands/create.test.ts:10:10 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins create test/create-project', command: 'node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins create test/create-project', escapedCommand: 'node /home/runner/work/studiorack-cli/studiorack-cli/build/index.js plugins create test/create-project', cwd: '/home/runner/work/studiorack-cli/studiorack-cli', durationMs: 591.846996, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '\u001b[34m?\u001b[39m \u001b[1mOrg id\u001b[22m \u001b[2m(org-name)\u001b[22m\u001b[21G\n\u001b[?25h', stderr: '- Create package at [object Object]\n\u001b[31m✖\u001b[39m User force closed the prompt with 0 null', stdio: [ undefined, '\u001b[34m?\u001b[39m \u001b[1mOrg id\u001b[22m \u001b[2m(org-name)\u001b[22m\u001b[21G\n\u001b[?25h', '- Create package at [object Object]\n\u001b[31m✖\u001b[39m User force closed the prompt with 0 null' ], ipcOutput: [], pipedFrom: [] }
tests/index.test.ts > Root command projects: tests/index.test.ts#L26
Error: Snapshot `Root command projects 1` mismatched - Expected + Received @@ -2,11 +2,11 @@ Options: -h, --help display help for command Commands: - create [options] <path> Create a new package locally + create [options] Create a new package locally filter [options] <field> <value> Filter the by field and matching value get [options] <input> Get package metadata from registry install [options] <input> Install a package locally by slug/version list [options] List packages ❯ tests/index.test.ts:26:37
tests/index.test.ts > Root command presets: tests/index.test.ts#L20
Error: Snapshot `Root command presets 1` mismatched - Expected + Received @@ -2,11 +2,11 @@ Options: -h, --help display help for command Commands: - create [options] <path> Create a new package locally + create [options] Create a new package locally filter [options] <field> <value> Filter the by field and matching value get [options] <input> Get package metadata from registry install [options] <input> Install a package locally by slug/version list [options] List packages ❯ tests/index.test.ts:20:37
tests/index.test.ts > Root command plugins: tests/index.test.ts#L14
Error: Snapshot `Root command plugins 1` mismatched - Expected + Received @@ -2,11 +2,11 @@ Options: -h, --help display help for command Commands: - create [options] <path> Create a new package locally + create [options] Create a new package locally filter [options] <field> <value> Filter the by field and matching value get [options] <input> Get package metadata from registry install [options] <input> Install a package locally by slug/version list [options] List packages ❯ tests/index.test.ts:14:37
Test code (windows-latest)
The strategy configuration was canceled because "test_code.ubuntu-latest" failed
Test code (windows-latest)
The operation was canceled.
Test code (macos-latest)
The strategy configuration was canceled because "test_code.ubuntu-latest" failed
Test code (macos-latest)
The operation was canceled.