-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cargo test failed on two cases #24
Comments
Thanks to the fix mentioned in this issue, the error message I mentioned above is resolved. But a new one emerged:
Is this because I tried to run hermit in VM?
|
You're assumption is correct; we don't support VMs very well at the moment. In particular, we usually can't intercept the CPUID instruction on VMs. We're working on gracefully continuing if we can't intercept the CPUID instruction, but this will mean that Hermit won't be able to determinize the result of CPUID. |
|
Describe the bug
A clear and concise description of what the bug is:
When I run
cargo test
two test case failed.Indicate any of these common scenarios that apply:
To Reproduce
Minimal input to reproduce the behavior.
cargo test
Expected behavior
A clear and concise description of what you expected to happen.
all tests pass
Environment
uname -a
): Linux tl 5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux/proce/cpuinfo
): 12th Gen Intel(R) Core(TM) i9-12900KS/etc/issue
,/etc/redhat-release
): Ubuntu 22.04.1 LTSAdditional context
Attach the logs to this issue as a text file generated by
hermit --log=trace --log-file=FOO run
.Add any other context about the problem here.
I saw people have similar situation that would explain why I failed the first test. But I am not sure what caused the second test to fail. Is it because of some bug in lazy_static?
The text was updated successfully, but these errors were encountered: