You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently getting an error whereby I get this:
WARN[0128] first failed state comment="One or more requisite failed: sift.python3-packages.indxparse.sift-python3-package-indxparse" component=installer run_num=67 sls=sift.python3-packages.indxparse
I suspect the error is due to the fact that there is a pre-release package available in the sift-saltstack at the moment, as can be seen here:
ubuntu@host:/var/cache/cast$ sudo cast install --pre-release=false teamdfir/sift-saltstack
WARN[0000] using unauthenticated github client, could result in API rate limiting
INFO[0000] checking operating system support component=distro owner=teamdfir repo=sift-saltstack
INFO[0000] operating system is supported component=distro owner=teamdfir repo=sift-saltstack
INFO[0000] rendering manifest component=distro owner=teamdfir repo=sift-saltstack
INFO[0000] distro validated successfully command=install
INFO[0000] downloading archive file component=distro owner=teamdfir repo=sift-saltstack version=v2025.03.03-rc1+2404
It still attempts to download the pre-release even if I do not set the flag to false (which it should be false as default).
It looks like an issue with the saltstack, but also with cast so I wasn't sure where best to file this but hopefully it can be resolved!
Thanks,
Ryan
The text was updated successfully, but these errors were encountered:
I'm currently getting an error whereby I get this:
WARN[0128] first failed state comment="One or more requisite failed: sift.python3-packages.indxparse.sift-python3-package-indxparse" component=installer run_num=67 sls=sift.python3-packages.indxparse
I suspect the error is due to the fact that there is a pre-release package available in the sift-saltstack at the moment, as can be seen here:
ubuntu@host:/var/cache/cast$ sudo cast install --pre-release=false teamdfir/sift-saltstack
WARN[0000] using unauthenticated github client, could result in API rate limiting
INFO[0000] checking operating system support component=distro owner=teamdfir repo=sift-saltstack
INFO[0000] operating system is supported component=distro owner=teamdfir repo=sift-saltstack
INFO[0000] rendering manifest component=distro owner=teamdfir repo=sift-saltstack
INFO[0000] distro validated successfully command=install
INFO[0000] downloading archive file component=distro owner=teamdfir repo=sift-saltstack version=v2025.03.03-rc1+2404
It still attempts to download the pre-release even if I do not set the flag to false (which it should be false as default).
It looks like an issue with the saltstack, but also with cast so I wasn't sure where best to file this but hopefully it can be resolved!
Thanks,
Ryan
The text was updated successfully, but these errors were encountered: