[INFO] cloning repository https://github.com/mmktomato/rust-calculator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mmktomato/rust-calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmktomato%2Frust-calculator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmktomato%2Frust-calculator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 93f6d2112f43b279406a94f0ba3ce490c6acd87b [INFO] checking mmktomato/rust-calculator against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmktomato%2Frust-calculator" "/workspace/builds/worker-103/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-103/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mmktomato/rust-calculator on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mmktomato/rust-calculator [INFO] finished tweaking git repo https://github.com/mmktomato/rust-calculator [INFO] tweaked toml for git repo https://github.com/mmktomato/rust-calculator written to /workspace/builds/worker-103/source/Cargo.toml [INFO] crate git repo https://github.com/mmktomato/rust-calculator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "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-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 364096a93b867de112e3ebaa7008923ef499b4548028df04c9850c887cf36f76 [INFO] running `Command { std: "docker" "start" "-a" "364096a93b867de112e3ebaa7008923ef499b4548028df04c9850c887cf36f76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "364096a93b867de112e3ebaa7008923ef499b4548028df04c9850c887cf36f76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "364096a93b867de112e3ebaa7008923ef499b4548028df04c9850c887cf36f76", kill_on_drop: false }` [INFO] [stdout] 364096a93b867de112e3ebaa7008923ef499b4548028df04c9850c887cf36f76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1739913518a4fd7b5ee89eb8b57461646029121c8dfb9841baa6959e6695b36f [INFO] running `Command { std: "docker" "start" "-a" "1739913518a4fd7b5ee89eb8b57461646029121c8dfb9841baa6959e6695b36f", kill_on_drop: false }` [INFO] [stderr] Checking rust-calculator v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:88:53 [INFO] [stdout] | [INFO] [stdout] 88 | tokenutil::TokenType::Operator(o) => panic!(format!("expression can't start with operator {} .", o)), [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] 88 - tokenutil::TokenType::Operator(o) => panic!(format!("expression can't start with operator {} .", o)), [INFO] [stdout] 88 + tokenutil::TokenType::Operator(o) => panic!("expression can't start with operator {} .", o), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:88:53 [INFO] [stdout] | [INFO] [stdout] 88 | tokenutil::TokenType::Operator(o) => panic!(format!("expression can't start with operator {} .", o)), [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] 88 - tokenutil::TokenType::Operator(o) => panic!(format!("expression can't start with operator {} .", o)), [INFO] [stdout] 88 + tokenutil::TokenType::Operator(o) => panic!("expression can't start with operator {} .", o), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:94:53 [INFO] [stdout] | [INFO] [stdout] 94 | tokenutil::TokenType::Operator(o) => panic!(format!("expression can't end with operator {} .", o)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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] 94 - tokenutil::TokenType::Operator(o) => panic!(format!("expression can't end with operator {} .", o)), [INFO] [stdout] 94 + tokenutil::TokenType::Operator(o) => panic!("expression can't end with operator {} .", o), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:94:53 [INFO] [stdout] | [INFO] [stdout] 94 | tokenutil::TokenType::Operator(o) => panic!(format!("expression can't end with operator {} .", o)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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] 94 - tokenutil::TokenType::Operator(o) => panic!(format!("expression can't end with operator {} .", o)), [INFO] [stdout] 94 + tokenutil::TokenType::Operator(o) => panic!("expression can't end with operator {} .", o), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "1739913518a4fd7b5ee89eb8b57461646029121c8dfb9841baa6959e6695b36f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1739913518a4fd7b5ee89eb8b57461646029121c8dfb9841baa6959e6695b36f", kill_on_drop: false }` [INFO] [stdout] 1739913518a4fd7b5ee89eb8b57461646029121c8dfb9841baa6959e6695b36f