Add debugging #2433
Annotations
5 errors
__tests__/e2e.test.ts > Passes in the react-passing test project:
__tests__/e2e.test.ts#L65
ExecaError: Command failed with exit code 1: preflight
Error: tsx executable not found or is not executable at /home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs
pnpm bin --global: /home/runner/setup-pnpm/node_modules/.bin
script_dir: /home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin
/home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin/node_modules/.bin files:
total 24
drwxr-xr-x 2 runner docker 4096 Oct 26 15:49 .
drwxr-xr-x 3 runner docker 4096 Oct 26 15:49 ..
-rwxr-xr-x 1 runner docker 1222 Oct 26 15:49 depcheck
-rwxr-xr-x 1 runner docker 2040 Oct 26 15:49 preflight
-rwxr-xr-x 1 runner docker 1190 Oct 26 15:49 semver
-rwxr-xr-x 1 runner docker 1156 Oct 26 15:49 tsx
tsx shim contents:
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/dist/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/node_modules"
else
export NODE_PATH="/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/dist/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs" "$@"
else
exec node "$basedir/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs" "$@"
fi
exec_command: exec node "$basedir/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs" "$@"
❯ getFinalError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:167:4
❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:150:17
❯ __tests__/e2e.test.ts:65:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: preflight', command: 'preflight', escapedCommand: 'preflight', cwd: '/home/runner/work/preflight/preflight/__tests__/fixtures/__temp/react-passing', durationMs: 426.011375, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: 'pnpm bin --global: /home/runner/setup-pnpm/node_modules/.bin\nscript_dir: /home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin\n/home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin/node_modules/.bin files:\ntotal 24\ndrwxr-xr-x 2 runner docker 4096 Oct 26 15:49 .\ndrwxr-xr-x 3 runner docker 4096 Oct 26 15:49 ..\n-rwxr-xr-x 1 runner docker 1222 Oct 26 15:49 depcheck\n-rwxr-xr-x 1 runner docker 2040 Oct 26 15:49 preflight\n-rwxr-xr-x 1 runner docker 1190 Oct 26 15:49 semver\n-rwxr-xr-x 1 runner docker 1156 Oct 26 15:49 tsx\ntsx shim contents:\n#!/bin/sh\nbasedir=$(dirname "$(echo "$0" | sed -e \'s,\\,/,g\')")\n\ncase `uname` in\n *CYGWIN*) basedir=`cygpath -w "$basedir"`;;\nesac\n\nif [ -z "$NODE_PATH" ]; then\n export NODE_PATH="/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/dist/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules:/home/r
|
__tests__/e2e.test.ts > Passes in the next-js-passing test project:
__tests__/e2e.test.ts#L74
ExecaError: Command failed with exit code 1: preflight
Error: tsx executable not found or is not executable at /home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs
pnpm bin --global: /home/runner/setup-pnpm/node_modules/.bin
script_dir: /home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin
/home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin/node_modules/.bin files:
total 24
drwxr-xr-x 2 runner docker 4096 Oct 26 15:49 .
drwxr-xr-x 3 runner docker 4096 Oct 26 15:49 ..
-rwxr-xr-x 1 runner docker 1222 Oct 26 15:49 depcheck
-rwxr-xr-x 1 runner docker 2040 Oct 26 15:49 preflight
-rwxr-xr-x 1 runner docker 1190 Oct 26 15:49 semver
-rwxr-xr-x 1 runner docker 1156 Oct 26 15:49 tsx
tsx shim contents:
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/dist/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/node_modules"
else
export NODE_PATH="/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/dist/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs" "$@"
else
exec node "$basedir/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs" "$@"
fi
exec_command: exec node "$basedir/../../../../../../[email protected]/node_modules/tsx/dist/cli.mjs" "$@"
❯ getFinalError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:167:4
❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:150:17
❯ __tests__/e2e.test.ts:74:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: preflight', command: 'preflight', escapedCommand: 'preflight', cwd: '/home/runner/work/preflight/preflight/__tests__/fixtures/__temp/next-js-passing', durationMs: 422.333021, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: 'pnpm bin --global: /home/runner/setup-pnpm/node_modules/.bin\nscript_dir: /home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin\n/home/runner/setup-pnpm/node_modules/.bin/global/5/node_modules/@upleveled/preflight/bin/node_modules/.bin files:\ntotal 24\ndrwxr-xr-x 2 runner docker 4096 Oct 26 15:49 .\ndrwxr-xr-x 3 runner docker 4096 Oct 26 15:49 ..\n-rwxr-xr-x 1 runner docker 1222 Oct 26 15:49 depcheck\n-rwxr-xr-x 1 runner docker 2040 Oct 26 15:49 preflight\n-rwxr-xr-x 1 runner docker 1190 Oct 26 15:49 semver\n-rwxr-xr-x 1 runner docker 1156 Oct 26 15:49 tsx\ntsx shim contents:\n#!/bin/sh\nbasedir=$(dirname "$(echo "$0" | sed -e \'s,\\,/,g\')")\n\ncase `uname` in\n *CYGWIN*) basedir=`cygpath -w "$basedir"`;;\nesac\n\nif [ -z "$NODE_PATH" ]; then\n export NODE_PATH="/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/dist/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules/tsx/node_modules:/home/runner/setup-pnpm/node_modules/.bin/global/5/.pnpm/[email protected]/node_modules:/home
|
ubuntu-latest: Build, lint, test
Process completed with exit code 1.
|
windows-latest: Build, lint, test
The job was canceled because "ubuntu-latest" failed.
|
windows-latest: Build, lint, test
The operation was canceled.
|