Skip to content

Implement ContentSteering #3207

Implement ContentSteering

Implement ContentSteering #3207

Triggered via pull request October 8, 2024 15:42
Status Failure
Total duration 14m 40s
Artifacts

checks.yml

on: pull_request
Matrix: format_check
Matrix: integration_linux
Matrix: memory_linux
Matrix: typechecking_and_linting
Matrix: unit_tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L85
Argument of type '{ id: string; transportType: string; isLastPeriodKnown: boolean; isDynamic: boolean; isLive: boolean; duration: number; timeBounds: { minimumSafePosition: number; timeshiftDepth: null; maximumTimeData: { ...; }; }; periods: never[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L137
Argument of type '{ id: string; transportType: string; isLastPeriodKnown: boolean; isDynamic: boolean; isLive: boolean; duration: number; timeBounds: { minimumSafePosition: number; timeshiftDepth: null; maximumTimeData: { ...; }; }; periods: IParsedPeriod[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L199
Argument of type '{ id: string; isDynamic: boolean; transportType: string; isLastPeriodKnown: boolean; isLive: boolean; duration: number; timeBounds: { minimumSafePosition: number; timeshiftDepth: null; maximumTimeData: { ...; }; }; periods: IParsedPeriod[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L254
Argument of type '{ id: string; isDynamic: boolean; transportType: string; isLastPeriodKnown: boolean; isLive: boolean; duration: number; timeBounds: { minimumSafePosition: number; timeshiftDepth: null; maximumTimeData: { ...; }; }; periods: { ...; }[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L323
Argument of type '{ id: string; isDynamic: boolean; isLive: boolean; transportType: string; isLastPeriodKnown: boolean; duration: number; timeBounds: { minimumSafePosition: number; timeshiftDepth: null; maximumTimeData: { ...; }; }; periods: IParsedPeriod[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L399
Argument of type '{ availabilityStartTime: number; duration: number; id: string; transportType: string; isLastPeriodKnown: boolean; isDynamic: boolean; isLive: boolean; lifetime: number; periods: IParsedPeriod[]; timeBounds: { ...; }; suggestedPresentationDelay: number; uris: string[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L468
Argument of type '{ availabilityStartTime: number; duration: number; id: string; isDynamic: boolean; isLive: boolean; transportType: string; isLastPeriodKnown: boolean; lifetime: number; timeBounds: { minimumSafePosition: number; timeshiftDepth: null; maximumTimeData: { ...; }; }; periods: IParsedPeriod[]; suggestedPresentationDelay:...' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L497
Argument of type '{ availabilityStartTime: number; duration: number; id: string; isDynamic: boolean; isLive: boolean; transportType: string; isLastPeriodKnown: boolean; lifetime: number; periods: { id: string; start: number; adaptations: Partial<...>; }[]; suggestedPresentationDelay: number; timeBounds: { ...; }; uris: never[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x): src/manifest/classes/__tests__/manifest.test.ts#L552
Argument of type '{ availabilityStartTime: number; duration: number; id: string; transportType: string; isLastPeriodKnown: boolean; isDynamic: boolean; isLive: boolean; lifetime: number; periods: IParsedPeriod[]; timeBounds: { ...; }; suggestedPresentationDelay: number; uris: string[]; }' is not assignable to parameter of type 'IParsedManifest'.
typechecking_and_linting (20.x)
Process completed with exit code 2.
format_check (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format_check (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
format_check (20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format_check (20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format_check (20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format_check (20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
typechecking_and_linting (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
typechecking_and_linting (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
unit_tests (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit_tests (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
integration_linux (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
integration_linux (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
memory_linux (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
memory_linux (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/