acoustic-library-86413
03/14/2024, 7:57 AMbroad-processor-92400
03/14/2024, 8:47 AMacoustic-library-86413
03/14/2024, 9:17 AM10:09:04.00 [ERROR] saw filesystem changes covered by invalidation globs: content changed (Digest('e43cc803ec7b0f7f52a9e9f9bfb93d8dc27120e6d3fe25b2f3d69f1108b3d54f', 170) fs Digest('82c2fe5500aea967af7a1d6d9996b7e64335b998edbb122d376808b2b2cd35ac', 170)). terminating the daemon.
...
10:09:04.65 [ERROR] service failure for <pants.pantsd.service.scheduler_service.SchedulerService object at 0x7bdff57c7970>.
I haven't been able to map this digest back to a specific filename, but the digest changes on every run.broad-processor-92400
03/14/2024, 9:19 AMacoustic-library-86413
03/14/2024, 9:34 AMinfo
it just stopped showing logs entirely, even when restarting the scheduler.
Running a single unit test takes ~5 seconds, so I'm assuming it's still restarting the scheduler behind the scenes, and just not printing it.broad-processor-92400
03/14/2024, 9:35 AMacoustic-library-86413
03/14/2024, 9:35 AMacoustic-library-86413
03/14/2024, 9:43 AM10:42:50.73 [DEBUG] Dependency SessionValues of Some("@rule(pants.engine.internals.build_files.parse_address_family(projects/some-folder))") changed.
Even if there are no file changes. Does that make sense?broad-processor-92400
03/14/2024, 9:45 AMpkill -f pantsd
or rm -rf .pants.d/pids
should do the trick.acoustic-library-86413
03/14/2024, 9:50 AMpants.log
? I saw the [INFO] Initializing scheduler...
in stdout, but it's not shown in any of the run_tracker logs or the main log file pants.log
in .pants.d
broad-processor-92400
03/14/2024, 9:52 AMpants.log
file is only messages from the daemon itself. I believe some of the messages visible in the terminal are from the client (that talks to the daemon), but and so aren't written to the file.acoustic-library-86413
03/14/2024, 9:52 AMacoustic-library-86413
03/14/2024, 9:55 AMacoustic-library-86413
03/14/2024, 10:34 AM