[INFO] cloning repository https://github.com/mgoblin/rbatis_example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mgoblin/rbatis_example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgoblin%2Frbatis_example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgoblin%2Frbatis_example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3edce1dfcd72c375744174fe27ab13ae18ba66be [INFO] checking mgoblin/rbatis_example against try#c3491e21996dc67a8e37d9e5e74ed156563e9854 for pr-101345 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgoblin%2Frbatis_example" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mgoblin/rbatis_example on toolchain c3491e21996dc67a8e37d9e5e74ed156563e9854 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mgoblin/rbatis_example [INFO] finished tweaking git repo https://github.com/mgoblin/rbatis_example [INFO] tweaked toml for git repo https://github.com/mgoblin/rbatis_example written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/mgoblin/rbatis_example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d18bdb19159c20434a309380d42f00939ef36f27826d850eb6e67b0b505aa7ca [INFO] running `Command { std: "docker" "start" "-a" "d18bdb19159c20434a309380d42f00939ef36f27826d850eb6e67b0b505aa7ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d18bdb19159c20434a309380d42f00939ef36f27826d850eb6e67b0b505aa7ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d18bdb19159c20434a309380d42f00939ef36f27826d850eb6e67b0b505aa7ca", kill_on_drop: false }` [INFO] [stdout] d18bdb19159c20434a309380d42f00939ef36f27826d850eb6e67b0b505aa7ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c3491e21996dc67a8e37d9e5e74ed156563e9854" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3421986768ffa73b94e2b0b46da3fefd4a22b7828625f3afa9f69d33f81c523 [INFO] running `Command { std: "docker" "start" "-a" "b3421986768ffa73b94e2b0b46da3fefd4a22b7828625f3afa9f69d33f81c523", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking once_cell v1.12.1 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.138 [INFO] [stderr] Compiling serde v1.0.138 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Checking alloc-no-stdlib v2.0.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking local-waker v0.1.3 [INFO] [stderr] Compiling libm v0.2.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling firestorm v0.5.1 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking base64ct v1.5.1 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking const-oid v0.7.1 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking zeroize v1.5.6 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling num-bigint-dig v0.8.1 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Checking siphasher v0.3.10 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling rust_decimal v1.25.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking crc-catalog v1.1.1 [INFO] [stderr] Checking event-listener v2.5.2 [INFO] [stderr] Checking whoami v1.2.1 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking day3_1_separation v0.1.0 (/opt/rustwide/workdir/day3_1_separation) [INFO] [stderr] Checking day2_3_collections v0.1.0 (/opt/rustwide/workdir/day2_3_collections) [INFO] [stderr] Checking day3_2_generics v0.1.0 (/opt/rustwide/workdir/day3_2_generics) [INFO] [stderr] Checking day1_1_enums v0.1.0 (/opt/rustwide/workdir/day1_1_enums) [INFO] [stderr] Checking day2_1_functions_clousures v0.1.0 (/opt/rustwide/workdir/day2_1_functions_clousures) [INFO] [stderr] Checking day3_1_modules_decl v0.1.0 (/opt/rustwide/workdir/day3_1_modules_decl) [INFO] [stderr] Checking day1_1_immutability_and_refs v0.1.0 (/opt/rustwide/workdir/day1_1_immutability_and_refs) [INFO] [stderr] Checking day1_2_struct_declare v0.1.0 (/opt/rustwide/workdir/day1_2_struct_declare) [INFO] [stderr] Checking day1_1_strings v0.1.0 (/opt/rustwide/workdir/day1_1_strings) [INFO] [stderr] Checking day3_3_errors v0.1.0 (/opt/rustwide/workdir/day3_3_errors) [INFO] [stderr] Checking day1_1_numbers v0.1.0 (/opt/rustwide/workdir/day1_1_numbers) [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking bytestring v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking alloc-stdlib v0.2.1 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Checking actix-utils v3.0.0 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking pem-rfc7468 v0.3.1 [INFO] [stderr] Checking phf_shared v0.10.0 [INFO] [stderr] Checking crc v2.1.0 [INFO] [stderr] Checking day2_2_dependencies v0.1.0 (/opt/rustwide/workdir/day2_2_dependencies) [INFO] [stderr] Checking brotli-decompressor v2.3.2 [INFO] [stderr] Checking unicode-normalization v0.1.21 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking unic-ucd-common v0.9.0 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking time v0.3.11 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stdout] error: internal compiler error: compiler/rustc_middle/src/hir/mod.rs:127:36: No HirId for DefId(0:2970 ~ actix_service[1607]::pipeline::{impl#3}::and_then::{opaque#0}::{opaque#0}::{opaque#0}) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/compiler/rustc_errors/src/lib.rs:1465:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7fa67fd63340 - std::backtrace_rs::backtrace::libunwind::trace::h6176bf60b78d74d6 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7fa67fd63340 - std::backtrace_rs::backtrace::trace_unsynchronized::h5d22932bd33ba306 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7fa67fd63340 - std::sys_common::backtrace::_print_fmt::h91ed71259c388db3 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7fa67fd63340 - ::fmt::hde15bb8cbf7665da [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7fa67fdbe0fe - core::fmt::write::h9761a5598d7cc269 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x7fa67fd53d15 - std::io::Write::write_fmt::h26becaaa3f318825 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x7fa67fd65fd3 - std::sys_common::backtrace::_print::hc10fefd61e366dd2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7fa67fd65fd3 - std::sys_common::backtrace::print::hd8c846072a354bbf [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7fa67fd65fd3 - std::panicking::default_hook::{{closure}}::haa135eeb0555cd8c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7fa67fd65cbf - std::panicking::default_hook::h962e5f45e4e85804 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7fa6825fe244 - rustc_driver[37844947c1c4e730]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7fa67fd6680d - std::panicking::rust_panic_with_hook::h26097f8ccbe406f2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7fa6835c5051 - std[17c996d5f6362125]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 13: 0x7fa6835c4946 - std[17c996d5f6362125]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 14: 0x7fa6835c15f6 - std[17c996d5f6362125]::panicking::begin_panic:: [INFO] [stderr] 15: 0x7fa6835c15e6 - std[17c996d5f6362125]::panic::panic_any:: [INFO] [stderr] 16: 0x7fa6835c03ad - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 17: 0x7fa6835bfc10 - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 18: 0x7fa683628c6d - rustc_middle[7beb62e1eee56aa5]::ty::context::tls::with_context_opt::::{closure#0}, ()>::{closure#0}, ()> [INFO] [stderr] 19: 0x7fa68362a9b6 - rustc_middle[7beb62e1eee56aa5]::util::bug::opt_span_bug_fmt:: [INFO] [stderr] 20: 0x7fa680fcf1a3 - rustc_middle[7beb62e1eee56aa5]::util::bug::bug_fmt [INFO] [stderr] 21: 0x7fa6825a3638 - >::call_once [INFO] [stderr] 22: 0x7fa681ca8808 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 23: 0x7fa6825a50d1 - >::call_once [INFO] [stderr] 24: 0x7fa681ab4e70 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 25: 0x7fa681875b3f - ::encode_def_ids [INFO] [stderr] 26: 0x7fa68184ecb2 - ::encode_crate_root [INFO] [stderr] 27: 0x7fa68143eaee - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata_impl [INFO] [stderr] 28: 0x7fa681438fce - rustc_data_structures[7dd3ac3ff0520fbe]::sync::join:: [INFO] [stderr] 29: 0x7fa681438eb9 - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata [INFO] [stderr] 30: 0x7fa681437ea2 - rustc_metadata[e2de1dab51b6df6a]::fs::encode_and_write_metadata [INFO] [stderr] 31: 0x7fa68142af63 - ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core[fae64f17691dff84]::result::Result, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 32: 0x7fa681425223 - ::ongoing_codegen [INFO] [stderr] 33: 0x7fa6814242e1 - ::enter::, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 34: 0x7fa68141f41c - rustc_span[b6ed302232182e4]::with_source_map::, rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 35: 0x7fa68141ee12 - rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}> [INFO] [stderr] 36: 0x7fa68141da61 - >::set::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] 37: 0x7fa68141d74f - std[17c996d5f6362125]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 38: 0x7fa68241c629 - <::spawn_unchecked_, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#1} as core[fae64f17691dff84]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 39: 0x7fa67fd70663 - as core::ops::function::FnOnce>::call_once::hbcba3d5baddb20d1 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 40: 0x7fa67fd70663 - as core::ops::function::FnOnce>::call_once::hcb40027853eebed4 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 41: 0x7fa67fd70663 - std::sys::unix::thread::Thread::new::thread_start::habdd10d71164d0ca [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 42: 0x7fa67fc20609 - start_thread [INFO] [stderr] 43: 0x7fa67fb43133 - clone [INFO] [stderr] 44: 0x0 - [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/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.65.0-nightly (c3491e219 2022-09-03) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [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] thread 'rustc' panicked at 'already borrowed: BorrowMutError', /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/compiler/rustc_query_system/src/query/plumbing.rs:341:11 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7fa67fd63340 - std::backtrace_rs::backtrace::libunwind::trace::h6176bf60b78d74d6 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7fa67fd63340 - std::backtrace_rs::backtrace::trace_unsynchronized::h5d22932bd33ba306 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7fa67fd63340 - std::sys_common::backtrace::_print_fmt::h91ed71259c388db3 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7fa67fd63340 - ::fmt::hde15bb8cbf7665da [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7fa67fdbe0fe - core::fmt::write::h9761a5598d7cc269 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x7fa67fd53d15 - std::io::Write::write_fmt::h26becaaa3f318825 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x7fa67fd65fd3 - std::sys_common::backtrace::_print::hc10fefd61e366dd2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7fa67fd65fd3 - std::sys_common::backtrace::print::hd8c846072a354bbf [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7fa67fd65fd3 - std::panicking::default_hook::{{closure}}::haa135eeb0555cd8c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7fa67fd65cbf - std::panicking::default_hook::h962e5f45e4e85804 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7fa6825fe244 - rustc_driver[37844947c1c4e730]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7fa67fd6680d - std::panicking::rust_panic_with_hook::h26097f8ccbe406f2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7fa67fd66667 - std::panicking::begin_panic_handler::{{closure}}::hc0f865aa1bb60c7c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:588:13 [INFO] [stderr] 13: 0x7fa67fd6385c - std::sys_common::backtrace::__rust_end_short_backtrace::h6d4dc99be6f721b8 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 14: 0x7fa67fd66382 - rust_begin_unwind [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:584:5 [INFO] [stderr] 15: 0x7fa67fdbace3 - core::panicking::panic_fmt::h4db8cd7388285b2c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/panicking.rs:142:14 [INFO] [stderr] 16: 0x7fa67fdbb063 - core::result::unwrap_failed::h152dba8d7b7a8078 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/result.rs:1785:5 [INFO] [stderr] 17: 0x7fa681ca9dcc - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 18: 0x7fa6825a4b07 - >::call_once [INFO] [stderr] 19: 0x7fa681bf43ea - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 20: 0x7fa681bf3fe3 - ::def_span [INFO] [stderr] 21: 0x7fa682f16326 - ::default_span [INFO] [stderr] 22: 0x7fa6830030ec - rustc_query_impl[9cda1b2952faa175]::plumbing::create_query_frame:: [INFO] [stderr] 23: 0x7fa682ffb383 - <::try_collect_active_jobs::{closure#8} as core[fae64f17691dff84]::ops::function::FnOnce<(rustc_query_impl[9cda1b2952faa175]::plumbing::QueryCtxt, rustc_span[b6ed302232182e4]::def_id::LocalDefId)>>::call_once [INFO] [stderr] 24: 0x7fa682e853a5 - >::try_collect_active_jobs:: [INFO] [stderr] 25: 0x7fa682ffd998 - ::try_collect_active_jobs [INFO] [stderr] 26: 0x7fa682feab18 - rustc_query_system[50d9efc904e05111]::query::job::print_query_stack:: [INFO] [stderr] 27: 0x7fa6826a265f - rustc_interface[5b9d04fc58ee7720]::interface::try_print_query_stack [INFO] [stderr] 28: 0x7fa6826008d6 - rustc_driver[37844947c1c4e730]::report_ice [INFO] [stderr] 29: 0x7fa67fd6680d - std::panicking::rust_panic_with_hook::h26097f8ccbe406f2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:702:17 [INFO] [stderr] 30: 0x7fa6835c5051 - std[17c996d5f6362125]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 31: 0x7fa6835c4946 - std[17c996d5f6362125]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 32: 0x7fa6835c15f6 - std[17c996d5f6362125]::panicking::begin_panic:: [INFO] [stderr] 33: 0x7fa6835c15e6 - std[17c996d5f6362125]::panic::panic_any:: [INFO] [stderr] 34: 0x7fa6835c03ad - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 35: 0x7fa6835bfc10 - ::bug::<&alloc[cf695002ebe1f35b]::string::String> [INFO] [stderr] 36: 0x7fa683628c6d - rustc_middle[7beb62e1eee56aa5]::ty::context::tls::with_context_opt::::{closure#0}, ()>::{closure#0}, ()> [INFO] [stderr] 37: 0x7fa68362a9b6 - rustc_middle[7beb62e1eee56aa5]::util::bug::opt_span_bug_fmt:: [INFO] [stderr] 38: 0x7fa680fcf1a3 - rustc_middle[7beb62e1eee56aa5]::util::bug::bug_fmt [INFO] [stderr] 39: 0x7fa6825a3638 - >::call_once [INFO] [stderr] 40: 0x7fa681ca8808 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 41: 0x7fa6825a50d1 - >::call_once [INFO] [stderr] 42: 0x7fa681ab4e70 - rustc_query_system[50d9efc904e05111]::query::plumbing::get_query:: [INFO] [stderr] 43: 0x7fa681875b3f - ::encode_def_ids [INFO] [stderr] 44: 0x7fa68184ecb2 - ::encode_crate_root [INFO] [stderr] 45: 0x7fa68143eaee - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata_impl [INFO] [stderr] 46: 0x7fa681438fce - rustc_data_structures[7dd3ac3ff0520fbe]::sync::join:: [INFO] [stderr] 47: 0x7fa681438eb9 - rustc_metadata[e2de1dab51b6df6a]::rmeta::encoder::encode_metadata [INFO] [stderr] 48: 0x7fa681437ea2 - rustc_metadata[e2de1dab51b6df6a]::fs::encode_and_write_metadata [INFO] [stderr] 49: 0x7fa68142af63 - ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core[fae64f17691dff84]::result::Result, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 50: 0x7fa681425223 - ::ongoing_codegen [INFO] [stderr] 51: 0x7fa6814242e1 - ::enter::, rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 52: 0x7fa68141f41c - rustc_span[b6ed302232182e4]::with_source_map::, rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 53: 0x7fa68141ee12 - rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}> [INFO] [stderr] 54: 0x7fa68141da61 - >::set::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 55: 0x7fa68141d74f - std[17c996d5f6362125]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 56: 0x7fa68241c629 - <::spawn_unchecked_, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#1} as core[fae64f17691dff84]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 57: 0x7fa67fd70663 - as core::ops::function::FnOnce>::call_once::hbcba3d5baddb20d1 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 58: 0x7fa67fd70663 - as core::ops::function::FnOnce>::call_once::hcb40027853eebed4 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 59: 0x7fa67fd70663 - std::sys::unix::thread::Thread::new::thread_start::habdd10d71164d0ca [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 60: 0x7fa67fc20609 - start_thread [INFO] [stderr] 61: 0x7fa67fb43133 - clone [INFO] [stderr] 62: 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/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.65.0-nightly (c3491e219 2022-09-03) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [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] end of query stack [INFO] [stderr] thread panicked while panicking. aborting. [INFO] [stderr] error: could not compile `actix-service` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name actix_service --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-service-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=2c78247c5732b28f -C extra-filename=-2c78247c5732b28f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-b16e3589cc235645.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-85067c7f435fa569.so --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-194da388bfcdfa6d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 6, SIGABRT: process abort signal) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: internal compiler error: no errors encountered even though `delay_span_bug` issued [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: unexpected const parent in type_of(): Ty(Ty { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 203 }, kind: OpaqueDef(ItemId { def_id: DefId(0:1575 ~ time[482b]::parsing::combinator::n_to_m::{opaque#0}) }, [Lifetime(Lifetime { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 196 }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:75:15: 75:17 (#0), name: Param(DefId(0:1570 ~ time[482b]::parsing::combinator::n_to_m::'a), Plain('a#0)) }), Type(Ty { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 197 }, kind: Path(Resolved(None, Path { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:69:5: 69:6 (#0), res: Def(TyParam, DefId(0:1571 ~ time[482b]::parsing::combinator::n_to_m::T)), segments: [PathSegment { ident: T#0, hir_id: None, res: None, args: None, infer_args: true }] })), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:69:5: 69:6 (#0) }), Type(Ty { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 198 }, kind: Path(Resolved(None, Path { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:70:5: 70:6 (#0), res: Def(TyParam, DefId(0:1572 ~ time[482b]::parsing::combinator::n_to_m::P)), segments: [PathSegment { ident: P#0, hir_id: None, res: None, args: None, infer_args: true }] })), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:70:5: 70:6 (#0) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 199 }, body: BodyId { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 200 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:71:5: 71:16 (#0) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 201 }, body: BodyId { hir_id: HirId { owner: DefId(0:1569 ~ time[482b]::parsing::combinator::n_to_m), local_id: 202 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:72:5: 72:16 (#0) })]), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:75:6: 75:59 (#0) }) [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_typeck/src/collect/type_of.rs:479:23 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: TyKind::Error constructed but no error reported [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_typeck/src/check/coercion.rs:176:49 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: `InferCtxt` incorrectly tainted by errors [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_infer/src/infer/mod.rs:1265:27 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: unexpected const parent in type_of(): Ty(Ty { hir_id: HirId { owner: DefId(0:1585 ~ time[482b]::parsing::combinator::exactly_n_digits_padded), local_id: 31 }, kind: OpaqueDef(ItemId { def_id: DefId(0:1589 ~ time[482b]::parsing::combinator::exactly_n_digits_padded::{opaque#0}) }, [Lifetime(Lifetime { hir_id: HirId { owner: DefId(0:1585 ~ time[482b]::parsing::combinator::exactly_n_digits_padded), local_id: 27 }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:117:15: 117:17 (#0), name: Param(DefId(0:1586 ~ time[482b]::parsing::combinator::exactly_n_digits_padded::'a), Plain('a#0)) }), Type(Ty { hir_id: HirId { owner: DefId(0:1585 ~ time[482b]::parsing::combinator::exactly_n_digits_padded), local_id: 28 }, kind: Path(Resolved(None, Path { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:43: 115:44 (#0), res: Def(TyParam, DefId(0:1587 ~ time[482b]::parsing::combinator::exactly_n_digits_padded::T)), segments: [PathSegment { ident: T#0, hir_id: None, res: None, args: None, infer_args: true }] })), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:43: 115:44 (#0) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1585 ~ time[482b]::parsing::combinator::exactly_n_digits_padded), local_id: 29 }, body: BodyId { hir_id: HirId { owner: DefId(0:1585 ~ time[482b]::parsing::combinator::exactly_n_digits_padded), local_id: 30 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:55: 115:66 (#0) })]), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:117:6: 117:52 (#0) }) [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_typeck/src/collect/type_of.rs:479:23 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: unexpected const parent in type_of(): Ty(Ty { hir_id: HirId { owner: DefId(0:1590 ~ time[482b]::parsing::combinator::n_to_m_digits_padded), local_id: 331 }, kind: OpaqueDef(ItemId { def_id: DefId(0:1595 ~ time[482b]::parsing::combinator::n_to_m_digits_padded::{opaque#0}) }, [Lifetime(Lifetime { hir_id: HirId { owner: DefId(0:1590 ~ time[482b]::parsing::combinator::n_to_m_digits_padded), local_id: 325 }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:124:15: 124:17 (#0), name: Param(DefId(0:1591 ~ time[482b]::parsing::combinator::n_to_m_digits_padded::'a), Plain('a#0)) }), Type(Ty { hir_id: HirId { owner: DefId(0:1590 ~ time[482b]::parsing::combinator::n_to_m_digits_padded), local_id: 326 }, kind: Path(Resolved(None, Path { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:40: 122:41 (#0), res: Def(TyParam, DefId(0:1592 ~ time[482b]::parsing::combinator::n_to_m_digits_padded::T)), segments: [PathSegment { ident: T#0, hir_id: None, res: None, args: None, infer_args: true }] })), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:40: 122:41 (#0) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1590 ~ time[482b]::parsing::combinator::n_to_m_digits_padded), local_id: 327 }, body: BodyId { hir_id: HirId { owner: DefId(0:1590 ~ time[482b]::parsing::combinator::n_to_m_digits_padded), local_id: 328 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:52: 122:63 (#0) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1590 ~ time[482b]::parsing::combinator::n_to_m_digits_padded), local_id: 329 }, body: BodyId { hir_id: HirId { owner: DefId(0:1590 ~ time[482b]::parsing::combinator::n_to_m_digits_padded), local_id: 330 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:65: 122:76 (#0) })]), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:124:6: 124:52 (#0) }) [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_typeck/src/collect/type_of.rs:479:23 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: unexpected const parent in type_of(): Ty(Ty { hir_id: HirId { owner: DefId(0:1765 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date), local_id: 716 }, kind: OpaqueDef(ItemId { def_id: DefId(0:1767 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date::{opaque#0}) }, [Lifetime(Lifetime { hir_id: HirId { owner: DefId(0:1765 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date), local_id: 713 }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:24:61: 24:63 (#0), name: Param(DefId(0:1766 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date::'a), Plain('a#0)) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1765 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date), local_id: 714 }, body: BodyId { hir_id: HirId { owner: DefId(0:1765 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date), local_id: 715 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6: 13:33 (#0) })]), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:24:10: 24:63 (#0) }) [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_typeck/src/collect/type_of.rs:479:23 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: unexpected const parent in type_of(): Ty(Ty { hir_id: HirId { owner: DefId(0:1775 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time), local_id: 868 }, kind: OpaqueDef(ItemId { def_id: DefId(0:1777 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time::{opaque#0}) }, [Lifetime(Lifetime { hir_id: HirId { owner: DefId(0:1775 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time), local_id: 865 }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:114:61: 114:63 (#0), name: Param(DefId(0:1776 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time::'a), Plain('a#0)) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1775 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time), local_id: 866 }, body: BodyId { hir_id: HirId { owner: DefId(0:1775 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time), local_id: 867 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6: 13:33 (#0) })]), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:114:10: 114:63 (#0) }) [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_typeck/src/collect/type_of.rs:479:23 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: unexpected const parent in type_of(): Ty(Ty { hir_id: HirId { owner: DefId(0:1782 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset), local_id: 381 }, kind: OpaqueDef(ItemId { def_id: DefId(0:1784 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset::{opaque#0}) }, [Lifetime(Lifetime { hir_id: HirId { owner: DefId(0:1782 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset), local_id: 378 }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:233:61: 233:63 (#0), name: Param(DefId(0:1783 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset::'a), Plain('a#0)) }), Const(ConstArg { value: AnonConst { hir_id: HirId { owner: DefId(0:1782 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset), local_id: 379 }, body: BodyId { hir_id: HirId { owner: DefId(0:1782 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset), local_id: 380 } } }, span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6: 13:33 (#0) })]), span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:233:10: 233:63 (#0) }) [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_typeck/src/collect/type_of.rs:479:23 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: TyKind::Error constructed but no error reported [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_mir_build/src/build/mod.rs:759:18 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: mir_const_qualif: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | const M: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_mir_transform/src/lib.rs:190:18 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: PromoteTemps: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | const M: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/promote_consts.rs:52:22 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4268 ~ time[482b]::parsing::combinator::n_to_m::{constant#1}) ("return type"): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | const M: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: TyKind::Error constructed but no error reported [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:765:20 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4268 ~ time[482b]::parsing::combinator::n_to_m::{constant#1}) (LocalDecl { mutability: Mut, local_info: None, internal: false, is_block_tail: None, ty: [type error], user_ty: None, source_info: SourceInfo { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:72:5: 72:16 (#0), scope: scope[0] } }): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | const M: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: mir_const_qualif: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:55 [INFO] [stdout] | [INFO] [stdout] 115 | pub(crate) fn exactly_n_digits_padded<'a, T: Integer, const N: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_mir_transform/src/lib.rs:190:18 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: PromoteTemps: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:55 [INFO] [stdout] | [INFO] [stdout] 115 | pub(crate) fn exactly_n_digits_padded<'a, T: Integer, const N: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/promote_consts.rs:52:22 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4280 ~ time[482b]::parsing::combinator::exactly_n_digits_padded::{constant#2}) ("return type"): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:55 [INFO] [stdout] | [INFO] [stdout] 115 | pub(crate) fn exactly_n_digits_padded<'a, T: Integer, const N: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4280 ~ time[482b]::parsing::combinator::exactly_n_digits_padded::{constant#2}) (LocalDecl { mutability: Mut, local_info: None, internal: false, is_block_tail: None, ty: [type error], user_ty: None, source_info: SourceInfo { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:55: 115:66 (#0), scope: scope[0] } }): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:115:55 [INFO] [stdout] | [INFO] [stdout] 115 | pub(crate) fn exactly_n_digits_padded<'a, T: Integer, const N: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: mir_const_qualif: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:65 [INFO] [stdout] | [INFO] [stdout] 122 | pub(crate) fn n_to_m_digits_padded<'a, T: Integer, const N: u8, const M: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_mir_transform/src/lib.rs:190:18 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: PromoteTemps: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:65 [INFO] [stdout] | [INFO] [stdout] 122 | pub(crate) fn n_to_m_digits_padded<'a, T: Integer, const N: u8, const M: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/promote_consts.rs:52:22 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4289 ~ time[482b]::parsing::combinator::n_to_m_digits_padded::{constant#4}) ("return type"): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:65 [INFO] [stdout] | [INFO] [stdout] 122 | pub(crate) fn n_to_m_digits_padded<'a, T: Integer, const N: u8, const M: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4289 ~ time[482b]::parsing::combinator::n_to_m_digits_padded::{constant#4}) (LocalDecl { mutability: Mut, local_info: None, internal: false, is_block_tail: None, ty: [type error], user_ty: None, source_info: SourceInfo { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:65: 122:76 (#0), scope: scope[0] } }): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/combinator/mod.rs:122:65 [INFO] [stdout] | [INFO] [stdout] 122 | pub(crate) fn n_to_m_digits_padded<'a, T: Integer, const N: u8, const M: u8>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: mir_const_qualif: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_mir_transform/src/lib.rs:190:18 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: PromoteTemps: MIR had errors [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/promote_consts.rs:52:22 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4314 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date::{constant#0}) ("return type"): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4314 ~ time[482b]::parsing::iso8601::{impl#0}::parse_date::{constant#0}) (LocalDecl { mutability: Mut, local_info: None, internal: false, is_block_tail: None, ty: [type error], user_ty: None, source_info: SourceInfo { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6: 13:33 (#0), scope: scope[0] } }): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', compiler/rustc_errors/src/lib.rs:1499:13 [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4318 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time::{constant#0}) ("return type"): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] stack backtrace: [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4318 ~ time[482b]::parsing::iso8601::{impl#0}::parse_time::{constant#0}) (LocalDecl { mutability: Mut, local_info: None, internal: false, is_block_tail: None, ty: [type error], user_ty: None, source_info: SourceInfo { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6: 13:33 (#0), scope: scope[0] } }): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4322 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset::{constant#0}) ("return type"): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DefId(0:4322 ~ time[482b]::parsing::iso8601::{impl#0}::parse_offset::{constant#0}) (LocalDecl { mutability: Mut, local_info: None, internal: false, is_block_tail: None, ty: [type error], user_ty: None, source_info: SourceInfo { span: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6: 13:33 (#0), scope: scope[0] } }): bad type [type error] [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-0.3.11/src/parsing/iso8601.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Iso8601 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_borrowck/src/type_check/mod.rs:510:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 0: 0x7f168ee3e340 - std::backtrace_rs::backtrace::libunwind::trace::h6176bf60b78d74d6 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7f168ee3e340 - std::backtrace_rs::backtrace::trace_unsynchronized::h5d22932bd33ba306 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f168ee3e340 - std::sys_common::backtrace::_print_fmt::h91ed71259c388db3 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7f168ee3e340 - ::fmt::hde15bb8cbf7665da [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7f168ee990fe - core::fmt::write::h9761a5598d7cc269 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x7f168ee2ed15 - std::io::Write::write_fmt::h26becaaa3f318825 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x7f168ee40fd3 - std::sys_common::backtrace::_print::hc10fefd61e366dd2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7f168ee40fd3 - std::sys_common::backtrace::print::hd8c846072a354bbf [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7f168ee40fd3 - std::panicking::default_hook::{{closure}}::haa135eeb0555cd8c [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7f168ee40cbf - std::panicking::default_hook::h962e5f45e4e85804 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7f16916d9244 - rustc_driver[37844947c1c4e730]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7f168ee4180d - std::panicking::rust_panic_with_hook::h26097f8ccbe406f2 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7f16927c8f41 - std[17c996d5f6362125]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 13: 0x7f16927c8a76 - std[17c996d5f6362125]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 14: 0x7f16927c8736 - std[17c996d5f6362125]::panicking::begin_panic:: [INFO] [stderr] 15: 0x7f16927cafd6 - std[17c996d5f6362125]::panic::panic_any:: [INFO] [stderr] 16: 0x7f169119fef8 - ::drop [INFO] [stderr] 17: 0x7f169050a198 - core[fae64f17691dff84]::ptr::drop_in_place:: [INFO] [stderr] 18: 0x7f16904fbaa8 - as core[fae64f17691dff84]::ops::drop::Drop>::drop [INFO] [stderr] 19: 0x7f16904fae5d - core[fae64f17691dff84]::ptr::drop_in_place:: [INFO] [stderr] 20: 0x7f16904fa5d9 - rustc_span[b6ed302232182e4]::with_source_map::, rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 21: 0x7f16904f9e12 - rustc_interface[5b9d04fc58ee7720]::interface::create_compiler_and_run::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}> [INFO] [stderr] 22: 0x7f16904f8a61 - >::set::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 23: 0x7f16904f874f - std[17c996d5f6362125]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>> [INFO] [stderr] 24: 0x7f16914f7629 - <::spawn_unchecked_, rustc_driver[37844947c1c4e730]::run_compiler::{closure#1}>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#0}, core[fae64f17691dff84]::result::Result<(), rustc_errors[ffc9f8ad040f737d]::ErrorGuaranteed>>::{closure#1} as core[fae64f17691dff84]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 25: 0x7f168ee4b663 - as core::ops::function::FnOnce>::call_once::hbcba3d5baddb20d1 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 26: 0x7f168ee4b663 - as core::ops::function::FnOnce>::call_once::hcb40027853eebed4 [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 27: 0x7f168ee4b663 - std::sys::unix::thread::Thread::new::thread_start::habdd10d71164d0ca [INFO] [stderr] at /rustc/c3491e21996dc67a8e37d9e5e74ed156563e9854/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 28: 0x7f168ecfb609 - start_thread [INFO] [stderr] 29: 0x7f168ec1e133 - clone [INFO] [stderr] 30: 0x0 - [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/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.65.0-nightly (c3491e219 2022-09-03) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [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] end of query stack [INFO] [stderr] error: could not compile `time` [INFO] running `Command { std: "docker" "inspect" "b3421986768ffa73b94e2b0b46da3fefd4a22b7828625f3afa9f69d33f81c523", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3421986768ffa73b94e2b0b46da3fefd4a22b7828625f3afa9f69d33f81c523", kill_on_drop: false }` [INFO] [stdout] b3421986768ffa73b94e2b0b46da3fefd4a22b7828625f3afa9f69d33f81c523