python3 -m fmpy simulate --output-file Buildings_12_Buildings.DHC.Loads.BaseClasses.Validation.BenchmarkFlowDistribution2_res.csv --start-time 0 --stop-time 2e+06 --timeout 400 --relative-tolerance 1e-06 --interface-type ModelExchange --solver CVode --output-interval 800 Buildings_12_Buildings_DHC_Loads_BaseClasses_Validation_BenchmarkFlowDistribution2.fmu Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/hudson/saved_omc/libraries/.local/lib/python3.10/site-packages/fmpy/__main__.py", line 4, in main() File "/home/hudson/saved_omc/libraries/.local/lib/python3.10/site-packages/fmpy/command_line.py", line 169, in main result = simulate_fmu(args.fmu_filename, File "/home/hudson/saved_omc/libraries/.local/lib/python3.10/site-packages/fmpy/simulation.py", line 734, in simulate_fmu tempdir = extract(filename, include=None if remote_platform else lambda n: n.startswith(tuple(required_paths))) File "/home/hudson/saved_omc/libraries/.local/lib/python3.10/site-packages/fmpy/__init__.py", line 211, in extract raise Exception("Illegal path %s found in %s. The path must not contain a drive or device letter, or a leading slash." % (name, filename)) Exception: Illegal path resources/modelica:/ found in Buildings_12_Buildings_DHC_Loads_BaseClasses_Validation_BenchmarkFlowDistribution2.fmu. The path must not contain a drive or device letter, or a leading slash.