-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Milestone
Description
Getting this on CI on Windows run
2025-05-09T10:57:48.1042021Z === RUN TestEvmRun
2025-05-09T10:57:48.1043164Z === PAUSE TestEvmRun
2025-05-09T10:57:48.1043589Z === CONT TestEvmRun
2025-05-09T10:57:48.1044540Z t8n_test.go:275: args: go run ./cmd/evm --json --code 6040 run
2025-05-09T10:57:48.1046494Z test_cmd.go:269: (stderr:1) {"pc":0,"op":96,"gas":"0x2540be400","gasCost":"0x3","memory":"0x","memSize":0,"stack":[],"returnData":"0x","depth":1,"refund":0,"opName":"PUSH1","error":""}
2025-05-09T10:57:48.1048310Z test_cmd.go:269: (stderr:1) {"pc":2,"op":0,"gas":"0x2540be3fd","gasCost":"0x0","memory":"0x","memSize":0,"stack":["0x40"],"returnData":"0x","depth":1,"refund":0,"opName":"STOP","error":""}
2025-05-09T10:57:48.1049468Z test_cmd.go:269: (stderr:1) {"output":"","gasUsed":"0x3"}
2025-05-09T10:57:48.1050053Z t8n_test.go:297: test 0, output wrong
2025-05-09T10:57:48.1052996Z have "{\"pc\":0,\"op\":96,\"gas\":\"0x2540be400\",\"gasCost\":\"0x3\",\"memory\":\"0x\",\"memSize\":0,\"stack\":[],\"returnData\":\"0x\",\"depth\":1,\"refund\":0,\"opName\":\"PUSH1\",\"error\":\"\"}\n{\"pc\":2,\"op\":0,\"gas\":\"0x2540be3fd\",\"gasCost\":\"0x0\",\"memory\":\"0x\",\"memSize\":0,\"stack\":[\"0x40\"],\"returnData\":\"0x\",\"depth\":1,\"refund\":0,\"opName\":\"STOP\",\"error\":\"\"}\n{\"output\":\"\",\"gasUsed\":\"0x3\"}\n"
2025-05-09T10:57:48.1055430Z want "{\"pc\":0,\"op\":96,\"gas\":\"0x2540be400\",\"gasCost\":\"0x3\",\"memory\":\"0x\",\"memSize\":0,\"stack\":[],\"returnData\":\"0x\",\"depth\":1,\"refund\":0,\"opName\":\"PUSH1\",\"error\":\"\"}\r\n{\"pc\":2,\"op\":0,\"gas\":\"0x2540be3fd\",\"gasCost\":\"0x0\",\"memory\":\"0x\",\"memSize\":0,\"stack\":[\"0x40\"],\"returnData\":\"0x\",\"depth\":1,\"refund\":0,\"opName\":\"STOP\",\"error\":\"\"}\r\n{\"output\":\"\",\"gasUsed\":\"0x3\"}\r\n"
2025-05-09T10:57:48.1056379Z --- FAIL: TestEvmRun (0.50s)
2025-05-09T10:57:48.1056590Z FAIL
2025-05-09T10:57:48.1056797Z FAIL github.com/erigontech/erigon/cmd/evm 0.858s
Reactions are currently unavailable