Skip to content

chore: Add logging info for app booting #2419

chore: Add logging info for app booting

chore: Add logging info for app booting #2419

Triggered via push July 25, 2024 13:08
Status Failure
Total duration 31m 45s
Artifacts 3

dispatch.yml

on: push
Lint  /  Broken Markdown links
2m 5s
Lint / Broken Markdown links
Lint  /  Super Linter
6m 49s
Lint / Super Linter
Build & Test  /  Build Node.js
31m 34s
Build & Test / Build Node.js
Build & Test  /  Build Docker image
5m 9s
Build & Test / Build Docker image
Release  /  Release Docker image
Release / Release Docker image
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 5 warnings, and 1 notice
Build & Test / Build Node.js
Timed out waiting 1800s for the test suite to run
Build & Test / Build Node.js
Timed out waiting 1800s for the teardown for test suite to run
[Logged In User Tests] › did/switch-controller-flow.spec.ts:97:2 › Running test sequentially › 3. It checks DID-C: tests/e2e/did/switch-controller-flow.spec.ts#L105
1) [Logged In User Tests] › did/switch-controller-flow.spec.ts:97:2 › Running test sequentially › 3. It checks DID-C Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 103 | }); 104 | expect(response).toBeOK(); > 105 | expect(response.status()).toBe(StatusCodes.OK); | ^ 106 | DID_C = (await response.json()) as ResponseBody; 107 | expect(DID_C.controllerKeyId).toBeDefined(); 108 | at /home/runner/work/studio/studio/tests/e2e/did/switch-controller-flow.spec.ts:105:29
[Logged In User Tests] › did/switch-controller-flow.spec.ts:97:2 › Running test sequentially › 3. It checks DID-C: tests/e2e/did/switch-controller-flow.spec.ts#L104
1) [Logged In User Tests] › did/switch-controller-flow.spec.ts:97:2 › Running test sequentially › 3. It checks DID-C Error: expect(received).toBeOK() 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/125.0.6422.26 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - x-api-key: *** - Content-Type: application/x-www-form-urlencoded - content-length: 91 - ← 500 Internal Server Error - content-security-policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests - cross-origin-opener-policy: same-origin - cross-origin-resource-policy: same-origin - origin-agent-cluster: ?1 - referrer-policy: no-referrer - strict-transport-security: max-age=15552000; includeSubDomains - x-content-type-options: nosniff - x-dns-prefetch-control: off - x-download-options: noopen - x-frame-options: SAMEORIGIN - x-permitted-cross-domain-policies: none - x-xss-protection: 0 - vary: Origin - content-type: application/json; charset=utf-8 - content-length: 186 - etag: W/"ba-FD/7vdfjdTFegystfEoDnbo4Oqg" - date: Thu, 25 Jul 2024 13:24:22 GMT - connection: close Response text: {"error":"Internal error: Error: Error: Broadcasting transaction failed with code 32 (codespace: sdk). Log: account sequence mismatch, expected 954, got 953: incorrect account sequence"} 102 | headers: { 'Content-Type': CONTENT_TYPE.APPLICATION_X_WWW_FORM_URLENCODED }, 103 | }); > 104 | expect(response).toBeOK(); | ^ 105 | expect(response.status()).toBe(StatusCodes.OK); 106 | DID_C = (await response.json()) as ResponseBody; 107 | expect(DID_C.controllerKeyId).toBeDefined(); at /home/runner/work/studio/studio/tests/e2e/did/switch-controller-flow.spec.ts:104:20
[Logged In User Tests] › did/switch-controller-flow.spec.ts:97:2 › Running test sequentially › 3. It checks DID-C: tests/e2e/did/switch-controller-flow.spec.ts#L1
1) [Logged In User Tests] › did/switch-controller-flow.spec.ts:97:2 › Running test sequentially › 3. It checks DID-C Error: ENOENT: no such file or directory, open '/home/runner/work/studio/studio/test-results/.playwright-artifacts-2/aea9dc0ac4aefe65885306fa6415b1cf.zip'
[Logged In User Tests] › did/switch-controller-flow.spec.ts:311:2 › Running test sequentially › 12. It deactivates DID-C: tests/e2e/did/switch-controller-flow.spec.ts#L317
2) [Logged In User Tests] › did/switch-controller-flow.spec.ts:311:2 › Running test sequentially › 12. It deactivates DID-C Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 315 | 316 | expect(response).toBeOK(); > 317 | expect(response.status()).toBe(StatusCodes.OK); | ^ 318 | 319 | // Check that it was really deactivated 320 | expect(await isDeactivated(DID_C.did, request)).toBeTruthy(); at /home/runner/work/studio/studio/tests/e2e/did/switch-controller-flow.spec.ts:317:29
[Logged In User Tests] › did/switch-controller-flow.spec.ts:311:2 › Running test sequentially › 12. It deactivates DID-C: tests/e2e/did/switch-controller-flow.spec.ts#L316
2) [Logged In User Tests] › did/switch-controller-flow.spec.ts:311:2 › Running test sequentially › 12. It deactivates DID-C Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeOK() Call log: - → POST http://localhost:3000/did/deactivate/did:cheqd:testnet:6eb5d43c-58f1-454b-b8da-a72c097fd916 - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.26 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - x-api-key: *** - Content-Type: application/json - ← 500 Internal Server Error - content-security-policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests - cross-origin-opener-policy: same-origin - cross-origin-resource-policy: same-origin - origin-agent-cluster: ?1 - referrer-policy: no-referrer - strict-transport-security: max-age=15552000; includeSubDomains - x-content-type-options: nosniff - x-dns-prefetch-control: off - x-download-options: noopen - x-frame-options: SAMEORIGIN - x-permitted-cross-domain-policies: none - x-xss-protection: 0 - vary: Origin - content-type: application/json; charset=utf-8 - content-length: 186 - etag: W/"ba-cowHSJH5ds8e72u/xH5hvCUg7ys" - date: Thu, 25 Jul 2024 13:30:20 GMT - connection: close Response text: {"error":"Internal error: Error: Error: Broadcasting transaction failed with code 32 (codespace: sdk). Log: account sequence mismatch, expected 967, got 966: incorrect account sequence"} 314 | }); 315 | > 316 | expect(response).toBeOK(); | ^ 317 | expect(response.status()).toBe(StatusCodes.OK); 318 | 319 | // Check that it was really deactivated at /home/runner/work/studio/studio/tests/e2e/did/switch-controller-flow.spec.ts:316:20
[Logged In User Tests] › did/switch-controller-flow.spec.ts:311:2 › Running test sequentially › 12. It deactivates DID-C: tests/e2e/did/switch-controller-flow.spec.ts#L1
2) [Logged In User Tests] › did/switch-controller-flow.spec.ts:311:2 › Running test sequentially › 12. It deactivates DID-C Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: ENOENT: no such file or directory, open '/home/runner/work/studio/studio/test-results/.playwright-artifacts-3/aa4b692f2cb71d9806b755004431c7ac.zip'
Build & Test / Build Node.js
Process completed with exit code 1.
🎭 Playwright Run Summary
2 flaky [Logged In User Tests] › did/switch-controller-flow.spec.ts:97:2 › Running test sequentially › 3. It checks DID-C [Logged In User Tests] › did/switch-controller-flow.spec.ts:311:2 › Running test sequentially › 12. It deactivates DID-C 7 did not run 83 passed (30.0m)
Slow Test: [Logged In User Tests] › did/create-positive.spec.ts#L1
[Logged In User Tests] › did/create-positive.spec.ts took 2.6m
Slow Test: [Logged In User Tests] › did/create-negative.spec.ts#L1
[Logged In User Tests] › did/create-negative.spec.ts took 2.1m
Slow Test: [Logged In User Tests] › credential/issue-verify-flow.spec.ts#L1
[Logged In User Tests] › credential/issue-verify-flow.spec.ts took 1.7m
Slow Test: [Logged In User Tests] › credential/suspension-flow.spec.ts#L1
[Logged In User Tests] › credential/suspension-flow.spec.ts took 1.7m
Slow Test: [Logged In User Tests] › presentation/verify-negative.spec.ts#L1
[Logged In User Tests] › presentation/verify-negative.spec.ts took 1.2m

Artifacts

Produced during runtime
Name Size
cheqd~studio~NNAS70.dockerbuild
53.9 KB
playwright-report
195 KB
studio-staging
641 MB