[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-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorenvo%2Fjvo-asm" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jorenvo/jvo-asm on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-11/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-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ec439aa409ec8d9d528d5ce3ac3669883e206b617bea9da1b10175c1f8c394d [INFO] running `Command { std: "docker" "start" "-a" "3ec439aa409ec8d9d528d5ce3ac3669883e206b617bea9da1b10175c1f8c394d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ec439aa409ec8d9d528d5ce3ac3669883e206b617bea9da1b10175c1f8c394d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ec439aa409ec8d9d528d5ce3ac3669883e206b617bea9da1b10175c1f8c394d", kill_on_drop: false }` [INFO] [stdout] 3ec439aa409ec8d9d528d5ce3ac3669883e206b617bea9da1b10175c1f8c394d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1193d66643d66115c2d7075c1431a9130b1f3ece0ea1d864ec68a70b755331df [INFO] running `Command { std: "docker" "start" "-a" "1193d66643d66115c2d7075c1431a9130b1f3ece0ea1d864ec68a70b755331df", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 2.57s [INFO] running `Command { std: "docker" "inspect" "1193d66643d66115c2d7075c1431a9130b1f3ece0ea1d864ec68a70b755331df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1193d66643d66115c2d7075c1431a9130b1f3ece0ea1d864ec68a70b755331df", kill_on_drop: false }` [INFO] [stdout] 1193d66643d66115c2d7075c1431a9130b1f3ece0ea1d864ec68a70b755331df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5e2d569d52c66cd423c29ff910f681ccc5932178acc283cb0dd86cfa387e5d3 [INFO] running `Command { std: "docker" "start" "-a" "e5e2d569d52c66cd423c29ff910f681ccc5932178acc283cb0dd86cfa387e5d3", 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] [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 1.27s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/jvo_asm-b7801efdec9c3077) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/jvo_asm-1b4c774360031bfc) [INFO] [stderr] Executable tests/test_tokenize.rs (/opt/rustwide/target/debug/deps/test_tokenize-a41c86705ff00d73) [INFO] running `Command { std: "docker" "inspect" "e5e2d569d52c66cd423c29ff910f681ccc5932178acc283cb0dd86cfa387e5d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5e2d569d52c66cd423c29ff910f681ccc5932178acc283cb0dd86cfa387e5d3", kill_on_drop: false }` [INFO] [stdout] e5e2d569d52c66cd423c29ff910f681ccc5932178acc283cb0dd86cfa387e5d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 52ce51d5ce47996aa70b09d23dbc8b40453b84b82eab163e5e4c29a23fcfa300 [INFO] running `Command { std: "docker" "start" "-a" "52ce51d5ce47996aa70b09d23dbc8b40453b84b82eab163e5e4c29a23fcfa300", 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 src/lib.rs (/opt/rustwide/target/debug/deps/jvo_asm-b7801efdec9c3077) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test compiler::test_instructions::test_add_register1 ... ok [INFO] [stdout] test compiler::test_instructions::test_add_immediate1 ... ok [INFO] [stdout] test compiler::test_instructions::test_add_immediate2 ... ok [INFO] [stdout] test compiler::test_instructions::test_calc_modrm ... 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_compare_register ... ok [INFO] [stdout] test compiler::test_instructions::test_interrupt_validate_error ... ok [INFO] [stdout] test compiler::test_instructions::test_interrupt_linux ... 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_modrm1 ... 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_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_ret ... ok [INFO] [stdout] test compiler::test_instructions::test_sub_immediate1 ... ok [INFO] [stdout] test compiler::test_instructions::test_push_register ... 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_comment ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_compare_registers ... 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_full_line_comment ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_invalid_value ... 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_label ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_memory ... 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_whitespace1 ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_whitespace2 ... ok [INFO] [stdout] test tokenizer::test_tokenize::test_whitespace3 ... ok [INFO] [stdout] test compiler::test_instructions::test_calc_modrm_panic - should panic ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jvo_asm-1b4c774360031bfc) [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [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" "52ce51d5ce47996aa70b09d23dbc8b40453b84b82eab163e5e4c29a23fcfa300", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52ce51d5ce47996aa70b09d23dbc8b40453b84b82eab163e5e4c29a23fcfa300", kill_on_drop: false }` [INFO] [stdout] 52ce51d5ce47996aa70b09d23dbc8b40453b84b82eab163e5e4c29a23fcfa300