fix: Bump txn free for creating resources #2752
Annotations
10 errors and 2 notices
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
|
|
This job failed
Loading