Skip to content

refactor: replace globby with faster alternative #831

refactor: replace globby with faster alternative

refactor: replace globby with faster alternative #831

Triggered via pull request July 17, 2024 16:39
Status Failure
Total duration 1m 54s
Artifacts

ci.yml

on: pull_request
Matrix: test
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
test/dts.test.ts > should emit dts chunks per format: test/utils.ts#L46
Error: Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js Cannot find ./src/input1.ts,./src/input2.ts ❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26 ❯ Module.run test/utils.ts:46:40 ❯ test/dts.test.ts:114:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js', command: 'D:\a\tsup\tsup\dist\cli-default.js', escapedCommand: '"D:\a\tsup\tsup\dist\cli-default.js"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '\u001b[31mCannot find ./src/input1.ts,./src/input2.ts\u001b[39m', failed: true, timedOut: false, isCanceled: false, killed: false }
test/dts.test.ts > should emit dts chunks per format (type: module): test/utils.ts#L46
Error: Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js Cannot find ./src/input1.ts,./src/input2.ts ❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26 ❯ Module.run test/utils.ts:46:40 ❯ test/dts.test.ts:156:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js', command: 'D:\a\tsup\tsup\dist\cli-default.js', escapedCommand: '"D:\a\tsup\tsup\dist\cli-default.js"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '\u001b[31mCannot find ./src/input1.ts,./src/input2.ts\u001b[39m', failed: true, timedOut: false, isCanceled: false, killed: false }
test/dts.test.ts > should only include exported declarations with experimentalDts: test/utils.ts#L46
Error: Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js --experimental-dts Cannot find ./src/entry1.ts,./src/entry2.ts ❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26 ❯ Module.run test/utils.ts:46:40 ❯ test/dts.test.ts:369:30 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js --experimental-dts', command: 'D:\a\tsup\tsup\dist\cli-default.js --experimental-dts', escapedCommand: '"D:\a\tsup\tsup\dist\cli-default.js" --experimental-dts', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '\u001b[31mCannot find ./src/entry1.ts,./src/entry2.ts\u001b[39m', failed: true, timedOut: false, isCanceled: false, killed: false }
test/dts.test.ts > declaration files with multiple entrypoints #316: test/utils.ts#L46
Error: Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src/index.ts src/bar/index.ts --dts Cannot find src/index.ts,src/bar/index.ts ❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26 ❯ Module.run test/utils.ts:46:40 ❯ test/dts.test.ts:459:30 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src/index.ts src/bar/index.ts --dts', command: 'D:\a\tsup\tsup\dist\cli-default.js src/index.ts src/bar/index.ts --dts', escapedCommand: '"D:\a\tsup\tsup\dist\cli-default.js" "src/index.ts" "src/bar/index.ts" --dts', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '\u001b[31mCannot find src/index.ts,src/bar/index.ts\u001b[39m', failed: true, timedOut: false, isCanceled: false, killed: false }
test/index.test.ts > multiple entry with the same base name: test/utils.ts#L46
Error: Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src/input.ts src/bar/input.ts Cannot find src/input.ts,src/bar/input.ts ❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26 ❯ Module.run test/utils.ts:46:40 ❯ test/index.test.ts:334:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src/input.ts src/bar/input.ts', command: 'D:\a\tsup\tsup\dist\cli-default.js src/input.ts src/bar/input.ts', escapedCommand: '"D:\a\tsup\tsup\dist\cli-default.js" "src/input.ts" "src/bar/input.ts"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '\u001b[31mCannot find src/input.ts,src/bar/input.ts\u001b[39m', failed: true, timedOut: false, isCanceled: false, killed: false }
test/index.test.ts > windows: backslash in entry: test/utils.ts#L46
Error: Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src\input.ts Cannot find src/input.ts ❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26 ❯ Module.run test/utils.ts:46:40 ❯ test/index.test.ts:348:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src\input.ts', command: 'D:\a\tsup\tsup\dist\cli-default.js src\input.ts', escapedCommand: '"D:\a\tsup\tsup\dist\cli-default.js" "src\input.ts"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '\u001b[31mCannot find src/input.ts\u001b[39m', failed: true, timedOut: false, isCanceled: false, killed: false }
test/index.test.ts > generate sourcemap with --treeshake: test/utils.ts#L46
Error: Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src/input.ts --treeshake --sourcemap --format=cjs,esm,iife Cannot find src/input.ts ❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26 ❯ Module.run test/utils.ts:46:40 ❯ test/index.test.ts:862:40 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: D:\a\tsup\tsup\dist\cli-default.js src/input.ts --treeshake --sourcemap --format=cjs,esm,iife', command: 'D:\a\tsup\tsup\dist\cli-default.js src/input.ts --treeshake --sourcemap --format=cjs,esm,iife', escapedCommand: '"D:\a\tsup\tsup\dist\cli-default.js" "src/input.ts" --treeshake --sourcemap "--format=cjs,esm,iife"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '\u001b[31mCannot find src/input.ts\u001b[39m', failed: true, timedOut: false, isCanceled: false, killed: false }
test (windows-latest, 18.x)
Process completed with exit code 1.
test (windows-latest, 20.x)
The job was canceled because "windows-latest_18_x" failed.
test (windows-latest, 20.x)
The operation was canceled.
test (ubuntu-latest, 20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (ubuntu-latest, 18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (windows-latest, 18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/