Skip to content

Settings API

Settings API #88

Re-run triggered July 3, 2024 12:53
Status Failure
Total duration 2m 50s
Artifacts

ci.yml

on: pull_request
Matrix: integration
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 2 warnings
web (ubuntu-20.04)
Process completed with exit code 1.
build benchmark (ubuntu-20.04)
Process completed with exit code 1.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelSettings/index.tsx#L7
'to' is declared but its value is never read.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L12
Property 'config' is missing in type '{ watchedFields: Set<string>; playerState: { presence: PlayerPresence.INITIALIZING; capabilities: never[]; profile: undefined; playerId: string; progress: { messageCache: { startTime: { ...; }; blocks: { ...; }[]; }; }; }; ... 8 more ...; messageConverters: { ...; }[]; }' but required in type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L82
Argument of type '{ watchedFields: Set<string>; playerState: undefined; appSettings: undefined; currentFrame: undefined; colorScheme: undefined; globalVariables: {}; hoverValue: undefined; sharedPanelState: {}; sortedTopics: { ...; }[]; subscriptions: never[]; messageConverters: { ...; }[]; }' is not assignable to parameter of type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L109
Property 'config' is missing in type '{ watchedFields: Set<string>; appSettings: undefined; currentFrame: never[]; playerState: { presence: PlayerPresence.PRESENT; progress: {}; capabilities: never[]; profile: string; playerId: string; activeData: { ...; }; }; ... 5 more ...; subscriptions: { ...; }[]; }' but required in type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L168
Argument of type '{ watchedFields: Set<string>; playerState: undefined; appSettings: undefined; currentFrame: { topic: string; schemaName: string; receiveTime: { sec: number; nsec: number; }; sizeInBytes: number; message: {}; }[]; ... 6 more ...; messageConverters: never[]; }' is not assignable to parameter of type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L206
Argument of type '{ watchedFields: Set<string>; playerState: undefined; appSettings: undefined; currentFrame: { topic: string; schemaName: string; receiveTime: { sec: number; nsec: number; }; sizeInBytes: number; message: {}; }[]; ... 6 more ...; messageConverters: never[]; }' is not assignable to parameter of type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L257
Argument of type '{ watchedFields: Set<string>; playerState: { presence: PlayerPresence.INITIALIZING; capabilities: never[]; profile: undefined; playerId: string; progress: { messageCache: { startTime: { ...; }; blocks: { ...; }[]; }; }; }; ... 8 more ...; messageConverters: never[]; }' is not assignable to parameter of type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L422
Argument of type '{ watchedFields: Set<string>; playerState: { presence: PlayerPresence.INITIALIZING; capabilities: never[]; profile: undefined; playerId: string; progress: { messageCache: { startTime: { ...; }; blocks: { ...; }[]; }; }; }; ... 8 more ...; messageConverters: { ...; }[]; }' is not assignable to parameter of type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L540
Argument of type '{ watchedFields: Set<string>; playerState: undefined; appSettings: undefined; currentFrame: { topic: string; schemaName: string; receiveTime: { sec: number; nsec: number; }; sizeInBytes: number; message: string; }[]; ... 6 more ...; messageConverters: { ...; }[]; }' is not assignable to parameter of type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
packages (ubuntu-20.04): packages/studio-base/src/components/PanelExtensionAdapter/renderState.test.ts#L617
Argument of type '{ watchedFields: Set<string>; playerState: { presence: PlayerPresence.INITIALIZING; capabilities: never[]; profile: undefined; playerId: string; progress: { messageCache: { startTime: { ...; }; blocks: { ...; }[]; }; }; }; ... 8 more ...; messageConverters: { ...; }[]; }' is not assignable to parameter of type '{ readonly appSettings: ReadonlyMap<string, AppSettingValue> | undefined; readonly colorScheme: "dark" | "light" | undefined; readonly currentFrame: readonly { ...; }[] | undefined; ... 8 more ...; readonly config: { ...; } | undefined; }'.
integration (ubuntu-20.04)
The process '/usr/bin/xvfb-run' failed with exit code 1
test (ubuntu-20.04)
Process completed with exit code 1.
lint (ubuntu-20.04): packages/studio-base/src/components/PanelSettings/index.tsx#L7
'to' is defined but never used. Allowed unused vars must match /^_./u
lint (ubuntu-20.04)
Process completed with exit code 1.
integration (ubuntu-20.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: GabrielBB/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
integration (ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/