diff --git a/Cargo.lock b/Cargo.lock
index c753c349..c840637a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1403,6 +1403,7 @@ dependencies = [
"serde",
"serde_json",
"tempfile",
+ "tracing",
]
[[package]]
diff --git a/crates/fbuild-core/src/file_lock.rs b/crates/fbuild-core/src/file_lock.rs
index eb927762..60800344 100644
--- a/crates/fbuild-core/src/file_lock.rs
+++ b/crates/fbuild-core/src/file_lock.rs
@@ -28,16 +28,18 @@ pub fn try_acquire(path: &Path, mode: FileLockMode) -> io::Result