Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Test command failed due to absence of required test files in respective project directories

Open
#412 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust
Domain
testing-qa

Research direction

Start by running cargo test and inspect mp4parse/tests/public.rs, especially the public_avif_grid, public_avif_read_samples, and public_avis_major_no_pitm tests. Check the referenced av1-avif/testFiles paths and restore or provide the missing test files so the three tests no longer fail with FileNotFound.

Written by the indexing model from the issue text.

Description

Steps to reproduce:

  1. open terminal (in Ubuntu 22LTS) and navigate to project folder and build the project.
  2. Enter the command cargo test
  3. Below panic appears which stating FileNotFound

Expected behaviour
All test cases should pass if it have the respective test files

Actual behaviour
3 test cases failed due to unavailability of test files in the respective file locations

Details of error

kind: NotFound, message: "No such file or directory"

---- public_avif_grid stdout ----
thread 'public_avif_grid' panicked at 'av1-avif/testFiles/Microsoft/Summer_in_Tomsk_720p_5x4_grid.avif: Os { code: 2, kind: NotFound, message: "No such file or directory" }', mp4parse/tests/public.rs:1225:43
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

---- public_avif_read_samples stdout ----
thread 'public_avif_read_samples' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/ops/function.rs:166:5

---- public_avis_major_no_pitm stdout ----
thread 'public_avis_major_no_pitm' panicked at 'Unknown file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', mp4parse/tests/public.rs:1235:58
failures:
    public_avif_grid
    public_avif_read_samples
    public_avis_major_no_pitm

test result: FAILED. 58 passed; 3 failed; 1 ignored; 0 measured; 0 filtered out; finished in 28.22s

error: test failed, to rerun pass -p mp4parse --test public

Dominant language
Rust
Stars
448
Forks
72
Avg merge
20d 3h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mozilla/mp4parse-rust

All issues in mozilla/mp4parse-rust

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.