-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
ICE when running kcov with proptest as dev-dependency #60372
Comments
triage: assigning to self. |
Unfortunately I did not manage to find the time to look into this. At this point I'm going to be taking a break for a few months, so I am unassigning myself from this issue. However, it does seem like progress has been made on #58375 (comment) |
@pnkfelix Building a new image here: https://gitlab.com/bit-refined/docker-rust-tools/-/jobs/293949707 If it succeeds, I will close this issue. |
Even though an unrelated issue failed the pipeline, the coverage report was successfully generated. Thanks to everyone involved in fixing it! |
At this time, this is the latest job that has this problem:
https://gitlab.com/bit-refined/rsctp/-/jobs/204421934
Note, that the pipeline uses the stable toolchain, but I tested it in nightly with:
RUST_BACKTRACE=1 cargo +nightly kcov --verbose -- --include-path=$PWD/src --exclude-region="mod tests"
and this is the result:
backtrace
We're using a self-built image: https://gitlab.com/bit-refined/docker-rust-tools
You can run it with:
sudo docker run -it registry.gitlab.com/bit-refined/docker-rust-tools /bin/bash
The text was updated successfully, but these errors were encountered: