Skip to content
New issue

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

Batch compile failing with missing docker container #144

Open
MitchPierias opened this issue Nov 23, 2019 · 0 comments
Open

Batch compile failing with missing docker container #144

MitchPierias opened this issue Nov 23, 2019 · 0 comments

Comments

@MitchPierias
Copy link
Collaborator

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
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant