Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guessing new backend is case-sensitive in base image name? #1544

Open
aryairani opened this issue Feb 11, 2025 · 3 comments
Open

guessing new backend is case-sensitive in base image name? #1544

aryairani opened this issue Feb 11, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@aryairani
Copy link

aryairani commented Feb 11, 2025

an actions/cache/restore action started failing for me during the brownout. the only explanation I could guess was that actions/cache/save was running on macOS-13 whereas actions/cache/restore was running on macos-13. I didn't see this change documented anywhere in the migration guide; but also it seems easy enough to make the backend case-insensitive. Not sure if there's any reason not to do that? Or make runs-on case-sensitive.

https://github.com/unisonweb/unison/actions/runs/13251002645/job/37026161441

@joshmgross joshmgross added the bug Something isn't working label Feb 12, 2025
@JoannaaKL JoannaaKL self-assigned this Feb 13, 2025
@aryairani
Copy link
Author

aryairani commented Feb 13, 2025

I've been having similar failures recently even without a case difference in the base image name; so maybe this is a red herring, or I can open a separate ticket for those?

https://github.com/unisonweb/unison/actions/runs/13184837131/job/37172496896

Is the new cache backend running right now and is it just less reliable? more ways to get a cache miss?

@aryairani
Copy link
Author

aryairani commented Feb 13, 2025

I'm guessing the second issue is #1547, and the initial issue may have been too.

@JoannaaKL
Copy link

Hi @aryairani, thank you for raising this issue. It is a bug and we are working on a fix.

@JoannaaKL JoannaaKL removed their assignment Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants