Starting randomly this morning we’ve had builds failing in one PySpark repository, for a specific Service Account (SA). Every time it starts a (scheduled) build we get a series of errors like below for what looks like all Conda artifacts:
CondaHTTPError: HTTP 403 FORBIDDEN for url <https://waypoint-envoy.rubix-system<snip>/production/foundry-artifacts-api/artifacts/api/repositories/ri.artifacts.repository.cloned.83b83a70-f753-4a85-a9bc-9dab098046a6/contents/release/conda/noarch/python-spark-module-lib-2.340.0-py_0.tar.bz2>
Elapsed: 00:00.055407
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
Additional details:
- The same SA can build datasets in other repos without a problem
- I can build the affected datasets from my account without getting an error
- Same failure if building manually or via a schedule
- Repository is updated to the latest versions
It seems a strange combination of only this account, and this repository, and it was working fine until part way through this morning. We have made no code changes to this repository in the last week. It’s very strange.