Skip to content

Replace JSON case cache serialization with binary files #4198

Replace JSON case cache serialization with binary files

Replace JSON case cache serialization with binary files #4198

Triggered via pull request October 25, 2023 20:33
Status Failure
Total duration 5m 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
build
Process completed with exit code 3.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `save-state` 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/
build
The `save-state` 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/
build: src/webgpu/util/floating_point.ts#L44
'reinterpretF16AsU16' is defined but never used. Allowed unused vars must match /^_/u
build: src/webgpu/util/floating_point.ts#L45
'reinterpretF32AsU32' is defined but never used. Allowed unused vars must match /^_/u
build: src/webgpu/util/floating_point.ts#L46
'reinterpretF64AsU32s' is defined but never used. Allowed unused vars must match /^_/u
build: src/webgpu/util/floating_point.ts#L47
'reinterpretU16AsF16' is defined but never used. Allowed unused vars must match /^_/u
build: src/webgpu/util/floating_point.ts#L48
'reinterpretU32AsF32' is defined but never used. Allowed unused vars must match /^_/u
build: src/webgpu/util/floating_point.ts#L49
'reinterpretU32sAsF64' is defined but never used. Allowed unused vars must match /^_/u