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

[bug]nightly 1.31.0 building hyper v0.12.13 #55415

Closed
35359595 opened this issue Oct 27, 2018 · 2 comments
Closed

[bug]nightly 1.31.0 building hyper v0.12.13 #55415

35359595 opened this issue Oct 27, 2018 · 2 comments

Comments

@35359595
Copy link

Compiling hyper v0.12.13
thread 'main' panicked at 'librustc/hir/map/hir_id_validator.rs:31:
HirIdValidator: The recorded owner of path segment super (id=36924) is ::server[0]::conn[0]::{{?}}[34] instead of ::server[0]::conn[0]::{{?}}[34]::{{?}}[0]
HirIdValidator: Same HirId ::server[0]::conn[0]::{{?}}[34]::{{?}}[0]/2 assigned for nodes path segment super (id=36924) and path segment spawn_all (id=89958)', librustc/util/bug.rs:47:26
note: Run with RUST_BACKTRACE=1 for a backtrace.

error: internal compiler error: unexpected panic

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports

note: rustc 1.31.0-nightly (3e6f30e 2018-10-26) running on x86_64-apple-darwin

note: compiler flags: -C debuginfo=2 --crate-type lib

note: some of the compiler flags provided by cargo are hidden

error: Could not compile hyper.
warning: build failed, waiting for other jobs to finish...
error: build failed

Meta

rustc --version --verbose: rustc 1.31.0-nightly (3e6f30e 2018-10-26)
binary: rustc
commit-hash: 3e6f30e
commit-date: 2018-10-26
host: x86_64-apple-darwin
release: 1.31.0-nightly
LLVM version: 8.0

uname -v: Darwin Kernel Version 18.2.0: Tue Sep 18 20:54:25 PDT 2018; root:xnu-4903.220.47~16/RELEASE_X86_64

@35359595
Copy link
Author

Backtrace

stack backtrace:
0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
1: std::sys_common::backtrace::_print
2: std::panicking::default_hook::{{closure}}
3: std::panicking::default_hook
4: rustc::util::common::panic_hook
5: std::panicking::rust_panic_with_hook
6: std::panicking::begin_panic
7: rustc::util::bug::opt_span_bug_fmt::{{closure}}
8: rustc::ty::context::tls::with_opt::{{closure}}
9: rustc::ty::context::tls::with_context_opt
10: rustc::ty::context::tls::with_opt
11: rustc::util::bug::opt_span_bug_fmt
12: rustc::util::bug::bug_fmt
13: rustc::hir::map::hir_id_validator::check_crate
14: rustc::hir::map::map_crate
15: rustc::util::common::time
16: rustc_driver::driver::compile_input
17: rustc_driver::run_compiler_with_pool
18: rustc_driver::driver::spawn_thread_pool
19: rustc_driver::run_compiler
20: <scoped_tls::ScopedKey>::set
21: <std::panic::AssertUnwindSafe as core::ops::function::FnOnce<()>>::call_once
22: __rust_maybe_catch_panic
23: rustc_driver::run
24: rustc_driver::main
25: std::rt::lang_start::{{closure}}
26: std::panicking::try::do_call
27: __rust_maybe_catch_panic
28: std::rt::lang_start_internal
29: main
query stack during panic:
end of query stack

@matthiaskrgr
Copy link
Member

duplicate of #55376

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