Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent: "Failed to parse CAR file: early eof" #676

Open
jsantell opened this issue Oct 11, 2023 · 4 comments
Open

Intermittent: "Failed to parse CAR file: early eof" #676

jsantell opened this issue Oct 11, 2023 · 4 comments
Labels
Test Flake This issue relates to a test that is haunted

Comments

@jsantell
Copy link
Contributor

jsantell commented Oct 11, 2023

via Windows run https://github.com/subconsciousnetwork/noosphere/actions/runs/6487283518/job/17619038228?pr=671

2023-10-11T21:04:26.8911296Z test latency::clients_can_sync_when_there_is_a_lot_of_content ... FAILED
2023-10-11T21:04:26.8911884Z
2023-10-11T21:04:26.8912819Z failures:
2023-10-11T21:04:26.8912868Z
2023-10-11T21:04:26.8914396Z ---- latency::clients_can_sync_when_there_is_a_lot_of_content stdout ----
2023-10-11T21:04:26.8916647Z Error: Internal error: Some("Failed to parse CAR file: early eof")

@jsantell jsantell added the Test Flake This issue relates to a test that is haunted label Oct 11, 2023
@jsantell
Copy link
Contributor Author

jsantell commented Oct 19, 2023

On nightly linux

2023-10-19T18:38:01.0409863Z ---- latency::clients_can_sync_when_there_is_a_lot_of_content stdout ----
2023-10-19T18:38:01.0410211Z Error: Internal error: Some("Failed to parse CAR file: early eof")

@jsantell jsantell changed the title Intermittent: "Failed to parse CAR file: early eof" Intermittent IPFS kubo failures in CI Oct 19, 2023
@jsantell jsantell changed the title Intermittent IPFS kubo failures in CI Intermittent: "Failed to parse CAR file: early eof" Oct 19, 2023
@jsantell
Copy link
Contributor Author

Windows failure

2023-10-18T19:00:44.9719954Z ---- latency::clients_can_sync_when_there_is_a_lot_of_content stdout ----
2023-10-18T19:00:44.9720833Z Error: Internal error: Some("Failed to parse CAR file: early eof")

@jsantell
Copy link
Contributor Author

We get an error from iroh_car::Error::Parsing with string "early eof". Possible sources that match this error all deconstruct into io::Error, but io::Error::UnexpectedEof stringifies as "unexpected end of file", not "early eof".

Possible sources:

@jsantell
Copy link
Contributor Author

This failure is occuring more often than not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test Flake This issue relates to a test that is haunted
Projects
None yet
Development

No branches or pull requests

1 participant