[INFO] cloning repository https://github.com/mihyaeru21/monkey [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mihyaeru21/monkey" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihyaeru21%2Fmonkey", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihyaeru21%2Fmonkey'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bde6a0a700c1f24ce9c69c0a34abcb2285964561 [INFO] checking mihyaeru21/monkey against try#4e3d7541a523df82cea75064e44e60ae9a008bcb for pr-97427 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihyaeru21%2Fmonkey" "/workspace/builds/worker-36/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-36/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mihyaeru21/monkey on toolchain 4e3d7541a523df82cea75064e44e60ae9a008bcb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-36/source/rust-toolchain [INFO] started tweaking git repo https://github.com/mihyaeru21/monkey [INFO] finished tweaking git repo https://github.com/mihyaeru21/monkey [INFO] tweaked toml for git repo https://github.com/mihyaeru21/monkey written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/mihyaeru21/monkey already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d64fe7c40a684ce35ea84484d9d428821131869a2643b48f574f8a16e2cb488c [INFO] running `Command { std: "docker" "start" "-a" "d64fe7c40a684ce35ea84484d9d428821131869a2643b48f574f8a16e2cb488c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d64fe7c40a684ce35ea84484d9d428821131869a2643b48f574f8a16e2cb488c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d64fe7c40a684ce35ea84484d9d428821131869a2643b48f574f8a16e2cb488c", kill_on_drop: false }` [INFO] [stdout] d64fe7c40a684ce35ea84484d9d428821131869a2643b48f574f8a16e2cb488c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+4e3d7541a523df82cea75064e44e60ae9a008bcb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 848b50c03e573ef1040bbbfadec6cbecf8888df4c2870d1ba7d6efdcfe9a9719 [INFO] running `Command { std: "docker" "start" "-a" "848b50c03e573ef1040bbbfadec6cbecf8888df4c2870d1ba7d6efdcfe9a9719", kill_on_drop: false }` [INFO] [stderr] Checking monkey v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lexer.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | 'a'...'z' | 'A'...'Z' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lexer.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | 'a'...'z' | 'A'...'Z' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lexer.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | 'a'...'z' | 'A'...'Z' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lexer.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | 'a'...'z' | 'A'...'Z' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lexer.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lexer.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:7:70 [INFO] [stdout] | [INFO] [stdout] 7 | fn test(input: &str, expected_identifier: &str, expected_value: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7 - fn test(input: &str, expected_identifier: &str, expected_value: &Any) { [INFO] [stdout] 7 + fn test(input: &str, expected_identifier: &str, expected_value: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:25:37 [INFO] [stdout] | [INFO] [stdout] 25 | fn test(input: &str, expected: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn test(input: &str, expected: &Any) { [INFO] [stdout] 25 + fn test(input: &str, expected: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:101:44 [INFO] [stdout] | [INFO] [stdout] 101 | fn test(input: &str, op: &str, right: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 101 - fn test(input: &str, op: &str, right: &Any) { [INFO] [stdout] 101 + fn test(input: &str, op: &str, right: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:128:33 [INFO] [stdout] | [INFO] [stdout] 128 | fn test(input: &str, left: &Any, op: &str, right: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 128 - fn test(input: &str, left: &Any, op: &str, right: &Any) { [INFO] [stdout] 128 + fn test(input: &str, left: &dyn Any, op: &str, right: &Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:128:56 [INFO] [stdout] | [INFO] [stdout] 128 | fn test(input: &str, left: &Any, op: &str, right: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 128 - fn test(input: &str, left: &Any, op: &str, right: &Any) { [INFO] [stdout] 128 + fn test(input: &str, left: &Any, op: &str, right: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:405:90 [INFO] [stdout] | [INFO] [stdout] 405 | fn test_let_statement(statement: &Statement, expected_identifier: &str, expected_value: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 405 - fn test_let_statement(statement: &Statement, expected_identifier: &str, expected_value: &Any) { [INFO] [stdout] 405 + fn test_let_statement(statement: &Statement, expected_identifier: &str, expected_value: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:418:60 [INFO] [stdout] | [INFO] [stdout] 418 | fn test_return_statement(statement: &Statement, expected: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 418 - fn test_return_statement(statement: &Statement, expected: &Any) { [INFO] [stdout] 418 + fn test_return_statement(statement: &Statement, expected: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:468:76 [INFO] [stdout] | [INFO] [stdout] 468 | fn test_prefix_expression(expression: &Expression, operator: &str, right: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 468 - fn test_prefix_expression(expression: &Expression, operator: &str, right: &Any) { [INFO] [stdout] 468 + fn test_prefix_expression(expression: &Expression, operator: &str, right: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:477:58 [INFO] [stdout] | [INFO] [stdout] 477 | fn test_infix_expression(expression: &Expression, left: &Any, operator: &str, right: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 477 - fn test_infix_expression(expression: &Expression, left: &Any, operator: &str, right: &Any) { [INFO] [stdout] 477 + fn test_infix_expression(expression: &Expression, left: &dyn Any, operator: &str, right: &Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/tests.rs:477:87 [INFO] [stdout] | [INFO] [stdout] 477 | fn test_infix_expression(expression: &Expression, left: &Any, operator: &str, right: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 477 - fn test_infix_expression(expression: &Expression, left: &Any, operator: &str, right: &Any) { [INFO] [stdout] 477 + fn test_infix_expression(expression: &Expression, left: &Any, operator: &str, right: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "848b50c03e573ef1040bbbfadec6cbecf8888df4c2870d1ba7d6efdcfe9a9719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "848b50c03e573ef1040bbbfadec6cbecf8888df4c2870d1ba7d6efdcfe9a9719", kill_on_drop: false }` [INFO] [stdout] 848b50c03e573ef1040bbbfadec6cbecf8888df4c2870d1ba7d6efdcfe9a9719