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

cargo test generated 1 warning in windows10 #8719

Closed
Sysix opened this issue Jan 25, 2025 · 3 comments
Closed

cargo test generated 1 warning in windows10 #8719

Sysix opened this issue Jan 25, 2025 · 3 comments
Labels
A-isolated-declarations Isolated Declarations

Comments

@Sysix
Copy link
Collaborator

Sysix commented Jan 25, 2025

Creating this issue because it looks like only a small number people are tracking windows behavior.
All tests are passing but I got a warning at the top:

PS C:\dev\oxc> cargo test
    Blocking waiting for file lock on build directory
   Compiling fixedbitset v0.5.7
warning: error finalizing incremental compilation session directory `\\?\C:\dev\oxc\target\debug\incremental\oxc_isolated_declarations-05ztp4a6x57ws\s-h3zbj7uzkj-1742427-working`: Zugriff verweigert (os error 5)

warning: `oxc_isolated_declarations` (lib) generated 1 warning
   Compiling petgraph v0.7.1
   Compiling oxc_cfg v0.48.0 (C:\dev\oxc\crates\oxc_cfg)
   Compiling oxc_semantic v0.48.0 (C:\dev\oxc\crates\oxc_semantic)
   Compiling oxc_mangler v0.48.0 (C:\dev\oxc\crates\oxc_mangler)
   .....

"Zugriff verweigert" are the german words for "Access denied".
Feel free do close this issue when it is not important for you :)

@Sysix Sysix added the A-isolated-declarations Isolated Declarations label Jan 25, 2025
@Boshen
Copy link
Member

Boshen commented Jan 26, 2025

Is this reproducible? Feels like a cargo bug.

@shulaoda
Copy link
Contributor

It works fine on my windows. Could u try running cargo clean & rustup override set 1.84.0?

@Sysix
Copy link
Collaborator Author

Sysix commented Jan 26, 2025

Could u try running cargo clean & rustup override set 1.84.0

This solved the problem. Thanks!

@Sysix Sysix closed this as completed Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-isolated-declarations Isolated Declarations
Projects
None yet
Development

No branches or pull requests

3 participants