Skip to content

feat: e2e tests on release branches #918

feat: e2e tests on release branches

feat: e2e tests on release branches #918

Triggered via pull request January 15, 2025 15:21
Status Failure
Total duration 6m 24s
Artifacts 4

on-pull-request.yaml

on: pull_request
E2E Tests  /  Build Docker image
1m 43s
E2E Tests / Build Docker image
Run Unit Tests  /  test_coverage
2m 30s
Run Unit Tests / test_coverage
License Check  /  license-check
31s
License Check / license-check
Lint  /  golangci-lint
1m 29s
Lint / golangci-lint
Go Module Check  /  ensure go mod is tidy
6s
Go Module Check / ensure go mod is tidy
Test Docker Publish  /  Build and Push Docker Image
1m 41s
Test Docker Publish / Build and Push Docker Image
Matrix: Run Unit Tests / unit_tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 19 warnings
EVM methods › should be able to get the "block.basefee": test/evm/evm-methods.test.js#L31
expect(received).toEqual(expected) // deep equality Expected: "invalid opcode 0x48" Received: undefined at Object.toEqual (test/evm/evm-methods.test.js:31:33)
Individual OpCodes › should give the correct output for opcode: BASEFEE: test/evm/individual-opcodes.test.js#L61
Custom message: Trace should succeed for BASEFEE expect(received).toBe(expected) // Object.is equality Expected: true Received: false at toBe (test/evm/individual-opcodes.test.js:61:74) at Object.<anonymous> (test/evm/individual-opcodes.test.js:532:30)
Individual OpCodes › should give the correct output for opcode: PUSH0: test/evm/individual-opcodes.test.js#L606
expect(received).toBeTrue() Expected value to be true: true Received: false at Object.toBeTrue (test/evm/individual-opcodes.test.js:606:38)
Individual OpCodes › should be possible to deploy contract starting with 0xEF: test/evm/individual-opcodes.test.js#L636
expect(received).toBeEmpty() Expected value to be empty received: "invalid code: must not begin with 0xef" at Object.toBeEmpty (test/evm/individual-opcodes.test.js:636:51)
E2E Tests / Run Tests
Process completed with exit code 1.
Go Module Check / ensure go mod is tidy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
License Check / license-check
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
Run Unit Tests / unit_tests (1.23.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Unit Tests / unit_tests (1.22.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Docker Publish / Build and Push Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E Tests / Build Docker image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Unit Tests / test_coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E Tests / Run Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
RETRY 1: EVM methods › should be able to get the "block.basefee": test/evm/evm-methods.test.js#L31
expect(received).toEqual(expected) // deep equality Expected: "invalid opcode 0x48" Received: undefined at Object.toEqual (test/evm/evm-methods.test.js:31:33)
RETRY 2: EVM methods › should be able to get the "block.basefee": test/evm/evm-methods.test.js#L31
expect(received).toEqual(expected) // deep equality Expected: "invalid opcode 0x48" Received: undefined at Object.toEqual (test/evm/evm-methods.test.js:31:33)
RETRY 3: EVM methods › should be able to get the "block.basefee": test/evm/evm-methods.test.js#L31
expect(received).toEqual(expected) // deep equality Expected: "invalid opcode 0x48" Received: undefined at Object.toEqual (test/evm/evm-methods.test.js:31:33)
RETRY 1: Individual OpCodes › should give the correct output for opcode: BASEFEE: test/evm/individual-opcodes.test.js#L61
Custom message: Trace should succeed for BASEFEE expect(received).toBe(expected) // Object.is equality Expected: true Received: false at toBe (test/evm/individual-opcodes.test.js:61:74) at Object.<anonymous> (test/evm/individual-opcodes.test.js:532:30)
RETRY 2: Individual OpCodes › should give the correct output for opcode: BASEFEE: test/evm/individual-opcodes.test.js#L61
Custom message: Trace should succeed for BASEFEE expect(received).toBe(expected) // Object.is equality Expected: true Received: false at toBe (test/evm/individual-opcodes.test.js:61:74) at Object.<anonymous> (test/evm/individual-opcodes.test.js:532:30)
RETRY 3: Individual OpCodes › should give the correct output for opcode: BASEFEE: test/evm/individual-opcodes.test.js#L61
Custom message: Trace should succeed for BASEFEE expect(received).toBe(expected) // Object.is equality Expected: true Received: false at toBe (test/evm/individual-opcodes.test.js:61:74) at Object.<anonymous> (test/evm/individual-opcodes.test.js:532:30)
RETRY 1: Individual OpCodes › should give the correct output for opcode: PUSH0: test/evm/individual-opcodes.test.js#L606
expect(received).toBeTrue() Expected value to be true: true Received: false at Object.toBeTrue (test/evm/individual-opcodes.test.js:606:38)
RETRY 2: Individual OpCodes › should give the correct output for opcode: PUSH0: test/evm/individual-opcodes.test.js#L606
expect(received).toBeTrue() Expected value to be true: true Received: false at Object.toBeTrue (test/evm/individual-opcodes.test.js:606:38)
RETRY 3: Individual OpCodes › should give the correct output for opcode: PUSH0: test/evm/individual-opcodes.test.js#L606
expect(received).toBeTrue() Expected value to be true: true Received: false at Object.toBeTrue (test/evm/individual-opcodes.test.js:606:38)
RETRY 1: Individual OpCodes › should be possible to deploy contract starting with 0xEF: test/evm/individual-opcodes.test.js#L636
expect(received).toBeEmpty() Expected value to be empty received: "invalid code: must not begin with 0xef" at Object.toBeEmpty (test/evm/individual-opcodes.test.js:636:51)

Artifacts

Produced during runtime
Name Size
e2e-test-results-e63d5798403c96df7b71c1252639c70a63a8b206
5.6 KB
vechain-thor-image-e63d5798403c96df7b71c1252639c70a63a8b206
33 MB
vechain~thor~SKK1TJ.dockerbuild
36.3 KB
vechain~thor~SNPFWE.dockerbuild
40.6 KB