For the great majority of users the nvidia-powerd.service remains in the failed state.
This is because that service was developed for very specific GPUs built into certain optimus based laptops and the service does not function for non-supported gpus. Note that your error message specifically tells you it did not find a matching GPU.
To eliminate that error message and service failure simply disable the service.
sudo systemctl disable nvidia-powerd.service
should suffice.