Hi @Sarah_Caloobanan. That’s not an error, it’s just a warning. By default, contract ID generation uses a secure random number generator that needs proper initialization. The warning is just a recommendation not to use this on continuous integration servers to avoid slowing down integration tests when starting up the sandbox. You can safely ignore the warning when developing locally.