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
MK8S-25: Add detailed error reporting for directory cleanup failures
Enhance Mkdir cleanup to show tree view of directory contents when removal fails:
- Custom _clean_with_details method for better error diagnosis
- Uses 'tree -a' command for detailed directory tree view
- Falls back to 'ls -la' if tree command is not available
- Shows exactly what files are preventing directory removal
- Helps diagnose "_build_root - cannot remove (it is not empty)" errors
This will make debugging cleanup failures much easier by showing
the exact files that are blocking directory removal.
0 commit comments