Closed 4math2379 closed 4 years ago
Hey @4math2379! Thanks for using Truffle Teams, and thanks for reporting this issue!
We are aware of the error you're getting:
ERROR: A caught error when processing your build request occured. The error was:
Error: shutting down the container failed
We've been monitoring this happening and have an internal issue to hopefully fix this soon!
As far as how you're getting the same error with Ganache:
Even locally with Ganache i got the same error.
I'm not sure how you could be getting this error locally on Ganache, as the error is specific to Truffle Teams
Lastly, I noticed you're hardcoding a mnemonic in your truffle-config.js
. Make sure that you don't use this mnemonic for Mainnet or use it in the future for anything with real Ether. To use a mnemonic without hardcoding it (it's fine for testnets I guess), you need to add it as an environment variable and reference it as process.env.MNEMONIC
(or whatever the name of the variable is when you set it).
ok thanks .
For the Mnemonic, i use it only for testnet and Ropsten. It is a faucet Metamask. i will test this env for it .
Thanks you
Going to keep this issue open as it is still an issue
We swapped out our containerization technology, so this issue no longer appears. Thanks again for reporting this!
Hello ,
Since 2 days i got this timeout issue , on my Test Smartcontract.
Even locally with Ganache i got the same error.
This is my repo : git@github.com:4math2379/Wallet101.git
Thanks for any path for resolve this :)
the log from the TruffleTeam cli :