fix: Bump txn free for creating resources #2752
dispatch.yml
on: push
Lint
/
Broken Markdown links
3m 37s
Lint
/
Super Linter
6m 56s
Build & Test
/
Build Node.js
6m 18s
Build & Test
/
Build Docker image
6m 3s
Staging
/
Staging Deploy
Release
/
Release Docker image
Annotations
10 errors, 10 warnings, and 2 notices
Build & Test / Build Node.js
Testing stopped early after 5 maximum allowed failures.
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L18
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
16 | const { didUrls, accreditation } = await issueResponse.json();
17 | expect(issueResponse).toBeOK();
> 18 | expect(issueResponse.status()).toBe(StatusCodes.OK);
| ^
19 | expect(accreditation.proof.type).toBe('JwtProof2020');
20 | expect(accreditation.proof).toHaveProperty('jwt');
21 | expect(typeof accreditation.issuer === 'string' ? accreditation.issuer : accreditation.issuer.id).toBe(
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts:18:33
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L17
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Error: expect(received).toBeOK()
Call log:
- → POST http://localhost:3000/trust-registry/accreditation/issue?accreditationType=authorize
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- x-api-key: ***
- Content-Type: application/json
- content-length: 357
- ← 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: 179
- etag: W/"b3-qqowAncGCSIbhgxtLIuFkAlCqig"
- date: Wed, 23 Oct 2024 11:58:09 GMT
- connection: keep-alive
- keep-alive: timeout=5
Response text:
{"error":"Internal error: Error: Error: Broadcasting transaction failed with code 41 (codespace: sdk). Log: tx gas limit 2050000 exceeds block max gas 2000000: invalid gas limit"}
15 | });
16 | const { didUrls, accreditation } = await issueResponse.json();
> 17 | expect(issueResponse).toBeOK();
| ^
18 | expect(issueResponse.status()).toBe(StatusCodes.OK);
19 | expect(accreditation.proof.type).toBe('JwtProof2020');
20 | expect(accreditation.proof).toHaveProperty('jwt');
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts:17:24
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L1
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Error: end of central directory record signature not found
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L18
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
16 | const { didUrls, accreditation } = await issueResponse.json();
17 | expect(issueResponse).toBeOK();
> 18 | expect(issueResponse.status()).toBe(StatusCodes.OK);
| ^
19 | expect(accreditation.proof.type).toBe('JwtProof2020');
20 | expect(accreditation.proof).toHaveProperty('jwt');
21 | expect(typeof accreditation.issuer === 'string' ? accreditation.issuer : accreditation.issuer.id).toBe(
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts:18:33
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L17
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeOK()
Call log:
- → POST http://localhost:3000/trust-registry/accreditation/issue?accreditationType=authorize
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- x-api-key: ***
- Content-Type: application/json
- content-length: 357
- ← 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: 179
- etag: W/"b3-qqowAncGCSIbhgxtLIuFkAlCqig"
- date: Wed, 23 Oct 2024 11:58:27 GMT
- connection: keep-alive
- keep-alive: timeout=5
Response text:
{"error":"Internal error: Error: Error: Broadcasting transaction failed with code 41 (codespace: sdk). Log: tx gas limit 2050000 exceeds block max gas 2000000: invalid gas limit"}
15 | });
16 | const { didUrls, accreditation } = await issueResponse.json();
> 17 | expect(issueResponse).toBeOK();
| ^
18 | expect(issueResponse.status()).toBe(StatusCodes.OK);
19 | expect(accreditation.proof.type).toBe('JwtProof2020');
20 | expect(accreditation.proof).toHaveProperty('jwt');
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts:17:24
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L18
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
16 | const { didUrls, accreditation } = await issueResponse.json();
17 | expect(issueResponse).toBeOK();
> 18 | expect(issueResponse.status()).toBe(StatusCodes.OK);
| ^
19 | expect(accreditation.proof.type).toBe('JwtProof2020');
20 | expect(accreditation.proof).toHaveProperty('jwt');
21 | expect(typeof accreditation.issuer === 'string' ? accreditation.issuer : accreditation.issuer.id).toBe(
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts:18:33
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L17
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeOK()
Call log:
- → POST http://localhost:3000/trust-registry/accreditation/issue?accreditationType=authorize
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- x-api-key: ***
- Content-Type: application/json
- content-length: 357
- ← 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: 179
- etag: W/"b3-qqowAncGCSIbhgxtLIuFkAlCqig"
- date: Wed, 23 Oct 2024 11:58:46 GMT
- connection: keep-alive
- keep-alive: timeout=5
Response text:
{"error":"Internal error: Error: Error: Broadcasting transaction failed with code 41 (codespace: sdk). Log: tx gas limit 2050000 exceeds block max gas 2000000: invalid gas limit"}
15 | });
16 | const { didUrls, accreditation } = await issueResponse.json();
> 17 | expect(issueResponse).toBeOK();
| ^
18 | expect(issueResponse.status()).toBe(StatusCodes.OK);
19 | expect(accreditation.proof.type).toBe('JwtProof2020');
20 | expect(accreditation.proof).toHaveProperty('jwt');
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts:17:24
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L1
1) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: end of central directory record signature not found
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:53:1 › Issue and verify a accredit accreditation:
tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts#L63
2) [Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:53:1 › Issue and verify a accredit accreditation
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
61 | const { didUrls, accreditation } = await issueResponse.json();
62 | expect(issueResponse).toBeOK();
> 63 | expect(issueResponse.status()).toBe(StatusCodes.OK);
| ^
64 | expect(accreditation.proof.type).toBe('JwtProof2020');
65 | expect(accreditation.proof).toHaveProperty('jwt');
66 | expect(typeof accreditation.issuer === 'string' ? accreditation.issuer : accreditation.issuer.id).toBe(
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts:63:33
|
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/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L121
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
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/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L111
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L115
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L117
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Sensitive data should not be used in the ARG or ENV commands:
docker/Dockerfile#L118
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "LOGTO_M2M_APP_SECRET")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L118
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
docker/Dockerfile#L119
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
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/
|
🎭 Playwright Run Summary
4 skipped
61 passed (2.3m)
|
🎭 Playwright Run Summary
2 failed
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:8:1 › Issue and verify a authorize accreditation
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts:53:1 › Issue and verify a accredit accreditation
16 did not run
2 passed (1.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cheqd~studio~E7AHST.dockerbuild
Expired
|
56.1 KB |
|
playwright-report
Expired
|
3.91 KB |
|
studio-staging
Expired
|
706 MB |
|