[INFO] cloning repository https://github.com/jorenvo/jvo-asm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jorenvo/jvo-asm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorenvo%2Fjvo-asm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorenvo%2Fjvo-asm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 19eaa4af82d135041988ace6064d0fee4c773c1e [INFO] testing jorenvo/jvo-asm against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorenvo%2Fjvo-asm" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jorenvo/jvo-asm on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jorenvo/jvo-asm [INFO] finished tweaking git repo https://github.com/jorenvo/jvo-asm [INFO] tweaked toml for git repo https://github.com/jorenvo/jvo-asm written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/jorenvo/jvo-asm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3bd7ceb3078dc59ac91a06f511abca1478e1b84a7d3e222175f692f39c73b24 [INFO] running `Command { std: "docker" "start" "-a" "a3bd7ceb3078dc59ac91a06f511abca1478e1b84a7d3e222175f692f39c73b24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3bd7ceb3078dc59ac91a06f511abca1478e1b84a7d3e222175f692f39c73b24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3bd7ceb3078dc59ac91a06f511abca1478e1b84a7d3e222175f692f39c73b24", kill_on_drop: false }` [INFO] [stdout] a3bd7ceb3078dc59ac91a06f511abca1478e1b84a7d3e222175f692f39c73b24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35adc382d15040595eddb8685a7c4c54f0ad227f5391a78294fa5682ef99e9d0 [INFO] running `Command { std: "docker" "start" "-a" "35adc382d15040595eddb8685a7c4c54f0ad227f5391a78294fa5682ef99e9d0", kill_on_drop: false }` [INFO] [stderr] Compiling jvo-asm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | panic!(msg("mod", MOD_SIZE, mod_)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 115 | panic!("{}", msg("mod", MOD_SIZE, mod_)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | panic!(msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 119 | panic!("{}", msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | panic!(msg("rm", RM_SIZE, rm)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 123 | panic!("{}", msg("rm", RM_SIZE, rm)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "35adc382d15040595eddb8685a7c4c54f0ad227f5391a78294fa5682ef99e9d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35adc382d15040595eddb8685a7c4c54f0ad227f5391a78294fa5682ef99e9d0", kill_on_drop: false }` [INFO] [stdout] 35adc382d15040595eddb8685a7c4c54f0ad227f5391a78294fa5682ef99e9d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1850c6dce32d98214bed2a1bac434878a26e8ebefb9c2b9296161ad59acaa81f [INFO] running `Command { std: "docker" "start" "-a" "1850c6dce32d98214bed2a1bac434878a26e8ebefb9c2b9296161ad59acaa81f", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | panic!(msg("mod", MOD_SIZE, mod_)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 115 | panic!("{}", msg("mod", MOD_SIZE, mod_)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling jvo-asm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | panic!(msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 119 | panic!("{}", msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | panic!(msg("rm", RM_SIZE, rm)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 123 | panic!("{}", msg("rm", RM_SIZE, rm)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | panic!(msg("mod", MOD_SIZE, mod_)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 115 | panic!("{}", msg("mod", MOD_SIZE, mod_)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | panic!(msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 119 | panic!("{}", msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/compiler.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | panic!(msg("rm", RM_SIZE, rm)); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 123 | panic!("{}", msg("rm", RM_SIZE, rm)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `Command { std: "docker" "inspect" "1850c6dce32d98214bed2a1bac434878a26e8ebefb9c2b9296161ad59acaa81f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1850c6dce32d98214bed2a1bac434878a26e8ebefb9c2b9296161ad59acaa81f", kill_on_drop: false }` [INFO] [stdout] 1850c6dce32d98214bed2a1bac434878a26e8ebefb9c2b9296161ad59acaa81f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2c0f5ac096210d7f93c5066673f1bc676a92074646838c31a4ae4e44aef28413 [INFO] running `Command { std: "docker" "start" "-a" "2c0f5ac096210d7f93c5066673f1bc676a92074646838c31a4ae4e44aef28413", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/compiler.rs:115:20 [INFO] [stderr] | [INFO] [stderr] 115 | panic!(msg("mod", MOD_SIZE, mod_)); [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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 115 | panic!("{}", msg("mod", MOD_SIZE, mod_)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/compiler.rs:119:20 [INFO] [stderr] | [INFO] [stderr] 119 | panic!(msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 119 | panic!("{}", msg("reg_opcode", REG_OPCODE_SIZE, reg_opcode)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/compiler.rs:123:20 [INFO] [stderr] | [INFO] [stderr] 123 | panic!(msg("rm", RM_SIZE, rm)); [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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 123 | panic!("{}", msg("rm", RM_SIZE, rm)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `jvo-asm` (lib) generated 3 warnings [INFO] [stderr] warning: `jvo-asm` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jvo_asm-b7801efdec9c3077) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test compiler::test_instructions::test_add_immediate2 ... ok [INFO] [stdout] test compiler::test_instructions::test_add_immediate1 ... ok [INFO] [stdout] test compiler::test_instructions::test_calc_modrm ... ok [INFO] [stdout] test compiler::test_instructions::test_add_register1 ... ok [INFO] [stdout] test compiler::test_instructions::test_compare_register ... ok [INFO] [stdout] test compiler::test_instructions::test_call ... ok [INFO] [stdout] test compiler::test_instructions::test_compare_immediate ... ok [INFO] [stdout] test compiler::test_instructions::test_interrupt_linux ... ok [INFO] [stdout] test compiler::test_instructions::test_interrupt_validate_error ... ok [INFO] [stdout] test compiler::test_instructions::test_interrupt_validate_error2 ... ok [INFO] [stdout] test compiler::test_instructions::test_interrupt_validate_ok ... ok [INFO] [stdout] test compiler::test_instructions::test_jump ... ok [INFO] [stdout] test compiler::test_instructions::test_jump_if ... ok [INFO] [stdout] test compiler::test_instructions::test_move_immediate1 ... ok [INFO] [stdout] test compiler::test_instructions::test_move_immediate2 ... ok [INFO] [stdout] test compiler::test_instructions::test_move_immediate3 ... ok [INFO] [stdout] test compiler::test_instructions::test_move_register1 ... ok [INFO] [stdout] test compiler::test_instructions::test_move_modrm1 ... ok [INFO] [stdout] test compiler::test_instructions::test_move_validate_err ... ok [INFO] [stdout] test compiler::test_instructions::test_move_validate_ok ... ok [INFO] [stdout] test compiler::test_instructions::test_multiply_immediate1 ... ok [INFO] [stdout] test compiler::test_instructions::test_multiply_immediate2 ... ok [INFO] [stdout] test compiler::test_instructions::test_multiply_register1 ... ok [INFO] [stdout] test compiler::test_instructions::test_multiply_register2 ... ok [INFO] [stdout] test compiler::test_instructions::test_pop1 ... ok [INFO] [stdout] test compiler::test_instructions::test_push_immediate1 ... ok [INFO] [stdout] test compiler::test_instructions::test_push_immediate_validate ... ok [INFO] [stdout] test compiler::test_instructions::test_push_modrm1 ... ok [INFO] [stdout] test compiler::test_instructions::test_push_register ... ok [INFO] [stdout] test compiler::test_instructions::test_ret ... ok [INFO] [stdout] test compiler::test_instructions::test_sub_immediate1 ... ok [INFO] [stdout] test compiler::test_instructions::test_sub_register1 ... ok [INFO] [stdout] test test_elf::test_elf_header_length ... ok [INFO] [stdout] test test_elf::test_program_header_length ... ok [INFO] [stdout] test test_elf::test_section_header_length ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_add ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_call ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_compare_registers ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_comment ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_const_reference ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_constant_offset ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_empty_string ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_invalid_value ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_full_line_comment ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_jump ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_jump_if_condition ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_memory ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_label ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_multiply ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_ret ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_return ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_subtract ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_whitespace2 ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_whitespace1 ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_whitespace3 ... ok [INFO] [stdout] test compiler::test_instructions::test_calc_modrm_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jvo_asm-1b4c774360031bfc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_tokenize.rs (/opt/rustwide/target/debug/deps/test_tokenize-a41c86705ff00d73) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests jvo-asm [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2c0f5ac096210d7f93c5066673f1bc676a92074646838c31a4ae4e44aef28413", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c0f5ac096210d7f93c5066673f1bc676a92074646838c31a4ae4e44aef28413", kill_on_drop: false }` [INFO] [stdout] 2c0f5ac096210d7f93c5066673f1bc676a92074646838c31a4ae4e44aef28413