Skip to content

Conversation

@alindima
Copy link
Contributor

@alindima alindima commented Nov 21, 2025

Only works for contract accounts, not precompiles.
This is needed so that test nodes like anvil can send transactions from
contract accounts, a widely-used feature in tests

Needed for paritytech/foundry-polkadot#423

Only works for contract accounts, not precompiles.
This is needed so that test nodes like anvil can send transactions from
contract accounts, a widely-used feature in tests
@alindima alindima added T2-pallets This PR/Issue is related to a particular pallet. T7-smart_contracts This PR/Issue is related to smart contracts. labels Nov 21, 2025
Comment on lines 2378 to +2379
if exec::is_precompile::<T, ContractBlob<T>>(&address) ||
<AccountInfo<T>>::is_contract(&address)
(<AccountInfo<T>>::is_contract(&address) && !DebugSettings::bypass_eip_3607::<T>())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why shouldn't the debugSetting apply for precompile as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured that precompiles can't have balances attached to them, right? So wouldn't be very useful

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But what about in substrate and pallet-revive? I thought they're not proper accounts (can we set a balance for them in frame-system?)

@github-actions
Copy link
Contributor

github-actions bot commented Nov 21, 2025

Differential Tests Results (PolkaVM)

Specified Tests

  • simple
  • complex
  • translated_semantic_tests

Counts

  • Total Number of Test Cases: 26447
  • Total Number of Successes: 5789
  • Total Number of Failures: 72
  • Total Number of Ignores: 20586

Failures

The test specifiers seen in this section have the format 'path::case_idx::compilation_mode' and they're compatible with the revive differential tests framework and can be specified to it directly in the same way that they're provided through the --test argument of the framework.

The failures are provided in an expandable section to ensure that the PR does not get polluted with information. Please click on the section below for more information

