kvark / obj

Basic Wavefront OBJ loader
Apache License 2.0
28 stars 10 forks source link

Test failed in copr #30

Open ghost opened 3 years ago

ghost commented 3 years ago

https://download.copr.fedorainfracloud.org/results/remilauzier/rust-simp/fedora-rawhide-x86_64/02251171-rust-obj/builder-live.log.gz

Some test failed in copr.

kvark commented 3 years ago
---- round_trip_sponza_with_mtl stdout ----
thread 'round_trip_sponza_with_mtl' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })', tests/round_trip.rs:30:63
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- round_trip_sponza_no_mtls stdout ----
thread 'round_trip_sponza_no_mtls' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })', tests/round_trip.rs:19:59