isom-1867 prune inactive users #6435
Annotations
13 errors and 11 warnings
build
Process completed with exit code 1.
|
build
isomer-studio#build: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.19.3/x64/bin/npm run build exited (1)
|
typecheck
Process completed with exit code 2.
|
typecheck
isomer-studio#typecheck: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.19.3/x64/bin/npm run typecheck exited (2)
|
typecheck
'"~/server/modules/user/inactiveUsers.service"' has no exported member named 'deactiveInactiveUsers'. Did you mean 'deactivateUsers'?
|
lint
Process completed with exit code 1.
|
lint:
apps/studio/src/server/cron/jobs/deactivateInactiveUsersJob.ts#L21
Unsafe call of a(n) `error` type typed value
|
lint
isomer-studio#lint: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.19.3/x64/bin/npm run lint -- --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
End-to-end tests
Process completed with exit code 1.
|
End-to-end tests
isomer-studio#build: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.19.3/x64/bin/npm run build exited (1)
|
Unit & integration tests
Process completed with exit code 1.
|
Unit & integration tests
isomer-studio#test-ci:unit: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.19.3/x64/bin/npm run test-ci:unit exited (1)
|
Unhandled error:
apps/studio/src/server/trpc.ts#L96
TRPCError: [
{
"code": "too_small",
"minimum": 0,
"type": "number",
"inclusive": true,
"exact": false,
"message": "Number must be greater than or equal to 0",
"path": [
"from"
]
}
]
❯ inputMiddleware ../../node_modules/@trpc/server/dist/index.mjs:280:19
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ src/server/trpc.ts:96:9
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ resolve ../../node_modules/@trpc/server/dist/index.mjs:481:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'BAD_REQUEST' }
This error originated in "src/server/modules/page/__tests__/page.router.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should fail validation if `from` arg is negative index". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: ZodError: [
{
"code": "too_small",
"minimum": 0,
"type": "number",
"inclusive": true,
"exact": false,
"message": "Number must be greater than or equal to 0",
"path": [
"from"
]
}
]
❯ Object.get error [as error] ../../node_modules/zod/lib/index.mjs:587:31
❯ ZodObject.parseAsync ../../node_modules/zod/lib/index.mjs:715:22
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ inputMiddleware ../../node_modules/@trpc/server/dist/index.mjs:278:27
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ callRecursive ../../node_modules/@trpc/server/dist/index.mjs:451:32
❯ src/server/trpc.ts:96:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { issues: [ { code: 'too_small', minimum: +0, type: 'number', inclusive: true, exact: false, message: 'Number must be greater than or equal to 0', path: [ 'from' ] } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'too_small', minimum: +0, type: 'number', inclusive: true, exact: false, message: 'Number must be greater than or equal to 0', path: [ 'from' ] } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { from: [ 'Number must be greater than or equal to 0' ] } } }
|
lint:
packages/components/src/presets/classic.ts#L37
Unsafe assignment of an `any` value
|
lint:
packages/components/src/presets/classic.ts#L36
Unsafe call of a(n) `any` typed value
|
lint:
packages/components/src/presets/classic.ts#L36
Unsafe assignment of an `any` value
|
lint:
packages/components/src/presets/classic.ts#L35
Unsafe call of a(n) `any` typed value
|
lint:
packages/components/src/presets/classic.ts#L35
Unsafe assignment of an `any` value
|
lint:
packages/components/src/presets/classic.ts#L34
Unsafe call of a(n) `any` typed value
|
lint:
packages/components/src/presets/classic.ts#L34
Unsafe assignment of an `any` value
|
lint:
packages/components/src/presets/classic.ts#L31
Unexpected any. Specify a different type
|
lint:
packages/components/src/interfaces/internal/SidePane.ts#L2
Unexpected any. Specify a different type
|
lint:
packages/components/src/interfaces/internal/Header.ts#L3
Unexpected any. Specify a different type
|
End-to-end tests
No files were found with the provided path: apps/studio/tests/e2e/test-results. No artifacts will be uploaded.
|