Hi, When CI runs, I sometimes get `[INFO] Filesys...
# general
h
Hi, When CI runs, I sometimes get `[INFO] Filesystem changed during run: retrying
Run
in 500ms...` . Is there a way to know what in the FS changed? (I'd like to find and fix it) I'm currently using Pants 2.16.
b
.pants.d/pants.log
likely includes a message about “invalidation”. Can you extract that and have a look?
g
This can also happen if there's an unrecoverable error in the Rust code; fwiw.
h
Unfortunately I didn't get to it in time and it already got deleted 😞 Thanks, I will know to look for it next time and hopefully catch it.
f
you may want to archive the logs, please see https://www.pantsbuild.org/docs/using-pants-in-ci#tip-store-pants-logs-as-artifacts to learn more
h
❤️