SOLO-4049

CacheNotMaterializedSoloError — Validation

CacheNotMaterializedSoloError

CodeSOLO-4049
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when the cache is used before it has been materialized. solo requires the cache to be populated before it can be read, so this means a read happened too early in the workflow — materialize the cache first.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Run the cache pull step before using cached images: solo cache image –help