Apparently, indexes are not refreshed during a tight loop of conda_build.api.build() calls.
conda_build.api.build()
This MR mitigates it by re-indexing conda-bld at every iteration, if need-be.
conda-bld