[INFO] cloning repository https://github.com/gridgentoo/linkerd2-proxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gridgentoo/linkerd2-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgridgentoo%2Flinkerd2-proxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgridgentoo%2Flinkerd2-proxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f451c5b46f8f02535ae9f5c8b5779d2077d6228 [INFO] building gridgentoo/linkerd2-proxy against try#b755f8b9936d084e0363ce6b393c7e444a37080e for pr-97334-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgridgentoo%2Flinkerd2-proxy" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gridgentoo/linkerd2-proxy on toolchain b755f8b9936d084e0363ce6b393c7e444a37080e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/gridgentoo/linkerd2-proxy [INFO] finished tweaking git repo https://github.com/gridgentoo/linkerd2-proxy [INFO] tweaked toml for git repo https://github.com/gridgentoo/linkerd2-proxy written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/gridgentoo/linkerd2-proxy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4c2efb8f27cc679a65672c411f5b1447084b96bb8cf136e4cc85c47367e904a [INFO] running `Command { std: "docker" "start" "-a" "d4c2efb8f27cc679a65672c411f5b1447084b96bb8cf136e4cc85c47367e904a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4c2efb8f27cc679a65672c411f5b1447084b96bb8cf136e4cc85c47367e904a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4c2efb8f27cc679a65672c411f5b1447084b96bb8cf136e4cc85c47367e904a", kill_on_drop: false }` [INFO] [stdout] d4c2efb8f27cc679a65672c411f5b1447084b96bb8cf136e4cc85c47367e904a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72ea3d9baea95fc7c5d71bb65ea9bb7b625ff9a55d2b25685ca75e654fb693b0 [INFO] running `Command { std: "docker" "start" "-a" "72ea3d9baea95fc7c5d71bb65ea9bb7b625ff9a55d2b25685ca75e654fb693b0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling linkerd-errno v0.1.0 (/opt/rustwide/workdir/linkerd/errno) [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling linkerd-conditional v0.1.0 (/opt/rustwide/workdir/linkerd/conditional) [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling linkerd-app-core v0.1.0 (/opt/rustwide/workdir/linkerd/app/core) [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling bindgen v0.59.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling foreign-types-shared v0.3.1 [INFO] [stderr] Compiling linkerd-tls-test-util v0.1.0 (/opt/rustwide/workdir/linkerd/tls/test-util) [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling tracing-core v0.1.27 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling clang-sys v1.3.3 [INFO] [stderr] Compiling jemalloc-sys v0.5.0+5.3.0 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling gzip-header v1.0.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling procinfo v0.4.2 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki v0.22.0 (https://github.com/linkerd/webpki?branch=cert-dns-names-0.22#a26def03) [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling linkerd-error v0.1.0 (/opt/rustwide/workdir/linkerd/error) [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling prost-derive v0.10.0 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling foreign-types-macros v0.2.2 [INFO] [stderr] Compiling async-stream v0.3.3 [INFO] [stderr] Compiling foreign-types v0.5.0 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling prost v0.10.4 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling boring-sys v2.0.0 [INFO] [stderr] Compiling linkerd-dns-name v0.1.0 (/opt/rustwide/workdir/linkerd/dns/name) [INFO] [stderr] Compiling trust-dns-proto v0.21.1 [INFO] [stderr] Compiling linkerd-exp-backoff v0.1.0 (/opt/rustwide/workdir/linkerd/exp-backoff) [INFO] [stderr] Compiling linkerd-identity v0.1.0 (/opt/rustwide/workdir/linkerd/identity) [INFO] [stderr] Compiling linkerd-addr v0.1.0 (/opt/rustwide/workdir/linkerd/addr) [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.11 [INFO] [stderr] Compiling linkerd-system v0.1.0 (/opt/rustwide/workdir/linkerd/system) [INFO] [stderr] Compiling linkerd-signal v0.1.0 (/opt/rustwide/workdir/linkerd/signal) [INFO] [stderr] Compiling linkerd-http-route v0.1.0 (/opt/rustwide/workdir/linkerd/http-route) [INFO] [stderr] Compiling prost-types v0.10.0 [INFO] [stderr] Compiling trust-dns-resolver v0.21.2 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-stream v0.1.9 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling linkerd-tracing v0.1.0 (/opt/rustwide/workdir/linkerd/tracing) [INFO] [stderr] Compiling linkerd-dns v0.1.0 (/opt/rustwide/workdir/linkerd/dns) [INFO] [stderr] Compiling tokio-test v0.4.2 [INFO] [stderr] Compiling tonic v0.7.2 [INFO] [stderr] Compiling linkerd-io v0.1.0 (/opt/rustwide/workdir/linkerd/io) [INFO] [stderr] Compiling linkerd-stack v0.1.0 (/opt/rustwide/workdir/linkerd/stack) [INFO] [stderr] Compiling linkerd-proxy-core v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/core) [INFO] [stderr] Compiling drain v0.1.1 [INFO] [stderr] Compiling opencensus-proto v0.1.0 (/opt/rustwide/workdir/opencensus-proto) [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/io/src/prefixed.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/stack/src/monitor.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/stack/src/on_service.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/io/src/scoped.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/io/src/sensor.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-proxy-resolve v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/resolve) [INFO] [stderr] Compiling linkerd-duplex v0.1.0 (/opt/rustwide/workdir/linkerd/duplex) [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper v0.14.19 [INFO] [stderr] Compiling linkerd2-proxy-api v0.5.0 [INFO] [stderr] Compiling linkerd-tls v0.1.0 (/opt/rustwide/workdir/linkerd/tls) [INFO] [stderr] Compiling linkerd-http-box v0.1.0 (/opt/rustwide/workdir/linkerd/http-box) [INFO] [stderr] Compiling linkerd-detect v0.1.0 (/opt/rustwide/workdir/linkerd/detect) [INFO] [stderr] Compiling linkerd-proxy-transport v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/transport) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-http-classify v0.1.0 (/opt/rustwide/workdir/linkerd/http-classify) [INFO] [stderr] Compiling linkerd-tonic-watch v0.1.0 (/opt/rustwide/workdir/linkerd/tonic-watch) [INFO] [stderr] Compiling linkerd-proxy-discover v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/discover) [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/resolve/src/map_endpoint.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/resolve/src/map_endpoint.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/resolve/src/recover.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/resolve/src/recover.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | #[pin_project(project = ResolutionProj)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-stack-tracing v0.1.0 (/opt/rustwide/workdir/linkerd/stack/tracing) [INFO] [stderr] Compiling linkerd-proxy-dns-resolve v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/dns-resolve) [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/duplex/src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-trace-context v0.1.0 (/opt/rustwide/workdir/linkerd/trace-context) [INFO] [stderr] Compiling linkerd-transport-header v0.1.0 (/opt/rustwide/workdir/linkerd/transport-header) [INFO] [stderr] Compiling linkerd-reconnect v0.1.0 (/opt/rustwide/workdir/linkerd/reconnect) [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/discover/src/buffer.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/discover/src/buffer.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/discover/src/buffer.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/discover/src/from_resolve.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/discover/src/from_resolve.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/discover/src/make_endpoint.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/discover/src/make_endpoint.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-cache v0.1.0 (/opt/rustwide/workdir/linkerd/cache) [INFO] [stderr] Compiling linkerd-error-respond v0.1.0 (/opt/rustwide/workdir/linkerd/error-respond) [INFO] [stderr] Compiling linkerd-retry v0.1.0 (/opt/rustwide/workdir/linkerd/retry) [INFO] [stderr] Compiling linkerd-http-retry v0.1.0 (/opt/rustwide/workdir/linkerd/http-retry) [INFO] [stderr] Compiling linkerd-proxy-tcp v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/tcp) [INFO] [stderr] Compiling linkerd-meshtls-rustls v0.1.0 (/opt/rustwide/workdir/linkerd/meshtls/rustls) [INFO] [stderr] Compiling linkerd-http-access-log v0.1.0 (/opt/rustwide/workdir/linkerd/http-access-log) [INFO] [stderr] Compiling linkerd-proxy-api-resolve v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/api-resolve) [INFO] [stderr] Compiling linkerd-server-policy v0.1.0 (/opt/rustwide/workdir/linkerd/server-policy) [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/error-respond/src/lib.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/http-access-log/src/lib.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-service-profiles v0.1.0 (/opt/rustwide/workdir/linkerd/service-profiles) [INFO] [stderr] Compiling linkerd-meshtls v0.1.0 (/opt/rustwide/workdir/linkerd/meshtls) [INFO] [stderr] Compiling linkerd-metrics v0.1.0 (/opt/rustwide/workdir/linkerd/metrics) [INFO] [stderr] Compiling hyper-balance v0.1.0 (/opt/rustwide/workdir/hyper-balance) [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> hyper-balance/src/lib.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> hyper-balance/src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-proxy-http v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/http) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-proxy-identity-client v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/identity-client) [INFO] [stderr] Compiling linkerd-opencensus v0.1.0 (/opt/rustwide/workdir/linkerd/opencensus) [INFO] [stderr] Compiling linkerd-http-metrics v0.1.0 (/opt/rustwide/workdir/linkerd/http-metrics) [INFO] [stderr] Compiling linkerd-transport-metrics v0.1.0 (/opt/rustwide/workdir/linkerd/transport-metrics) [INFO] [stderr] Compiling linkerd-stack-metrics v0.1.0 (/opt/rustwide/workdir/linkerd/stack/metrics) [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/transport-metrics/src/client.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project` is never used [INFO] [stdout] --> linkerd/http-metrics/src/requests/service.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/http-metrics/src/requests/service.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/http-metrics/src/requests/service.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/http-metrics/src/requests/service.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/http-metrics/src/requests/service.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | #[pin_project(PinnedDrop)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling boring v2.0.0 [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/http/src/glue.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/http/src/glue.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/http/src/insert.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | #[pin_project::pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/http/src/retain.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/http/src/strip_header.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | #[pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling linkerd-proxy-tap v0.1.0 (/opt/rustwide/workdir/linkerd/proxy/tap) [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/proxy/tap/src/service.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | #[pin_project(PinnedDrop, project = BodyProj)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-boring v2.1.4 [INFO] [stderr] Compiling linkerd-meshtls-boring v0.1.0 (/opt/rustwide/workdir/linkerd/meshtls/boring) [INFO] [stderr] Compiling linkerd-app-inbound v0.1.0 (/opt/rustwide/workdir/linkerd/app/inbound) [INFO] [stderr] Compiling linkerd-app-outbound v0.1.0 (/opt/rustwide/workdir/linkerd/app/outbound) [INFO] [stderr] Compiling linkerd-app-test v0.1.0 (/opt/rustwide/workdir/linkerd/app/test) [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:2767 ~ core[87f6]::ptr::drop_in_place), Some(tower::util::oneshot::State, classify::Class>, hyper::Body>, linkerd_proxy_discover::MakeEndpoint>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>>, control::ControlAddr>)) (after pass PhaseChange-Runtime(Optimized)) at bb6[0]: [INFO] [stdout] Field projection `((*_1) as Called).field[0]` specified type `linkerd_stack::OnService, classify::Class>, hyper::Body>, linkerd_proxy_discover::make_endpoint::DiscoverFuture, control::resolve::IntoTarget>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>>`, but actual type is , classify::Class>, hyper::Body>, linkerd_proxy_discover::MakeEndpoint>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>> as tower::Service>::Future [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:128:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2767 ~ core[87f6]::ptr::drop_in_place), Some(linkerd_proxy_http::balance::Balance, ()>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData>, http::Request, classify::Class>>>)) (after pass PhaseChange-Runtime(Optimized)) at bb3[0]: [INFO] [stdout] Field projection `(*_1).field[1]` specified type `tower::ready_cache::ReadyCache, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData>, http::Request, classify::Class>>>`, but actual type is tower::ready_cache::ReadyCache<, ()>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData> as tower::discover::Discover>::Key, , ()>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData> as tower::discover::Discover>::Service, http::Request, classify::Class>>> [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:128:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in DropGlue(DefId(2:2767 ~ core[87f6]::ptr::drop_in_place), Some(linkerd_proxy_http::balance::Balance, ()>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData>, http::Request, classify::Class>>>)) (after pass PhaseChange-Runtime(Optimized)) at bb4[0]: [INFO] [stdout] Field projection `(*_1).field[1]` specified type `tower::ready_cache::ReadyCache, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData>, http::Request, classify::Class>>>`, but actual type is tower::ready_cache::ReadyCache<, ()>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData> as tower::discover::Discover>::Key, , ()>, control::client::Target>, linkerd_stack_tracing::NewInstrument<[closure@linkerd/app/core/src/control.rs:92:25: 92:51], linkerd_reconnect::NewReconnect, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>) -> tower::spawn_ready::SpawnReady, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>> {tower::spawn_ready::SpawnReady::, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>, control::client::Target>, linkerd_stack::MapErr, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>>>::new}>, linkerd_stack::new_service::FromMakeService, classify::Class>>, fn(hyper::Error) -> std::boxed::Box {>>::into}>::layer::{closure#0}]>, control::client::Client>, [closure@linkerd/app/core/src/svc.rs:186:33: 186:50]>, [closure@linkerd/app/core/src/control.rs:81:30: 81:50]>, linkerd_http_metrics::requests::service::RequestBody, classify::Class>>>>>>>>, linkerd_proxy_http::balance::PendingUntilFirstData> as tower::discover::Discover>::Service, http::Request, classify::Class>>> [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:128:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', compiler/rustc_errors/src/lib.rs:1494:13 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f6d5aad1210 - std::backtrace_rs::backtrace::libunwind::trace::h0635bbcc15f1a527 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7f6d5aad1210 - std::backtrace_rs::backtrace::trace_unsynchronized::h2f139649c4717994 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f6d5aad1210 - std::sys_common::backtrace::_print_fmt::h1bfd64239328f990 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7f6d5aad1210 - ::fmt::h0228dc1410a56233 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7f6d5ab2c02e - core::fmt::write::hceb37e40129b2ef6 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x7f6d5aac1ad5 - std::io::Write::write_fmt::h7aef09b2f8dd6912 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x7f6d5aad3e63 - std::sys_common::backtrace::_print::h9317a39a27ffc158 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7f6d5aad3e63 - std::sys_common::backtrace::print::h3f862bf30220d547 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7f6d5aad3e63 - std::panicking::default_hook::{{closure}}::h5f1809c5cfd4c61f [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7f6d5aad3b4f - std::panicking::default_hook::h48ae03b43c4da387 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7f6d5d34c461 - >::call_once::{shim:vtable#0} [INFO] [stderr] 11: 0x7f6d5aad469d - std::panicking::rust_panic_with_hook::h064155defabdfb6a [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7f6d5e493f21 - std[2aca39d6cbfe9e59]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 13: 0x7f6d5e493a76 - std[2aca39d6cbfe9e59]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 14: 0x7f6d5e4935e6 - std[2aca39d6cbfe9e59]::panicking::begin_panic:: [INFO] [stderr] 15: 0x7f6d5e496086 - std[2aca39d6cbfe9e59]::panic::panic_any:: [INFO] [stderr] 16: 0x7f6d5cea7538 - ::drop [INFO] [stderr] 17: 0x7f6d5c144f98 - core[87f6064f357e42c2]::ptr::drop_in_place:: [INFO] [stderr] 18: 0x7f6d5c103318 - as core[87f6064f357e42c2]::ops::drop::Drop>::drop [INFO] [stderr] 19: 0x7f6d5c1002cd - core[87f6064f357e42c2]::ptr::drop_in_place:: [INFO] [stderr] 20: 0x7f6d5c0fdaff - rustc_interface[4ffcd4abddbf64f2]::interface::create_compiler_and_run::, rustc_driver[d785e9c303ecd8ca]::run_compiler::{closure#1}> [INFO] [stderr] 21: 0x7f6d5c0fc011 - >::set::, rustc_driver[d785e9c303ecd8ca]::run_compiler::{closure#1}>::{closure#0}, core[87f6064f357e42c2]::result::Result<(), rustc_errors[7468fe47648b8434]::ErrorGuaranteed>> [INFO] [stderr] 22: 0x7f6d5c0fbcff - std[2aca39d6cbfe9e59]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[d785e9c303ecd8ca]::run_compiler::{closure#1}>::{closure#0}, core[87f6064f357e42c2]::result::Result<(), rustc_errors[7468fe47648b8434]::ErrorGuaranteed>>::{closure#0}, core[87f6064f357e42c2]::result::Result<(), rustc_errors[7468fe47648b8434]::ErrorGuaranteed>> [INFO] [stderr] 23: 0x7f6d5d1c2e89 - <::spawn_unchecked_, rustc_driver[d785e9c303ecd8ca]::run_compiler::{closure#1}>::{closure#0}, core[87f6064f357e42c2]::result::Result<(), rustc_errors[7468fe47648b8434]::ErrorGuaranteed>>::{closure#0}, core[87f6064f357e42c2]::result::Result<(), rustc_errors[7468fe47648b8434]::ErrorGuaranteed>>::{closure#1} as core[87f6064f357e42c2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 24: 0x7f6d5aade4f3 - as core::ops::function::FnOnce>::call_once::h3998462ded511e97 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 25: 0x7f6d5aade4f3 - as core::ops::function::FnOnce>::call_once::hb68442c5b53e403f [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/alloc/src/boxed.rs:1940:9 [INFO] [stderr] 26: 0x7f6d5aade4f3 - std::sys::unix::thread::Thread::new::thread_start::h9c65d60d9d9c7be4 [INFO] [stderr] at /rustc/b755f8b9936d084e0363ce6b393c7e444a37080e/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 27: 0x7f6d5a98f609 - start_thread [INFO] [stderr] 28: 0x7f6d5a8b2133 - clone [INFO] [stderr] 29: 0x0 - [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.65.0-nightly (b755f8b99 2022-09-07) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no [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 `linkerd-app-core` [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: associated function `project_ref` is never used [INFO] [stdout] --> linkerd/app/outbound/src/http/proxy_connection_close.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[pin_project::pin_project] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "72ea3d9baea95fc7c5d71bb65ea9bb7b625ff9a55d2b25685ca75e654fb693b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72ea3d9baea95fc7c5d71bb65ea9bb7b625ff9a55d2b25685ca75e654fb693b0", kill_on_drop: false }` [INFO] [stdout] 72ea3d9baea95fc7c5d71bb65ea9bb7b625ff9a55d2b25685ca75e654fb693b0