Skip to content

Add FastCV OpenCV SFM validation test script #445

Add FastCV OpenCV SFM validation test script

Add FastCV OpenCV SFM validation test script #445

Re-run triggered October 14, 2025 04:54
Status Failure
Total duration 9s
Artifacts
Check script permissions
3s
Check script permissions
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Check script permissions
Process completed with exit code 1.
Check script permissions: ./Runner/suites/Multimedia/OpenCV/FastCV/run.sh#L1
./Runner/suites/Multimedia/OpenCV/FastCV/run.sh is not executable. Run: chmod +x "./Runner/suites/Multimedia/OpenCV/FastCV/run.sh" && git add "./Runner/suites/Multimedia/OpenCV/FastCV/run.sh"
Check script permissions: run.sh#L2
To fix: find . -name '*.sh' -o -name 'run.sh' | xargs chmod +x && git add . && git commit -m 'Fix: restore executable bits' && git push
Check script permissions: run.sh#L1
❌ Some shell scripts are missing executable permissions. CI and LAVA may break.