This looks like a standard cell layout, though. I know there are issues with some of the cell libraries where the abstract view of some cell views was done differently than others with respect to the power rails. Some assigned the local interconnect part of the power rail to the power rail net, and others assigned it to an obstruction. When two cells with different handling of the power rails in the abstract views are overlaid, you get those errors (obstruction cannot overlap metal). The open_pdks installer is supposed to regenerate all the abstract views to keep everything consistent. What cells from what library (or libraries) are overlapping in that screenshot?
In principle you can ignore this error because it's in abstract views, not mask layer views. You might want to load the cell with the
-dereference
option to switch the abstract views for mask layer views, just to make sure that there are no other real errors in the design.