Hi @nelsontran1
As I'm aware console warnings not stopping execution of rules unless the specific methods / functions you have used in your build code.
Above warning messages just showing you that container.buildInfo.environment method is deprecated so use the new one instead to get the environment that the current tag runtime library is deployed on.
Hope this helps.