Open varshadqz opened 3 years ago
Can you please share the OS version, memory size, and # of cores?
OS: Ubuntu 18.04, Memory : 7.79 GiB, CPU Cores : 2
I've been having a similar error manifesting on github workflow runs, I'm developing a python pytest plugin and have CI setup, but when adding non trivial smart contracts, eosio-cpp
just hangs.
Locally everything runs fine.
Here is a recent run: https://github.com/guilledk/pytest-eosiocdt/runs/2551125202?check_suite_focus=true For more examples, check any actions run with over 6hs in run time: https://github.com/vapaee/vapaee-smart-contracts/actions
I have a setup of multi-node of 4 peers blockchain. Blockchain is running, few days before I deployed the smart contract and using it to save data on the blockchain. Now, I did some changes to the smart contract by changing the multi-index table name. Trying to compile and deploy this smart contract again. On the local machine, it gets compiled successfully. But on the server-side, the compilation is not getting finished with no error. It looks stuck (blinking cursor). What may be the reason? Let me know if anybody needs more information. Compilation command:
And
Smart contracts are in hpp files saved in
/usr/opt/eosio.cdt/1.6.3/include/contracts/
and included in smart contract as header files. Smart contract is:Also when I tried multiple times, temporary
wasm
files get generated likecommoncontract.wasm.tmp3f5048b
. Please help.