[INFO] fetching crate malbolge 1.0.1...
[INFO] testing malbolge-1.0.1 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate malbolge 1.0.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate malbolge 1.0.1
[INFO] finished tweaking crates.io crate malbolge 1.0.1
[INFO] tweaked toml for crates.io crate malbolge 1.0.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate malbolge 1.0.1 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbb75daa1fe5f78ee79a0a8763fc4eb8fe2167221dd676386043c6a2001943c7
[INFO] running `Command { std: "docker" "start" "-a" "cbb75daa1fe5f78ee79a0a8763fc4eb8fe2167221dd676386043c6a2001943c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbb75daa1fe5f78ee79a0a8763fc4eb8fe2167221dd676386043c6a2001943c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbb75daa1fe5f78ee79a0a8763fc4eb8fe2167221dd676386043c6a2001943c7", kill_on_drop: false }`
[INFO] [stdout] cbb75daa1fe5f78ee79a0a8763fc4eb8fe2167221dd676386043c6a2001943c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b5263b58d1c768be4c524df38f44b48a1128f00d702170f8d615560360f0ad1
[INFO] running `Command { std: "docker" "start" "-a" "0b5263b58d1c768be4c524df38f44b48a1128f00d702170f8d615560360f0ad1", kill_on_drop: false }`
[INFO] [stderr]    Compiling malbolge v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/vm.rs:146:47
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |                                               ^                  ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout] 146 +                 let crzy = crz_op(self.memory[op_code_index  - 1], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/vm.rs:146:83
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |                                                                                   ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout] 146 +                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ op_code_index - 2]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `op_code` is never read
[INFO] [stdout]    --> src/vm.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 let mut op_code = 0;
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/vm.rs:124:32
[INFO] [stdout]     |
[INFO] [stdout] 124 |                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 124 -                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[INFO] [stdout] 124 +                         panic!("Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/vm.rs:128:28
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     panic!(format!{"Input file is too long!"});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 128 -                     panic!(format!{"Input file is too long!"});
[INFO] [stdout] 128 +                     panic!("Input file is too long!");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `p9` should have an upper case name
[INFO] [stdout]   --> src/util.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout]    |               ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 18 -         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout] 18 +         const P9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `o_table` should have an upper case name
[INFO] [stdout]   --> src/util.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |         const o_table: [[usize; 9]; 9] = [
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 20 -         const o_table: [[usize; 9]; 9] = [
[INFO] [stdout] 20 +         const O_TABLE: [[usize; 9]; 9] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] running `Command { std: "docker" "inspect" "0b5263b58d1c768be4c524df38f44b48a1128f00d702170f8d615560360f0ad1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b5263b58d1c768be4c524df38f44b48a1128f00d702170f8d615560360f0ad1", kill_on_drop: false }`
[INFO] [stdout] 0b5263b58d1c768be4c524df38f44b48a1128f00d702170f8d615560360f0ad1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5729f39f16d6a4b071bafb6c141319e9a0e783427dcbd6d1b4766d5706236f0b
[INFO] running `Command { std: "docker" "start" "-a" "5729f39f16d6a4b071bafb6c141319e9a0e783427dcbd6d1b4766d5706236f0b", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/vm.rs:146:47
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |                                               ^                  ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout] 146 +                 let crzy = crz_op(self.memory[op_code_index  - 1], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/vm.rs:146:83
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |                                                                                   ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout] 146 +                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ op_code_index - 2]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `op_code` is never read
[INFO] [stdout]    --> src/vm.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 let mut op_code = 0;
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/vm.rs:124:32
[INFO] [stdout]     |
[INFO] [stdout] 124 |                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 124 -                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[INFO] [stdout] 124 +                         panic!("Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/vm.rs:128:28
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     panic!(format!{"Input file is too long!"});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 128 -                     panic!(format!{"Input file is too long!"});
[INFO] [stdout] 128 +                     panic!("Input file is too long!");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `p9` should have an upper case name
[INFO] [stdout]   --> src/util.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout]    |               ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 18 -         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout] 18 +         const P9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `o_table` should have an upper case name
[INFO] [stdout]   --> src/util.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |         const o_table: [[usize; 9]; 9] = [
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 20 -         const o_table: [[usize; 9]; 9] = [
[INFO] [stdout] 20 +         const O_TABLE: [[usize; 9]; 9] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling malbolge v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/vm.rs:146:47
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |                                               ^                  ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout] 146 +                 let crzy = crz_op(self.memory[op_code_index  - 1], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]    --> src/vm.rs:146:83
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout]     |                                                                                   ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stdout] 146 +                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ op_code_index - 2]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `op_code` is never read
[INFO] [stdout]    --> src/vm.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 let mut op_code = 0;
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/vm.rs:124:32
[INFO] [stdout]     |
[INFO] [stdout] 124 |                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 124 -                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[INFO] [stdout] 124 +                         panic!("Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/vm.rs:128:28
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     panic!(format!{"Input file is too long!"});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 128 -                     panic!(format!{"Input file is too long!"});
[INFO] [stdout] 128 +                     panic!("Input file is too long!");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `p9` should have an upper case name
[INFO] [stdout]   --> src/util.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout]    |               ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 18 -         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout] 18 +         const P9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `o_table` should have an upper case name
[INFO] [stdout]   --> src/util.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |         const o_table: [[usize; 9]; 9] = [
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 20 -         const o_table: [[usize; 9]; 9] = [
[INFO] [stdout] 20 +         const O_TABLE: [[usize; 9]; 9] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s
[INFO] running `Command { std: "docker" "inspect" "5729f39f16d6a4b071bafb6c141319e9a0e783427dcbd6d1b4766d5706236f0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5729f39f16d6a4b071bafb6c141319e9a0e783427dcbd6d1b4766d5706236f0b", kill_on_drop: false }`
[INFO] [stdout] 5729f39f16d6a4b071bafb6c141319e9a0e783427dcbd6d1b4766d5706236f0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 38e14f333870f50863e066d823cb745fd9a3b6804d842da3ad39d7270474c456
[INFO] running `Command { std: "docker" "start" "-a" "38e14f333870f50863e066d823cb745fd9a3b6804d842da3ad39d7270474c456", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around index expression
[INFO] [stderr]    --> src/vm.rs:146:47
[INFO] [stderr]     |
[INFO] [stderr] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stderr]     |                                               ^                  ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stderr] 146 +                 let crzy = crz_op(self.memory[op_code_index  - 1], self.memory[ (op_code_index - 2)]);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around index expression
[INFO] [stderr]    --> src/vm.rs:146:83
[INFO] [stderr]     |
[INFO] [stderr] 146 |                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stderr]     |                                                                                   ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 146 -                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ (op_code_index - 2)]);
[INFO] [stderr] 146 +                 let crzy = crz_op(self.memory[(op_code_index  - 1)], self.memory[ op_code_index - 2]);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `op_code` is never read
[INFO] [stderr]    --> src/vm.rs:115:25
[INFO] [stderr]     |
[INFO] [stderr] 115 |                 let mut op_code = 0;
[INFO] [stderr]     |                         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/vm.rs:124:32
[INFO] [stderr]     |
[INFO] [stderr] 124 |                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 124 -                         panic!(format!{"Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code});
[INFO] [stderr] 124 +                         panic!("Invalid VM instruction at line: {}, op_code: {}, decrypted_op_code: {}", source_index, x, op_code);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/vm.rs:128:28
[INFO] [stderr]     |
[INFO] [stderr] 128 |                     panic!(format!{"Input file is too long!"});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 128 -                     panic!(format!{"Input file is too long!"});
[INFO] [stderr] 128 +                     panic!("Input file is too long!");
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: constant `p9` should have an upper case name
[INFO] [stderr]   --> src/util.rs:18:15
[INFO] [stderr]    |
[INFO] [stderr] 18 |         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stderr]    |               ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr] help: convert the identifier to upper case
[INFO] [stderr]    |
[INFO] [stderr] 18 -         const p9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stderr] 18 +         const P9: [usize; 5] = [1, 9, 81, 729, 6561];
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: constant `o_table` should have an upper case name
[INFO] [stderr]   --> src/util.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 |         const o_table: [[usize; 9]; 9] = [
[INFO] [stderr]    |               ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: convert the identifier to upper case
[INFO] [stderr]    |
[INFO] [stderr] 20 -         const o_table: [[usize; 9]; 9] = [
[INFO] [stderr] 20 +         const O_TABLE: [[usize; 9]; 9] = [
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `malbolge` (lib) generated 7 warnings (run `cargo fix --lib -p malbolge` to apply 6 suggestions)
[INFO] [stderr] warning: `malbolge` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/malbolge-1ee9de1006dcf366)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] Hello!
[INFO] [stdout] test tests::malbolge_macro_string ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test tests::malbolge_hello ... FAILED
[INFO] [stdout] test tests::malbolge_load_path ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::malbolge_hello stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::malbolge_hello' panicked at src/vm.rs:93:13:
[INFO] [stdout] Failed to load a valid Malbolge Program
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64c6eac92732 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64c6eac92732 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64c6eac92732 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64c6eac92732 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64c6eacb79f3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64c6eacb79f3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x64c6eac8f5d3 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64c6eac8f5d3 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64c6eac92582 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64c6eac93cac - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64c6eac93b02 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64c6eac5b0a4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64c6eac5b0a4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64c6eac9478b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64c6eac9478b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64c6eac9459c - std::panicking::begin_panic::{{closure}}::h13865f7f56367b41
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:770:9
[INFO] [stdout]   16:     0x64c6eac92c39 - std::sys::backtrace::__rust_end_short_backtrace::h41e1700e19349ed1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x64c6eac944b2 - std::panicking::begin_panic::h6990e2ce2677fde3
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:769:5
[INFO] [stdout]   18:     0x64c6eac20164 - malbolge::vm::VirtualMachine::load_program::hde29bb60c5934c97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/vm.rs:93:13
[INFO] [stdout]   19:     0x64c6eac214ed - malbolge::tests::malbolge_hello::h06ca757443256533
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:25:12
[INFO] [stdout]   20:     0x64c6eac214ed - malbolge::tests::malbolge_hello::{{closure}}::h5191debd3f6f275b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:21:24
[INFO] [stdout]   21:     0x64c6eac214ed - core::ops::function::FnOnce::call_once::h77d19a4391e262c2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x64c6eac607db - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x64c6eac607db - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x64c6eac5fa1e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x64c6eac5fa1e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x64c6eac5fa1e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x64c6eac5fa1e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64c6eac5fa1e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64c6eac5fa1e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x64c6eac5fa1e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x64c6eac235c4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x64c6eac235c4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   33:     0x64c6eac26f6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x64c6eac26f6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x64c6eac26f6a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x64c6eac26f6a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x64c6eac26f6a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x64c6eac26f6a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x64c6eac26f6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x64c6eac976e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x64c6eac976e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x64c6eac976e7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   43:     0x7c8a389e7aa4 - <unknown>
[INFO] [stdout]   44:     0x7c8a38a74a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::malbolge_load_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::malbolge_load_path' panicked at src/vm.rs:93:13:
[INFO] [stdout] Failed to load a valid Malbolge Program
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64c6eac92732 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64c6eac92732 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64c6eac92732 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64c6eac92732 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64c6eacb79f3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64c6eacb79f3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x64c6eac8f5d3 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64c6eac8f5d3 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64c6eac92582 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64c6eac93cac - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64c6eac93b02 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64c6eac5b0a4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64c6eac5b0a4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64c6eac9478b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64c6eac9478b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64c6eac9459c - std::panicking::begin_panic::{{closure}}::h13865f7f56367b41
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:770:9
[INFO] [stdout]   16:     0x64c6eac92c39 - std::sys::backtrace::__rust_end_short_backtrace::h41e1700e19349ed1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x64c6eac944b2 - std::panicking::begin_panic::h6990e2ce2677fde3
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:769:5
[INFO] [stdout]   18:     0x64c6eac20164 - malbolge::vm::VirtualMachine::load_program::hde29bb60c5934c97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/vm.rs:93:13
[INFO] [stdout]   19:     0x64c6eac21671 - malbolge::tests::malbolge_load_path::hcac8db50a19a6e2e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:33:45
[INFO] [stdout]   20:     0x64c6eac21671 - malbolge::tests::malbolge_load_path::{{closure}}::hb8e78daec4e56978
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:30:28
[INFO] [stdout]   21:     0x64c6eac21671 - core::ops::function::FnOnce::call_once::hed30b71a02a3dea8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x64c6eac607db - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x64c6eac607db - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x64c6eac5fa1e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x64c6eac5fa1e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x64c6eac5fa1e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x64c6eac5fa1e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64c6eac5fa1e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64c6eac5fa1e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x64c6eac5fa1e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x64c6eac235c4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x64c6eac235c4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   33:     0x64c6eac26f6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x64c6eac26f6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x64c6eac26f6a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x64c6eac26f6a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x64c6eac26f6a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x64c6eac26f6a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x64c6eac26f6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x64c6eac976e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x64c6eac976e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x64c6eac976e7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   43:     0x7c8a389e7aa4 - <unknown>
[INFO] [stdout]   44:     0x7c8a38a74a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::malbolge_hello
[INFO] [stdout]     tests::malbolge_load_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "38e14f333870f50863e066d823cb745fd9a3b6804d842da3ad39d7270474c456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38e14f333870f50863e066d823cb745fd9a3b6804d842da3ad39d7270474c456", kill_on_drop: false }`
[INFO] [stdout] 38e14f333870f50863e066d823cb745fd9a3b6804d842da3ad39d7270474c456
