[INFO] cloning repository https://github.com/NightStr/cli_calculator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NightStr/cli_calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNightStr%2Fcli_calculator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNightStr%2Fcli_calculator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f1ddbd23b41781c6958ab1d3a5e1296acb7186d6 [INFO] testing NightStr/cli_calculator against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNightStr%2Fcli_calculator" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NightStr/cli_calculator on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NightStr/cli_calculator [INFO] finished tweaking git repo https://github.com/NightStr/cli_calculator [INFO] tweaked toml for git repo https://github.com/NightStr/cli_calculator written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/NightStr/cli_calculator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09e2ccd7bff066867058507de36d5c47a072ee8590033f0e6ef152fbb3522c12 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "09e2ccd7bff066867058507de36d5c47a072ee8590033f0e6ef152fbb3522c12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09e2ccd7bff066867058507de36d5c47a072ee8590033f0e6ef152fbb3522c12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09e2ccd7bff066867058507de36d5c47a072ee8590033f0e6ef152fbb3522c12", kill_on_drop: false }` [INFO] [stdout] 09e2ccd7bff066867058507de36d5c47a072ee8590033f0e6ef152fbb3522c12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 06f0176bf343f17b13979844b3b298600afd28357ce80ea6ff36871fc4f41f01 [INFO] running `Command { std: "docker" "start" "-a" "06f0176bf343f17b13979844b3b298600afd28357ce80ea6ff36871fc4f41f01", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling rust_decimal v1.0.2 [INFO] [stderr] Compiling reverse v0.1.0 (/opt/rustwide/workdir/reverse) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> reverse/src/lib.rs:215:29 [INFO] [stdout] | [INFO] [stdout] 215 | _ => panic!(format!("{} is not parenthesis", n)), [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] 215 - _ => panic!(format!("{} is not parenthesis", n)), [INFO] [stdout] 215 + _ => panic!("{} is not parenthesis", n), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling calculator v0.1.0 (/opt/rustwide/workdir/calculator) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.26s [INFO] running `Command { std: "docker" "inspect" "06f0176bf343f17b13979844b3b298600afd28357ce80ea6ff36871fc4f41f01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06f0176bf343f17b13979844b3b298600afd28357ce80ea6ff36871fc4f41f01", kill_on_drop: false }` [INFO] [stdout] 06f0176bf343f17b13979844b3b298600afd28357ce80ea6ff36871fc4f41f01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b497069958384404ccd4e0c0ca6d1fdd1497f27e14a34d9b3218d6e1f8f27fcf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b497069958384404ccd4e0c0ca6d1fdd1497f27e14a34d9b3218d6e1f8f27fcf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling reverse v0.1.0 (/opt/rustwide/workdir/reverse) [INFO] [stderr] Compiling calculator v0.1.0 (/opt/rustwide/workdir/calculator) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> reverse/src/lib.rs:215:29 [INFO] [stdout] | [INFO] [stdout] 215 | _ => panic!(format!("{} is not parenthesis", n)), [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] 215 - _ => panic!(format!("{} is not parenthesis", n)), [INFO] [stdout] 215 + _ => panic!("{} is not parenthesis", n), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> reverse/src/lib.rs:215:29 [INFO] [stdout] | [INFO] [stdout] 215 | _ => panic!(format!("{} is not parenthesis", n)), [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] 215 - _ => panic!(format!("{} is not parenthesis", n)), [INFO] [stdout] 215 + _ => panic!("{} is not parenthesis", n), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 16.77s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b497069958384404ccd4e0c0ca6d1fdd1497f27e14a34d9b3218d6e1f8f27fcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b497069958384404ccd4e0c0ca6d1fdd1497f27e14a34d9b3218d6e1f8f27fcf", kill_on_drop: false }` [INFO] [stdout] b497069958384404ccd4e0c0ca6d1fdd1497f27e14a34d9b3218d6e1f8f27fcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e63ed014d7eab9f64fdf6c3b827433bfc8b240e0b8d174c625b51570c2f19da9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e63ed014d7eab9f64fdf6c3b827433bfc8b240e0b8d174c625b51570c2f19da9", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] running 0 tests [INFO] [stderr] --> reverse/src/lib.rs:215:29 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 215 | _ => panic!(format!("{} is not parenthesis", n)), [INFO] [stdout] [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] 215 - _ => panic!(format!("{} is not parenthesis", n)), [INFO] [stderr] 215 + _ => panic!("{} is not parenthesis", n), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `reverse` (lib) generated 1 warning [INFO] [stderr] warning: `reverse` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/calculator-01b33fb04a607a86) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/reverse-59c297fd2926479b) [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] [stderr] Doc-tests reverse [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" "e63ed014d7eab9f64fdf6c3b827433bfc8b240e0b8d174c625b51570c2f19da9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e63ed014d7eab9f64fdf6c3b827433bfc8b240e0b8d174c625b51570c2f19da9", kill_on_drop: false }` [INFO] [stdout] e63ed014d7eab9f64fdf6c3b827433bfc8b240e0b8d174c625b51570c2f19da9