[INFO] cloning repository https://github.com/gerardabello/rusty-monkey [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gerardabello/rusty-monkey" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgerardabello%2Frusty-monkey", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgerardabello%2Frusty-monkey'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 73375eafd865e02a3870029c860be2f5b0cde70b [INFO] testing gerardabello/rusty-monkey against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgerardabello%2Frusty-monkey" "/workspace/builds/worker-80/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-80/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gerardabello/rusty-monkey 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 git repo https://github.com/gerardabello/rusty-monkey [INFO] finished tweaking git repo https://github.com/gerardabello/rusty-monkey [INFO] tweaked toml for git repo https://github.com/gerardabello/rusty-monkey written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate git repo https://github.com/gerardabello/rusty-monkey already has a lockfile, it will not be regenerated [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-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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] 7a6a589d49ee7816a73e186d7765ba690e00cf2905215654ce06c52073e4a116 [INFO] running `Command { std: "docker" "start" "-a" "7a6a589d49ee7816a73e186d7765ba690e00cf2905215654ce06c52073e4a116", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a6a589d49ee7816a73e186d7765ba690e00cf2905215654ce06c52073e4a116", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a6a589d49ee7816a73e186d7765ba690e00cf2905215654ce06c52073e4a116", kill_on_drop: false }` [INFO] [stdout] 7a6a589d49ee7816a73e186d7765ba690e00cf2905215654ce06c52073e4a116 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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] 29af8c0adc7f642951c06d89c439640f32098062d1348d37f05ff807ecb1298b [INFO] running `Command { std: "docker" "start" "-a" "29af8c0adc7f642951c06d89c439640f32098062d1348d37f05ff807ecb1298b", kill_on_drop: false }` [INFO] [stderr] Compiling parser v0.1.0 (/opt/rustwide/workdir/parser) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> parser/src/lexer/mod.rs:237:29 [INFO] [stdout] | [INFO] [stdout] 237 | _ => panic!(format!("Unexpected character '{}'", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 237 - _ => panic!(format!("Unexpected character '{}'", c)), [INFO] [stdout] 237 + _ => panic!("Unexpected character '{}'", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling evaluator v0.1.0 (/opt/rustwide/workdir/evaluator) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling repl v0.1.0 (/opt/rustwide/workdir/repl) [INFO] [stderr] Compiling rusty-monkey v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] running `Command { std: "docker" "inspect" "29af8c0adc7f642951c06d89c439640f32098062d1348d37f05ff807ecb1298b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29af8c0adc7f642951c06d89c439640f32098062d1348d37f05ff807ecb1298b", kill_on_drop: false }` [INFO] [stdout] 29af8c0adc7f642951c06d89c439640f32098062d1348d37f05ff807ecb1298b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40b2dab3b26a6cb3d423357cf07ba75162b4df5059c766f7e38205d469f55ba2 [INFO] running `Command { std: "docker" "start" "-a" "40b2dab3b26a6cb3d423357cf07ba75162b4df5059c766f7e38205d469f55ba2", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> parser/src/lexer/mod.rs:237:29 [INFO] [stdout] | [INFO] [stdout] 237 | _ => panic!(format!("Unexpected character '{}'", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 237 - _ => panic!(format!("Unexpected character '{}'", c)), [INFO] [stdout] 237 + _ => panic!("Unexpected character '{}'", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rusty-monkey v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "40b2dab3b26a6cb3d423357cf07ba75162b4df5059c766f7e38205d469f55ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b2dab3b26a6cb3d423357cf07ba75162b4df5059c766f7e38205d469f55ba2", kill_on_drop: false }` [INFO] [stdout] 40b2dab3b26a6cb3d423357cf07ba75162b4df5059c766f7e38205d469f55ba2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6d8565bb462058ed1a6bd17121be15eda3971bd6508e6c557d1fd4f17c47d07f [INFO] running `Command { std: "docker" "start" "-a" "6d8565bb462058ed1a6bd17121be15eda3971bd6508e6c557d1fd4f17c47d07f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> parser/src/lexer/mod.rs:237:29 [INFO] [stderr] | [INFO] [stderr] 237 | _ => panic!(format!("Unexpected character '{}'", c)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 237 - _ => panic!(format!("Unexpected character '{}'", c)), [INFO] [stderr] 237 + _ => panic!("Unexpected character '{}'", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `parser` (lib) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusty_monkey-e325e1be201b1aeb) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6d8565bb462058ed1a6bd17121be15eda3971bd6508e6c557d1fd4f17c47d07f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d8565bb462058ed1a6bd17121be15eda3971bd6508e6c557d1fd4f17c47d07f", kill_on_drop: false }` [INFO] [stdout] 6d8565bb462058ed1a6bd17121be15eda3971bd6508e6c557d1fd4f17c47d07f