Prefilter query only removed successfully-built versions
(error_occurred = FALSE), so every previously-errored version stayed in
the chunk and was walked one-by-one, each hitting the internal skip in
build_binary_package(). Drop the error clause so all attempted versions
are filtered out up front, and rename the log to already-attempted so
the count is no longer misleadingly 0.