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

ENOENT errors from non-existent directories #193

Open
djc opened this issue Mar 5, 2024 · 2 comments
Open

ENOENT errors from non-existent directories #193

djc opened this issue Mar 5, 2024 · 2 comments

Comments

@djc
Copy link

djc commented Mar 5, 2024

I've recently been seeing some errors from using rust-cache (in Askama):

Screenshot 2024-03-05 at 12 16 30

This should be a bog-standard setup:

Screenshot 2024-03-05 at 12 16 55
@Swatinem
Copy link
Owner

Swatinem commented Mar 6, 2024

I believe a similar issue was already reported at some point.

All the file system operations are behind try/catch, so they do not interfere with the correct operation.
However I see the point that they are spamming errors onto the build output :-(

@djc
Copy link
Author

djc commented Mar 6, 2024

I'm not sure why it's even trying to remove askama/askama/target/tests/target? Seems very unlikely to exist in the first place, given that askama is where that target dir lives (in the workspace).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants