Skip to content

Fix Errno::EACCES errors in tempfile finalizer on Windows#992

Open
mvz wants to merge 9 commits into
mainfrom
fix-tempfile-eaccess
Open

Fix Errno::EACCES errors in tempfile finalizer on Windows#992
mvz wants to merge 9 commits into
mainfrom
fix-tempfile-eaccess

Conversation

@mvz
Copy link
Copy Markdown
Contributor

@mvz mvz commented Feb 14, 2026

Summary

TBD

Details

TBD

Motivation and Context

The build logs on Windows are filled with errors raised the finalizers of the tempfiles we use to capture the output of processes in SpawnProcess.

This may be a genuine problem preventing Aruba from working properly on Windows: It possibly causes or is related to the Aruba scratch directory not getting cleaned up.

How Has This Been Tested?

Unfortunately, we once again have to test this in CI.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Internal change (refactoring, test improvements, developer experience or update of dependencies)

Checklist:

  • I've added tests for my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@mvz mvz changed the title Fix Errno::EACCESS errors in tempfile finalizer Fix Errno::EACCES errors in tempfile finalizer on Windows Feb 14, 2026
@mvz mvz force-pushed the fix-tempfile-eaccess branch from 7c4eec5 to 4a81078 Compare February 15, 2026 12:22
@mvz mvz force-pushed the fix-tempfile-eaccess branch from 01de97d to 60d9b12 Compare May 15, 2026 15:16
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

Successfully merging this pull request may close these issues.

1 participant