refactor: merge tegg into monorepo #929
Annotations
23 errors and 20 warnings
typecheck
Process completed with exit code 2.
|
Test (ubuntu-latest, 22, 2/5)
Process completed with exit code 1.
|
Test (windows-latest, 24, 2/5)
Process completed with exit code 1.
|
Test (macos-latest, 24, 2/5)
Process completed with exit code 1.
|
Test (macos-latest, 22, 2/5)
Process completed with exit code 1.
|
Test (ubuntu-latest, 24, 1/5)
Process completed with exit code 1.
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/tmp/my-app-temp-iJscX9/create-egg-test-tegg', durationMs: 1701.957285, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/tmp/my-app-temp-iJscX9/create-egg-test-tegg', durationMs: 1361.690347, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/tmp/my-app-temp-iJscX9/create-egg-test-tegg', durationMs: 2586.971073, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
Test (ubuntu-latest, 24, 2/5)
Process completed with exit code 1.
|
Test (windows-latest, 22, 2/5)
Process completed with exit code 1.
|
Test (ubuntu-latest, 22, 1/5)
Process completed with exit code 1.
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/tmp/my-app-temp-CDiPKt/create-egg-test-tegg', durationMs: 1546.929614, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/tmp/my-app-temp-CDiPKt/create-egg-test-tegg', durationMs: 1476.833283, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/tmp/my-app-temp-CDiPKt/create-egg-test-tegg', durationMs: 2995.324791, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
Test (macos-latest, 22, 1/5)
Process completed with exit code 1.
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/my-app-temp-yTuwBo/create-egg-test-tegg', durationMs: 1910.212583, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/my-app-temp-yTuwBo/create-egg-test-tegg', durationMs: 1676.361333, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
test/cli.test.ts > successfully scaffolds a project based on tegg starter template:
tools/create-egg/test/cli.test.ts#L163
ExecaSyncError: Command failed with exit code 1: pnpm install
❯ 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
❯ getSyncResult ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:146:4
❯ spawnSubprocessSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:100:9
❯ execaCoreSync ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-sync.js:18:17
❯ callBoundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:43:5
❯ boundExeca ../../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/create.js:15:44
❯ test/cli.test.ts:163:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install', command: 'pnpm install', escapedCommand: 'pnpm install', cwd: '/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/my-app-temp-yTuwBo/create-egg-test-tegg', durationMs: 1930.636375, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdio: [ undefined, undefined, undefined ], ipcOutput: [], pipedFrom: [] }
|
Test (windows-latest, 22, 5/5)
Process completed with exit code 1.
|
test/http/host.test.ts > plugin/controller/test/http/host.test.ts:
tegg/plugin/controller/test/http/host.test.ts#L13
Error: Hook timed out in 10000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ test/http/host.test.ts:13:3
|
Test (windows-latest, 24, 1/5)
Process completed with exit code 1.
|
test/http/request.test.ts > plugin/controller/test/http/request.test.ts:
tegg/plugin/controller/test/http/request.test.ts#L13
Error: Hook timed out in 10000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ test/http/request.test.ts:13:3
|
Test (ubuntu-latest, 24, 4/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 24, 3/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 22, 2/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 22, 3/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 24, 5/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 22, 4/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 22, 4/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 22, 5/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 24, 2/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 22, 2/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 24, 1/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 24, 2/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 24, 1/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 22, 1/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 24, 3/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 22, 5/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 22, 1/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (ubuntu-latest, 22, 3/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 24, 4/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|
Test (macos-latest, 24, 5/5)
failed to verify attestation: VerificationError: timestamp could not be verified, continue to next attestation
|