We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling of more than one contract appears to fail with a missing docker lamington image.
lamington
After the first contract compiles, the second fails with the following error;
Command failed: docker exec lamington /opt/eosio/bin/scripts/compile_contract.sh "/opt/eosio/bin/project/CONTRACT_PATH/CONTRACT_NAME.cpp" ".lamington/compiled_contracts/compiled_contracts/CONTRACT_PATH" "CONTRACT_NAME" ' stdout = 'OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "process_linux.go:101: executing setns process caused \"exit status 1\"": unknown ' stderr = ''
The third request then fails with a container closed error;
'Error: Command failed: docker exec lamington /opt/eosio/bin/scripts/compile_contract.sh "/opt/eosio/bin/project/CONTRACT_PATH/CONTRACT_NAME.cpp" ".lamington/compiled_contracts/compiled_contracts/CONTRACT_PATH" "CONTRACT_NAME" Error response from daemon: Container 53e7bc661032d3213f8bcb4fca9e87d5e980e164545ecae146d6ae7c4c3f421f is not running ' stdout = '' stderr = 'Error response from daemon: Container 53e7bc661032d3213f8bcb4fca9e87d5e980e164545ecae146d6ae7c4c3f421f is not running '
All preceding requests then fail with a missinglamington image error;
'Error: Command failed: docker exec lamington /opt/eosio/bin/scripts/compile_contract.sh "/opt/eosio/bin/project/CONTRACT_PATH/CONTRACT_NAME.cpp" ".lamington/compiled_contracts/compiled_contracts/CONTRACT_PATH" "CONTRACT_NAME" Error: No such container: lamington ' stdout = '' stderr = 'Error: No such container: lamington '
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiling of more than one contract appears to fail with a missing docker
lamington
image.After the first contract compiles, the second fails with the following error;
The third request then fails with a container closed error;
All preceding requests then fail with a missing
lamington
image error;The text was updated successfully, but these errors were encountered: