Skip to content

fix: CI test failures with npm 11 #142

fix: CI test failures with npm 11

fix: CI test failures with npm 11 #142

Triggered via pull request January 5, 2026 14:41
@BlackHole1BlackHole1
synchronize #112
fix-ci
Status Failure
Total duration 37s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test
Process completed with exit code 1.
src/cmd/install.test.ts > install deps > should install missing deps when exec integrity check in dep: src/cmd/publish.ts#L25
ExecaError: Command failed with exit code 1: npm publish --access public npm notice npm notice 📦 d@0.0.1 npm notice Tarball Contents npm notice 188B package.json npm notice 23B package/package.oo.yaml npm notice Tarball Details npm notice name: d npm notice version: 0.0.1 npm notice filename: d-0.0.1.tgz npm notice package size: 248 B npm notice unpacked size: 211 B npm notice shasum: b3b1f7e9eda0f95a568782212e33c26a2bb72612 npm notice integrity: sha512-fjFbLtLHm1KZ8[...]ZIgzmpfjFlpKg== npm notice total files: 2 npm notice npm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_51_192Z-debug-0.log ❯ getFinalError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:150:17 ❯ Module.publish src/cmd/publish.ts:25:5 ❯ src/cmd/install.test.ts:793:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: npm publish --access public', command: 'npm publish --access public', escapedCommand: 'npm publish --access public', cwd: '/tmp/oopm-DO7mhD', durationMs: 1187.411726, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: 'npm notice\nnpm notice 📦 d@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: d\nnpm notice version: 0.0.1\nnpm notice filename: d-0.0.1.tgz\nnpm notice package size: 248 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: b3b1f7e9eda0f95a568782212e33c26a2bb72612\nnpm notice integrity: sha512-fjFbLtLHm1KZ8[...]ZIgzmpfjFlpKg==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_51_192Z-debug-0.log', stdio: [ undefined, '', 'npm notice\nnpm notice 📦 d@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: d\nnpm notice version: 0.0.1\nnpm notice filename: d-0.0.1.tgz\nnpm notice package size: 248 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: b3b1f7e9eda0f95a568782212e33c26a2bb72612\nnpm notice integrity: sha512-fjFbLtLHm1KZ8[...]ZIgzmpfjFlpKg==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_51_192Z-debug-0.log' ], ipcOutput: [], pipedFrom: [] }
src/cmd/install.test.ts > install deps > should install scoped package: src/cmd/publish.ts#L25
ExecaError: Command failed with exit code 1: npm publish --access public npm notice npm notice 📦 @foo/bar@1.0.0 npm notice Tarball Contents npm notice 195B package.json npm notice 31B package/package.oo.yaml npm notice Tarball Details npm notice name: @foo/bar npm notice version: 1.0.0 npm notice filename: foo-bar-1.0.0.tgz npm notice package size: 255 B npm notice unpacked size: 226 B npm notice shasum: 0be1e74d67a130834a0d1c7125abcc7c1707d897 npm notice integrity: sha512-47eznOuVLgIFS[...]VH/MpbNVUOvpA== npm notice total files: 2 npm notice npm error Cannot implicitly apply the "latest" tag because previously published version 2.0.0 is higher than the new version 1.0.0. You must specify a tag using --tag. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_49_641Z-debug-0.log ❯ getFinalError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:150:17 ❯ Module.publish src/cmd/publish.ts:25:5 ❯ src/cmd/install.test.ts:680:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: npm publish --access public', command: 'npm publish --access public', escapedCommand: 'npm publish --access public', cwd: '/tmp/oopm-vlDVcj', durationMs: 460.214859, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: 'npm notice\nnpm notice 📦 @foo/bar@1.0.0\nnpm notice Tarball Contents\nnpm notice 195B package.json\nnpm notice 31B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: @foo/bar\nnpm notice version: 1.0.0\nnpm notice filename: foo-bar-1.0.0.tgz\nnpm notice package size: 255 B\nnpm notice unpacked size: 226 B\nnpm notice shasum: 0be1e74d67a130834a0d1c7125abcc7c1707d897\nnpm notice integrity: sha512-47eznOuVLgIFS[...]VH/MpbNVUOvpA==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 2.0.0 is higher than the new version 1.0.0. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_49_641Z-debug-0.log', stdio: [ undefined, '', 'npm notice\nnpm notice 📦 @foo/bar@1.0.0\nnpm notice Tarball Contents\nnpm notice 195B package.json\nnpm notice 31B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: @foo/bar\nnpm notice version: 1.0.0\nnpm notice filename: foo-bar-1.0.0.tgz\nnpm notice package size: 255 B\nnpm notice unpacked size: 226 B\nnpm notice shasum: 0be1e74d67a130834a0d1c7125abcc7c1707d897\nnpm notice integrity: sha512-47eznOuVLgIFS[...]VH/MpbNVUOvpA==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 2.0.0 is higher than the new version 1.0.0. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_49_641Z-debug-0.log' ], ipcOutput: [], pipedFrom: [] }
src/cmd/install.test.ts > install all > should fail with cancel signal: src/cmd/publish.ts#L25
ExecaError: Command failed with exit code 1: npm publish --access public npm notice npm notice 📦 e@0.0.1 npm notice Tarball Contents npm notice 188B package.json npm notice 23B package/package.oo.yaml npm notice Tarball Details npm notice name: e npm notice version: 0.0.1 npm notice filename: e-0.0.1.tgz npm notice package size: 249 B npm notice unpacked size: 211 B npm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f npm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ== npm notice total files: 2 npm notice npm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_42_265Z-debug-0.log ❯ getFinalError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:150:17 ❯ Module.publish src/cmd/publish.ts:25:5 ❯ src/cmd/install.test.ts:249:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: npm publish --access public', command: 'npm publish --access public', escapedCommand: 'npm publish --access public', cwd: '/tmp/oopm-Z6lEGL', durationMs: 1466.77168, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: 'npm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_42_265Z-debug-0.log', stdio: [ undefined, '', 'npm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_42_265Z-debug-0.log' ], ipcOutput: [], pipedFrom: [] }
src/cmd/install.test.ts > install all > should success: src/cmd/publish.ts#L25
ExecaError: Command failed with exit code 1: npm publish --access public npm notice npm notice 📦 e@0.0.1 npm notice Tarball Contents npm notice 188B package.json npm notice 23B package/package.oo.yaml npm notice Tarball Details npm notice name: e npm notice version: 0.0.1 npm notice filename: e-0.0.1.tgz npm notice package size: 249 B npm notice unpacked size: 211 B npm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f npm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ== npm notice total files: 2 npm notice npm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_38_981Z-debug-0.log ❯ getFinalError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:150:17 ❯ Module.publish src/cmd/publish.ts:25:5 ❯ src/cmd/install.test.ts:123:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: npm publish --access public', command: 'npm publish --access public', escapedCommand: 'npm publish --access public', cwd: '/tmp/oopm-tm7v6Y', durationMs: 3120.521549, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: 'npm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_38_981Z-debug-0.log', stdio: [ undefined, '', 'npm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T14_41_38_981Z-debug-0.log' ], ipcOutput: [], pipedFrom: [] }