[INFO] cloning repository https://github.com/k4leg/turing_machine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k4leg/turing_machine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4leg%2Fturing_machine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4leg%2Fturing_machine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bb120a6978fb437975ce5e2eaae7424f55c4b531 [INFO] testing k4leg/turing_machine against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4leg%2Fturing_machine" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/k4leg/turing_machine on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/k4leg/turing_machine [INFO] finished tweaking git repo https://github.com/k4leg/turing_machine [INFO] tweaked toml for git repo https://github.com/k4leg/turing_machine written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/k4leg/turing_machine already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4482d1741646208d32731cd25b40a7aeb284bb3b13108bb53d281ee779a48e8c [INFO] running `Command { std: "docker" "start" "-a" "4482d1741646208d32731cd25b40a7aeb284bb3b13108bb53d281ee779a48e8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4482d1741646208d32731cd25b40a7aeb284bb3b13108bb53d281ee779a48e8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4482d1741646208d32731cd25b40a7aeb284bb3b13108bb53d281ee779a48e8c", kill_on_drop: false }` [INFO] [stdout] 4482d1741646208d32731cd25b40a7aeb284bb3b13108bb53d281ee779a48e8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a69465085806bc6114b961e5c5b4cd6fa73c22d84ce1e551caf64292d577af3 [INFO] running `Command { std: "docker" "start" "-a" "5a69465085806bc6114b961e5c5b4cd6fa73c22d84ce1e551caf64292d577af3", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling bytemuck v1.19.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling accesskit v0.16.3 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling winit v0.30.5 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Compiling self_cell v1.0.4 [INFO] [stderr] Compiling fluent-syntax v0.11.1 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling rfd v0.15.0 [INFO] [stderr] Compiling type-map v0.5.0 [INFO] [stderr] Compiling self_cell v0.10.3 [INFO] [stderr] Compiling rustix v0.38.40 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling mime_guess2 v2.0.5 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling emath v0.29.1 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling unic-langid-impl v0.9.5 [INFO] [stderr] Compiling glutin v0.32.1 [INFO] [stderr] Compiling ecolor v0.29.1 [INFO] [stderr] Compiling pollster v0.3.0 [INFO] [stderr] Compiling unic-langid v0.9.5 [INFO] [stderr] Compiling epaint v0.29.1 [INFO] [stderr] Compiling png v0.17.14 [INFO] [stderr] Compiling fluent-langneg v0.13.0 [INFO] [stderr] Compiling intl_pluralrules v7.0.2 [INFO] [stderr] Compiling intl-memoizer v0.5.2 [INFO] [stderr] Compiling accesskit_consumer v0.24.3 [INFO] [stderr] Compiling sys-locale v0.3.2 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling fluent-bundle v0.15.3 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling fluent v0.16.1 [INFO] [stderr] Compiling image v0.25.5 [INFO] [stderr] Compiling egui v0.29.1 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling enumflags2 v0.7.10 [INFO] [stderr] Compiling quick-xml v0.30.0 [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling zvariant v4.2.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling wayland-backend v0.3.7 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling calloop v0.13.0 [INFO] [stderr] Compiling url v2.5.3 [INFO] [stderr] Compiling async-net v2.0.0 [INFO] [stderr] Compiling wayland-client v0.31.7 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling webbrowser v1.0.2 [INFO] [stderr] Compiling zbus_names v3.0.0 [INFO] [stderr] Compiling egui_glow v0.29.1 [INFO] [stderr] Compiling egui_extras v0.29.1 [INFO] [stderr] Compiling egui_plot v0.29.0 [INFO] [stderr] Compiling zbus_xml v4.0.0 [INFO] [stderr] Compiling arboard v3.4.1 [INFO] [stderr] Compiling zbus-lockstep v0.4.4 [INFO] [stderr] Compiling wayland-protocols v0.32.5 [INFO] [stderr] Compiling calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling wayland-cursor v0.31.7 [INFO] [stderr] Compiling zbus-lockstep-macros v0.4.4 [INFO] [stderr] Compiling zbus v4.4.0 [INFO] [stderr] Compiling wayland-protocols-wlr v0.3.5 [INFO] [stderr] Compiling wayland-protocols-plasma v0.3.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Compiling sctk-adwaita v0.10.1 [INFO] [stderr] Compiling smithay-clipboard v0.7.2 [INFO] [stderr] Compiling atspi-common v0.6.0 [INFO] [stderr] Compiling ashpd v0.9.2 [INFO] [stderr] Compiling glutin-winit v0.5.0 [INFO] [stderr] Compiling atspi-proxies v0.6.0 [INFO] [stderr] Compiling accesskit_atspi_common v0.9.3 [INFO] [stderr] Compiling atspi-connection v0.6.0 [INFO] [stderr] Compiling atspi v0.22.0 [INFO] [stderr] Compiling accesskit_unix v0.12.3 [INFO] [stderr] Compiling accesskit_winit v0.22.4 [INFO] [stderr] Compiling egui-winit v0.29.1 [INFO] [stderr] Compiling eframe v0.29.1 [INFO] [stderr] Compiling turing_machine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated functions `new` and `from` are never used [INFO] [stdout] --> src/turing_machine.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 20 | impl TuringMachine { [INFO] [stdout] | ------------------ associated functions in this implementation [INFO] [stdout] 21 | pub fn new(start_tapes: &[&str], start_state: String, program: Program) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub fn from(start_tape: &str, commands: Vec) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `len` are never used [INFO] [stdout] --> src/turing_machine/tape.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 51 | impl Tape { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 52 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `Command { std: "docker" "inspect" "5a69465085806bc6114b961e5c5b4cd6fa73c22d84ce1e551caf64292d577af3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a69465085806bc6114b961e5c5b4cd6fa73c22d84ce1e551caf64292d577af3", kill_on_drop: false }` [INFO] [stdout] 5a69465085806bc6114b961e5c5b4cd6fa73c22d84ce1e551caf64292d577af3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2491368b6f5560154e5a67c5639b1246bc225e7eef3dd0a2d641da7296a35909 [INFO] running `Command { std: "docker" "start" "-a" "2491368b6f5560154e5a67c5639b1246bc225e7eef3dd0a2d641da7296a35909", kill_on_drop: false }` [INFO] [stderr] Compiling turing_machine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `len` is never used [INFO] [stdout] --> src/turing_machine/tape.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 51 | impl Tape { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 123 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.74s [INFO] running `Command { std: "docker" "inspect" "2491368b6f5560154e5a67c5639b1246bc225e7eef3dd0a2d641da7296a35909", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2491368b6f5560154e5a67c5639b1246bc225e7eef3dd0a2d641da7296a35909", kill_on_drop: false }` [INFO] [stdout] 2491368b6f5560154e5a67c5639b1246bc225e7eef3dd0a2d641da7296a35909 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6c9153c47b75d093375723ed3e9234cf5cf855c1451fb06a0f8eb0cd0921486e [INFO] running `Command { std: "docker" "start" "-a" "6c9153c47b75d093375723ed3e9234cf5cf855c1451fb06a0f8eb0cd0921486e", kill_on_drop: false }` [INFO] [stderr] warning: method `len` is never used [INFO] [stderr] --> src/turing_machine/tape.rs:123:12 [INFO] [stderr] | [INFO] [stderr] 51 | impl Tape { [INFO] [stderr] | --------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 123 | pub fn len(&self) -> usize { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `turing_machine` (bin "turing_machine" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/turing_machine-25a5b5cac771e1bd) [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test exhaustive_words::tests::test_1 ... ok [INFO] [stdout] test exhaustive_words::tests::test_2 ... ok [INFO] [stdout] test exhaustive_words::tests::test_3 ... ok [INFO] [stdout] test exhaustive_words::tests::test_4 ... ok [INFO] [stdout] test tests::test_multitape_1 ... ok [INFO] [stdout] test tests::test_multitape_10 ... ok [INFO] [stdout] test tests::test_multitape_11 ... ok [INFO] [stdout] test tests::test_multitape_12 ... ok [INFO] [stdout] test tests::test_multitape_3 ... ok [INFO] [stdout] test tests::test_multitape_4 ... ok [INFO] [stdout] test tests::test_multitape_7 ... ok [INFO] [stdout] test tests::test_multitape_6 ... ok [INFO] [stdout] test tests::test_multitape_5 ... ok [INFO] [stdout] test tests::test_multitape_8 ... ok [INFO] [stdout] test tests::test_multitape_9 ... ok [INFO] [stdout] test tests::test_one_tape_1 ... ok [INFO] [stdout] test tests::test_one_tape_18 ... ok [INFO] [stdout] test tests::test_one_tape_19 ... ok [INFO] [stdout] test tests::test_one_tape_12 ... ok [INFO] [stdout] test tests::test_one_tape_16 ... ok [INFO] [stdout] test tests::test_one_tape_11 ... ok [INFO] [stdout] test tests::test_one_tape_14 ... ok [INFO] [stdout] test tests::test_one_tape_15 ... ok [INFO] [stdout] test tests::test_one_tape_10 ... ok [INFO] [stdout] test tests::test_one_tape_5 ... ok [INFO] [stdout] test tests::test_one_tape_13 ... ok [INFO] [stdout] test tests::test_one_tape_17 ... ok [INFO] [stdout] test tests::test_one_tape_4 ... ok [INFO] [stdout] test tests::test_one_tape_3 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_1 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_2 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_6 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_8 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_3 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_4 ... ok [INFO] [stdout] test turing_machine::core::tests::test_1 ... ok [INFO] [stdout] test turing_machine::core::tests::test_2 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_5 ... ok [INFO] [stdout] test turing_machine::cell::tests::test_7 ... ok [INFO] [stdout] test turing_machine::core::tests::test_tm_mcmd_1 ... ok [INFO] [stdout] test turing_machine::core::tests::test_tm_mcmds ... ok [INFO] [stdout] test tests::test_one_tape_7 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_from_1 ... ok [INFO] [stdout] test tests::test_one_tape_9 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_from_2 ... ok [INFO] [stdout] test tests::test_one_tape_6 ... ok [INFO] [stdout] test tests::test_one_tape_8 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_from_3 ... ok [INFO] [stdout] test turing_machine::core::tests::test_3 ... ok [INFO] [stdout] test turing_machine::core::tests::test_tm_cmd ... ok [INFO] [stdout] test turing_machine::tape::tests::test_get_1 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_get_2 ... ok [INFO] [stdout] test turing_machine::core::tests::test_tm_cmds ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_2 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_get_3 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_3 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_get_4 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_get_5 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_1 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_1 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_4 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_2 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_3 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_4 ... ok [INFO] [stdout] test tests::test_multitape_2 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_5 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_6 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_get_6 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_5 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_6 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_7 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_8 ... ok [INFO] [stdout] test turing_machine::tests::test_1 ... ok [INFO] [stdout] test turing_machine::tests::test_3 ... ok [INFO] [stdout] test turing_machine::tape::tests::test_to_string_with_state_9 ... ok [INFO] [stdout] test turing_machine::tests::test_4 ... ok [INFO] [stdout] test turing_machine::tests::test_2 ... ok [INFO] [stdout] test tests::test_one_tape_2 ... ok [INFO] [stdout] test turing_machine::core::tests::test_4 - should panic ... ok [INFO] [stdout] test turing_machine::core::tests::test_tm_mcmd_2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6c9153c47b75d093375723ed3e9234cf5cf855c1451fb06a0f8eb0cd0921486e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c9153c47b75d093375723ed3e9234cf5cf855c1451fb06a0f8eb0cd0921486e", kill_on_drop: false }` [INFO] [stdout] 6c9153c47b75d093375723ed3e9234cf5cf855c1451fb06a0f8eb0cd0921486e