Detailed Differential Tests Failure Information
Test Specifier Failure Reason Note
complex/create/create2_many/test.json::1::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("ContractTrapped")
complex/create/create_in_library/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("")
complex/create/create_in_library/test.json::0::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("")
complex/create/create_many/test.json::1::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("ContractTrapped")
complex/library_call_tuple/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("")
complex/library_call_tuple/test.json::0::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("")
complex/solidity_by_example/applications/iterable_mapping/test.json::0::Y+ >=0.8.1 Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("")
complex/solidity_by_example/applications/iterable_mapping/test.json::0::Y- >=0.8.1 Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("")
simple/function/many_arguments_2.sol::0::Y+ Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: CompilerError: Stack too deep. Try compiling with `--via-ir` (cli) or the equivalent `viaIR: true` (standard JSON) while enabling the optimizer. Otherwise, try removing local variables. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/simple/function/many_arguments_2.sol:52:40: 52 result = result && main(i, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16, p17, p18, p19, p20) == uint256(i) * i; ^^
simple/function/many_arguments_2.sol::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: CompilerError: Stack too deep. Try compiling with `--via-ir` (cli) or the equivalent `viaIR: true` (standard JSON) while enabling the optimizer. Otherwise, try removing local variables. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/simple/function/many_arguments_2.sol:52:40: 52 result = result && main(i, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16, p17, p18, p19, p20) == uint256(i) * i; ^^
simple/function/many_arguments_2_complex.sol::0::Y+ Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: CompilerError: Stack too deep. Try compiling with `--via-ir` (cli) or the equivalent `viaIR: true` (standard JSON) while enabling the optimizer. Otherwise, try removing local variables. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/simple/function/many_arguments_2_complex.sol:58:21: 58 p1, ^^
simple/internal_function_pointers/sum_oddness.sol::0::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("ContractTrapped") This test case succeeded with other compilation modes: {'Y-'}
simple/internal_function_pointers/sum_oddness.sol::1::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("ContractTrapped") This test case succeeded with other compilation modes: {'Y-'}
simple/pointer/large_offset.sol::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("ContractTrapped")
simple/pointer/large_offset.sol::0::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("ContractTrapped")
simple/recursion/recursion_keccak.sol::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Failed to parse resolc standard JSON output: failed to parse resolc JSON output: recursion limit exceeded at line 1 column 267625 stderr:
simple/recursion/recursion_keccak.sol::0::Y+ Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Failed to parse resolc standard JSON output: failed to parse resolc JSON output: recursion limit exceeded at line 1 column 184228 stderr:
simple/recursion_keccak.sol::0::Y+ Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Failed to parse resolc standard JSON output: failed to parse resolc JSON output: recursion limit exceeded at line 1 column 184158 stderr:
simple/recursion_keccak.sol::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Failed to parse resolc standard JSON output: failed to parse resolc JSON output: recursion limit exceeded at line 1 column 267555 stderr:
simple/try_catch/unbalanced_gas_limit.sol::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0"), CalldataItem("1"), CalldataItem("0"), CalldataItem("0")]) but got 0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
simple/try_catch/unbalanced_gas_limit.sol::0::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0"), CalldataItem("1"), CalldataItem("0"), CalldataItem("0")]) but got 0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
simple/yul_instructions/blockhash.sol::3::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("$BLOCK_HASH:256")]) but got 0xd2a74e7f33efd692769ee1f7b169c3a0b88e230c0a8b5998b492e8adb2f26d11
simple/yul_instructions/blockhash.sol::3::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("$BLOCK_HASH:256")]) but got 0xcd8b78fdc8e9eeaaf1e5cc11b882baec2aa09c24a96496751c492ac38b78f0a4
simple/yul_instructions/blockhash.sol::4::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("$BLOCK_HASH:255")]) but got 0x6f820ba4157d96f90cd1d9bfbb98a5ca205b95f833703a0569db01492668cca1
simple/yul_instructions/blockhash.sol::4::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("$BLOCK_HASH:255")]) but got 0x352fe1019a7166bab139d0ced424422a34e4f5fda4edc6c822f589b88efdfb40
simple/yul_instructions/returndatacopy.sol::41::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/returndatacopy.sol::41::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::5::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::5::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::19::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::19::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::33::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::33::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::47::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::47::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::59::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::59::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::60::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::60::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::61::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::61::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::75::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::75::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::197::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::197::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::200::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::200::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::202::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::202::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::205::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::205::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::207::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::207::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0xdeadbeef")]) but got 0x0000000000000000000000000000000000000000000000000000000000000000
simple/yul_instructions/revert.sol::210::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
simple/yul_instructions/revert.sol::210::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
translated_semantic_tests/array/copying/array_nested_calldata_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying nested calldata dynamic arrays to storage is not implemented in the old code generator. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/array_nested_calldata_to_storage/array_nested_calldata_to_storage.sol:2:1: 2 contract c { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/array_of_struct_calldata_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S calldata[] calldata to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/array_of_struct_calldata_to_storage/array_of_struct_calldata_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/array_of_struct_memory_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S memory[] memory to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/array_of_struct_memory_to_storage/array_of_struct_memory_to_storage.sol:1:1: 1 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/array_of_structs_containing_arrays_calldata_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S calldata[] calldata to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/array_of_structs_containing_arrays_calldata_to_storage/array_of_structs_containing_arrays_calldata_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/array_of_structs_containing_arrays_memory_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S memory[] memory to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/array_of_structs_containing_arrays_memory_to_storage/array_of_structs_containing_arrays_memory_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/calldata_array_to_mapping/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying nested calldata dynamic arrays to storage is not implemented in the old code generator. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/calldata_array_to_mapping/calldata_array_to_mapping.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/elements_of_nested_array_of_structs_calldata_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying nested calldata dynamic arrays to storage is not implemented in the old code generator. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/elements_of_nested_array_of_structs_calldata_to_storage/elements_of_nested_array_of_structs_calldata_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/elements_of_nested_array_of_structs_memory_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S memory[1] memory to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/elements_of_nested_array_of_structs_memory_to_storage/elements_of_nested_array_of_structs_memory_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/nested_array_of_structs_calldata_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying nested calldata dynamic arrays to storage is not implemented in the old code generator. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/nested_array_of_structs_calldata_to_storage/nested_array_of_structs_calldata_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/nested_array_of_structs_memory_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S memory[] memory to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/nested_array_of_structs_memory_to_storage/nested_array_of_structs_memory_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/nested_array_of_structs_storage_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S memory[1] memory to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/nested_array_of_structs_storage_to_storage/nested_array_of_structs_storage_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/nested_array_of_structs_with_nested_array_from_storage_to_memory/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying of type struct C.S memory[] memory to storage is not supported in legacy (only supported by the IR pipeline). Hint: try compiling with `--via-ir` (CLI) or the equivalent `viaIR: true` (Standard JSON) --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/nested_array_of_structs_with_nested_array_from_storage_to_memory/nested_array_of_structs_with_nested_array_from_storage_to_memory.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/copying/nested_dynamic_array_element_calldata_to_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying nested calldata dynamic arrays to storage is not implemented in the old code generator. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/copying/nested_dynamic_array_element_calldata_to_storage/nested_dynamic_array_element_calldata_to_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/nested_calldata_storage/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying nested calldata dynamic arrays to storage is not implemented in the old code generator. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/nested_calldata_storage/nested_calldata_storage.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/array/nested_calldata_storage2/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: UnimplementedFeatureError: Copying nested calldata dynamic arrays to storage is not implemented in the old code generator. --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/array/nested_calldata_storage2/nested_calldata_storage2.sol:2:1: 2 contract C { ^ (Relevant source part starts here and spans across multiple lines).
translated_semantic_tests/saltedCreate/prediction_example/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("revert: Address mismatch.")
translated_semantic_tests/shanghai/evmone_support/test.json::0::Y- Failed to create the drivers for the various platforms: Failed to create driver for revive-dev-node-polkavm-resolc: Failed to initialize the execution state of the platform: Failed to produce the pre-linking compiled contracts: Compilation callback failed (cache miss path): Encountered an error in the compilation: Error: LLVM IR generator: 306:17 The `EXTCODECOPY` instruction is not supported --> /__w/polkadot-sdk/polkadot-sdk/revive-differential-tests/resolc-compiler-tests/fixtures/solidity/translated_semantic_tests/shanghai/evmone_support/evmone_support.sol

@github-actions
Copy link
Contributor

github-actions bot commented Nov 21, 2025

Differential Tests Results (REVM)

Specified Tests

  • simple
  • complex
  • translated_semantic_tests

Counts

  • Total Number of Test Cases: 26447
  • Total Number of Successes: 19030
  • Total Number of Failures: 150
  • Total Number of Ignores: 7267

Failures

The test specifiers seen in this section have the format 'path::case_idx::compilation_mode' and they're compatible with the revive differential tests framework and can be specified to it directly in the same way that they're provided through the --test argument of the framework.

The failures are provided in an expandable section to ensure that the PR does not get polluted with information. Please click on the section below for more information

Detailed Differential Tests Failure Information
Test Specifier Failure Reason Note
complex/create/create_many/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x0b85afb7228c19b672caca1c2c8602584432f6fea13133076f6db10a018d78e7: transaction was not confirmed within the timeout This test case succeeded with other compilation modes: {'Y-', 'Y+', 'E+'}
complex/nested_calls/staticcall_call/test.json::0::E+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0xc079e6d02c03676c6e8bab1559ee96b8a9939c381d6cbf05a0f456605aaa1bd5: transaction was not confirmed within the timeout This test case succeeded with other compilation modes: {'Y-', 'E-', 'Y+'}
complex/solidity_by_example/simple/visibility/test.json::2::Y- >=0.8.1 Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x77dbe6d4ca6cdc218a75b2e57548d82e6a72897bb48c85e790e2e06452e90531: transaction was not confirmed within the timeout This test case succeeded with other compilation modes: {'Y+ >=0.8.1', 'E- >=0.8.1', 'E+ >=0.8.1'}
complex/try_catch/call/panic/test.json::3::E+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0x7a9a6a03561fefa05f98700cef79d3f6e4dbfe66d37e91da4eac5ae4189c3e7a: transaction was not confirmed within the timeout This test case succeeded with other compilation modes: {'Y-', 'E-', 'Y+'}
complex/value/delegatecall/test.json::0::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0xc4fa471ff4294304b263dd338bb17de28b84e019973594881c6c75658ad851d4: transaction was not confirmed within the timeout This test case succeeded with other compilation modes: {'Y-', 'E-', 'E+'}
simple/try_catch/unbalanced_gas_limit.sol::0::Y+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0"), CalldataItem("1"), CalldataItem("0"), CalldataItem("0")]) but got 0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
simple/try_catch/unbalanced_gas_limit.sol::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0"), CalldataItem("1"), CalldataItem("0"), CalldataItem("0")]) but got 0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
simple/try_catch/unbalanced_gas_limit.sol::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0"), CalldataItem("1"), CalldataItem("0"), CalldataItem("0")]) but got 0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
simple/try_catch/unbalanced_gas_limit.sol::0::E+ Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle function call assertions: Output assertion failed - Expected Compound([CalldataItem("0"), CalldataItem("1"), CalldataItem("0"), CalldataItem("0")]) but got 0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
translated_semantic_tests/abiEncoderV1/return_dynamic_types_cross_call_out_of_range_2/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x7ee0b3178a675b621cbe58c88e3321c0cfc7a68df3ae03d203a57219442c38c7: transaction was not confirmed within the timeout
translated_semantic_tests/abiEncoderV2/bool_out_of_bounds/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xab0ad31496b0d5a4b045e3aa63ccfcb550c034851d865b99a433888d3bdcb958: transaction was not confirmed within the timeout
translated_semantic_tests/abiEncoderV2/calldata_array_multi_dynamic/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xfd2e5391585d1ae6de0634e61421f8efd4b46cbf2da1d0dc3b78307e5b95a518: transaction was not confirmed within the timeout
translated_semantic_tests/abiEncoderV2/calldata_nested_array_reencode/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xb8c38168c6dd1bd856c13f7e7e3c808bf71a2a2f4597b83fee8486341b184f08: transaction was not confirmed within the timeout
translated_semantic_tests/abiEncoderV2/cleanup/address/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xf2b1c563cd68729a603076f8fe34a6f4b1d9766ca8dabed59a1116ad6bad41f4: transaction was not confirmed within the timeout
translated_semantic_tests/abiEncoderV2/cleanup/uintx/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x16109406abe51b65f92645790f4bb65b69bfddbae7f9331f671df4e5f6fe6d9a: transaction was not confirmed within the timeout
translated_semantic_tests/arithmetics/check_var_init/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xfa6370e498f00f63c469e021586b1aebf649c4d1f0026e05c678befc2462a282: transaction was not confirmed within the timeout
translated_semantic_tests/array/arrayMemoryAllocation/array_2d_zeroed_memory_index_access/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xbf57cefce94fcb6882d66ddf1be429336fad0ff2f73f3599a1b6d005342a7cc1: transaction was not confirmed within the timeout
translated_semantic_tests/array/array_memory_as_parameter/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x44632e49680d2cd453a767c0a9a224b88f880544370cb23914cae00b406a079b: transaction was not confirmed within the timeout
translated_semantic_tests/array/array_storage_index_access/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 6: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
translated_semantic_tests/array/array_storage_length_access/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 5: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
translated_semantic_tests/array/array_storage_push_empty/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x64983b8ca8d2be5704d5332afd0cbd1925b90c6846a79022827a822d4708a42a: transaction was not confirmed within the timeout
translated_semantic_tests/array/array_storage_push_empty_length_address/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 6: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
translated_semantic_tests/array/array_storage_push_pop/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 5: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("OutOfGas")
translated_semantic_tests/array/concat/bytes_concat_3_args/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8066c3dddf5b9bc8a1d25125bc976b78ec17e0f873087a3c611c4124a4663eca: transaction was not confirmed within the timeout
translated_semantic_tests/array/copying/nested_array_element_calldata_to_memory/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8d9647c259b4db3e270693489e94dc4912ad878b105e7770decd128cb594ae4c: transaction was not confirmed within the timeout
translated_semantic_tests/array/copying/nested_array_of_structs_storage_to_storage/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9656784b4207a92fd33dc3cf27d79ce042801e74092e7ea539f512b0fae71155: transaction was not confirmed within the timeout
translated_semantic_tests/array/delete/delete_storage_array/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x6557ecaa2cc85f314d60abca07b6e2c590d5944ce1ce2ee3363e5f4558643be2: transaction was not confirmed within the timeout
translated_semantic_tests/array/pop/array_pop_isolated/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xb367f8d4cab4f5966b4fc6debd0d981794317f34e0c7efc112bd699df3590914: transaction was not confirmed within the timeout
translated_semantic_tests/array/slices/array_slice_calldata_as_argument_of_external_calls/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x17fb0a493551667f957475f2b60f3d2e6e0a4013af062180c7b404b4a0887378: transaction was not confirmed within the timeout
translated_semantic_tests/builtinFunctions/keccak256_multiple_arguments_with_string_literals/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x64a6861e8239d5fdafbee537ffab5a5fc52f014dae6d6259a975f8c7e8453e0a: transaction was not confirmed within the timeout
translated_semantic_tests/builtinFunctions/sha256_empty/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xa9f3529ddc91f6642372b16b12b00807ac2bd55a2ae1134b75c4a441114976a5: transaction was not confirmed within the timeout
translated_semantic_tests/calldata/calldata_attached_to_struct/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xaef6ec4deb669004047a0818f6565d4008b1bde0bbfdb25465ca9abe286e4c9b: transaction was not confirmed within the timeout
translated_semantic_tests/calldata/calldata_memory_mixed/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xdf68e2fd44c57cf72287cb34fb67151e131c30a52415829926488229999554dc: transaction was not confirmed within the timeout
translated_semantic_tests/cleanup/cleanup_address_types_shortening/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8a54ffbe80ca2003ddd40a6eb307c92f5c276729a1c243e47d50cb6ca4608018: transaction was not confirmed within the timeout
translated_semantic_tests/cleanup/exp_cleanup/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x40cd2a488af6c8c6898d8f30082667bd38694181b2f747f67db5422f6a8854c3: transaction was not confirmed within the timeout
translated_semantic_tests/constants/constant_string/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x56fd03fb2d6c8ad6d21b5c7c81a4a6d106d0fd95c4d3bf054423a2aac2f64d3b: transaction was not confirmed within the timeout
translated_semantic_tests/constructor/bytes_in_constructors_packer/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x032d9e97926054a30e4962acd6cec5a3c0eea7b76c811f96e3ee29fda96d00be: transaction was not confirmed within the timeout
translated_semantic_tests/constructor/functions_called_by_constructor/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8a9a61ad354cae0ad3318dc56456ab1e09c302d24cc408377f6d9cc84438b9d2: transaction was not confirmed within the timeout
translated_semantic_tests/constructor/store_internal_unused_library_function_in_constructor/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x33b00329c7618e7339ebcb8f794724ea9072dce11be68a993bd9dbefa5722935: transaction was not confirmed within the timeout
translated_semantic_tests/deployedCodeExclusion/static_base_function_deployed/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x4c906385813c2628a4ab1ffcbaf4205950b5e1810c05e06248593f0e7c26d8ce: transaction was not confirmed within the timeout
translated_semantic_tests/ecrecover/failing_ecrecover_invalid_input_proper/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xfc43b7f09abf0bb243de081de673aae7ab9536998592ad80ddf128f2ee006d08: transaction was not confirmed within the timeout
translated_semantic_tests/enums/using_inherited_enum/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9996147e075328c5fa00725963687706b116ca9ff8e6275d560855e7fa7c3a87: transaction was not confirmed within the timeout
translated_semantic_tests/errors/require_different_errors_same_parameters/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8501a46f1e44f54ded2d2a6d881401bf7b3ae9f421732d7061664f341db09bd0: transaction was not confirmed within the timeout
translated_semantic_tests/errors/require_error_string_memory/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xb88ff2bfddf35ac809af9dfb0dd738e3917a82d7e0609a49f3a30fc320971d79: transaction was not confirmed within the timeout
translated_semantic_tests/events/emit_three_identical_events/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9ca278292b2b1f5740352d0e96e6a58755ca631e8321a814098ea1ee8bd1b84c: transaction was not confirmed within the timeout
translated_semantic_tests/events/event_dynamic_array_memory_v2/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe205dd094a389560bc299182b6482eabc7a09ff5f6ad9770b497f283a0f7b9ff: transaction was not confirmed within the timeout
translated_semantic_tests/events/event_emit_interface_event_via_library/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x94764473f045a73085b896d74e82597b1ca009c2839bdea7b2a5079c421d09c0: transaction was not confirmed within the timeout
translated_semantic_tests/events/event_really_really_lots_of_data_from_storage/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9fd7a8583469250b5e17cf287d53a815738f42b921fba68db3f118ee2a870f9a: transaction was not confirmed within the timeout
translated_semantic_tests/events/events_with_same_name/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xbb6de9c521b902275b4ba2c318507edd78f636d43ebba4a5a45f9614cbcf2462: transaction was not confirmed within the timeout
translated_semantic_tests/expressions/conditional_expression_different_types/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xde314922ac247672d3ca095ff3f1e137a00cc7429267648cd8d2ae98f892a146: transaction was not confirmed within the timeout
translated_semantic_tests/expressions/exp_operator_const_signed/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x7fedcb1f4c32d852783d85038c0559b526f9b7fa3fcc168617783925987aa635: transaction was not confirmed within the timeout
translated_semantic_tests/externalContracts/prbmath_signed/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8c760fb7ba5e6de49bdd75754008f727e2eba6fca9dedc471616de8fd4c53bd5: transaction was not confirmed within the timeout
translated_semantic_tests/fallback/fallback_override/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xd48e8ff85c3cc692f81716c7c1322b78c19b6af26bc214884be58d60a1353ba1: transaction was not confirmed within the timeout
translated_semantic_tests/freeFunctions/libraries_from_free/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0x84b5f61922ecb096b5143aca4fe0f62bfa4c190717fd3eca1923ae27182b545d: transaction was not confirmed within the timeout
translated_semantic_tests/functionCall/call_function_returning_function/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x42f1936b7cca6a106a64bb87e34f2f18cd9254231a340003ee7ec5b25e53627e: transaction was not confirmed within the timeout
translated_semantic_tests/functionCall/conditional_with_arguments/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xefb7b3082f47ccdb0b7a672594cd9989fa2dde07b87343aefeb93cd27da2a10a: transaction was not confirmed within the timeout
translated_semantic_tests/functionCall/external_call_to_nonexisting/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xbaa969c1d9f8886fa1eed05fc7786dbaf231510508cb446ccb76a95924c90f2b: transaction was not confirmed within the timeout
translated_semantic_tests/functionCall/gas_and_value_basic/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 2: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected false but got true. Revert reason: None
translated_semantic_tests/functionCall/inheritance/call_base/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xa13c4f735945b598883575911f8805d42a85c75e933e6c14241fc17ebc675047: transaction was not confirmed within the timeout
translated_semantic_tests/functionCall/member_accessors/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x76831ecfb1a02cbc894ee9f13aae61e39986a9b4130bb62da5cf74612ddd76b9: transaction was not confirmed within the timeout
translated_semantic_tests/functionCall/transaction_status/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x217a4c2418f0edd9acd4675c90c11003e53988bc597825818c9432167c851b42: transaction was not confirmed within the timeout
translated_semantic_tests/functionTypes/function_delete_stack/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xce4574e7514b308bc80ed68ece7b8253d776bfced4c475a070512dd68d7b5851: transaction was not confirmed within the timeout
translated_semantic_tests/functionTypes/selector_1/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xedac26fba3fbf2b8b587fd3c27a85f1367210d8c4d8f43625f3e044f96c7e4d0: transaction was not confirmed within the timeout
translated_semantic_tests/functionTypes/ternary_contract_internal_function/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x2e20002ccb7fd871a86306db82cdc43df3d200425f30494478dfc891342fb1cb: transaction was not confirmed within the timeout
translated_semantic_tests/getters/mapping_to_struct/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xddeca4b71c3713fe773a16dbf5999d37c271a49d64e8a2f6b2a1b697faeb0d26: transaction was not confirmed within the timeout
translated_semantic_tests/immutable/delete/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xdb43076dce047400d0e7b0718a3ffd8171faf1bd70db9abe5ea755e95d4e9796: transaction was not confirmed within the timeout
translated_semantic_tests/immutable/multiple_initializations/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xbc0e7f51ab1abc9ba9b4f53efbeca8677218215fc71b619406112165aa37f0b4: transaction was not confirmed within the timeout
translated_semantic_tests/inheritance/constructor_inheritance_init_order_2/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9156b456b7134f268c3b366cbd99e89eee955245f55816cc4654decd5a42fbaf: transaction was not confirmed within the timeout
translated_semantic_tests/inheritance/derived_overload_base_function_indirect/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x6dd3502b746016f1bed7aa310fd22dda657f2adb5dbab76814fae7b21608b1d5: transaction was not confirmed within the timeout
translated_semantic_tests/inheritance/member_notation_ctor/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x0551ae3b3abdfa6dc6736466bcf15dda58b71c06d2c851ace8039a83b7bb35c6: transaction was not confirmed within the timeout
translated_semantic_tests/inheritance/super_in_constructor/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x4f1798c1b1b6c66ed882fefa7d9e591402bec5868f18d685d2531a4892d8d4f6: transaction was not confirmed within the timeout
translated_semantic_tests/inlineAssembly/calldata_struct_assign_and_return/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x0b6990ef22af5d91096049df1799c4b82d713f1f17dbe60b53b9a635108fd24f: transaction was not confirmed within the timeout
translated_semantic_tests/inlineAssembly/for_loop_break/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x96eb9a4d0ac181ec3aa707b019af68e4d7984bdac4e2287bbe4b3a6d97bbf1c0: transaction was not confirmed within the timeout
translated_semantic_tests/inlineAssembly/inline_assembly_if/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x31d5f6fdbc35cc1b25481ac018b4b06b3aa6e83d42d80b7160c7bd1f8f1b92bc: transaction was not confirmed within the timeout
translated_semantic_tests/inlineAssembly/inline_assembly_transient_storage_access_inside_function/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xc5d3c09f6e30d7ef3c5a609bcff472a0cf9a2166f78750825009d87690e2283a: transaction was not confirmed within the timeout
translated_semantic_tests/inlineAssembly/mcopy/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xb9c532875ce726cc78b32cb151653be8918211e6cdd0c28f80ffce4137e1db89: transaction was not confirmed within the timeout
translated_semantic_tests/inlineAssembly/slot_access_via_mapping_pointer/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x08f653b6a1d3888b27ae7551733bb53f941a17b058aa6534c16f76f41d2e79c9: transaction was not confirmed within the timeout
translated_semantic_tests/inlineAssembly/truefalse/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x37b91332ed2efebf63ccedb2d3901afcb51a24680f5c9cecd5eefc5b664734db: transaction was not confirmed within the timeout
translated_semantic_tests/interfaceID/interfaces/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xad4f0b09a3e150c3b6368149ae60339c2bd90e9501b005f1aa8b1841e6f3d10c: transaction was not confirmed within the timeout
translated_semantic_tests/isoltestTesting/isoltestFormatting/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xa52f993d97709ac211ab9b344bedf76728e4ae4aa3375e67c0a5b651b7b6da60: transaction was not confirmed within the timeout
translated_semantic_tests/libraries/external_call_with_storage_mapping_parameter/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0xe9f6ab8e0ef36a2f0b53a87ba375f4d031a12ee2f5ced9a4ab8f02de37b8bf3c: transaction was not confirmed within the timeout
translated_semantic_tests/libraries/internal_library_function_attached_to_enum/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x0216d7c38260f050c8f2bb3adf7c5990c742eb212a336dd825365ea571c41fd1: transaction was not confirmed within the timeout
translated_semantic_tests/libraries/internal_library_function_attached_to_string_accepting_memory/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x4c17c0c65ce23780d16c1ee02de6da8d92dfe8a4177d9fc800c1509e02523aba: transaction was not confirmed within the timeout
translated_semantic_tests/libraries/library_call_in_homestead/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0x11a86ce1067bb16439bc2894c63d5440d5cd03ac156dd7b786d3962da1565d89: transaction was not confirmed within the timeout
translated_semantic_tests/libraries/library_staticcall_delegatecall/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0xfc70ba30371bf04335c920864130a83a23c26172017c658092aaaf8f6e0a44ea: transaction was not confirmed within the timeout
translated_semantic_tests/libraries/using_for_function_on_int/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0xddb98966843a544b4bc349538fca0984685351547fcf3169c08feabc173508e0: transaction was not confirmed within the timeout
translated_semantic_tests/literals/fractional_denominations/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x1c6591431ef3f471a236a526a7375b3b5f26c617c234c82b3efb453e80c36a26: transaction was not confirmed within the timeout
translated_semantic_tests/memoryManagement/static_memory_array_allocation/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x4c277a99d654e1fe05faa08d485ce0f35564532afbaa3f31c6e45a2b1b4afa30: transaction was not confirmed within the timeout
translated_semantic_tests/modifiers/function_modifier_empty/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x6a2851d1fe643321a98842f113861823e5d71196b023f9b7529b2dfec8fc8305: transaction was not confirmed within the timeout
translated_semantic_tests/modifiers/function_modifier_multiple_times/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x7bc725b310752f44b535dc160edda67998b6382182edd3ea64d93ad3805d86a1: transaction was not confirmed within the timeout
translated_semantic_tests/modifiers/return_does_not_skip_modifier/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x5e95a731f6af2df9b994ebb958188f415af5bafe01bddbae6624fe2f8c2057b7: transaction was not confirmed within the timeout
translated_semantic_tests/multiSource/free_function_resolution_override_virtual/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xa83b9e611f8ce92ab9a9ab5c72c655d8ce1b807ab4b6b93882d5e01b9274684f: transaction was not confirmed within the timeout
translated_semantic_tests/operators/compound_assign_transient_storage/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x638acf45a6142eb0b96963362a3ce4f7c37af5d588e92fa614bb0b03a5243a93: transaction was not confirmed within the timeout
translated_semantic_tests/operators/shifts/shift_constant_right/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe2166b96b8bc456b9608eac05942bc095c6820db8fb52666de198c6bb7e931c3: transaction was not confirmed within the timeout
translated_semantic_tests/operators/shifts/shift_overflow/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9e7317643b3da379e7f6319fbdd4dfdf1d4fdcd90271901eca17fd17d946e3c7: transaction was not confirmed within the timeout
translated_semantic_tests/operators/shifts/shift_right_negative_lvalue_int16/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x0a22fb8fe2c065705cd96afb8ca5d7e0c78cef75143e9733afb6e57bbfa7e9b4: transaction was not confirmed within the timeout
translated_semantic_tests/operators/shifts/shift_right_uint8/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe551b6d4232cc74ea54d6dabca39884fd6daeb1b3c2cce72da9995c7cfcd980c: transaction was not confirmed within the timeout
translated_semantic_tests/operators/userDefined/multiple_operator_definitions_different_types_different_functions_separate_directives/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x94a8da517568d2b8f63c133105c0388e0e52b7bd45243884edb446693eef0b99: transaction was not confirmed within the timeout
translated_semantic_tests/operators/userDefined/recursive_operator/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xf3f9a9818a398635124c763eb7b5ed1344e12a931d60567933ff9856fbd7bad4: transaction was not confirmed within the timeout
translated_semantic_tests/revertStrings/calldata_array_dynamic_invalid/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x478b502becf0cf6f5387ad9e2b5dc5cdf23a57d5cc0a03977fed4cf8b02f7cae: transaction was not confirmed within the timeout
translated_semantic_tests/revertStrings/enum_v1/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x7f6034ee2c45207adaa0e2152ed9836faad1864077d85284fb315565ead881ac: transaction was not confirmed within the timeout
translated_semantic_tests/revertStrings/transfer/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x2edc0bccf37fc4bb69791730fb60e85791d68e191ad72df6894c364786073dfc: transaction was not confirmed within the timeout
translated_semantic_tests/reverts/revert_return_area/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x33f3b39cf5ca85378f0247d6b028830d7c5a3026e37baad0ed961aa288cd6557: transaction was not confirmed within the timeout
translated_semantic_tests/shanghai/push0/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xdeefb3ceec765a34bca895a9f9933f6a4b3fe4db0290783114ad36f4b1eb03c1: transaction was not confirmed within the timeout This test case succeeded with other compilation modes: {'E-'}
translated_semantic_tests/smoke/structs/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x62d61bc3b61c07a09510a640520bf43caa87c2f5cdeedf2528c0f9614e231c8f: transaction was not confirmed within the timeout
translated_semantic_tests/state/msg_sig/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x941ce6926685988c6075714fdddedb403ce149854c7a7ffc47cf49632f098567: transaction was not confirmed within the timeout
translated_semantic_tests/storage/chop_sign_bits/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xf9d7d691d41ff0d8764ea729e38d0ccfc68fa38886cd1117ecb0ae25e38bd50d: transaction was not confirmed within the timeout
translated_semantic_tests/storage/packed_storage_structs_bytes/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x6dbc0292a5d69e1a1332d2d5070686f9a01674be0a80a0f20f7a6404292f003d: transaction was not confirmed within the timeout
translated_semantic_tests/storageLayoutSpecifier/dynamic_array_storage_end/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x50a833059f86a63362e65e8987448dbbbd4db2ac2a7ae892d42059f167692ea2: transaction was not confirmed within the timeout
translated_semantic_tests/storageLayoutSpecifier/last_allowed_storage_slot/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x22b9bc950307c4d494004d804f218c47352c4ba107c73d145577a5cb123dd586: transaction was not confirmed within the timeout
translated_semantic_tests/storageLayoutSpecifier/state_variable_slot_offset/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x685abbd680a9139c85a2f80fcb2be94dc4df7ca3bc0e79000d62129d67cfaab2: transaction was not confirmed within the timeout
translated_semantic_tests/strings/concat/string_concat_2_args/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xa388da4aeaf67b762c6700193e8ec4c097a2cc7bec180a2ce022da993758213e: transaction was not confirmed within the timeout
translated_semantic_tests/strings/return_string/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x526db5534c8459392ec6708a38876abf51ad669b4dee8d1c9f3532a4cf7492cb: transaction was not confirmed within the timeout
translated_semantic_tests/structs/calldata/calldata_struct_as_argument_of_lib_function/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0x49ffce0dccf17a4a9e2d4a7c50da30e842f81c26f75a84b6b771064ed9995e2d: transaction was not confirmed within the timeout
translated_semantic_tests/structs/calldata/calldata_struct_with_nested_array_to_storage/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x2c67b56f8cdb71d048598da7d2a9cfa72b7ae7019f6b3d4e03573ccb2a004f4f: transaction was not confirmed within the timeout
translated_semantic_tests/structs/copy_struct_with_nested_array_from_calldata_to_storage/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x08085b33f028fceaea6d9ada70c15bbc2604d285ef7eaf036299f06168c80a09: transaction was not confirmed within the timeout
translated_semantic_tests/structs/lone_struct_array_type/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xb95f5295dada1d79fc0f88157c3605d804c3ceee121d5f89a02dd7f0445aead1: transaction was not confirmed within the timeout
translated_semantic_tests/structs/recursive_struct_2/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x075bdfb06a97f8075bb4ff091a7a56f97261354b4b78c1542223b405f7bdd4c9: transaction was not confirmed within the timeout
translated_semantic_tests/structs/struct_delete_storage_nested_small/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x47a766cbeb1ef81a36d3455cba54ec5286b55ea8a904f085fd51ee41d7197eca: transaction was not confirmed within the timeout
translated_semantic_tests/structs/struct_storage_push_zero_value/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x14f17093e97896565de99910f34cc0f16c1c66bb88748346380808264e1041ae: transaction was not confirmed within the timeout
translated_semantic_tests/tryCatch/lowLevel/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe7016e65c9f0c3915861584b49ceec35cf33b7051b716e0d45cc56e475f4934e: transaction was not confirmed within the timeout
translated_semantic_tests/tryCatch/return_function/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xdb1eebda220c4ed119bbb58d1facab2186e6e0b38e51c3e45477121021e4be39: transaction was not confirmed within the timeout
translated_semantic_tests/types/convert_fixed_bytes_to_fixed_bytes_smaller_size/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9035130eb2d984133f04ab3142cf69cfc9ff7834df41e4136bfe3123b26bb171: transaction was not confirmed within the timeout
translated_semantic_tests/types/mapping/copy_from_mapping_to_mapping/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe75155ffd3afb9ea5e0fa9eeae5cc63297c1affff966b92e2077370aaf13e56a: transaction was not confirmed within the timeout
translated_semantic_tests/types/mapping_enum_key_library_v2/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to deploy contracts for the function call step: Failed to get or deploy contract instance during input execution: Failed to deploy contract: Transaction inclusion watching timeout for 0xb25ed7645ebc4c4ca16cf599a439babab4964e40a25757eb3b085afb2a1de3d6: transaction was not confirmed within the timeout
translated_semantic_tests/types/type_conversion_cleanup/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8f41fb1ab460e1496f20f38b41db24f7f5e16a70a60660c07f86619d7539710f: transaction was not confirmed within the timeout
translated_semantic_tests/userDefinedValueType/assembly_access_bytes2_abicoder_v2/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x9f517da0997fd3ef2a3d6325453ad775825c69456d92f1f045bfaf1dc632542f: transaction was not confirmed within the timeout
translated_semantic_tests/userDefinedValueType/erc20/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xea7ce184a8bb21c54fd93b1608a352afbaa5a5cf29704d42c3b9e7f9a708d23d: transaction was not confirmed within the timeout
translated_semantic_tests/userDefinedValueType/simple/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xfd94c76be4d57249e0ee1b2774c7da25f6d698eff97e39c13f3075cdeaf1a35e: transaction was not confirmed within the timeout
translated_semantic_tests/using/free_function_multi/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xb24ecdb81c2b5204d0dbd1fc84c719beb06c434f2f8089aaf7812c2f205400a3: transaction was not confirmed within the timeout
translated_semantic_tests/using/using_global_for_global/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xc6203da3b401a0e2493288aadcad8796b6d4eb43678f669fa404bf8baaf972e4: transaction was not confirmed within the timeout
translated_semantic_tests/variables/public_state_overridding/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xee1e9cdcfac3d24731b2601d0231504ee6872a8034a075955900692858a6aef0: transaction was not confirmed within the timeout
translated_semantic_tests/variables/transient_state_variable_slot_inline_assembly/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x533ac87fff541674882d106db6a3ddacd0ce9a67766e6c4ee37ea4e190214883: transaction was not confirmed within the timeout
translated_semantic_tests/various/code_access_create/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x3770ec3f4073c4adfc46658617f82a52ca25845d662333f0022438142f1a98c5: transaction was not confirmed within the timeout
translated_semantic_tests/various/create_calldata/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 1: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x55b8d3a3cab72735d107a79e4372e347564b2fc8bed270da2ffd80b892410c40: transaction was not confirmed within the timeout
translated_semantic_tests/various/gasleft_decrease/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe18fd467200ea6b043de084579a36de53a6db66cf90b9108e1738aac485d24ec: transaction was not confirmed within the timeout
translated_semantic_tests/various/multi_variable_declaration/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x922904f7d4c3da8a63d53c0533c059ab140c2fb70a2b7c09b865c53acd78d2da: transaction was not confirmed within the timeout
translated_semantic_tests/various/selfdestruct_post_cancun/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 2: Function call step Failed: Failed to handle function call assertions: Transaction status assertion failed - Expected true but got false. Revert reason: Some("panic: assertion failed (0x01)")
translated_semantic_tests/various/selfdestruct_post_cancun_multiple_beneficiaries/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 7: Balance Assertion Step Failed: Balance assertion failed - Expected 1000000000000000000 but got 0 for 0x1111111111111111111111111111111111111111 resolved to 0x1111111111111111111111111111111111111111
translated_semantic_tests/various/storage_string_as_mapping_key_without_variable/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xda7c9a072163887675c59fdc686ed1e482433d4654ddf329c2b9567157cea4ca: transaction was not confirmed within the timeout
translated_semantic_tests/various/typed_multi_variable_declaration/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xc01cad93959460a2e337dbabebd0474381b835868d4665f3eda7ac68662dddf2: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/conditional/conditional_true_false_literal/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x5e2970b1ef55386b3120897e22880ea5504b27cd3165f0d89c6080532e93647c: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/conversion/implicit_cast_function_call/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe08f7ed631d24e7ad63f5cb4a4e6c872ead184d3b18cdfc60dc121404e750cae: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/detect_mul_overflow/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x331222f38757fce7a6ac09f2c6258f9f9f2a690f7b8ecb2ea2fb620f7d32a88a: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/empty_return_corrupted_free_memory_pointer/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x8f18c8efe08a67ba64e4db2497f1008add8916cf5a99a3ea1ab9074269e69a0c: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/function_pointers/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xcfe4d5c801649b3ba567bb205e719e148a70e1c7c4c35143f08d35de61403fc4: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/loops/continue/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xe07c91d4b73c48b0dd09f43287dfc53fc17686ee55d0b6a85f61f2e5ed610137: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/return/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xcdc2a704070ef8d122f3304945856e899c54ad2cbd03059e5721eadeb5bdf535: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/storage/dirty_storage_static_array/test.json::0::E- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0xd612147378b05539fc4859a451e038ce23663599c8f025a8fe07913acc60266a: transaction was not confirmed within the timeout
translated_semantic_tests/viaYul/unary_operations/test.json::0::Y- Failed to execute all of the steps on the driver: Failure on step 0: Function call step Failed: Failed to handle the function call execution: Transaction inclusion watching timeout for 0x24fbfb128085a57ad2976bc5e520b891eb0052a43d23b57f0d4678f578e4f278: transaction was not confirmed within the timeout

@alindima alindima requested a review from smiasojed November 21, 2025 13:42
@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/19571894042
Failed job name: test-linux-stable-no-try-runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T2-pallets This PR/Issue is related to a particular pallet. T7-smart_contracts This PR/Issue is related to smart contracts.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants