Skip to content

feat(api-gateway): Introduce cache mode option for /cubesql API #5673

feat(api-gateway): Introduce cache mode option for /cubesql API

feat(api-gateway): Introduce cache mode option for /cubesql API #5673

Triggered via pull request September 18, 2025 08:49
Status Failure
Total duration 15m 19s
Artifacts

rust-cubesql.yml

on: pull_request
Check fmt/clippy
5m 43s
Check fmt/clippy
Unit (Rewrite Engine)
10m 30s
Unit (Rewrite Engine)
Matrix: native_linux
Matrix: native_macos
Matrix: native_windows
Fit to window
Zoom out
Zoom in

Annotations

110 errors and 6 warnings
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/Users/runner/work/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/Users/runner/work/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build macos-14 x86_64-apple-darwin 22.x with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.10: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.12: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.9: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x x86_64-unknown-linux-gnu with Python 3.11: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.12: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python fallback: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/Users/runner/work/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/Users/runner/work/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build macos-14 aarch64-apple-darwin 22.x with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. '/__w/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build Linux GNU 22.x aarch64-unknown-linux-gnu with Python 3.9: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Build windows-2022 22.x with Python fallback: packages/cubejs-server/src/server.ts#L66
Property 'sqlPort' does not exist on type 'CreateOptions'.
Build windows-2022 22.x with Python fallback: packages/cubejs-server/src/server.ts#L52
Type '"webSockets" | "http" | "serverKeepAliveTimeout" | "serverHeadersTimeout" | "sqlPort" | "pgSqlPort"' does not satisfy the constraint 'keyof CreateOptions'.
Build windows-2022 22.x with Python fallback: packages/cubejs-server/src/server.ts#L17
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build windows-2022 22.x with Python fallback: packages/cubejs-server/src/server.ts#L9
Could not find a declaration file for module '@cubejs-backend/server-core'. 'D:/a/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build windows-2022 22.x with Python fallback: packages/cubejs-server/src/websocket-server.ts#L5
Could not find a declaration file for module '@cubejs-backend/server-core'. 'D:/a/cube/cube/packages/cubejs-server-core/index.js' implicitly has an 'any' type.
Build windows-2022 22.x with Python fallback: packages/cubejs-server-core/src/core/server.ts#L12
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build windows-2022 22.x with Python fallback: packages/cubejs-server-core/src/core/DevServer.ts#L7
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build windows-2022 22.x with Python fallback: packages/cubejs-server-core/src/core/types.ts#L11
Cannot find module '@cubejs-backend/api-gateway' or its corresponding type declarations.
Build windows-2022 22.x with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L2018
Property 'cache' does not exist on type 'NormalizedQuery'.
Build windows-2022 22.x with Python fallback: packages/cubejs-api-gateway/src/gateway.ts#L1657
Property 'cache' does not exist on type 'NormalizedQuery'.
Check fmt/clippy
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Check fmt/clippy
Cache not found for keys: v0-rust-cubesql-Linux-x86_64-unknown-linux-gnu-Linux-x64-37eab825-ef276ddf, v0-rust-cubesql-Linux-x86_64-unknown-linux-gnu-Linux-x64-37eab825
Unit (Rewrite Engine)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Unit (Rewrite Engine)
New version for cargo-insta available: 1.43.2
Unit (Rewrite Engine)
New version for cargo-llvm-cov available: 0.6.19
Unit (Rewrite Engine)
Cache not found for keys: v0-rust-cubesql-Linux-x86_64-unknown-linux-gnu-Linux-x64-ea3dfc26-ef276ddf, v0-rust-cubesql-Linux-x86_64-unknown-linux-gnu-Linux-x64-ea3dfc26