runtime/unable-to-open-file
This happens when jank cannot open or read a required file. Common causes include a missing file, a bad path, or a filesystem access problem.
Mitigations
Check that the file exists and is readable. Then verify that the path being used is the one you intended.