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

"function from *.gcda cannot be found in the *.gcno" #21

Open
asomers opened this issue Feb 27, 2018 · 0 comments
Open

"function from *.gcda cannot be found in the *.gcno" #21

asomers opened this issue Feb 27, 2018 · 0 comments

Comments

@asomers
Copy link
Contributor

asomers commented Feb 27, 2018

"cargo cov report" intermittently fails on FreeBSD. Occasionally it will pass, but it usually fails with the following error:

error: Cannot create graph
caused by: function from *.gcda cannot be found in the *.gcno (checksum: 3098011194, ident: 0)
caused by: parsing file /usr/home/somers/src/rust/divbuf/target/cov/build/gcda/cb17d0702a5154da.lib.gcda
caused by: parsing record index #0

Passing "-j1" to the test command, as in "cargo cov test -j1" greatly increases the pass rate. I've observed this problem on rust 1.20.0 and 1.21.1.

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

No branches or pull requests

1 participant