[INFO] cloning repository https://github.com/SybelBlue/codewars-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SybelBlue/codewars-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSybelBlue%2Fcodewars-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSybelBlue%2Fcodewars-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 32b262cb9752f1316e296126545f9f45c91def4e [INFO] testing SybelBlue/codewars-rust against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSybelBlue%2Fcodewars-rust" "/workspace/builds/worker-93/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-93/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SybelBlue/codewars-rust on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SybelBlue/codewars-rust [INFO] finished tweaking git repo https://github.com/SybelBlue/codewars-rust [INFO] tweaked toml for git repo https://github.com/SybelBlue/codewars-rust written to /workspace/builds/worker-93/source/Cargo.toml [INFO] crate git repo https://github.com/SybelBlue/codewars-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cdcb3125f321b6aa07509cf8b551c1dfc65608c9c36847306c5cbd143f1d01c [INFO] running `Command { std: "docker" "start" "-a" "7cdcb3125f321b6aa07509cf8b551c1dfc65608c9c36847306c5cbd143f1d01c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cdcb3125f321b6aa07509cf8b551c1dfc65608c9c36847306c5cbd143f1d01c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cdcb3125f321b6aa07509cf8b551c1dfc65608c9c36847306c5cbd143f1d01c", kill_on_drop: false }` [INFO] [stdout] 7cdcb3125f321b6aa07509cf8b551c1dfc65608c9c36847306c5cbd143f1d01c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43c99459102c4d5d63a97dbfa8e38eb98e2c7c2bf6611c510f796032b4ddab2b [INFO] running `Command { std: "docker" "start" "-a" "43c99459102c4d5d63a97dbfa8e38eb98e2c7c2bf6611c510f796032b4ddab2b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling codewars-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/assembler.rs:31:77 [INFO] [stdout] | [INFO] [stdout] 31 | registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [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] 31 - registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [INFO] [stdout] 31 + registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!("Accessed unintialized register '{}'", r)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/assembler.rs:41:46 [INFO] [stdout] | [INFO] [stdout] 41 | parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [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] 41 - parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stdout] 41 + parse(line).map_err(|msg| panic!("error \"{}\" at \n| {}: {}", msg, pc, line)).unwrap() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | panic!(format!("Accessed unintialized register '{}'", r)) [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] 34 - panic!(format!("Accessed unintialized register '{}'", r)) [INFO] [stdout] 34 + panic!("Accessed unintialized register '{}'", r) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:45:46 [INFO] [stdout] | [INFO] [stdout] 45 | parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [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] 45 - parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stdout] 45 + parse(line).map_err(|msg| panic!("error \"{}\" at \n| {}: {}", msg, pc, line)).unwrap() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.69s [INFO] running `Command { std: "docker" "inspect" "43c99459102c4d5d63a97dbfa8e38eb98e2c7c2bf6611c510f796032b4ddab2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43c99459102c4d5d63a97dbfa8e38eb98e2c7c2bf6611c510f796032b4ddab2b", kill_on_drop: false }` [INFO] [stdout] 43c99459102c4d5d63a97dbfa8e38eb98e2c7c2bf6611c510f796032b4ddab2b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad12dc05fa2ed4237cc9855b2cb24c6cb9826a4637085c1551b9c6d837113248 [INFO] running `Command { std: "docker" "start" "-a" "ad12dc05fa2ed4237cc9855b2cb24c6cb9826a4637085c1551b9c6d837113248", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/assembler.rs:31:77 [INFO] [stdout] | [INFO] [stdout] 31 | registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [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] 31 - registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [INFO] [stdout] 31 + registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!("Accessed unintialized register '{}'", r)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling codewars-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/assembler.rs:41:46 [INFO] [stdout] | [INFO] [stdout] 41 | parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [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] 41 - parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stdout] 41 + parse(line).map_err(|msg| panic!("error \"{}\" at \n| {}: {}", msg, pc, line)).unwrap() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | panic!(format!("Accessed unintialized register '{}'", r)) [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] 34 - panic!(format!("Accessed unintialized register '{}'", r)) [INFO] [stdout] 34 + panic!("Accessed unintialized register '{}'", r) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:45:46 [INFO] [stdout] | [INFO] [stdout] 45 | parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [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] 45 - parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stdout] 45 + parse(line).map_err(|msg| panic!("error \"{}\" at \n| {}: {}", msg, pc, line)).unwrap() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/assembler.rs:31:77 [INFO] [stdout] | [INFO] [stdout] 31 | registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [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] 31 - registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [INFO] [stdout] 31 + registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!("Accessed unintialized register '{}'", r)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/assembler.rs:41:46 [INFO] [stdout] | [INFO] [stdout] 41 | parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [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] 41 - parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stdout] 41 + parse(line).map_err(|msg| panic!("error \"{}\" at \n| {}: {}", msg, pc, line)).unwrap() [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 test [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "ad12dc05fa2ed4237cc9855b2cb24c6cb9826a4637085c1551b9c6d837113248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad12dc05fa2ed4237cc9855b2cb24c6cb9826a4637085c1551b9c6d837113248", kill_on_drop: false }` [INFO] [stdout] ad12dc05fa2ed4237cc9855b2cb24c6cb9826a4637085c1551b9c6d837113248 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3c110838c32965373aef51b1b5aa25f1580ecc93d86e46bf208238b1e3d4682a [INFO] running `Command { std: "docker" "start" "-a" "3c110838c32965373aef51b1b5aa25f1580ecc93d86e46bf208238b1e3d4682a", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/assembler.rs:31:77 [INFO] [stderr] | [INFO] [stderr] 31 | registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [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] 31 - registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!(format!("Accessed unintialized register '{}'", r))) [INFO] [stderr] 31 + registers[*r as usize - 'a' as usize].as_mut().unwrap_or_else(|| panic!("Accessed unintialized register '{}'", r)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/assembler.rs:41:46 [INFO] [stderr] | [INFO] [stderr] 41 | parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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] 41 - parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stderr] 41 + parse(line).map_err(|msg| panic!("error \"{}\" at \n| {}: {}", msg, pc, line)).unwrap() [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `codewars-rust` (lib) generated 2 warnings [INFO] [stderr] warning: `codewars-rust` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | panic!(format!("Accessed unintialized register '{}'", r)) [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] 34 - panic!(format!("Accessed unintialized register '{}'", r)) [INFO] [stderr] 34 + panic!("Accessed unintialized register '{}'", r) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:45:46 [INFO] [stderr] | [INFO] [stderr] 45 | parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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] 45 - parse(line).map_err(|msg| panic!(format!("error \"{}\" at \n| {}: {}", msg, pc, line))).unwrap() [INFO] [stderr] 45 + parse(line).map_err(|msg| panic!("error \"{}\" at \n| {}: {}", msg, pc, line)).unwrap() [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `codewars-rust` (bin "codewars-rust" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/codewars_rust-08375bd349f6aad4) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tests::street_fighter::empty_vertical_spaces_multiple_moves ... ok [INFO] [stdout] test tests::street_fighter::no_selection ... ok [INFO] [stdout] test tests::street_fighter::empty_vertical_spaces_single_move ... ok [INFO] [stdout] test tests::street_fighter::rotate_horizontally_with_empty_spaces ... ok [INFO] [stdout] test tests::street_fighter::rotate_horizontally ... ok [INFO] [stdout] test tests::street_fighter::should_work_with_odd_initial_position ... ok [INFO] [stdout] test tests::street_fighter::should_work_with_longer_grid ... ok [INFO] [stdout] test tests::street_fighter::rotate_on_all_rows ... ok [INFO] [stdout] test tests::street_fighter::should_rotate_on_all_rows ... FAILED [INFO] [stdout] test tests::asm ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::street_fighter::should_rotate_on_all_rows stdout ---- [INFO] [stdout] start move: ["Cammy", "", "Balrog"] @ Cammy [INFO] [stdout] ok boot 0 -> 2 (Balrog) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ Balrog [INFO] [stdout] ok boot 3 -> 4 (Deejay) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ Deejay [INFO] [stdout] ok boot 4 -> 5 (Cammy) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ Cammy [INFO] [stdout] ok boot 5 -> 7 (T.Hawk) [INFO] [stdout] start move: ["Chun Li", "Sagat", "T.Hawk"] @ T.Hawk [INFO] [stdout] wrap boot 2 -> 2 (T.Hawk) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ T.Hawk [INFO] [stdout] ok boot 7 -> 5 (Cammy) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ Cammy [INFO] [stdout] ok boot 5 -> 4 (Deejay) [INFO] [stdout] start move: ["Blanka", "M.Bison", "Deejay"] @ Deejay [INFO] [stdout] wrap boot 2 -> 2 (Deejay) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ Deejay [INFO] [stdout] ok boot 4 -> 5 (Cammy) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ Cammy [INFO] [stdout] ok boot 5 -> 7 (T.Hawk) [INFO] [stdout] start move: ["Vega", "", "Fei Long", "Balrog", "Deejay", "Cammy", "", "T.Hawk"] @ T.Hawk [INFO] [stdout] ok boot 7 -> 0 (Vega) [INFO] [stdout] start move: ["", "Balrog", "Vega"] @ Vega [INFO] [stdout] ok boot 2 -> 1 (Balrog) [INFO] [stdout] thread 'tests::street_fighter::should_rotate_on_all_rows' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `["Balrog", "Deejay", "Cammy", "T.Hawk", "T.Hawk", "Cammy", "Deejay", "Deejay", "Cammy", "T.Hawk", "Vega", "Balrog"]`, [INFO] [stdout] right: `["Cammy", "Blanka", "Guile", "Chun Li", "Sagat", "Dhalsim", "Zangief", "Cammy", "T.Hawk", "Vega", "Fei Long", "Chun Li"]`: it should rotate on all rows', src/lib.rs:150:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c22eb2ee6c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c22eb2ee6c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c22eb2ee6c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c22eb2ee6c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c22eb51e6c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55c22eb2ae15 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x55c22eb308c0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c22eb308c0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c22eb308c0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55c22eb304a6 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55c22eb30f74 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55c22eb30a50 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55c22eb2f324 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55c22eb309b9 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55c22eab5871 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x55c22eb5082e - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x55c22ead78ce - core::panicking::assert_failed::hc2f18a639f5ed5f7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:144:5 [INFO] [stdout] 17: 0x55c22eac0216 - codewars_rust::tests::street_fighter::should_rotate_on_all_rows::hac73e13e994218e4 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:150:13 [INFO] [stdout] 18: 0x55c22eabff5a - codewars_rust::tests::street_fighter::should_rotate_on_all_rows::{{closure}}::h9c9b51f365c7d920 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:147:9 [INFO] [stdout] 19: 0x55c22eac4cfe - core::ops::function::FnOnce::call_once::h2153956ac36a5a25 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c22eb0ca23 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55c22eb0ca23 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 22: 0x55c22eb0b637 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 23: 0x55c22eb0b637 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55c22eb0b637 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55c22eb0b637 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55c22eb0b637 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55c22eb0b637 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 28: 0x55c22eb0b637 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 29: 0x55c22ead88de - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 30: 0x55c22ead88de - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55c22eadd638 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 32: 0x55c22eadd638 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55c22eadd638 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55c22eadd638 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55c22eadd638 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55c22eadd638 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 37: 0x55c22eadd638 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55c22eb35a03 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 39: 0x55c22eb35a03 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 40: 0x55c22eb35a03 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 41: 0x7ff28851a609 - start_thread [INFO] [stdout] 42: 0x7ff2882ec293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::street_fighter::should_rotate_on_all_rows [INFO] [stdout] [INFO] [stdout] test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "3c110838c32965373aef51b1b5aa25f1580ecc93d86e46bf208238b1e3d4682a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c110838c32965373aef51b1b5aa25f1580ecc93d86e46bf208238b1e3d4682a", kill_on_drop: false }` [INFO] [stdout] 3c110838c32965373aef51b1b5aa25f1580ecc93d86e46bf208238b1e3d4682a