Skip to content

V2 Stored Procedure Support #1897

V2 Stored Procedure Support

V2 Stored Procedure Support #1897

Triggered via pull request January 10, 2025 21:44
Status Failure
Total duration 11m 35s
Artifacts

on_pr.yml

on: pull_request
Matrix: test / build
artifact  /  build
artifact / build
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 4 warnings
test / build (23): packages/dbos-compiler/compiler.ts#L170
'info' will use Object's default stringification format ('[object Object]') when stringified
test / build (23): packages/dbos-compiler/tests/compiler.test.ts#L121
'v' is defined but never used. Allowed unused args must match /^_/u
test / build (23): packages/dbos-compiler/tests/more-compiler.test.ts#L47
Unsafe assignment of an `any` value
test / build (23): src/dbos-executor.ts#L45
'runWithDBOSContext' is defined but never used. Allowed unused vars must match /^_/u
test / build (23): src/dbos-executor.ts#L1239
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test / build (23): src/dbos.ts#L904
'inst' is never reassigned. Use 'const' instead
test / build (23): src/dbos.ts#L904
'inst' is assigned a value but never used. Allowed unused vars must match /^_/u
test / build (23): src/workflow.ts#L2
'dbosNull' is defined but never used. Allowed unused vars must match /^_/u
test / build (23): src/workflow.ts#L3
'transaction_outputs' is defined but never used. Allowed unused vars must match /^_/u
test / build (23): src/workflow.ts#L6
'DBOSError' is defined but never used. Allowed unused vars must match /^_/u
test / build (20): packages/dbos-compiler/compiler.ts#L170
'info' will use Object's default stringification format ('[object Object]') when stringified
test / build (20): packages/dbos-compiler/tests/compiler.test.ts#L121
'v' is defined but never used. Allowed unused args must match /^_/u
test / build (20): packages/dbos-compiler/tests/more-compiler.test.ts#L47
Unsafe assignment of an `any` value
test / build (20): src/dbos-executor.ts#L45
'runWithDBOSContext' is defined but never used. Allowed unused vars must match /^_/u
test / build (20): src/dbos-executor.ts#L1239
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test / build (20): src/dbos.ts#L904
'inst' is never reassigned. Use 'const' instead
test / build (20): src/dbos.ts#L904
'inst' is assigned a value but never used. Allowed unused vars must match /^_/u
test / build (20): src/workflow.ts#L2
'dbosNull' is defined but never used. Allowed unused vars must match /^_/u
test / build (20): src/workflow.ts#L3
'transaction_outputs' is defined but never used. Allowed unused vars must match /^_/u
test / build (20): src/workflow.ts#L6
'DBOSError' is defined but never used. Allowed unused vars must match /^_/u
test / build (22): packages/dbos-compiler/compiler.ts#L170
'info' will use Object's default stringification format ('[object Object]') when stringified
test / build (22): packages/dbos-compiler/tests/compiler.test.ts#L121
'v' is defined but never used. Allowed unused args must match /^_/u
test / build (22): packages/dbos-compiler/tests/more-compiler.test.ts#L47
Unsafe assignment of an `any` value
test / build (22): src/dbos-executor.ts#L45
'runWithDBOSContext' is defined but never used. Allowed unused vars must match /^_/u
test / build (22): src/dbos-executor.ts#L1239
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test / build (22): src/dbos.ts#L904
'inst' is never reassigned. Use 'const' instead
test / build (22): src/dbos.ts#L904
'inst' is assigned a value but never used. Allowed unused vars must match /^_/u
test / build (22): src/workflow.ts#L2
'dbosNull' is defined but never used. Allowed unused vars must match /^_/u
test / build (22): src/workflow.ts#L3
'transaction_outputs' is defined but never used. Allowed unused vars must match /^_/u
test / build (22): src/workflow.ts#L6
'DBOSError' is defined but never used. Allowed unused vars must match /^_/u
test / build (18): packages/dbos-compiler/compiler.ts#L170
'info' will use Object's default stringification format ('[object Object]') when stringified
test / build (18): packages/dbos-compiler/tests/compiler.test.ts#L121
'v' is defined but never used. Allowed unused args must match /^_/u
test / build (18): packages/dbos-compiler/tests/more-compiler.test.ts#L47
Unsafe assignment of an `any` value
test / build (18): src/dbos-executor.ts#L45
'runWithDBOSContext' is defined but never used. Allowed unused vars must match /^_/u
test / build (18): src/dbos-executor.ts#L1239
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test / build (18): src/dbos.ts#L904
'inst' is never reassigned. Use 'const' instead
test / build (18): src/dbos.ts#L904
'inst' is assigned a value but never used. Allowed unused vars must match /^_/u
test / build (18): src/workflow.ts#L2
'dbosNull' is defined but never used. Allowed unused vars must match /^_/u
test / build (18): src/workflow.ts#L3
'transaction_outputs' is defined but never used. Allowed unused vars must match /^_/u
test / build (18): src/workflow.ts#L6
'DBOSError' is defined but never used. Allowed unused vars must match /^_/u
test / build (23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / build (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / build (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636