[INFO] cloning repository https://github.com/ToBinio/simple-proxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ToBinio/simple-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FToBinio%2Fsimple-proxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FToBinio%2Fsimple-proxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 419f4c7b08c02042d1963bfc6d45444c6cab2296
[INFO] checking ToBinio/simple-proxy against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FToBinio%2Fsimple-proxy" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ToBinio/simple-proxy
[INFO] finished tweaking git repo https://github.com/ToBinio/simple-proxy
[INFO] tweaked toml for git repo https://github.com/ToBinio/simple-proxy written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ToBinio/simple-proxy on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ToBinio/simple-proxy 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mysqlclient-sys v0.2.5
[INFO] [stderr]   Downloaded diesel v2.0.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 57f77a2760d86d3fe532525e037f08c0a4f51ab372e00e9ff4f66f33376c8636
[INFO] running `Command { std: "docker" "start" "-a" "57f77a2760d86d3fe532525e037f08c0a4f51ab372e00e9ff4f66f33376c8636", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "57f77a2760d86d3fe532525e037f08c0a4f51ab372e00e9ff4f66f33376c8636", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57f77a2760d86d3fe532525e037f08c0a4f51ab372e00e9ff4f66f33376c8636", kill_on_drop: false }`
[INFO] [stdout] 57f77a2760d86d3fe532525e037f08c0a4f51ab372e00e9ff4f66f33376c8636
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10ed40e4331bb1eec9d6f3499b36d3d090c931534329b486e178e14644fceb29
[INFO] running `Command { std: "docker" "start" "-a" "10ed40e4331bb1eec9d6f3499b36d3d090c931534329b486e178e14644fceb29", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]    Compiling tokio v1.27.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling mysqlclient-sys v0.2.5
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.0.0
[INFO] [stderr]     Checking futures-util v0.3.28
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling diesel_derives v2.0.2
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking tokio-util v0.7.7
[INFO] [stderr]     Checking h2 v0.3.18
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking diesel v2.0.4
[INFO] [stderr]     Checking hyper v0.14.26
[INFO] [stderr]     Checking simple-proxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Connection` and `RunQueryDsl`
[INFO] [stdout]  --> src/main.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use diesel::{Connection, RunQueryDsl};
[INFO] [stdout]   |              ^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::TryStreamExt`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use futures::TryStreamExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hyper::body::HttpBody`
[INFO] [stdout]   --> src/proxy_service.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use hyper::body::HttpBody;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Connection` and `RunQueryDsl`
[INFO] [stdout]  --> src/main.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use diesel::{Connection, RunQueryDsl};
[INFO] [stdout]   |              ^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::TryStreamExt`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use futures::TryStreamExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hyper::body::HttpBody`
[INFO] [stdout]   --> src/proxy_service.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use hyper::body::HttpBody;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: diesel_derives v2.0.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "10ed40e4331bb1eec9d6f3499b36d3d090c931534329b486e178e14644fceb29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10ed40e4331bb1eec9d6f3499b36d3d090c931534329b486e178e14644fceb29", kill_on_drop: false }`
[INFO] [stdout] 10ed40e4331bb1eec9d6f3499b36d3d090c931534329b486e178e14644fceb29
