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;
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
'
Compiling of more than one contract appears to fail with a missing docker
lamingtonimage.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
lamingtonimage error;