[INFO] cloning repository https://github.com/jgaribaldi/hapi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jgaribaldi/hapi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgaribaldi%2Fhapi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgaribaldi%2Fhapi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1fae1382506971c09be7392f90472716c1524612 [INFO] checking jgaribaldi/hapi against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgaribaldi%2Fhapi" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jgaribaldi/hapi [INFO] finished tweaking git repo https://github.com/jgaribaldi/hapi [INFO] tweaked toml for git repo https://github.com/jgaribaldi/hapi written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jgaribaldi/hapi on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jgaribaldi/hapi 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0e5589c83e29dbcb3eafaeae2e7cd11794382bff2dbffbc367c7f90405184f7 [INFO] running `Command { std: "docker" "start" "-a" "c0e5589c83e29dbcb3eafaeae2e7cd11794382bff2dbffbc367c7f90405184f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0e5589c83e29dbcb3eafaeae2e7cd11794382bff2dbffbc367c7f90405184f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0e5589c83e29dbcb3eafaeae2e7cd11794382bff2dbffbc367c7f90405184f7", kill_on_drop: false }` [INFO] [stdout] c0e5589c83e29dbcb3eafaeae2e7cd11794382bff2dbffbc367c7f90405184f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a443337377de2841933103d05c6f5af7a76a9a8922b756fe62bd5e0d70a172b5 [INFO] running `Command { std: "docker" "start" "-a" "a443337377de2841933103d05c6f5af7a76a9a8922b756fe62bd5e0d70a172b5", kill_on_drop: false }` [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Checking parking_lot_core v0.9.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking mio v0.8.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking num_threads v0.1.4 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Checking futures-channel v0.3.21 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Checking uuid v1.2.2 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Checking tokio v1.17.0 [INFO] [stderr] Checking time v0.3.7 [INFO] [stderr] Checking simple_logger v2.1.0 [INFO] [stderr] Checking serde_json v1.0.85 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking h2 v0.3.11 [INFO] [stderr] Checking hyper v0.14.17 [INFO] [stderr] Checking hapi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `cmd_id` and `upstream_address` are never read [INFO] [stdout] --> src/events/events.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | UpstreamWasEnabled { [INFO] [stdout] | ------------------ fields in this variant [INFO] [stdout] 19 | cmd_id: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | upstream_address: UpstreamAddress, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cmd_id` and `upstream_address` are never read [INFO] [stdout] --> src/events/events.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 22 | UpstreamWasDisabled { [INFO] [stdout] | ------------------- fields in this variant [INFO] [stdout] 23 | cmd_id: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 24 | upstream_address: UpstreamAddress, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `route` is never read [INFO] [stdout] --> src/events/events.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 30 | RouteWasNotAdded { [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] 31 | cmd_id: String, [INFO] [stdout] 32 | route: Route, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `route_id` is never read [INFO] [stdout] --> src/events/events.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 39 | RouteWasNotRemoved { [INFO] [stdout] | ------------------ field in this variant [INFO] [stdout] 40 | cmd_id: String, [INFO] [stdout] 41 | route_id: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `route_id` is never read [INFO] [stdout] --> src/events/events.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 52 | RouteWasNotFound { [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] 53 | cmd_id: String, [INFO] [stdout] 54 | route_id: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cmd_id` and `upstream_address` are never read [INFO] [stdout] --> src/events/events.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | UpstreamWasEnabled { [INFO] [stdout] | ------------------ fields in this variant [INFO] [stdout] 19 | cmd_id: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | upstream_address: UpstreamAddress, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cmd_id` and `upstream_address` are never read [INFO] [stdout] --> src/events/events.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 22 | UpstreamWasDisabled { [INFO] [stdout] | ------------------- fields in this variant [INFO] [stdout] 23 | cmd_id: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 24 | upstream_address: UpstreamAddress, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ok` is never used [INFO] [stdout] --> src/interfaces/api.rs:190:4 [INFO] [stdout] | [INFO] [stdout] 190 | fn ok() -> Response { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `route` is never read [INFO] [stdout] --> src/events/events.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 30 | RouteWasNotAdded { [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] 31 | cmd_id: String, [INFO] [stdout] 32 | route: Route, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `route_id` is never read [INFO] [stdout] --> src/events/events.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 39 | RouteWasNotRemoved { [INFO] [stdout] | ------------------ field in this variant [INFO] [stdout] 40 | cmd_id: String, [INFO] [stdout] 41 | route_id: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `route_id` is never read [INFO] [stdout] --> src/events/events.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 52 | RouteWasNotFound { [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] 53 | cmd_id: String, [INFO] [stdout] 54 | route_id: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ok` is never used [INFO] [stdout] --> src/interfaces/api.rs:190:4 [INFO] [stdout] | [INFO] [stdout] 190 | fn ok() -> Response { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s [INFO] running `Command { std: "docker" "inspect" "a443337377de2841933103d05c6f5af7a76a9a8922b756fe62bd5e0d70a172b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a443337377de2841933103d05c6f5af7a76a9a8922b756fe62bd5e0d70a172b5", kill_on_drop: false }` [INFO] [stdout] a443337377de2841933103d05c6f5af7a76a9a8922b756fe62bd5e0d70a172b5