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

fuzz: fix fuzz build #1707

Merged
merged 2 commits into from
Nov 7, 2023
Merged

fuzz: fix fuzz build #1707

merged 2 commits into from
Nov 7, 2023

Conversation

manunio
Copy link
Contributor

@manunio manunio commented Nov 7, 2023

Hi, This PR attempts to fix failing fuzz builds at https://oss-fuzz-build-logs.storage.googleapis.com/index.html#nom, It was showing following error in build logs

Step #3 - "compile-libfuzzer-address-x86_64": �[0m�[1m�[38;5;9merror[E0618]�[0m�[0m�[1m: expected function, found `impl Parser<&str, Output = i64, Error = nom::error::Error<&str>>`�[0m

Note: I'm confused about the cosmetic part, following format changes were applied after running cargo +stable fmt

@manunio manunio requested a review from Geal as a code owner November 7, 2023 17:14
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6787985074

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 62.376%

Totals Coverage Status
Change from base Build 6789992865: 0.0%
Covered Lines: 1827
Relevant Lines: 2929

💛 - Coveralls

@Geal Geal merged commit e87c7da into rust-bakery:main Nov 7, 2023
14 checks passed
@manunio manunio deleted the fix-fuzz-build branch November 8, 2023 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants