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

cargo test is failing with last nightly #276

Closed
calixteman opened this issue Oct 2, 2020 · 5 comments
Closed

cargo test is failing with last nightly #276

calixteman opened this issue Oct 2, 2020 · 5 comments
Assignees

Comments

@calixteman
Copy link
Contributor

test test_elf_functions ... FAILED
test test_mach_functions ... FAILED
test test_elf_files ... FAILED
test test_elf_symbols ... FAILED
test test_mach_files ... FAILED
test test_mach_symbols ... FAILED
test test_pdb_symbols ... FAILED

The error is always the same:

thread 'test_elf_functions' panicked at 'attempted to leave type `base::Symbol` uninitialized, which is invalid', /home/calixte/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/mem/mod.rs:658:9
@jan-auer
Copy link
Member

jan-auer commented Oct 2, 2020

Thanks for reporting, @calixteman. This panic is occurring in dmsort. An issue has already been raised in emilk/drop-merge-sort#2.

@calixteman
Copy link
Contributor Author

calixteman commented Oct 23, 2020

The dmsort doesn't seem to be maintained anymore...
Could you think about a replacement ?

@jan-auer jan-auer self-assigned this Oct 28, 2020
@jan-auer
Copy link
Member

I'll look into this. We chose dmsort specifically as it was significantly faster than using the standard sort function, so we'll have to find a suitable replacement.

@jan-auer
Copy link
Member

Should be fixed via #287

@Swatinem
Copy link
Member

Swatinem commented Feb 4, 2021

nightly from oktober 2nd is stable now, so closing this.

We do have a CI job thats running on nightly, but that is blocked by new clippy lints as it seems.

@Swatinem Swatinem closed this as completed Feb 4, 2021
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

3 participants