quietvoid / hdr10plus_tool

CLI utility to work with HDR10+ in HEVC files.
MIT License
296 stars 33 forks source link

Failing test #60

Closed phodina closed 1 year ago

phodina commented 1 year ago

Hello,

I've run the test suite and it fails with one test.

It's similar to this issue in dovi_tool.

test metadata::plot::plot_p7 ... FAILED

failures:

---- metadata::plot::plot_p7 stdout ----
thread 'metadata::plot::plot_p7' panicked at 'Unexpected stderr, failed var.is_empty()
├── var: Fontconfig warning: ignoring UTF-8: not a valid region tag
└── var as str: Fontconfig warning: ignoring UTF-8: not a valid region tag

command=`"/home/pmos/build/src/hdr10plus_tool-1.6.0/target/release/hdr10plus_tool" "plot" "assets/hevc_tests/regular_metadata.json" "--output" "/tmp/.tmpr470AZ/L1_plot.png"`
code=0
stdout=```
Parsing JSON file...
Plotting...
Done.

stderr="Fontconfig warning: ignoring UTF-8: not a valid region tag\n" ', /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/ops/function.rs:250:5 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

failures: metadata::plot::plot_p7

test result: FAILED. 79 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s

quietvoid commented 1 year ago

There's an issue in your system locales so Fontconfig is complaining.