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.7 |
| bioimageio.spec | 0.5.7.4 |
| Location | Details | |
|---|---|---|
| ❌ | bioimageio.spec format validation model 0.5.7 | |
| ❌ | 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:285 i │
│ │
│ 282 │ │ │
│ 283 │ │ context = get_validation_context() │
│ 284 │ │ try: │
│ ❱ 285 │ │ │ rd = cls.model_validate(data) │
│ 286 │ │ except pydantic.ValidationError as e: │
│ 287 │ │ │ for ee in e.errors(include_url=False): │
│ 288 │ │ │ │ if (severity := ee.get("ctx", {}).get("severity", ERROR)) < ERROR: │
│ │
│ /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/node.py:86 in model_v │
│ │
│ 83 │ │ │
│ 84 │ │ with context: │
│ 85 │ │ │ # use validation context as context manager for equal behavior of __init__ and │
│ ❱ 86 │ │ │ return super().model_validate( │
│ 87 │ │ │ │ obj, strict=strict, from_attributes=from_attributes │
│ 88 │ │ │ ) │
│ 89 │
│ │
│ /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:270 in _validat │
│ │
│ 267 │ @model_validator(mode="after") │
│ 268 │ def _validate_sha256(self) -> Self: │
│ 269 │ │ if get_validation_context().perform_io_checks: │
│ ❱ 270 │ │ │ self.validate_sha256() │
│ 271 │ │ │
│ 272 │ │ return self │
│ 273 │
│ │
│ /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/io.py:281 in validate │
│ │
│ 278 │ │ if not force_recompute and src_str in context.known_files: │
│ 279 │ │ │ actual_sha = context.known_files[src_str] │
│ 280 │ │ else: │
│ ❱ 281 │ │ │ reader = get_reader(self.source, sha256=self.sha256) │
│ 282 │ │ │ if force_recompute: │
│ 283 │ │ │ │ actual_sha = get_sha256(reader) │
│ 284 │ │ │ else: │
│ │
│ /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/io.py:660 in get_read │
│ │
│ 657 │ │ │ source = HttpUrl(source) │
│ 658 │ │
│ 659 │ if isinstance(source, HttpUrl): │
│ ❱ 660 │ │ return _open_url(source, progressbar=progressbar, **kwargs) │
│ 661 │ │
│ 662 │ if isinstance(source, ZipPath): │
│ 663 │ │ if not source.exists(): │
│ │
│ /home/runner/.local/lib/python3.12/site-packages/bioimageio/spec/_internal/io.py:724 in _open_ur │
│ │
│ 721 │ │ or hashlib.sha256(str(source).encode(encoding="utf-8")).hexdigest() │
│ 722 │ ) │
│ 723 │ │
│ ❱ 724 │ reader = cache.fetch( │
│ 725 │ │ source, │
│ 726 │ │ fetcher=partial(_fetch_url, progressbar=progressbar), │
│ 727 │ │ 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).