You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to test some changes in the prover, but I’m unable to run tests successfully, even on the main branch. Are there any prerequisites for running the unit tests, or are the tests themselves failing?
❯ cd prover
❯ go test ./...
? github.com/consensys/linea-monorepo/prover/backend/blobdecompression [no test files]
? github.com/consensys/linea-monorepo/prover/backend/execution [no test files]
? github.com/consensys/linea-monorepo/prover/backend/execution/bridge [no test files]
ok github.com/consensys/linea-monorepo/prover/backend/aggregation (cached)
ok github.com/consensys/linea-monorepo/prover/backend/blobsubmission (cached)
ok github.com/consensys/linea-monorepo/prover/backend/ethereum (cached)
? github.com/consensys/linea-monorepo/prover/backend/execution/testcase_gen [no test files]
? github.com/consensys/linea-monorepo/prover/circuits/blobdecompression [no test files]
? github.com/consensys/linea-monorepo/prover/circuits/blobdecompression/large-tests/compile-batch-hasher [no test files]
? github.com/consensys/linea-monorepo/prover/circuits/blobdecompression/large-tests/compile-end-to-end [no test files]
? github.com/consensys/linea-monorepo/prover/circuits/blobdecompression/large-tests/maximize_blob_size [no test files]
--- FAIL: TestJsonExample (0.46s)
--- FAIL: TestJsonExample/file-./testdata/insert-1-account.json (0.01s)
parsing_test.go:62: file has 1 traces
parsing_test.go:65: (fname= ./testdata/insert-1-account.json) old: 0x0000000000000000000000000000000000000000000000000000000000000000, parent: 0x0000000000000000000000000000000000000000000000000000000000000000
parsing_test.go:66:
Error Trace: /Users/estensen/Developer/linea-monorepo/prover/backend/execution/statemanager/parsing_test.go:66
Error: Received unexpected error:
the account segment are not well-ordered `0b9887ed089160e457c4078941214f313dacfb71a8ed1818da3468ef1fdbe282` >= `003898403dd18b2ad51ccf27c721da9b4034a7a8b02ab313c645577b2a871dd3`
Test: TestJsonExample/file-./testdata/insert-1-account.json
Messages: inspection found an error in the traces (./testdata/insert-1-account.json)
--- FAIL: TestJsonExample/file-./testdata/insert-account-and-contract.json (0.01s)
parsing_test.go:62: file has 1 traces
parsing_test.go:65: (fname= ./testdata/insert-account-and-contract.json) old: 0x0000000000000000000000000000000000000000000000000000000000000000, parent: 0x0000000000000000000000000000000000000000000000000000000000000000
parsing_test.go:66:
Error Trace: /Users/estensen/Developer/linea-monorepo/prover/backend/execution/statemanager/parsing_test.go:66
Error: Received unexpected error:
the account segment are not well-ordered `0b9887ed089160e457c4078941214f313dacfb71a8ed1818da3468ef1fdbe282` >= `0993316176435c44cc47042586558efca073490476eb1aa7edb7a06fb70645ce`
Test: TestJsonExample/file-./testdata/insert-account-and-contract.json
Messages: inspection found an error in the traces (./testdata/insert-account-and-contract.json)
FAIL
FAIL github.com/consensys/linea-monorepo/prover/backend/execution/statemanager 0.938s
ok github.com/consensys/linea-monorepo/prover/backend/files (cached)
ok github.com/consensys/linea-monorepo/prover/circuits (cached)
ok github.com/consensys/linea-monorepo/prover/circuits/aggregation (cached)
ok github.com/consensys/linea-monorepo/prover/circuits/blobdecompression/public-input (cached)
? github.com/consensys/linea-monorepo/prover/circuits/blobdecompression/v1/test_utils [no test files]
? github.com/consensys/linea-monorepo/prover/circuits/emulation [no test files]
? github.com/consensys/linea-monorepo/prover/circuits/internal/test_utils [no test files]
My env
go version go1.23.1 darwin/arm64
macOS 15.0 (24A335)
Mac Mini M1
The text was updated successfully, but these errors were encountered:
I’m trying to test some changes in the prover, but I’m unable to run tests successfully, even on the main branch. Are there any prerequisites for running the unit tests, or are the tests themselves failing?
My env
The text was updated successfully, but these errors were encountered: