This is probably a really dumb thing, but apk always throws an error when installing anything, it still installs the thing, and running it with -v provides no useful information so I figured running 'apk fix' would, you know, fix it...?
apk fix
(1/1) [APK unavailable, skipped] Reinstalling libustream-openssl20201210 (2024.07.28~99bd3d2b-r1)
1 error; 290 MiB in 347 packages
okay, so remove and reinstall it? NO...
ERROR: libustream-openssl20201210-2024.07.28~99bd3d2b-r1: trying to overwrite lib/libustream-ssl.so owned by libustream-mbedtls20201210-2024.07.28~99bd3d2b-r1.
apk fix again, same (new) error
apk fix
(1/1) Reinstalling libustream-openssl20201210 (2024.07.28~99bd3d2b-r1)
ERROR: libustream-openssl20201210-2024.07.28~99bd3d2b-r1: trying to overwrite lib/libustream-ssl.so owned by libustream-mbedtls20201210-2024.07.28~99bd3d2b-r1.
1 error; 289 MiB in 344 packages
This lib conflict probably broke curl, but I have yet to try it, not like I have a lot load in anyhow, but I'd like to get the issue resolved as I hate lurking crud that always bites in some obscure way later on.