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

Spurious test failure "type too big for current architecture" #55381

Closed
oli-obk opened this issue Oct 26, 2018 · 1 comment
Closed

Spurious test failure "type too big for current architecture" #55381

oli-obk opened this issue Oct 26, 2018 · 1 comment

Comments

@oli-obk
Copy link
Contributor

oli-obk commented Oct 26, 2018

occurred in #53821 (comment)

[01:14:10] ---- [ui (nll)] ui/issues/issue-15919.rs stdout ----
[01:14:10] 
[01:14:10] error: Error: expected failure status (Some(1)) but received status None.
[01:14:10] status: signal: 6
[01:14:10] command: "/checkout/obj/build/tmp/distcheck/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/tmp/distcheck/src/test/ui/issues/issue-15919.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/tmp/distcheck/build/x86_64-unknown-linux-gnu/test/ui/issues/issue-15919.nll/a" "-Zborrowck=migrate" "-Ztwo-phase-borrows" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/tmp/distcheck/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/tmp/distcheck/build/x86_64-unknown-linux-gnu/test/ui/issues/issue-15919.nll/auxiliary" "-A" "unused"
[01:14:10] ------------------------------------------
[01:14:10] 
[01:14:10] ------------------------------------------
[01:14:10] stderr:
[01:14:10] stderr:
[01:14:10] ------------------------------------------
[01:14:10] {"message":"the type `[usize; 18446744073709551615]` is too big for the current architecture","code":null,"level":"error","spans":[],"children":[],"rendered":"error: the type `[usize; 18446744073709551615]` is too big for the current architecture\n\n"}
[01:14:10] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:14:10] rustc: cxa_atexit.c:100: __new_exitfn: Assertion `l != NULL' failed.
[01:14:10] ------------------------------------------
[01:14:10] 
[01:14:10] thread '[ui (nll)] ui/issues/issue-15919.rs' panicked at 'explicit panic', tools/compiletest/src/runtest.rs:3284:9

I've even tried running this test in a loop, but it seems to only occur when my machine is running all tests in parallel.

@RalfJung
Copy link
Member

Duplicate of #53429

@RalfJung RalfJung marked this as a duplicate of #53429 Oct 26, 2018
@oli-obk oli-obk closed this as completed Oct 26, 2018
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

2 participants