`drone queue ls` show wrong status (pending)

you can query the database to find the associated build

select * from builds where build_id IN (
  select stage_build_id from stages where stage_id = 134
)