Source: snakemake
Version: 7.32.4-11
Severity: serious
Tags: ftbfs
_______________________________ test_config_ref
________________________________
self = <jsonschema.validators._RefResolver object at 0x7f39ef516710>
url = 'file:/tmp/pytest-of-
wrar/pytest-0/test_config_ref0/schema/bar.schema.yaml'
def resolve_from_url(self, url):
"""
Resolve the given URL.
"""
url, fragment = urldefrag(url)
if not url:
url = self.base_uri
try:
> document = self.store[url]
^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/jsonschema/validators.py:1118:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = {'http://json-schema.org/draft-06/schema': {'$schema': 'http://json-
schema.org/draft-06/schema#', '$id': 'http://json-...ult': 'json', '$ref':
'/tmp/pytest-of-
wrar/pytest-0/test_config_ref0/schema/bar.schema.json#/definitions/jsonbar'}}}}}}
uri = 'file:/tmp/pytest-of-
wrar/pytest-0/test_config_ref0/schema/bar.schema.yaml'
def __getitem__(self, uri):
> return self.store[self.normalize(uri)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E KeyError: 'file:///tmp/pytest-of-
wrar/pytest-0/test_config_ref0/schema/bar.schema.yaml'
There is some output in the earlier log that looks like a crash log so it's
possible that some binary modules are the real cause.
-- System Information:
Debian Release: forky/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'),
(101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 7.0.12+deb14.1-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled