acoustic-library-86413
02/27/2024, 11:54 AMpants test --debug /path/to/file -- -s.
curved-television-6568
02/27/2024, 12:48 PM.pants.d/pants.log
why it restarts, I think. (or if it died due to some error.)happy-kitchen-89482
02/27/2024, 9:33 PMhappy-kitchen-89482
02/27/2024, 9:34 PMacoustic-library-86413
02/28/2024, 8:45 AM_09:41:46.50_ [ERROR] saw filesystem changes covered by invalidation globs: content changed
followed by a list of digests. Is it possible for me to map this digest back to the original filename?curved-television-6568
02/28/2024, 11:31 AMcurved-television-6568
02/28/2024, 11:31 AMacoustic-library-86413
02/28/2024, 1:23 PMacoustic-library-86413
02/28/2024, 1:23 PM09:50:52.99 [ERROR] service failure for <pants.pantsd.service.scheduler_service.SchedulerService object at 0x7f6f861c9e20>.
happy-kitchen-89482
02/28/2024, 3:34 PMhappy-kitchen-89482
02/28/2024, 3:34 PMhappy-kitchen-89482
02/28/2024, 3:36 PMhappy-kitchen-89482
02/28/2024, 3:36 PMacoustic-library-86413
02/28/2024, 3:38 PMacoustic-library-86413
03/11/2024, 3:07 PM16:04:03.15 [INFO] notify invalidation: cleared 1 and dirtied 13 nodes for: {"/path/to/module/tests/integration/test_search.py"}
16:04:03.15 [INFO] notify invalidation: cleared 0 and dirtied 0 nodes for: {"/path/to/module/tests/integration/test_search.py"}
16:04:03.17 [INFO] notify invalidation: cleared 2 and dirtied 107 nodes for: {{"/path/to/module/tests/integration"}, {"/path/to/module/tests/integration/test_search.py"}}
16:04:03.20 [ERROR] saw filesystem changes covered by invalidation globs: content changed (Digest('f48528327e3da7bf8a3c73d1b8dd9383091c993ec007b1fc0953a1fedd7660fc', 581) fs Digest('450e4b274d1fb97e14e33fe9596df3fb8a432501829b81ca2a55d49eaa951d7e', 581)). terminating the daemon.
16:04:03.87 [ERROR] service failure for <pants.pantsd.service.scheduler_service.SchedulerService object at 0x7f0e42eabee0>.
16:04:03.87 [INFO] Waiting for ongoing runs to complete before exiting...
16:04:03.87 [INFO] Server exiting with Ok(())
16:04:03.87 [INFO] Waiting for Sessions to complete before exiting...
16:04:03.87 [INFO] Waiting for shutdown of: ["scheduler_service_session", "store_gc_service_session", "pants_run_2024_03_11_16_03_51_895_a92c50e7e1074628a428118edf718a90"]
16:04:03.87 [INFO] Shutdown completed: "scheduler_service_session"
16:04:03.87 [INFO] Shutdown completed: "store_gc_service_session"
16:04:03.87 [INFO] Shutdown completed: "pants_run_2024_03_11_16_03_51_895_a92c50e7e1074628a428118edf718a90"
16:04:03.88 [INFO] Exiting pantsd
16:04:03.89 [WARN] File watcher exiting with: The watcher was shut down.
I don't have any invalidation globs explicitly set. I'm trying to narrow it down further, but any help is greatly appreciated.witty-crayon-22786
03/11/2024, 3:09 PMwitty-crayon-22786
03/11/2024, 3:09 PMacoustic-library-86413
03/11/2024, 3:10 PMpants.toml
. That's the part that's really confusing to me. Maybe there's a way to list all invalidation globs?witty-crayon-22786
03/11/2024, 3:13 PMpants help global
, iirc.acoustic-library-86413
03/11/2024, 3:14 PMldebug
makes pants log debug info to pants.log as well, that's neat. This produces an output line:
16:11:53.81 [DEBUG] watching invalidation patterns: ('libs/...', ..., ..., ..., ...)
These would also be the relevant bits, right?witty-crayon-22786
03/11/2024, 3:14 PMacoustic-library-86413
03/11/2024, 3:14 PMwitty-crayon-22786
03/11/2024, 3:15 PMwitty-crayon-22786
03/11/2024, 3:16 PMacoustic-library-86413
03/11/2024, 3:16 PM[source].root_patterns
, but not anywhere else.witty-crayon-22786
03/11/2024, 3:17 PMacoustic-library-86413
03/11/2024, 3:18 PMwitty-crayon-22786
03/11/2024, 3:18 PMacoustic-library-86413
03/11/2024, 3:18 PMacoustic-library-86413
03/11/2024, 3:26 PM