[INFO] cloning repository https://github.com/kjagiello/hermes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kjagiello/hermes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjagiello%2Fhermes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjagiello%2Fhermes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 923c90c41f2b15891167bf120f10d4808b205737 [INFO] testing kjagiello/hermes/923c90c41f2b15891167bf120f10d4808b205737 against try#613d1972a772987ed4ee06faccbab0e2fc839871+rustflags=-Copt-level=3 for pr-107051 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjagiello%2Fhermes" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kjagiello/hermes on toolchain 613d1972a772987ed4ee06faccbab0e2fc839871 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kjagiello/hermes [INFO] finished tweaking git repo https://github.com/kjagiello/hermes [INFO] tweaked toml for git repo https://github.com/kjagiello/hermes written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kjagiello/hermes already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 994ee975eb3a6606e535f14ac45ec0b7271c0d9827e024650632ba82cfb15e40 [INFO] running `Command { std: "docker" "start" "-a" "994ee975eb3a6606e535f14ac45ec0b7271c0d9827e024650632ba82cfb15e40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "994ee975eb3a6606e535f14ac45ec0b7271c0d9827e024650632ba82cfb15e40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "994ee975eb3a6606e535f14ac45ec0b7271c0d9827e024650632ba82cfb15e40", kill_on_drop: false }` [INFO] [stdout] 994ee975eb3a6606e535f14ac45ec0b7271c0d9827e024650632ba82cfb15e40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0fb74a9eb800d1849f46501901b2b8fe1169f2f6baf2da372e93feedc27f6dde [INFO] running `Command { std: "docker" "start" "-a" "0fb74a9eb800d1849f46501901b2b8fe1169f2f6baf2da372e93feedc27f6dde", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling ordered-float v2.8.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling k8s-openapi v0.13.1 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling pem v1.0.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling headers v0.3.5 [INFO] [stderr] Compiling webpki-roots v0.22.1 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling as-any v0.2.1 [INFO] [stderr] Compiling clap v3.0.7 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling tokio-io-timeout v1.1.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling tower-http v0.2.0 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling tower v0.4.11 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling handlebars v4.1.6 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling kube-core v0.65.0 [INFO] [stderr] Compiling kube-client v0.65.0 [INFO] [stderr] Compiling kube v0.65.0 [INFO] [stderr] Compiling argo-hermes v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/server.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | ) -> impl warp::Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.3.2/src/filter/mod.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(opaque_hidden_inferred_bound)]` on by default [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 10 | ) -> impl warp::Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/server.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | ) -> impl warp::Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.3.2/src/filter/mod.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 17 | ) -> impl warp::Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [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: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass AddMovesForPackedDrops) at bb8[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass AddMovesForPackedDrops) at bb9[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass AddMovesForPackedDrops) at bb10[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass AddMovesForPackedDrops) at bb8[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass AddMovesForPackedDrops) at bb9[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass AddMovesForPackedDrops) at bb10[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass Derefer) at bb8[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass Derefer) at bb9[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass Derefer) at bb10[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass Derefer) at bb8[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass Derefer) at bb9[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass Derefer) at bb10[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass RemoveNoopLandingPads) at bb8[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass RemoveNoopLandingPads) at bb9[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass RemoveNoopLandingPads) at bb10[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass RemoveNoopLandingPads) at bb8[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass RemoveNoopLandingPads) at bb9[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass RemoveNoopLandingPads) at bb10[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass SimplifyCfg-make_shim) at bb8[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass SimplifyCfg-make_shim) at bb9[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass SimplifyCfg-make_shim) at bb10[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass SimplifyCfg-make_shim) at bb3[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass AddCallGuards) at bb3[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass AddCallGuards) at bb3[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (before pass AbortUnwindingCalls) at bb3[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2154 ~ core[0d6c]::ptr::drop_in_place), Some(warp::filter::and_then::State>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map>, fn(argo_hermes::server::models::Input, std::sync::Arc<(dyn argo_hermes::services::ServiceRegistry + 'static)>, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch}>)) (after pass AbortUnwindingCalls) at bb3[0]: [INFO] [stdout] Field projection `((*_1) as Second).field[0]` specified type `[async fn body@argo_hermes::server::handlers::dispatch::{closure#0}]`, but actual type is `, std::sync::Arc<(dyn argo_hermes::templates::TemplateRegistry + 'static)>) -> impl warp::Future> {argo_hermes::server::handlers::dispatch} as warp::generic::Func<>>, warp::path::Exact>>, warp::path::Exact>>, warp::filter::FilterFn<[closure@warp::path::end::{closure#0}]>>, warp::filter::FilterFn<[closure@warp::filters::method::method_is<[closure@warp::post::{closure#0}]>::{closure#0}]>>, warp::filter::and_then::AndThen::{closure#0}]>, warp::filter::and_then::AndThen>>::{closure#0}]>, [closure@warp::body::bytes::{closure#0}]>>, [closure@warp::body::json::{closure#0}]>>, warp::filter::map::Map>, warp::filter::map::Map> as futures_core::future::TryFuture>::Ok>>::Output` [INFO] [stdout] --> /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/core/src/ptr/mod.rs:490:1 [INFO] [stdout] | [INFO] [stdout] = note: delayed at 0: ::emit_diagnostic [INFO] [stdout] 1: ::delay_span_bug:: [INFO] [stdout] 2: ::fail:: [INFO] [stdout] 3: ::run_pass [INFO] [stdout] 4: rustc_mir_transform::pass_manager::run_passes_inner [INFO] [stdout] 5: rustc_mir_transform::shim::make_shim [INFO] [stdout] 6: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 7: ::mir_shims [INFO] [stdout] 8: ::instance_mir [INFO] [stdout] 9: rustc_monomorphize::collector::collect_neighbours [INFO] [stdout] 10: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 11: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 12: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 13: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 14: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 15: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 16: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 17: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 18: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 19: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 20: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 21: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 22: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 23: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 24: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 25: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 26: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 27: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 28: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 29: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 30: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 31: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 32: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 33: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 34: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 35: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 36: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 37: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 38: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 39: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 40: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 41: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 42: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 43: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 44: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 45: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 46: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 47: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 48: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 49: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 50: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 51: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 52: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 53: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 54: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 55: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 56: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 57: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 58: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 59: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 60: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 61: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 62: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 63: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 64: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 65: rustc_monomorphize::collector::collect_items_rec [INFO] [stdout] 66: ::time::<(), rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}> [INFO] [stdout] 67: rustc_monomorphize::collector::collect_crate_mono_items [INFO] [stdout] 68: rustc_monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stdout] 69: rustc_query_system::query::plumbing::try_execute_query:: [INFO] [stdout] 70: ::collect_and_partition_mono_items [INFO] [stdout] 71: rustc_codegen_ssa::base::codegen_crate:: [INFO] [stdout] 72: ::codegen_crate [INFO] [stdout] 73: ::time::, rustc_interface::passes::start_codegen::{closure#0}> [INFO] [stdout] 74: rustc_interface::passes::start_codegen [INFO] [stdout] 75: ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core::result::Result, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 76: ::ongoing_codegen [INFO] [stdout] 77: ::enter::, rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 78: rustc_span::with_source_map::, rustc_interface::interface::run_compiler, rustc_driver::run_compiler::{closure#1}>::{closure#0}::{closure#0}> [INFO] [stdout] 79: >::set::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 80: std::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>> [INFO] [stdout] 81: <::spawn_unchecked_, rustc_driver::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_errors::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 82: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 83: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 84: std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/613d1972a772987ed4ee06faccbab0e2fc839871/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 85: [INFO] [stdout] 86: __clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [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.68.0-nightly (613d1972a 2023-01-18) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type bin -C embed-bitcode=no -C split-debuginfo=unpacked -C debuginfo=2 -C opt-level=3 [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 `argo-hermes` [INFO] running `Command { std: "docker" "inspect" "0fb74a9eb800d1849f46501901b2b8fe1169f2f6baf2da372e93feedc27f6dde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fb74a9eb800d1849f46501901b2b8fe1169f2f6baf2da372e93feedc27f6dde", kill_on_drop: false }` [INFO] [stdout] 0fb74a9eb800d1849f46501901b2b8fe1169f2f6baf2da372e93feedc27f6dde