seeing a mypy cache related non breaking warning i...
# development
p
seeing a mypy cache related non breaking warning in CI https://github.com/pantsbuild/pants/runs/7563783872?check_suite_focus=true#step:9:268
Copy code
/usr/bin/cp: cannot stat '.cache/mypy_cache/b965f334ce3fc02912aa7a74077b16748a44e843b35d9f1d89c15db9a9754891/3.7/cache.db': No such file or directory
Success: no issues found in 1157 source files
/usr/bin/mv: cannot move '.tmp_cache/mypy_cache/3.7/cache.db' to '.cache/mypy_cache/b965f334ce3fc02912aa7a74077b16748a44e843b35d9f1d89c15db9a9754891/3.7/cache.db': No such file or directory
also seen it locally (ubuntu/macos) a few times. just any FYI since nothing is broken.
1
b
From https://github.com/pantsbuild/pants/pull/16290 likely. It's always somethin' 😐
Oh gotta switch the order of those fd redirectors 🙄