Check with latest sdk #2832
dispatch.yml
on: push
Lint
/
Broken Markdown links
3m 24s
Lint
/
Super Linter
6m 54s
Build & Test
/
Build Node.js
3m 8s
Build & Test
/
Build Docker image
9m 41s
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:e3c1f852-9e5a-4a5c-9742-5f128a51de8d
- 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#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#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/
|
Sensitive data should not be used in the ARG or ENV commands:
docker/Dockerfile#L65
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "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#L89
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "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#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#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#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/
|
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#L82
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "POLYGON_PRIVATE_KEY")
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-0e25ed7c6160a759ecae8d3ffa9947c82b000f6717332b0fe4dc484697a9e4c9
|
🎭 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 (44.4s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
22.1 KB |
|