[INFO] fetching crate nyar-runtime 0.0.1... [INFO] checking nyar-runtime-0.0.1 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate nyar-runtime 0.0.1 into /workspace/builds/worker-73/source [INFO] validating manifest of crates.io crate nyar-runtime 0.0.1 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nyar-runtime 0.0.1 [INFO] finished tweaking crates.io crate nyar-runtime 0.0.1 [INFO] tweaked toml for crates.io crate nyar-runtime 0.0.1 written to /workspace/builds/worker-73/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e584108bc37aa4d1d6f314c7cace9861d2017e4413abbf5fd66fe3b91fb66682 [INFO] running `Command { std: "docker" "start" "-a" "e584108bc37aa4d1d6f314c7cace9861d2017e4413abbf5fd66fe3b91fb66682", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e584108bc37aa4d1d6f314c7cace9861d2017e4413abbf5fd66fe3b91fb66682", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e584108bc37aa4d1d6f314c7cace9861d2017e4413abbf5fd66fe3b91fb66682", kill_on_drop: false }` [INFO] [stdout] e584108bc37aa4d1d6f314c7cace9861d2017e4413abbf5fd66fe3b91fb66682 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bd61709e3631812d6be93c7f2723561b623c5f4a3b77c7e74f7986f91999827 [INFO] running `Command { std: "docker" "start" "-a" "4bd61709e3631812d6be93c7f2723561b623c5f4a3b77c7e74f7986f91999827", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking nyar-runtime v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `kind` [INFO] [stdout] --> src/error/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | kind: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/function/prototype.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `modifiers` [INFO] [stdout] --> src/function/prototype.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) modifiers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `with_self` [INFO] [stdout] --> src/function/prototype.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) with_self: Argument, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `generic` [INFO] [stdout] --> src/function/prototype.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) generic: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arguments` [INFO] [stdout] --> src/function/prototype.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) arguments: IndexMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position_only` [INFO] [stdout] --> src/function/prototype.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) position_only: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `keywords_only` [INFO] [stdout] --> src/function/prototype.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub(crate) keywords_only: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `collect_list` [INFO] [stdout] --> src/function/prototype.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) collect_list: Option<(String, Typing)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `collect_dict` [INFO] [stdout] --> src/function/prototype.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) collect_dict: Option<(String, Typing)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `return_type` [INFO] [stdout] --> src/function/prototype.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub(crate) return_type: Typing, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `effects` [INFO] [stdout] --> src/function/prototype.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) effects: IndexMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `where_bounds` [INFO] [stdout] --> src/function/prototype.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) where_bounds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `body` [INFO] [stdout] --> src/function/prototype.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) body: Statement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `effects` [INFO] [stdout] --> src/function/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | effects: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kind` [INFO] [stdout] --> src/error/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | kind: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/function/prototype.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `modifiers` [INFO] [stdout] --> src/function/prototype.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) modifiers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `with_self` [INFO] [stdout] --> src/function/prototype.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) with_self: Argument, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `generic` [INFO] [stdout] --> src/function/prototype.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) generic: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arguments` [INFO] [stdout] --> src/function/prototype.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) arguments: IndexMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position_only` [INFO] [stdout] --> src/function/prototype.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) position_only: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `keywords_only` [INFO] [stdout] --> src/function/prototype.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub(crate) keywords_only: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `collect_list` [INFO] [stdout] --> src/function/prototype.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) collect_list: Option<(String, Typing)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `collect_dict` [INFO] [stdout] --> src/function/prototype.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) collect_dict: Option<(String, Typing)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `return_type` [INFO] [stdout] --> src/function/prototype.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub(crate) return_type: Typing, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `effects` [INFO] [stdout] --> src/function/prototype.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) effects: IndexMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `where_bounds` [INFO] [stdout] --> src/function/prototype.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) where_bounds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `body` [INFO] [stdout] --> src/function/prototype.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) body: Statement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `effects` [INFO] [stdout] --> src/function/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | effects: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "4bd61709e3631812d6be93c7f2723561b623c5f4a3b77c7e74f7986f91999827", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bd61709e3631812d6be93c7f2723561b623c5f4a3b77c7e74f7986f91999827", kill_on_drop: false }` [INFO] [stdout] 4bd61709e3631812d6be93c7f2723561b623c5f4a3b77c7e74f7986f91999827