Skip to content

AF Manager class for dynamic animation frame request/cancel #3583

AF Manager class for dynamic animation frame request/cancel

AF Manager class for dynamic animation frame request/cancel #3583

Triggered via pull request January 22, 2026 18:52
Status Failure
Total duration 40s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:35:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should run jobs automatically in the correct order.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:34:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should run jobs automatically in the correct order.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:33:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should run jobs automatically in the correct order.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:20:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should process jobs in the order added if not priority callback is provided.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:19:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should process jobs in the order added if not priority callback is provided.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:18:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should process jobs in the order added if not priority callback is provided.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:17:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should process jobs in the order added if not priority callback is provided.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:16:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should process jobs in the order added if not priority callback is provided.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:15:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should process jobs in the order added if not priority callback is provided.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/core/renderer/utilities/FrameScheduler.js#L41
ReferenceError: window is not defined ❯ FrameScheduler.requestAnimationFrame src/core/renderer/utilities/FrameScheduler.js:41:4 ❯ PriorityQueue.schedulingCallback src/core/renderer/utilities/PriorityQueue.js:41:24 ❯ PriorityQueue.scheduleJobRun src/core/renderer/utilities/PriorityQueue.js:214:9 ❯ src/core/renderer/utilities/PriorityQueue.js:94:10 ❯ PriorityQueue.add src/core/renderer/utilities/PriorityQueue.js:81:18 ❯ test/core/PriorityQueue.test.js:14:9 This error originated in "test/core/PriorityQueue.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should process jobs in the order added if not priority callback is provided.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
build (20.x): src/r3f/components/TilesRenderer.jsx#L299
React Hook useMemo has a missing dependency: 'tiles'. Either include it or remove the dependency array
build (20.x): example/three/cesiumCompare.js#L470
'Cesium' is not defined
build (20.x): example/three/cesiumCompare.js#L466
'Cesium' is not defined
build (20.x): example/three/cesiumCompare.js#L460
'Cesium' is not defined