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
Over at wgpu we started getting 2.7.2 of rust-cache and our "post cache" jobs started taking ~15x whenever there was any uploading to do. I have a hunch this isn't a problem with rust-cache but with the core github cache action this is calling off to, but I wanted to start here to see if we came to the same conclusion.
2024-01-11T01:02:02.0366871Z ##[debug]Resource Url: https://acghubeus1.actions.githubusercontent.com/47bmaT25aAULNry7IX2PPcgYgwfrUqs3OBXgjQ0s8nspxqRVT2/_apis/artifactcache/caches/25694
2024-01-11T01:02:02.3201632Z Cache saved successfully
2024-01-11T01:04:12.6998275Z ##[debug]Node Action run completed with exit code 0
2024-01-11T01:04:12.7001105Z ##[debug]Finishing: Post caching
There's a 2 minute and 10 second disparity between the "cached saved successfully" log, and the debugging of github actions saying that node is finished. If I pin rust-cache to 2.7.1, this goes away.
My understanding is that "cached saved successfully" comes from the github cache code, not this code, so I am thinking it may be a problem there, but am curious what you think.
The text was updated successfully, but these errors were encountered:
Howdy, thanks for this awesome tool!
Update
This is definitely an upstream problem with node20 - actions/toolkit#1578
Previous
Over at wgpu we started getting 2.7.2 of rust-cache and our "post cache" jobs started taking ~15x whenever there was any uploading to do. I have a hunch this isn't a problem with rust-cache but with the core github cache action this is calling off to, but I wanted to start here to see if we came to the same conclusion.
If you look at the logs (full log and post caching step.txt) I notice something suspicious with the timestamps:
There's a 2 minute and 10 second disparity between the "cached saved successfully" log, and the debugging of github actions saying that node is finished. If I pin rust-cache to 2.7.1, this goes away.
My understanding is that "cached saved successfully" comes from the github cache code, not this code, so I am thinking it may be a problem there, but am curious what you think.
The text was updated successfully, but these errors were encountered: