-
Notifications
You must be signed in to change notification settings - Fork 46
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
Tests are failing in a clean chroot #86
Comments
Thanks for the report!
|
No, I only tried to build
Yup, they run without any fails. |
I've run the tests in a chroot with ❯ yay -S devtools
⋮
⋮
❯ mkdir ~/chroot
❯ mkarchroot ~/chroot/root base-devel
⋮
⋮
❯ arch-nspawn ~/chroot/root bash
[root@root /]# pacman -S git rustup
⋮
⋮
[root@root ~]# cd
[root@root ~]# rustup install stable nightly
⋮
⋮
[root@root ~]# git clone https://github.com/cargo-udeps
⋮
⋮
[root@root ~]# cd ./cargo-udeps
[root@root cargo-udeps]# cargo --version
cargo 1.49.0 (d00d64df9 2020-12-05)
[root@root cargo-udeps]# cargo +nightly --version
cargo 1.51.0-nightly (c3abcfe8a 2021-01-25)
[root@root cargo-udeps]# cargo test
Compiling cargo-udeps v0.1.17 (/root/cargo-udeps)
Finished test [unoptimized] target(s) in 2m 11s
Running target/debug/deps/cargo_udeps-94f9dbcc781cffce
⋮
⋮
[root@root cargo-udeps]# echo $?
0 I think the cargo-udeps/tests/runner/mod.rs Lines 27 to 30 in dca356d
|
Hey,
I'm trying to build
cargo-udeps
in a clean chroot. I will package it for the Arch Linux community repository afterwards.Unfortunately I'm getting the following error(s) while running the tests:
I suspect that it might be about the temp file being dropped early. (tempfile#115)
Any ideas about what might cause this?
The text was updated successfully, but these errors were encountered: