[INFO] cloning repository https://github.com/thep0y/scutter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thep0y/scutter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthep0y%2Fscutter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthep0y%2Fscutter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 801b547cd544c9b7ff7972dfc25bb989ae5374c3
[INFO] checking thep0y/scutter against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthep0y%2Fscutter" "/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/thep0y/scutter
[INFO] finished tweaking git repo https://github.com/thep0y/scutter
[INFO] tweaked toml for git repo https://github.com/thep0y/scutter written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thep0y/scutter on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thep0y/scutter 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.0.82
[INFO] [stderr]   Downloaded serde v1.0.183
[INFO] [stderr]   Downloaded tokio v1.29.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d
[INFO] running `Command { std: "docker" "start" "f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]     Checking pin-project-lite v0.2.11
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling openssl v0.10.56
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]     Checking encoding_rs v0.8.32
[INFO] [stderr]     Checking base64 v0.21.2
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling cc v1.0.82
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling openssl-sys v0.9.91
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking h2 v0.3.20
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.18
[INFO] [stderr]     Checking scutter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Request as RawRequest`
[INFO] [stdout]  --> src/client.rs:5:43
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Client as RawClient, IntoUrl, Method, Request as RawRequest,
[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: `Request as RawRequest`
[INFO] [stdout]  --> src/client.rs:5:43
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Client as RawClient, IntoUrl, Method, Request as RawRequest,
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `url`, and `body` are never read
[INFO] [stdout]   --> src/request.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Request {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout]  7 |     id: u32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]  8 |     method: Method,
[INFO] [stdout]  9 |     url: Url,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     body: Option<Bytes>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `request` is never read
[INFO] [stdout]  --> src/response.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Response {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 5 |     request: Request,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `url`, and `body` are never read
[INFO] [stdout]   --> src/request.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Request {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout]  7 |     id: u32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]  8 |     method: Method,
[INFO] [stdout]  9 |     url: Url,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     body: Option<Bytes>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `request` is never read
[INFO] [stdout]  --> src/response.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Response {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 5 |     request: Request,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
[INFO] running `Command { std: "docker" "inspect" "f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d", kill_on_drop: false }`
[INFO] [stdout] f709b270323935b1c45c083cd81f5c41a5689a6fb795da44ecbdf38c3328f39d
