Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

node_integration_tests::test_exr - unknown file extension: .exr #4265

Closed
maaktweluit opened this issue Jun 3, 2019 · 1 comment
Closed
Assignees

Comments

@maaktweluit
Copy link
Contributor

Found by integration tests: https://buildbot.golem.network/buildbot/#/builders/15/builds/707

Traceback (most recent call last):
  File "/golem/entrypoints/verifier_entrypoint.py", line 15, in <module>
    params['output_format'],
  File "/golem/entrypoints/scripts/verifier_tools/verifier.py", line 221, in verify
    make_verdict(subtask_file_paths, crops, results)
  File "/golem/entrypoints/scripts/verifier_tools/verifier.py", line 132, in make_verdict
    crop_data['crop']['outfilebasename'] + "metrics.txt")
  File "/golem/entrypoints/scripts/verifier_tools/image_metrics_calculator.py", line 63, in calculate_metrics
    PROVIDER_RESULT_CROP_NAME_PREFIX + os.path.basename(reference_crop_path)
  File "/usr/local/lib/python3.6/dist-packages/PIL/Image.py", line 1917, in save
    raise ValueError('unknown file extension: {}'.format(ext))
ValueError: unknown file extension: .exr
@magdasta magdasta self-assigned this Jun 3, 2019
@maaktweluit
Copy link
Contributor Author

This turned out to be an old issue, there was a wrongly cached image on the buildbot worker.
An issue has been made to catch this: #4267

Thanks @zakaprov for looking this up.

Build passed this morning: https://buildbot.golem.network/buildbot/#/builders/15/builds/712

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants