Skip to content

fix searchStatusList2021 #2812

fix searchStatusList2021

fix searchStatusList2021 #2812

Triggered via push March 3, 2025 13:46
Status Failure
Total duration 7m 18s
Artifacts 3

dispatch.yml

on: push
Lint  /  Broken Markdown links
3m 25s
Lint / Broken Markdown links
Lint  /  Super Linter
7m 5s
Lint / Super Linter
Build & Test  /  Build Node.js
4m 42s
Build & Test / Build Node.js
Build & Test  /  Build Docker image
2m 52s
Build & Test / Build Docker image
Release  /  Release Docker image
Release / Release Docker image
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 11 warnings, and 1 notice
[Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema: tests/e2e/parallel/accreditation/negative-flow.spec.ts#L39
1) [Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema Error: expect(received).toBe(expected) // Object.is equality Expected: 401 Received: 500 37 | }); 38 | > 39 | expect(issueResponse.status()).toBe(StatusCodes.UNAUTHORIZED); | ^ 40 | }); 41 | at /home/runner/work/studio/studio/tests/e2e/parallel/accreditation/negative-flow.spec.ts:39:33
[Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema: tests/e2e/parallel/accreditation/negative-flow.spec.ts#L39
1) [Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 401 Received: 500 37 | }); 38 | > 39 | expect(issueResponse.status()).toBe(StatusCodes.UNAUTHORIZED); | ^ 40 | }); 41 | at /home/runner/work/studio/studio/tests/e2e/parallel/accreditation/negative-flow.spec.ts:39:33
[Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema: tests/e2e/parallel/accreditation/negative-flow.spec.ts#L39
1) [Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 401 Received: 500 37 | }); 38 | > 39 | expect(issueResponse.status()).toBe(StatusCodes.UNAUTHORIZED); | ^ 40 | }); 41 | at /home/runner/work/studio/studio/tests/e2e/parallel/accreditation/negative-flow.spec.ts:39:33
[Parallel Logged In User Tests] › tests/e2e/parallel/did/search-no-auth.spec.ts:29:1 › [Positive] It can search with an existent DID and metadata=true query parameter: tests/e2e/parallel/did/search-no-auth.spec.ts#L35
2) [Parallel Logged In User Tests] › tests/e2e/parallel/did/search-no-auth.spec.ts:29:1 › [Positive] It can search with an existent DID and metadata=true query parameter TypeError: Cannot read properties of undefined (reading 'contentType') 33 | const body = await response.json(); 34 | > 35 | expect(body.dereferencingMetadata.contentType).toBe(CONTENT_TYPE.APPLICATION_LD_JSON); | ^ 36 | expect(body.dereferencingMetadata.did.didString).toStrictEqual(DEFAULT_TESTNET_DID); 37 | expect(body.dereferencingMetadata.did.methodSpecificId).toBe(DEFAULT_TESTNET_DID_IDENTIFIER); 38 | expect(body.dereferencingMetadata.did.method).toBe(DID_METHOD); at /home/runner/work/studio/studio/tests/e2e/parallel/did/search-no-auth.spec.ts:35:36
[Parallel Logged In User Tests] › tests/e2e/parallel/did/search-no-auth.spec.ts:29:1 › [Positive] It can search with an existent DID and metadata=true query parameter: tests/e2e/parallel/did/search-no-auth.spec.ts#L35
2) [Parallel Logged In User Tests] › tests/e2e/parallel/did/search-no-auth.spec.ts:29:1 › [Positive] It can search with an existent DID and metadata=true query parameter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'contentType') 33 | const body = await response.json(); 34 | > 35 | expect(body.dereferencingMetadata.contentType).toBe(CONTENT_TYPE.APPLICATION_LD_JSON); | ^ 36 | expect(body.dereferencingMetadata.did.didString).toStrictEqual(DEFAULT_TESTNET_DID); 37 | expect(body.dereferencingMetadata.did.methodSpecificId).toBe(DEFAULT_TESTNET_DID_IDENTIFIER); 38 | expect(body.dereferencingMetadata.did.method).toBe(DID_METHOD); at /home/runner/work/studio/studio/tests/e2e/parallel/did/search-no-auth.spec.ts:35:36
[Parallel Logged In User Tests] › tests/e2e/parallel/did/search-no-auth.spec.ts:29:1 › [Positive] It can search with an existent DID and metadata=true query parameter: tests/e2e/parallel/did/search-no-auth.spec.ts#L35
2) [Parallel Logged In User Tests] › tests/e2e/parallel/did/search-no-auth.spec.ts:29:1 › [Positive] It can search with an existent DID and metadata=true query parameter Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'contentType') 33 | const body = await response.json(); 34 | > 35 | expect(body.dereferencingMetadata.contentType).toBe(CONTENT_TYPE.APPLICATION_LD_JSON); | ^ 36 | expect(body.dereferencingMetadata.did.didString).toStrictEqual(DEFAULT_TESTNET_DID); 37 | expect(body.dereferencingMetadata.did.methodSpecificId).toBe(DEFAULT_TESTNET_DID_IDENTIFIER); 38 | expect(body.dereferencingMetadata.did.method).toBe(DID_METHOD); at /home/runner/work/studio/studio/tests/e2e/parallel/did/search-no-auth.spec.ts:35:36
[Parallel Logged In User Tests] › tests/e2e/parallel/resource/search-no-auth.spec.ts:45:1 › [Positive] It can search resource with an existent DID and resourceMetadata=true query parameter: tests/e2e/parallel/resource/search-no-auth.spec.ts#L53
3) [Parallel Logged In User Tests] › tests/e2e/parallel/resource/search-no-auth.spec.ts:45:1 › [Positive] It can search resource with an existent DID and resourceMetadata=true query parameter TypeError: Cannot read properties of undefined (reading 'contentType') 51 | const body = await response.json(); 52 | > 53 | expect(body.dereferencingMetadata.contentType).toBe(CONTENT_TYPE.APPLICATION_LD_JSON); | ^ 54 | expect(body.dereferencingMetadata.did.didString).toStrictEqual(DEFAULT_TESTNET_DID); 55 | expect(body.dereferencingMetadata.did.methodSpecificId).toBe(DEFAULT_TESTNET_DID_IDENTIFIER); 56 | expect(body.dereferencingMetadata.did.method).toBe(DID_METHOD); at /home/runner/work/studio/studio/tests/e2e/parallel/resource/search-no-auth.spec.ts:53:36
[Parallel Logged In User Tests] › tests/e2e/parallel/resource/search-no-auth.spec.ts:45:1 › [Positive] It can search resource with an existent DID and resourceMetadata=true query parameter: tests/e2e/parallel/resource/search-no-auth.spec.ts#L53
3) [Parallel Logged In User Tests] › tests/e2e/parallel/resource/search-no-auth.spec.ts:45:1 › [Positive] It can search resource with an existent DID and resourceMetadata=true query parameter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'contentType') 51 | const body = await response.json(); 52 | > 53 | expect(body.dereferencingMetadata.contentType).toBe(CONTENT_TYPE.APPLICATION_LD_JSON); | ^ 54 | expect(body.dereferencingMetadata.did.didString).toStrictEqual(DEFAULT_TESTNET_DID); 55 | expect(body.dereferencingMetadata.did.methodSpecificId).toBe(DEFAULT_TESTNET_DID_IDENTIFIER); 56 | expect(body.dereferencingMetadata.did.method).toBe(DID_METHOD); at /home/runner/work/studio/studio/tests/e2e/parallel/resource/search-no-auth.spec.ts:53:36
[Parallel Logged In User Tests] › tests/e2e/parallel/resource/search-no-auth.spec.ts:45:1 › [Positive] It can search resource with an existent DID and resourceMetadata=true query parameter: tests/e2e/parallel/resource/search-no-auth.spec.ts#L53
3) [Parallel Logged In User Tests] › tests/e2e/parallel/resource/search-no-auth.spec.ts:45:1 › [Positive] It can search resource with an existent DID and resourceMetadata=true query parameter Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'contentType') 51 | const body = await response.json(); 52 | > 53 | expect(body.dereferencingMetadata.contentType).toBe(CONTENT_TYPE.APPLICATION_LD_JSON); | ^ 54 | expect(body.dereferencingMetadata.did.didString).toStrictEqual(DEFAULT_TESTNET_DID); 55 | expect(body.dereferencingMetadata.did.methodSpecificId).toBe(DEFAULT_TESTNET_DID_IDENTIFIER); 56 | expect(body.dereferencingMetadata.did.method).toBe(DID_METHOD); at /home/runner/work/studio/studio/tests/e2e/parallel/resource/search-no-auth.spec.ts:53:36
Build & Test / Build Node.js
Process completed with exit code 1.
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L142
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "STRIPE_PUBLISHABLE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L91
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "STRIPE_WEBHOOK_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Variables should be defined before their use: docker/Dockerfile#L101
UndefinedVar: Usage of undefined variable '$APPLICATION_BASE_URL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L114
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "LOGTO_APP_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L116
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "COOKIE_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L141
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "STRIPE_SECRET_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L67
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "LOGTO_M2M_APP_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L72
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "LOGTO_WEBHOOK_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L90
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "STRIPE_PUBLISHABLE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: docker/Dockerfile#L123
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "LOGTO_WEBHOOK_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Build & Test / Build Node.js
Cache not found for keys: node-cache-Linux-x64-npm-ff1c49d1e516e098fe51d5feebe9a64c925da1b0602eb6b4a70a007248ce6e8e
🎭 Playwright Run Summary
3 failed [Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema [Parallel Logged In User Tests] › tests/e2e/parallel/did/search-no-auth.spec.ts:29:1 › [Positive] It can search with an existent DID and metadata=true query parameter [Parallel Logged In User Tests] › tests/e2e/parallel/resource/search-no-auth.spec.ts:45:1 › [Positive] It can search resource with an existent DID and resourceMetadata=true query parameter 2 skipped 60 passed (2.4m)

Artifacts

Produced during runtime
Name Size
cheqd~studio~32B84U.dockerbuild
42.9 KB
playwright-report
499 KB
studio-staging
750 MB