You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
It stops during deployment of eosio.system contract with error:
docker container exec dune_container cleos --verbose -u http://127.0.0.1:8888/ set contract eosio /app/reference-contracts/build/contracts/eosio.system
Reading WASM from /app/reference-contracts/build/contracts/eosio.system/eosio.system.wasm...
Publishing contract...
error 2022-12-01T16:08:28.440 cleos main.cpp:4121 operator() ] Failed with error: 2 timeout_exception: deadline 2022-12-01T16:08:28.416 exceeded by 9878us
deadline 2022-12-01T16:08:28.416 exceeded by 9878us
{}
cleos json.hpp:63 operator()
Reading WASM from /app/reference-contracts/build/contracts/eosio.system/eosio.system.wasm...
Publishing contract...
error 2022-12-01T16:08:28.440 cleos main.cpp:4121 operator() ] Failed with error: 2 timeout_exception: deadline 2022-12-01T16:08:28.416 exceeded by 9878us
deadline 2022-12-01T16:08:28.416 exceeded by 9878us
{}
cleos json.hpp:63 operator()
All contracts before this one are deployed correctly.
I increased option max-transaction-time in config.ini file till 5000 but it doesn't give effect.
The same error on another system:
docker container exec dune_container cleos --verbose -u http://127.0.0.1:8888/ set contract eosio /app/reference-contracts/build/contracts/eosio.system
Reading WASM from /app/reference-contracts/build/contracts/eosio.system/eosio.system.wasm...
Publishing contract...
failed transaction: 888b40696a3c7548b4dd5444dac7ef896e2b3e5cff5a12df71f770b477f57a16 bytes us
error 2022-12-14T08:23:52.895 cleos main.cpp:575 print_result ] soft_except->to_detail_string(): 3070003 wasm_serialization_error: Serialization Error Processing WASM
env.set_wasm_parameters_packed unresolveable
{"module":"env","fn":"set_wasm_parameters_packed"}
nodeos eos-vm.cpp:77 validate
pending console output:
{"console":""}
nodeos apply_context.cpp:123 exec_one
And the same on yet another system:
Reading WASM from /app/reference-contracts/build/contracts/eosio.system/eosio.system.wasm...
Publishing contract...
failed transaction: cd3325a53f8cec9b733ad686bb2eb06832113a3d8fca82f441337294c6047a94 bytes us
error 2022-11-28T16:45:10.129 cleos main.cpp:575 print_result ] soft_except->to_detail_string(): 3070003 wasm_serialization_error: Serialization Error Processing WASM
env.set_wasm_parameters_packed unresolveable
{"module":"env","fn":"set_wasm_parameters_packed"}
nodeos eos-vm.cpp:77 validate
pending console output:
{"console":""}
nodeos apply_context.cpp:123 exec_one
The text was updated successfully, but these errors were encountered: