Summary
On a Deadline Cloud Linux service-managed fleet, installing Cinema 4D via the managed deadline-cloud conda channel fails in a post-install step with a CloudFront 403, so the environment is never usable and no render can run.
Repro
Job is a hand-authored OpenJD bundle submitted with deadline bundle submit, using the managed conda queue environment (conda-queue-env-enter).
CondaPackages: cinema4d=2025 gtk3 atk pango gdk-pixbuf cairo libsoup=2.74
CondaChannels: deadline-cloud conda-forge
- Region:
us-east-1, GPU fleet (A10G / g5)
cinema4d-2025.3.1 resolves and downloads, and the conda transaction completes:
cinema4d deadline-cloud/linux-64::cinema4d-2025.3.1-...
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Then a post-install step fails:
🌐 Downloading extra shared libs from CloudFront...
curl: (22) The requested URL returned error: 403
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Process pid <n> exited with code: 2
The queue environment then exits with an error and the session fails before any render step.
Notes / questions
cinema4d 2025.3.1 appears to be the only Cinema 4D build published for linux-64 on the deadline-cloud channel, so there is no alternate version to fall back to. (cinema4d=2026 and a bare cinema4d=2025 both return PackagesNotFoundError on linux-64; only the specific build resolves.)
- The same bundle logic works on the Windows fleet (C4D installs and launches), so this is Linux-package specific.
- I could not find this "extra shared libs" download documented in the adaptor README or the public conda recipe.
Question: Is a specific setup step / IAM permission / entitlement / region required for this post-install CloudFront download to succeed on a service-managed fleet? Or is the object/URL misconfigured for cinema4d 2025.3.1 on linux-64?
Environment
- Deadline Cloud service-managed fleet, Linux, us-east-1, NVIDIA A10G (g5)
- Managed
deadline-cloud conda queue environment (conda-queue-env-enter)
- Submitted via
deadline bundle submit
Full session logs and job IDs available privately on request.
Summary
On a Deadline Cloud Linux service-managed fleet, installing Cinema 4D via the managed
deadline-cloudconda channel fails in a post-install step with a CloudFront 403, so the environment is never usable and no render can run.Repro
Job is a hand-authored OpenJD bundle submitted with
deadline bundle submit, using the managed conda queue environment (conda-queue-env-enter).CondaPackages: cinema4d=2025 gtk3 atk pango gdk-pixbuf cairo libsoup=2.74CondaChannels: deadline-cloud conda-forgeus-east-1, GPU fleet (A10G / g5)cinema4d-2025.3.1resolves and downloads, and the conda transaction completes:Then a post-install step fails:
The queue environment then exits with an error and the session fails before any render step.
Notes / questions
cinema4d 2025.3.1appears to be the only Cinema 4D build published for linux-64 on thedeadline-cloudchannel, so there is no alternate version to fall back to. (cinema4d=2026and a barecinema4d=2025both returnPackagesNotFoundErroron linux-64; only the specific build resolves.)Question: Is a specific setup step / IAM permission / entitlement / region required for this post-install CloudFront download to succeed on a service-managed fleet? Or is the object/URL misconfigured for
cinema4d 2025.3.1on linux-64?Environment
deadline-cloudconda queue environment (conda-queue-env-enter)deadline bundle submitFull session logs and job IDs available privately on request.