[INFO] cloning repository https://github.com/brendanbond/pfrange
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brendanbond/pfrange" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrendanbond%2Fpfrange", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrendanbond%2Fpfrange'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1de884c3246c0d993df93ce43a3eb85062ba2ff7
[INFO] checking brendanbond/pfrange against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrendanbond%2Fpfrange" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/brendanbond/pfrange
[INFO] finished tweaking git repo https://github.com/brendanbond/pfrange
[INFO] tweaked toml for git repo https://github.com/brendanbond/pfrange written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/brendanbond/pfrange on toolchain 32cd9114712a24010b0583624dc52ac302194128
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/brendanbond/pfrange 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" "+32cd9114712a24010b0583624dc52ac302194128" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v3.1.15
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a46d079c5fa69bd1c7ecf28e7ba7ead901368684d65f70220d91360ccf76219e
[INFO] running `Command { std: "docker" "start" "-a" "a46d079c5fa69bd1c7ecf28e7ba7ead901368684d65f70220d91360ccf76219e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a46d079c5fa69bd1c7ecf28e7ba7ead901368684d65f70220d91360ccf76219e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a46d079c5fa69bd1c7ecf28e7ba7ead901368684d65f70220d91360ccf76219e", kill_on_drop: false }`
[INFO] [stdout] a46d079c5fa69bd1c7ecf28e7ba7ead901368684d65f70220d91360ccf76219e
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6e81fa68dda3fce2ab937b12bee2b0254767a80aad36e161d81776084e2e15d
[INFO] running `Command { std: "docker" "start" "-a" "d6e81fa68dda3fce2ab937b12bee2b0254767a80aad36e161d81776084e2e15d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]     Checking clap_lex v0.2.0
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling strum_macros v0.24.0
[INFO] [stderr]    Compiling clap_derive v3.1.7
[INFO] [stderr]     Checking clap v3.1.15
[INFO] [stderr]     Checking strum v0.24.0
[INFO] [stderr]     Checking pfrange v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `raise` and `raise_or_fold` are never read
[INFO] [stdout]   --> src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Schema {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 22 |     raise: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 23 |     raise_or_fold: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `position` and `schema` are never read
[INFO] [stdout]   --> src/lib.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct PositionInput {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 28 |     position: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 29 |     schema: Schema,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PositionInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `raise` and `raise_or_fold` are never read
[INFO] [stdout]   --> src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Schema {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 22 |     raise: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 23 |     raise_or_fold: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `position` and `schema` are never read
[INFO] [stdout]   --> src/lib.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct PositionInput {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 28 |     position: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 29 |     schema: Schema,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PositionInput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.38s
[INFO] running `Command { std: "docker" "inspect" "d6e81fa68dda3fce2ab937b12bee2b0254767a80aad36e161d81776084e2e15d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6e81fa68dda3fce2ab937b12bee2b0254767a80aad36e161d81776084e2e15d", kill_on_drop: false }`
[INFO] [stdout] d6e81fa68dda3fce2ab937b12bee2b0254767a80aad36e161d81776084e2e15d
