> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Compute environment build troubleshooting

New compute environment or compute environment updates are carried out by the Hephaestus build pods inside the domino-compute namespace. Inspecting the build pod status and describing the pods for any issues are the first steps of troubleshooting.

```shell theme={null}
<user-id>$ kubectl get pods -n domino-compute | grep -i build
hephaestus-buildkit-0                             1/1     Running   0             2m59s
```

If a compute environment revision fails, the build logs will give you the reason for the failure.

<img src="https://mintcdn.com/dominodatalab-e871cec4/smP26ixb6WHD0bEi/images/admin-troubleshooting/build-error.png?fit=max&auto=format&n=smP26ixb6WHD0bEi&q=85&s=689a7ef839cc65e2d42bdc3eb8819abd" alt="Build Log" width="1359" height="207" data-path="images/admin-troubleshooting/build-error.png" />

## Next steps

The following sections provide useful steps to troubleshoot:

* [Basic Domino health](/6.3/admin/troubleshooting/basic-domino-health)

* [Connectivity and latency](/6.3/admin/troubleshooting/connectivity-and-slowness-issues)

* [Workspaces and Jobs issues](/6.3/admin/troubleshooting/workspaces-and-jobs-issues)

* [Domino endpoint issues](/6.3/admin/troubleshooting/model-api-issues)

* [Distributed model monitoring issues](/6.3/admin/troubleshooting/dmm-issues)

* [Data sources issues](/6.3/admin/troubleshooting/data-sources-issues)
