fix(ignore): update dependencies #4102
Annotations
8 errors and 1 warning
Unhandled error:
src/utils/waitress.ts#L59
Error: Timedout '5000'
❯ Object.start src/utils/waitress.ts:59:23
❯ test/utils.test.ts:66:51
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:566:22
This error originated in "test/utils.test.ts" 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 "test/utils.test.ts". 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.
|
test/utils.test.ts > Utils > Test waitress:
test/utils.test.ts#L81
AssertionError: expected Error: Timedout '5000' to strictly equal Error: Timedout '5000'
Compared values have no visual difference.
❯ test/utils.test.ts:81:24
|
test/adapter/z-stack/adapter.test.ts > zstack-adapter > Send zcl frame network address timeout should discover route and retry:
test/adapter/z-stack/adapter.test.ts#L3175
AssertionError: expected Error: Timeout - 2 - 20 - 100 - 0 - 1 aft… to strictly equal Error: Timeout - 2 - 20 - 100 - 0 - 1 aft…
Compared values have no visual difference.
❯ test/adapter/z-stack/adapter.test.ts:3175:23
|
test/adapter/z-stack/adapter.test.ts > zstack-adapter > Send zcl frame network address timeout should discover route, rewrite child entry and retry for sleepy end device:
test/adapter/z-stack/adapter.test.ts#L3236
AssertionError: expected Error: Timeout - 2 - 20 - 100 - 0 - 1 aft… to strictly equal Error: Timeout - 2 - 20 - 100 - 0 - 1 aft…
Compared values have no visual difference.
❯ test/adapter/z-stack/adapter.test.ts:3236:23
|
test/adapter/z-stack/znp.test.ts > ZNP > znp request timeout:
test/adapter/z-stack/znp.test.ts#L625
AssertionError: expected Error: SRSP - SYS - osalNvRead after 6000… to strictly equal Error: SRSP - SYS - osalNvRead after 6000…
Compared values have no visual difference.
❯ test/adapter/z-stack/znp.test.ts:625:23
|
test/adapter/z-stack/znp.test.ts > ZNP > znp request timeout for startupFromApp is longer:
test/adapter/z-stack/znp.test.ts#L643
AssertionError: expected Error: SRSP - ZDO - startupFromApp after … to strictly equal Error: SRSP - ZDO - startupFromApp after …
Compared values have no visual difference.
❯ test/adapter/z-stack/znp.test.ts:643:23
|
test/adapter/z-stack/znp.test.ts > ZNP > znp request, responses comes after timeout:
test/adapter/z-stack/znp.test.ts#L669
AssertionError: expected Error: SRSP - SYS - osalNvRead after 6000… to strictly equal Error: SRSP - SYS - osalNvRead after 6000…
Compared values have no visual difference.
❯ test/adapter/z-stack/znp.test.ts:669:23
|
ci
Process completed with exit code 1.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|