fix resolve header #2834
dispatch.yml
on: push
Lint
/
Broken Markdown links
3m 14s
Lint
/
Super Linter
7m 1s
Build & Test
/
Build Node.js
2m 53s
Build & Test
/
Build Docker image
7m 4s
Staging
/
Staging Deploy
Release
/
Release Docker image
Annotations
4 errors, 11 warnings, and 1 notice
[Logged In User Tests] › tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:48:2 › Running test sequentially › 1. It checks DID-A:
tests/e2e/parallel/did/helpers.ts#L11
1) [Logged In User Tests] › tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:48:2 › Running test sequentially › 1. It checks DID-A
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:3000/did/search/did:cheqd:testnet:a775309c-1452-44cf-8598-abb3ddd1b3aa
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- x-api-key: ***
at parallel/did/helpers.ts:11
9 | // Helpers
10 | export async function searchDID(did: string, request: APIRequestContext): Promise<DIDDocument> {
> 11 | const response = await request.get(`/did/search/${did}`);
| ^
12 | expect(response).toBeOK();
13 |
14 | return await response.json().then((result) => result.didDocument);
at searchDID (/home/runner/work/studio/studio/tests/e2e/parallel/did/helpers.ts:11:33)
at /home/runner/work/studio/studio/tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:73:25
|
[Logged In User Tests] › tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:48:2 › Running test sequentially › 1. It checks DID-A:
apiRequestContext.post: connect ECONNREFUSED :#L1
1) [Logged In User Tests] › tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:48:2 › Running test sequentially › 1. It checks DID-A
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: connect ECONNREFUSED ::1:3000
Call log:
- → POST http://localhost:3000/did/create
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- x-api-key: ***
- Content-Type: application/x-www-form-urlencoded
- content-length: 91
at /home/runner/work/studio/studio/apiRequestContext.post: connect ECONNREFUSED ::1:3000
at /home/runner/work/studio/studio/tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:49:34
|
[Logged In User Tests] › tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:48:2 › Running test sequentially › 1. It checks DID-A:
apiRequestContext.post: connect ECONNREFUSED :#L1
1) [Logged In User Tests] › tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:48:2 › Running test sequentially › 1. It checks DID-A
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: connect ECONNREFUSED ::1:3000
Call log:
- → POST http://localhost:3000/did/create
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- x-api-key: ***
- Content-Type: application/x-www-form-urlencoded
- content-length: 91
at /home/runner/work/studio/studio/apiRequestContext.post: connect ECONNREFUSED ::1:3000
at /home/runner/work/studio/studio/tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:49:34
|
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#L76
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "API_KEY_EXPIRATION")
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#L137
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "VERIDA_PRIVATE_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#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#L55
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "EXTERNAL_DB_ENCRYPTION_KEY")
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#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/
|
Sensitive data should not be used in the ARG or ENV commands:
docker/Dockerfile#L127
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "API_KEY_EXPIRATION")
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#L143
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "STRIPE_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-8c1960f1313dfb880ddfde2b4076d7837b95b1548102e3c74449ecfbd4d69183
|
🎭 Playwright Run Summary
1 failed
[Logged In User Tests] › tests/e2e/sequential/did/switch-controller-flow.release.spec.ts:48:2 › Running test sequentially › 1. It checks DID-A
16 did not run
2 passed (36.7s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
22.1 KB |
|