Skip to content

Upgrade to latest asyncforge #46

Upgrade to latest asyncforge

Upgrade to latest asyncforge #46

Triggered via pull request May 21, 2024 13:04
Status Failure
Total duration 26m 51s
Artifacts

ci.yml

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

Annotations

11 errors, 2 warnings, and 2 notices
basic helpers with start: test/basic.test.js#L10
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) }
basic helpers without start: test/basic.test.js#L39
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) }
with additional onRequest hook: test/basic.test.js#L66
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) }
onRequest hook added before registration fails: test/basic.test.js#L109
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at processTicksAndRejections (node:internal/process/task_queues:82:21) at runNextTicks (node:internal/process/task_queues:64:3) at process.processImmediate (node:internal/timers:449:9) }
test (20.x)
Process completed with exit code 1.
test (18.x)
The job was canceled because "_20_x" failed.
basic helpers with start: test/basic.test.js#L10
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at process.processTicksAndRejections (node:internal/process/task_queues:82:21), code: 'ERR_TEST_FAILURE' }
basic helpers without start: test/basic.test.js#L39
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at process.processTicksAndRejections (node:internal/process/task_queues:82:21), code: 'ERR_TEST_FAILURE' }
with additional onRequest hook: test/basic.test.js#L66
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at process.processTicksAndRejections (node:internal/process/task_queues:82:21), code: 'ERR_TEST_FAILURE' }
onRequest hook added before registration fails: test/basic.test.js#L109
Error [ERR_TEST_FAILURE]: create is not a function at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: TypeError [Error]: create is not a function at /home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:12:17 at Plugin.exec (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/lib/plugin.js:125:28) at Boot._loadPlugin (/home/runner/work/fastify-asyncforge/fastify-asyncforge/node_modules/avvio/boot.js:432:10) at processTicksAndRejections (node:internal/process/task_queues:82:21) at runNextTicks (node:internal/process/task_queues:64:3) at process.processImmediate (node:internal/timers:447:9), code: 'ERR_TEST_FAILURE' }
test (18.x)
Process completed with exit code 1.
test (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
test (20.x)
Total Tests: 4 Suites 📂: 0 Passed ✅: 0 Failed ❌: 4 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10175.906ms
test (18.x)
Total Tests: 4 Suites 📂: 0 Passed ✅: 0 Failed ❌: 4 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10206.565ms