[INFO] cloning repository https://github.com/TracerBench/tracerbench-serve
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TracerBench/tracerbench-serve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTracerBench%2Ftracerbench-serve", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTracerBench%2Ftracerbench-serve'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5c628ea9ab94aab2ccadd3b26e77eb8a8be6244e
[INFO] checking TracerBench/tracerbench-serve against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTracerBench%2Ftracerbench-serve" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/TracerBench/tracerbench-serve on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/TracerBench/tracerbench-serve
[INFO] finished tweaking git repo https://github.com/TracerBench/tracerbench-serve
[INFO] tweaked toml for git repo https://github.com/TracerBench/tracerbench-serve written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/TracerBench/tracerbench-serve 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.73
[INFO] [stderr]   Downloaded h2 v0.3.2
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.73
[INFO] [stderr]   Downloaded half v1.3.1
[INFO] [stderr]   Downloaded futures-task v0.3.14
[INFO] [stderr]   Downloaded proc-macro-error v0.2.6
[INFO] [stderr]   Downloaded futures-sink v0.3.14
[INFO] [stderr]   Downloaded futures-executor v0.3.14
[INFO] [stderr]   Downloaded futures-macro v0.3.14
[INFO] [stderr]   Downloaded structopt-derive v0.3.2
[INFO] [stderr]   Downloaded redox_syscall v0.2.6
[INFO] [stderr]   Downloaded signal-hook-registry v1.3.0
[INFO] [stderr]   Downloaded tracing-core v0.1.17
[INFO] [stderr]   Downloaded webpki v0.22.0
[INFO] [stderr]   Downloaded tokio-util v0.6.6
[INFO] [stderr]   Downloaded syn v1.0.70
[INFO] [stderr]   Downloaded http v0.2.4
[INFO] [stderr]   Downloaded unicode-segmentation v1.3.0
[INFO] [stderr]   Downloaded mio v0.7.11
[INFO] [stderr]   Downloaded ntapi v0.3.4
[INFO] [stderr]   Downloaded chrono v0.4.9
[INFO] [stderr]   Downloaded webpki v0.21.0
[INFO] [stderr]   Downloaded js-sys v0.3.50
[INFO] [stderr]   Downloaded rustls v0.19.1
[INFO] [stderr]   Downloaded bumpalo v3.6.1
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.73
[INFO] [stderr]   Downloaded web-sys v0.3.50
[INFO] [stderr]   Downloaded tokio v1.5.0
[INFO] [stderr]   Downloaded futures-util v0.3.14
[INFO] [stderr]   Downloaded serde_derive v1.0.101
[INFO] [stderr]   Downloaded futures v0.3.14
[INFO] [stderr]   Downloaded serde v1.0.101
[INFO] [stderr]   Downloaded tracing v0.1.25
[INFO] [stderr]   Downloaded lock_api v0.4.3
[INFO] [stderr]   Downloaded sct v0.6.0
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.73
[INFO] [stderr]   Downloaded futures-channel v0.3.14
[INFO] [stderr]   Downloaded structopt v0.3.2
[INFO] [stderr]   Downloaded quick-error v1.2.2
[INFO] [stderr]   Downloaded tokio-rustls v0.22.0
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.73
[INFO] [stderr]   Downloaded futures-core v0.3.14
[INFO] [stderr]   Downloaded tokio-macros v1.1.0
[INFO] [stderr]   Downloaded futures-io v0.3.14
[INFO] [stderr]   Downloaded once_cell v1.7.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 04cca7e512d963cfb6c01f3f3983f596aaa881eea1061e796cc90f07c27dec19
[INFO] running `Command { std: "docker" "start" "-a" "04cca7e512d963cfb6c01f3f3983f596aaa881eea1061e796cc90f07c27dec19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04cca7e512d963cfb6c01f3f3983f596aaa881eea1061e796cc90f07c27dec19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04cca7e512d963cfb6c01f3f3983f596aaa881eea1061e796cc90f07c27dec19", kill_on_drop: false }`
[INFO] [stdout] 04cca7e512d963cfb6c01f3f3983f596aaa881eea1061e796cc90f07c27dec19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ed241db2424d4688d4ff85ea9ce758b5135e163d86f81975cf59322d48b0904
[INFO] running `Command { std: "docker" "start" "-a" "1ed241db2424d4688d4ff85ea9ce758b5135e163d86f81975cf59322d48b0904", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking regex-syntax v0.6.12
[INFO] [stderr]     Checking lock_api v0.4.3
[INFO] [stderr]    Compiling tokio v1.5.0
[INFO] [stderr]     Checking futures-sink v0.3.14
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking signal-hook-registry v1.3.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]     Checking futures-core v0.3.14
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking futures-task v0.3.14
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]     Checking futures-channel v0.3.14
[INFO] [stderr]     Checking futures-io v0.3.14
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]     Checking half v1.3.1
[INFO] [stderr]     Checking http v0.2.4
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]    Compiling bitflags v1.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.3.0
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking mio v0.7.11
[INFO] [stderr]     Checking termcolor v1.0.5
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking tracing v0.1.25
[INFO] [stderr]     Checking aho-corasick v0.7.6
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking regex v1.3.1
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking pretty_env_logger v0.3.1
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]     Checking webpki v0.21.0
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking rustls v0.19.1
[INFO] [stderr]    Compiling tokio-macros v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.101
[INFO] [stderr]    Compiling futures-macro v0.3.14
[INFO] [stderr]    Compiling structopt-derive v0.3.2
[INFO] [stderr]     Checking futures-util v0.3.14
[INFO] [stderr]     Checking structopt v0.3.2
[INFO] [stderr]     Checking futures-executor v0.3.14
[INFO] [stderr]     Checking futures v0.3.14
[INFO] [stderr]     Checking tracerbench-request-key v0.1.0 (/opt/rustwide/workdir/request-key)
[INFO] [stderr]     Checking tokio-util v0.6.6
[INFO] [stderr]     Checking tokio-rustls v0.22.0
[INFO] [stderr]     Checking tracerbench-socks-proxy v0.1.0 (/opt/rustwide/workdir/socks-proxy)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> request-key/src/request_key/state.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 |       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout]    |                                         ^                                             ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout] 71 +       Some(Value::Mutated(ref text)) => self.request_parts.set_part(part, Some(text)),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> request-key/src/request_key/state.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 |       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout]    |                                         ^                                             ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout] 71 +       Some(Value::Mutated(ref text)) => self.request_parts.set_part(part, Some(text)),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tracerbench-recorded-response-set v0.1.0 (/opt/rustwide/workdir/recorded-response-set)
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking h2 v0.3.2
[INFO] [stderr]     Checking tracerbench-recorded-response-server v0.1.0 (/opt/rustwide/workdir/recorded-response-server)
[INFO] [stderr]     Checking tracerbench-serve v0.1.0 (/opt/rustwide/workdir/tracerbench-serve)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 7.57s
[INFO] running `Command { std: "docker" "inspect" "1ed241db2424d4688d4ff85ea9ce758b5135e163d86f81975cf59322d48b0904", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ed241db2424d4688d4ff85ea9ce758b5135e163d86f81975cf59322d48b0904", kill_on_drop: false }`
[INFO] [stdout] 1ed241db2424d4688d4ff85ea9ce758b5135e163d86f81975cf59322d48b0904
[INFO] checking TracerBench/tracerbench-serve against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTracerBench%2Ftracerbench-serve" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/TracerBench/tracerbench-serve on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/TracerBench/tracerbench-serve
[INFO] finished tweaking git repo https://github.com/TracerBench/tracerbench-serve
[INFO] tweaked toml for git repo https://github.com/TracerBench/tracerbench-serve written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/TracerBench/tracerbench-serve 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30c5fc41dc0555683270ece011f976d95d1a94cedc3eaabe297170f3d991ebb2
[INFO] running `Command { std: "docker" "start" "-a" "30c5fc41dc0555683270ece011f976d95d1a94cedc3eaabe297170f3d991ebb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30c5fc41dc0555683270ece011f976d95d1a94cedc3eaabe297170f3d991ebb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30c5fc41dc0555683270ece011f976d95d1a94cedc3eaabe297170f3d991ebb2", kill_on_drop: false }`
[INFO] [stdout] 30c5fc41dc0555683270ece011f976d95d1a94cedc3eaabe297170f3d991ebb2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a82b79dc9f81e3316ae0d8cc0cc3c068853f79fc5c45b47cf8000ab456a791ab
[INFO] running `Command { std: "docker" "start" "-a" "a82b79dc9f81e3316ae0d8cc0cc3c068853f79fc5c45b47cf8000ab456a791ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]     Checking regex-syntax v0.6.12
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]     Checking lock_api v0.4.3
[INFO] [stderr]    Compiling tokio v1.5.0
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking signal-hook-registry v1.3.0
[INFO] [stderr]     Checking futures-core v0.3.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]     Checking futures-sink v0.3.14
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking futures-io v0.3.14
[INFO] [stderr]     Checking futures-task v0.3.14
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]     Checking futures-channel v0.3.14
[INFO] [stderr]     Checking half v1.3.1
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking http v0.2.4
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]    Compiling bitflags v1.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.3.0
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking mio v0.7.11
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking termcolor v1.0.5
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking tracing v0.1.25
[INFO] [stderr]     Checking aho-corasick v0.7.6
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking regex v1.3.1
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking pretty_env_logger v0.3.1
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking webpki v0.21.0
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]     Checking rustls v0.19.1
[INFO] [stderr]    Compiling tokio-macros v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.101
[INFO] [stderr]    Compiling futures-macro v0.3.14
[INFO] [stderr]    Compiling structopt-derive v0.3.2
[INFO] [stderr]     Checking futures-util v0.3.14
[INFO] [stderr]     Checking structopt v0.3.2
[INFO] [stderr]     Checking futures-executor v0.3.14
[INFO] [stderr]     Checking futures v0.3.14
[INFO] [stderr]     Checking tokio-util v0.6.6
[INFO] [stderr]     Checking tracerbench-socks-proxy v0.1.0 (/opt/rustwide/workdir/socks-proxy)
[INFO] [stderr]     Checking tokio-rustls v0.22.0
[INFO] [stderr]     Checking tracerbench-request-key v0.1.0 (/opt/rustwide/workdir/request-key)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> request-key/src/request_key/state.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 |       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout]    |                                         ^                                             ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout] 71 +       Some(Value::Mutated(ref text)) => self.request_parts.set_part(part, Some(text)),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> request-key/src/request_key/state.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 |       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout]    |                                         ^                                             ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -       Some(Value::Mutated(ref text)) => (self.request_parts.set_part(part, Some(text))),
[INFO] [stdout] 71 +       Some(Value::Mutated(ref text)) => self.request_parts.set_part(part, Some(text)),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> request-key/src/request_key/literal_table.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(serde_derive::Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Literal`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]   = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> request-key/src/request_key/literal_table.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[derive(serde_derive::Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_LiteralTable`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> request-key/src/request_key/program.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(serde_derive::Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Program`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracerbench-request-key` (lib) due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> request-key/src/request_key/literal_table.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(serde_derive::Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Literal`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]   = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> request-key/src/request_key/literal_table.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[derive(serde_derive::Deserialize)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_LiteralTable`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> request-key/src/request_key/program.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(serde_derive::Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Program`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracerbench-request-key` (lib test) due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "a82b79dc9f81e3316ae0d8cc0cc3c068853f79fc5c45b47cf8000ab456a791ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a82b79dc9f81e3316ae0d8cc0cc3c068853f79fc5c45b47cf8000ab456a791ab", kill_on_drop: false }`
[INFO] [stdout] a82b79dc9f81e3316ae0d8cc0cc3c068853f79fc5c45b47cf8000ab456a791ab
