Skip to content

Core Compatibility Report: efficient-raccoon/v0¤

bioimageio format validation
status failed
source https://hypha.aicell.io/bioimage-io/artifacts/efficient-raccoon/files/rdf.yaml?version=v0
id efficient-raccoon
version 0.1.0
applied format model 0.5.9
bioimageio.spec 0.5.9.0
Location Details
bioimageio.spec format validation model 0.5.9
Fetched content of https://hypha.aicell.io/bioimage-io/artifacts/efficient-raccoon/files/environment.yaml?version=v0 has unexpected digest 4cf135d696bd8f08d302c3fe19e24b383c011d1d0e6a8bce57095c9744fdb67a (Expected d1959a76b2e7d5396e2033fb076a9839cd51b17295a768f1aef1c7327507bfb6).
See Traceback 1.

Traceback 1








    
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
 /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/common_nodes.py:304 i 
                                                                                                  
   301 │   │                                                                                      
   302 │   │   context = get_validation_context()                                                 
   303 │   │   try:                                                                               
 304 │   │   │   rd = cls.model_validate(data)                                                  
   305 │   │   except pydantic.ValidationError as e:                                              
   306 │   │   │   for ee in e.errors(include_url=False):                                         
   307 │   │   │   │   if (severity := ee.get("ctx", {}).get("severity", ERROR)) < ERROR:         
                                                                                                  
 /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/node.py:91 in model_v 
                                                                                                  
    88 │   │                                                                                      
    89 │   │   with context:                                                                      
    90 │   │   │   # use validation context as context manager for equal behavior of __init__ and 
  91 │   │   │   return super().model_validate(                                                 
    92 │   │   │   │   obj, strict=strict, from_attributes=from_attributes                        
    93 │   │   │   )                                                                              
    94                                                                                            
                                                                                                  
 /home/runner/.local/lib/python3.12/site-packages/pydantic/main.py:716 in model_validate          
                                                                                                  
    713 │   │   │   │   code='validate-by-alias-and-name-false',                                  
    714 │   │   │   )                                                                             
    715 │   │                                                                                     
  716 │   │   return cls.__pydantic_validator__.validate_python(                                
    717 │   │   │   obj,                                                                          
    718 │   │   │   strict=strict,                                                                
    719 │   │   │   extra=extra,                                                                  
                                                                                                  
 /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/io.py:271 in _validat 
                                                                                                  
    268                                                                                       
    269 @model_validator(mode="after")                                                        
    270 def _validate_sha256(self) -> Self:                                                   
  271 │   │   self.validate_sha256()                                                            
    272 │   │   return self                                                                       
    273                                                                                       
    274 def validate_sha256(self, force_recompute: bool = False) -> None:                     
                                                                                                  
 /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/io.py:285 in validate 
                                                                                                  
    282 │   │                                                                                     
    283 │   │   if actual_sha is None:                                                            
    284 │   │   │   if context.perform_io_checks or force_recompute:                              
  285 │   │   │   │   reader = get_reader(self.source, sha256=self.sha256)                      
    286 │   │   │   │   if force_recompute:                                                       
    287 │   │   │   │   │   actual_sha = get_sha256(reader)                                       
    288 │   │   │   │   else:                                                                     
                                                                                                  
 /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/io.py:731 in get_read 
                                                                                                  
    728 │   │   │   source = HttpUrl(source)                                                      
    729                                                                                       
    730 if isinstance(source, HttpUrl):                                                       
  731 │   │   return _open_url(source, progressbar=progressbar, **kwargs)                       
    732                                                                                       
    733 if isinstance(source, ZipPath):                                                       
    734 │   │   if not source.exists():                                                           
                                                                                                  
 /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/io.py:795 in _open_ur 
                                                                                                  
    792 │   │   or hashlib.sha256(str(source).encode(encoding="utf-8")).hexdigest()               
    793 )                                                                                     
    794                                                                                       
  795 reader = cache.fetch(                                                                 
    796 │   │   source,                                                                           
    797 │   │   fetcher=partial(_fetch_url, progressbar=progressbar),                             
    798 │   │   force_refetch=force_refetch,                                                      
                                                                                                  
 /home/runner/.local/lib/python3.12/site-packages/genericache/__init__.py:153 in fetch            
                                                                                                  
   150 │   │   │   │   return result                                                              
   151 │   │   │   if isinstance(result, FetchInterrupted):                                       
   152 │   │   │   │   continue                                                                   
 153 │   │   │   raise result                                                                   
   154 │   │                                                                                      
   155 │   │   raise RuntimeError("Number of retries exhausted")                                  
   156                                                                                            
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
DigestMismatch: Fetched content of https://hypha.aicell.io/bioimage-io/artifacts/efficient-raccoon/files/environment.yaml?version=v0 has unexpected digest 4cf135d696bd8f08d302c3fe19e24b383c011d1d0e6a8bce57095c9744fdb67a (Expected d1959a76b2e7d5396e2033fb076a9839cd51b17295a768f1aef1c7327507bfb6).