[INFO] fetching crate nyar-runtime 0.0.1... [INFO] testing nyar-runtime-0.0.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate nyar-runtime 0.0.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate nyar-runtime 0.0.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ffd2c378c11aa7224a3d93d6662c79b360268d59e33f1ac6d3c056fc109c7a9f [INFO] running `Command { std: "docker" "start" "-a" "ffd2c378c11aa7224a3d93d6662c79b360268d59e33f1ac6d3c056fc109c7a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ffd2c378c11aa7224a3d93d6662c79b360268d59e33f1ac6d3c056fc109c7a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffd2c378c11aa7224a3d93d6662c79b360268d59e33f1ac6d3c056fc109c7a9f", kill_on_drop: false }` [INFO] [stdout] ffd2c378c11aa7224a3d93d6662c79b360268d59e33f1ac6d3c056fc109c7a9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3dd0425ea2fe36c2338427ec641fd5ef23c6d5dd17f897f9ccb21d44cbeff70 [INFO] running `Command { std: "docker" "start" "-a" "d3dd0425ea2fe36c2338427ec641fd5ef23c6d5dd17f897f9ccb21d44cbeff70", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling 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] [stderr] error: could not compile `nyar-runtime` due to 2 previous errors; 15 warnings emitted [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] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d3dd0425ea2fe36c2338427ec641fd5ef23c6d5dd17f897f9ccb21d44cbeff70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3dd0425ea2fe36c2338427ec641fd5ef23c6d5dd17f897f9ccb21d44cbeff70", kill_on_drop: false }` [INFO] [stdout] d3dd0425ea2fe36c2338427ec641fd5ef23c6d5dd17f897f9ccb21d44cbeff70