Failed to install package core/hab-sup/1.6.139 - Package not found

Hi. I am using a custom builder location from my company, where core/hab-sup latest version is 1.6.115. I see that in the public builder (bldr.habitat.sh), this package’s latest version is 1.6.139.

When I try to run hab sup run, I am getting the message:

Failed to install package core/hab-sup/1.6.139 - Package not found

Unfortunately it doesn’t look like there is a verbose option for hab sup, but I’d like to understand what is going on behind the curtains and find a fix for the issue. Has anyone hit this problem before?

I have. The best course of resolution I’ve found is to either manually install the package via the CLI from my on-premise builder or removing the configuration pointing the initial setup to my on-premise builder.

As to how you can go behind the curtains, adding an environment variable of RUST_LOG=debug will give you an overwhelming amount of information to dig into to see what the problem may be.