Skip to content

⬆️ chore(deps): bump @fastify/rate-limit from 9.1.0 to 10.0.1 #2187

⬆️ chore(deps): bump @fastify/rate-limit from 9.1.0 to 10.0.1

⬆️ chore(deps): bump @fastify/rate-limit from 9.1.0 to 10.0.1 #2187

Triggered via pull request September 23, 2024 13:42
Status Failure
Total duration 1m 55s
Artifacts 7

continuous-integration.yml

on: pull_request
Matrix: Integration Test
Matrix: Unit Test
Integration Test
3s
Integration Test
Unit Test
2s
Unit Test
Fit to window
Zoom out
Zoom in

Annotations

24 errors
User queries › users › as a super user › should return all users: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
User queries › users › should return [] if not authenticated: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Organization mutations › createOrganization › as a super user › should create an organization with feature permissions: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Server › #registerServices › GET /-/health: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Server › #startServer › GET /-/health should be available on port 4001: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Integration Test (3)
Process completed with exit code 1.
Apollo Context Authentication › ctx.user should be set: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Headers › GET /status › sets transaction id header on the response: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Integration Test (1)
Process completed with exit code 1.
Development Script Test
Process completed with exit code 1.
Authentication › GET /auth/login › creates a user and fetches study programs for the user: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › creates a user and fetches study programs for the user: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › updates last login for an existing user: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › updates last login for an existing user: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › parses userinfo response: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › parses userinfo response: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › redirects to ?return-to if provided: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › redirects to ?return-to if provided: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › returns 400 if return-to is not an approved origin: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › returns 400 if return-to is not an approved origin: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Users › query user › should return null if no user is logged in: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Users › query user › should return the logged in user: undefined#L1
FastifyError: fastify-plugin: @fastify/rate-limit - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Integration Test (2)
Process completed with exit code 1.
Integration Test
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
integration-1
3.85 KB
integration-2
3.43 KB
integration-3
3.9 KB
integration-4
4.56 KB
rubberdok~indok-api~P6ZR56.dockerbuild
27 KB
unit-1
6.19 KB
unit-2
7.45 KB