[INFO] updating cached repository https://github.com/dpetersen/gh-keys [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 804d329ee0db4a0cbc489ed8561c24b50a87e38c [INFO] checking dpetersen/gh-keys against master#73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpetersen%2Fgh-keys" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dpetersen/gh-keys on toolchain 73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dpetersen/gh-keys [INFO] finished tweaking git repo https://github.com/dpetersen/gh-keys [INFO] tweaked toml for git repo https://github.com/dpetersen/gh-keys written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/dpetersen/gh-keys already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 18dee462582f092a9590dfe1cc1a8aadbda31e4b780bf18243e0c0ab7d884a91 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "18dee462582f092a9590dfe1cc1a8aadbda31e4b780bf18243e0c0ab7d884a91"` [INFO] [stderr] Checking fern v0.3.5 [INFO] [stderr] Checking cookie v0.13.1 [INFO] [stderr] Checking hyper v0.4.0 [INFO] [stderr] error[E0432]: unresolved import `url::UrlParser` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/client/mod.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | use url::UrlParser; [INFO] [stderr] | ^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Parser` [INFO] [stderr] | no `UrlParser` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `openssl::ssl::error::SslError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/error.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use openssl::ssl::error::SslError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^-------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `StdError` [INFO] [stderr] | no `SslError` in `ssl::error` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `openssl::ssl::SSL_VERIFY_NONE` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/net.rs:10:48 [INFO] [stderr] | [INFO] [stderr] 10 | use openssl::ssl::{Ssl, SslStream, SslContext, SSL_VERIFY_NONE}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `SSL_VERIFY_NONE` in `ssl` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `openssl::ssl::SslMethod` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/net.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | use openssl::ssl::SslMethod::Sslv23; [INFO] [stderr] | ^^^^^^^^^ `SslMethod` is a struct, not a module [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `openssl::ssl::error::StreamError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/net.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use openssl::ssl::error::StreamError as SslIoError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `StreamError` in `ssl::error` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `openssl::x509::X509FileType` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/net.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use openssl::x509::X509FileType; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `X509FileType` in `x509` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `time::now_utc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/server/response.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use time::now_utc; [INFO] [stderr] | ^^^^^^^^^^^^^ no `now_utc` in the root [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/connection.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | s => Ok(ConnectionHeader(UniCase(s.to_string()))) [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0532]: expected tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/connection.rs:41:30 [INFO] [stderr] | [INFO] [stderr] 41 | ConnectionHeader(UniCase(ref s)) => s.as_ref() [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/expect.rs:22:48 [INFO] [stderr] | [INFO] [stderr] 22 | const EXPECT_CONTINUE: UniCase<&'static str> = UniCase("100-continue"); [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/expect.rs:40:16 [INFO] [stderr] | [INFO] [stderr] 40 | if UniCase(text) == EXPECT_CONTINUE { [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/upgrade.rs:79:20 [INFO] [stderr] | [INFO] [stderr] 79 | if UniCase(s) == UniCase("websocket") { [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/upgrade.rs:79:34 [INFO] [stderr] | [INFO] [stderr] 79 | if UniCase(s) == UniCase("websocket") { [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Tm` in crate `time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/shared/httpdate.rs:31:31 [INFO] [stderr] | [INFO] [stderr] 31 | pub struct HttpDate(pub time::Tm); [INFO] [stderr] | ^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `strptime` in crate `time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/shared/httpdate.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | match time::strptime(s, "%a, %d %b %Y %T %Z").or_else(|_| { [INFO] [stderr] | ^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `strptime` in crate `time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/shared/httpdate.rs:37:19 [INFO] [stderr] | [INFO] [stderr] 37 | time::strptime(s, "%A, %d-%b-%y %T %Z") [INFO] [stderr] | ^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `strptime` in crate `time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/shared/httpdate.rs:39:23 [INFO] [stderr] | [INFO] [stderr] 39 | time::strptime(s, "%c") [INFO] [stderr] | ^^^^^^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:119:24 [INFO] [stderr] | [INFO] [stderr] 119 | let name = UniCase(CowStr(Cow::Owned(header.name.to_owned()))); [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:135:26 [INFO] [stderr] | [INFO] [stderr] 135 | self.data.insert(UniCase(CowStr(Cow::Borrowed(header_name::()))), [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:152:19 [INFO] [stderr] | [INFO] [stderr] 152 | .get(&UniCase(CowStr(Cow::Borrowed(unsafe { mem::transmute::<&str, &str>(name) })))) [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:166:26 [INFO] [stderr] | [INFO] [stderr] 166 | self.data.insert(UniCase(CowStr(name.into())), Item::new_raw(value)); [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:172:14 [INFO] [stderr] | [INFO] [stderr] 172 | &UniCase(CowStr(Cow::Borrowed(unsafe { mem::transmute::<&str, &str>(name) }))) [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:178:24 [INFO] [stderr] | [INFO] [stderr] 178 | self.data.get(&UniCase(CowStr(Cow::Borrowed(header_name::())))).and_then(Item::typed::) [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:183:28 [INFO] [stderr] | [INFO] [stderr] 183 | self.data.get_mut(&UniCase(CowStr(Cow::Borrowed(header_name::())))).and_then(Item::typed_mut::) [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:197:33 [INFO] [stderr] | [INFO] [stderr] 197 | self.data.contains_key(&UniCase(CowStr(Cow::Borrowed(header_name::())))) [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:203:27 [INFO] [stderr] | [INFO] [stderr] 203 | self.data.remove(&UniCase(CowStr(Cow::Borrowed(header_name::())))).is_some() [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/mod.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | UniCase(CowStr(Cow::Borrowed(header_name::()))) == *self.0 [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] error[E0603]: module `error` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/error.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | use openssl::ssl::error::SslError; [INFO] [stderr] | ^^^^^ this module is private [INFO] [stderr] | [INFO] [stderr] note: the module `error` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.26/src/ssl/mod.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | mod error; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `error` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/net.rs:12:19 [INFO] [stderr] | [INFO] [stderr] 12 | use openssl::ssl::error::StreamError as SslIoError; [INFO] [stderr] | ^^^^^ this module is private [INFO] [stderr] | [INFO] [stderr] note: the module `error` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.26/src/ssl/mod.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | mod error; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/cookie.rs:21:27 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct Cookie(pub Vec); [INFO] [stderr] | ^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] help: consider introducing a named lifetime parameter [INFO] [stderr] | [INFO] [stderr] 21 | pub struct Cookie<'lifetime>(pub Vec>); [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at 'called `Result::unwrap()` on an `Err` value: DistinctSources(DistinctSources { begin: (Real("/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/mod.rs"), BytePos(71125)), end: (Real("/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.4.0/src/header/common/cookie.rs"), BytePos(112617)) })', src/librustc_errors/lib.rs:197:29 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f82f65613d4 - backtrace::backtrace::libunwind::trace::hbdf12825152b5f8a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x7f82f65613d4 - backtrace::backtrace::trace_unsynchronized::hb1a008bcaf6f8da7 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x7f82f65613d4 - std::sys_common::backtrace::_print_fmt::h210f4f1409fdd548 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x7f82f65613d4 - ::fmt::h44ccfd866beec4c3 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x7f82f659661c - core::fmt::write::ha0b7307be189d30e [INFO] [stderr] at src/libcore/fmt/mod.rs:1052 [INFO] [stderr] 5: 0x7f82f6554617 - std::io::Write::write_fmt::h0ca0cc8fa24b63fd [INFO] [stderr] at src/libstd/io/mod.rs:1426 [INFO] [stderr] 6: 0x7f82f6565965 - std::sys_common::backtrace::_print::h3f2352b9ea108241 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x7f82f6565965 - std::sys_common::backtrace::print::hdff6c325922df749 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x7f82f6565965 - std::panicking::default_hook::{{closure}}::h6db4182f902f3e09 [INFO] [stderr] at src/libstd/panicking.rs:204 [INFO] [stderr] 9: 0x7f82f6565651 - std::panicking::default_hook::hfff2d7c860e99ade [INFO] [stderr] at src/libstd/panicking.rs:224 [INFO] [stderr] 10: 0x7f82f6b148c9 - rustc_driver::report_ice::h977dc5776157cb11 [INFO] [stderr] 11: 0x7f82f656609d - std::panicking::rust_panic_with_hook::h384bd314abe122b7 [INFO] [stderr] at src/libstd/panicking.rs:476 [INFO] [stderr] 12: 0x7f82f6565bb0 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:380 [INFO] [stderr] 13: 0x7f82f6593481 - core::panicking::panic_fmt::hd334d5dfa13449f9 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 14: 0x7f82f65930f3 - core::option::expect_none_failed::h92ed148445d3ab2b [INFO] [stderr] at src/libcore/option.rs:1199 [INFO] [stderr] 15: 0x7f82f8e76561 - core::ops::function::impls:: for &mut F>::call_once::h425bff632ffd70a8 [INFO] [stderr] 16: 0x7f82f8e61e0c - as alloc::vec::SpecExtend>::from_iter::h248e68f84627c88f [INFO] [stderr] 17: 0x7f82f8e52007 - ::emit_diagnostic::hf7eaec5b533baa36 [INFO] [stderr] 18: 0x7f82f8e73127 - ::emit_diagnostic::h0c83b5d91789e3d2 [INFO] [stderr] 19: 0x7f82f8e7ab7f - rustc_errors::HandlerInner::emit_diagnostic::h97021abd0e4d1f5b [INFO] [stderr] 20: 0x7f82f8e406bb - rustc_errors::diagnostic_builder::DiagnosticBuilder::emit::hb01c0cfe4c6f9de1 [INFO] [stderr] 21: 0x7f82f71edc1f - rustc_resolve::lifetimes::LifetimeContext::resolve_elided_lifetimes::h48b92b4d6c9a3bd6 [INFO] [stderr] 22: 0x7f82f71e6a7e - ::visit_path::hdb91576b03d152ac [INFO] [stderr] 23: 0x7f82f71e7100 - ::visit_path::hdb91576b03d152ac [INFO] [stderr] 24: 0x7f82f71e627f - ::visit_impl_item::hf92b246171360635 [INFO] [stderr] 25: 0x7f82f71822bc - rustc_hir::intravisit::walk_item::h8ea738f17bb3d8c7 [INFO] [stderr] 26: 0x7f82f71e25b1 - ::visit_item::hb0ebde44b139be3c [INFO] [stderr] 27: 0x7f82f71e06d5 - rustc_resolve::lifetimes::resolve_lifetimes::h455fefff3d0e1f1d [INFO] [stderr] 28: 0x7f82f7130d85 - rustc::ty::query::__query_compute::resolve_lifetimes::h4a444c2aa00db545 [INFO] [stderr] 29: 0x7f82f721741b - rustc::dep_graph::graph::DepGraph::with_task_impl::h8a350a4cf80320cc [INFO] [stderr] 30: 0x7f82f711bce0 - rustc::ty::query::plumbing::::get_query::h34757cd1bde1c72c [INFO] [stderr] 31: 0x7f82f71dbee2 - core::ops::function::FnOnce::call_once::h6a2a0cb2b1a1a04f [INFO] [stderr] 32: 0x7f82f85a12c4 - rustc::dep_graph::graph::DepGraph::with_task_impl::h214653398289cba6 [INFO] [stderr] 33: 0x7f82f89dbbfc - rustc::ty::query::plumbing::::get_query::h999aec7cdb5e957d [INFO] [stderr] 34: 0x7f82f8af7f9c - rustc::ty::context::TyCtxt::object_lifetime_defaults::hd5442110a314ae88 [INFO] [stderr] 35: 0x7f82f7438205 - rustc_typeck::collect::generics_of::h29837763135d93af [INFO] [stderr] 36: 0x7f82f759d077 - rustc::ty::query::__query_compute::generics_of::h6d687a8e9172e056 [INFO] [stderr] 37: 0x7f82f74bdb3b - rustc::ty::query::::compute::hcf5930ef43e5297e [INFO] [stderr] 38: 0x7f82f745e5bb - rustc::dep_graph::graph::DepGraph::with_task_impl::hf9f318c2cddaf998 [INFO] [stderr] 39: 0x7f82f7531140 - rustc::ty::query::plumbing::::get_query::hf530d2f151dc0d41 [INFO] [stderr] 40: 0x7f82f7433578 - ::visit_item::h97202594a522f293 [INFO] [stderr] 41: 0x7f82f7414a13 - rustc::hir::map::Map::visit_item_likes_in_module::hd1a0ba1125ce77f9 [INFO] [stderr] 42: 0x7f82f7432ae4 - rustc_typeck::collect::collect_mod_item_types::h00b81ff41116a48a [INFO] [stderr] 43: 0x7f82f759ed0a - rustc::ty::query::__query_compute::collect_mod_item_types::hdf19ab397bb666e3 [INFO] [stderr] 44: 0x7f82f74bdf9b - rustc::ty::query::::compute::hb163491aaf009a10 [INFO] [stderr] 45: 0x7f82f745ab11 - rustc::dep_graph::graph::DepGraph::with_task_impl::hcb0d8cb85ee02d53 [INFO] [stderr] 46: 0x7f82f752aa37 - rustc::ty::query::plumbing::::get_query::he716703abd8db001 [INFO] [stderr] 47: 0x7f82f74be547 - rustc::ty::query::plumbing::::ensure_query::h315839635f908a7f [INFO] [stderr] 48: 0x7f82f7595e6d - rustc_typeck::check_crate::h4424bab55ee14842 [INFO] [stderr] 49: 0x7f82f6d2515b - rustc_interface::passes::analysis::h4b1e56a366ec51dc [INFO] [stderr] 50: 0x7f82f6ab2c81 - rustc::ty::query::__query_compute::analysis::h8dd40acfe274305b [INFO] [stderr] 51: 0x7f82f6b04a6b - rustc::dep_graph::graph::DepGraph::with_task_impl::h33b1c5620bc9c7ba [INFO] [stderr] 52: 0x7f82f6b17ad4 - rustc::ty::query::plumbing::::get_query::h06ca490e2e6d2300 [INFO] [stderr] 53: 0x7f82f6b03075 - rustc::ty::context::tls::enter_global::hb62c54dc1a67d52b [INFO] [stderr] 54: 0x7f82f6ac19dc - rustc_interface::interface::run_compiler_in_existing_thread_pool::hda4159847d691ba3 [INFO] [stderr] 55: 0x7f82f6ab734d - scoped_tls::ScopedKey::set::he68c8e5aaee4e022 [INFO] [stderr] 56: 0x7f82f6aacfe4 - syntax::with_globals::h6f4ed777aa39e441 [INFO] [stderr] 57: 0x7f82f6ab0080 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0b0738283bf25e75 [INFO] [stderr] 58: 0x7f82f6576b57 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:86 [INFO] [stderr] 59: 0x7f82f6ac3c49 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd02120d863411fa6 [INFO] [stderr] 60: 0x7f82f6545e4f - as core::ops::function::FnOnce>::call_once::h7461316a9f6e96e7 [INFO] [stderr] at /rustc/73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de/src/liballoc/boxed.rs:1015 [INFO] [stderr] 61: 0x7f82f6575770 - as core::ops::function::FnOnce>::call_once::h1fb62abb1263aab3 [INFO] [stderr] at /rustc/73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de/src/liballoc/boxed.rs:1015 [INFO] [stderr] 62: 0x7f82f6575770 - std::sys_common::thread::start_thread::h330863ec96bac43c [INFO] [stderr] at src/libstd/sys_common/thread.rs:13 [INFO] [stderr] 63: 0x7f82f6575770 - std::sys::unix::thread::Thread::new::thread_start::h204b51da21d255ee [INFO] [stderr] at src/libstd/sys/unix/thread.rs:80 [INFO] [stderr] 64: 0x7f82f62e16db - start_thread [INFO] [stderr] 65: 0x7f82f5bfe88f - __clone [INFO] [stderr] 66: 0x0 - [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports [INFO] [stderr] [INFO] [stderr] note: rustc 1.42.0-nightly (73f76b74e 2020-01-24) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C debuginfo=2 --crate-type lib [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [resolve_lifetimes] resolving lifetimes [INFO] [stderr] #1 [object_lifetime_defaults_map] looking up lifetime defaults for a region [INFO] [stderr] #2 [generics_of] processing `_assert_send` [INFO] [stderr] #3 [collect_mod_item_types] collecting item types in top-level module [INFO] [stderr] #4 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0412, E0423, E0425, E0432, E0532, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `hyper`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "18dee462582f092a9590dfe1cc1a8aadbda31e4b780bf18243e0c0ab7d884a91"` [INFO] running `"docker" "rm" "-f" "18dee462582f092a9590dfe1cc1a8aadbda31e4b780bf18243e0c0ab7d884a91"` [INFO] [stdout] 18dee462582f092a9590dfe1cc1a8aadbda31e4b780bf18243e0c0ab7d884a91