avro / evidence /loader.stdout
fiajoiwfj's picture
Upload 12 files
687bf5c verified
Raw
History Blame Contribute Delete
3.4 kB
VERSIONS {"fastavro": "1.12.2", "python": "3.12.12"}
--- valid_control rc=0
LOAD_SCHEMA_PATH=/home/jaime/huntr-mfv/poc-packages/MFV-46/schemas/safe/main_valid_control.avsc
LOAD_SCHEMA_OK
{"__fastavro_parsed": true, "__named_schemas": {"MainValidControl": {"fields": [{"name": "child", "type": {"fields": [{"default": "MFV_FASTAVRO_VALID_CONTROL", "name": "marker", "type": "string"}], "name": "Outside", "type": "record"}}], "name": "MainValidControl", "type": "record"}, "Outside": {"fields": [{"default": "MFV_FASTAVRO_VALID_CONTROL", "name": "marker", "type": "string"}], "name": "Outside", "type": "record"}}, "fields": [{"name": "child", "type": {"fields": [{"default": "MFV_FASTAVRO_VALID_CONTROL", "name": "marker", "type": "string"}], "name": "Outside", "type": "record"}}], "name": "MainValidControl", "type": "record"}
--- path_read_marker rc=1
LOAD_SCHEMA_PATH=/home/jaime/huntr-mfv/poc-packages/MFV-46/schemas/safe/main_path_read.avsc
Traceback (most recent call last):
File "/home/jaime/huntr-mfv/.venv/lib/python3.12/site-packages/fastavro/repository/flat_dict.py", line 15, in load
with open(file_path) as schema_file:
^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/jaime/huntr-mfv/poc-packages/MFV-46/schemas/safe/MFV_FASTAVRO_TRAVERSAL_MARKER.avsc'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "fastavro/_schema.pyx", line 541, in fastavro._schema._parse_schema_with_repo
File "fastavro/_schema.pyx", line 525, in fastavro._schema._load_schema
File "fastavro/_schema.pyx", line 516, in fastavro._schema._load_schema
File "/home/jaime/huntr-mfv/.venv/lib/python3.12/site-packages/fastavro/repository/flat_dict.py", line 18, in load
raise SchemaRepositoryError(
fastavro.repository.base.SchemaRepositoryError: Failed to load 'MFV_FASTAVRO_TRAVERSAL_MARKER' schema
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "fastavro/_schema.pyx", line 509, in fastavro._schema.load_schema
File "fastavro/_schema.pyx", line 517, in fastavro._schema._load_schema
File "fastavro/_schema.pyx", line 541, in fastavro._schema._parse_schema_with_repo
File "fastavro/_schema.pyx", line 517, in fastavro._schema._load_schema
File "fastavro/_schema.pyx", line 549, in fastavro._schema._parse_schema_with_repo
File "fastavro/_schema.pyx", line 537, in fastavro._schema._parse_schema_with_repo
File "fastavro/_schema.pyx", line 173, in fastavro._schema.parse_schema
File "fastavro/_schema.pyx", line 267, in fastavro._schema._parse_schema
fastavro._schema_common.UnknownType: MFV_FASTAVRO_TRAVERSAL_MARKER
--- crash rc=-11
LOAD_SCHEMA_PATH=/home/jaime/huntr-mfv/poc-packages/MFV-46/schemas/safe/main_crash.avsc
Fatal Python error: Segmentation fault
Current thread 0x000072616f236600 (most recent call first):
File "<frozen codecs>", line 310 in __init__
File "/home/jaime/huntr-mfv/.venv/lib/python3.12/site-packages/fastavro/repository/flat_dict.py", line 15 in load
File "<string>", line 12 in <module>
Extension modules: fastavro._logical_readers, fastavro._schema, fastavro._read, fastavro._logical_writers, fastavro._validation, fastavro._write (total: 6)
MFV_FASTAVRO_TRAVERSAL_MARKER_CONFIRMED
MFV_FASTAVRO_SIGSEGV_CONFIRMED
MFV_REPRO_OK_MFV-46