[INFO] fetching crate vm 0.1.0...
[INFO] testing vm-0.1.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate vm 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate vm 0.1.0
[INFO] finished tweaking crates.io crate vm 0.1.0
[INFO] tweaked toml for crates.io crate vm 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate vm 0.1.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vm 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62d9af9378ad4737a8d100ce517a4fabede47064470100231f27b860d47ec2cd
[INFO] running `Command { std: "docker" "start" "-a" "62d9af9378ad4737a8d100ce517a4fabede47064470100231f27b860d47ec2cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62d9af9378ad4737a8d100ce517a4fabede47064470100231f27b860d47ec2cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62d9af9378ad4737a8d100ce517a4fabede47064470100231f27b860d47ec2cd", kill_on_drop: false }`
[INFO] [stdout] 62d9af9378ad4737a8d100ce517a4fabede47064470100231f27b860d47ec2cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd9bfed8f358efef0cb70c60a4ddf5c1b94e08996ab8567b58e3aeede17b13bb
[INFO] running `Command { std: "docker" "start" "-a" "bd9bfed8f358efef0cb70c60a4ddf5c1b94e08996ab8567b58e3aeede17b13bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling vm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/processor.rs:131:19
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<Memory>, Error> {
[INFO] [stdout]     |                   ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<'_, Memory>, Error> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/processor.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<Memory>, Error> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<'_, Memory>, Error> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] running `Command { std: "docker" "inspect" "bd9bfed8f358efef0cb70c60a4ddf5c1b94e08996ab8567b58e3aeede17b13bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd9bfed8f358efef0cb70c60a4ddf5c1b94e08996ab8567b58e3aeede17b13bb", kill_on_drop: false }`
[INFO] [stdout] bd9bfed8f358efef0cb70c60a4ddf5c1b94e08996ab8567b58e3aeede17b13bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5009bcfc329b21d421457fb705d3a51d60a0b0549f0395b42cf50ee6a015df4c
[INFO] running `Command { std: "docker" "start" "-a" "5009bcfc329b21d421457fb705d3a51d60a0b0549f0395b42cf50ee6a015df4c", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/processor.rs:131:19
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<Memory>, Error> {
[INFO] [stdout]     |                   ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<'_, Memory>, Error> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/processor.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<Memory>, Error> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<'_, Memory>, Error> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling vm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/processor.rs:131:19
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<Memory>, Error> {
[INFO] [stdout]     |                   ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<'_, Memory>, Error> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/processor.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<Memory>, Error> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<'_, Memory>, Error> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.05s
[INFO] running `Command { std: "docker" "inspect" "5009bcfc329b21d421457fb705d3a51d60a0b0549f0395b42cf50ee6a015df4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5009bcfc329b21d421457fb705d3a51d60a0b0549f0395b42cf50ee6a015df4c", kill_on_drop: false }`
[INFO] [stdout] 5009bcfc329b21d421457fb705d3a51d60a0b0549f0395b42cf50ee6a015df4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a606177577c00c79bfb5317e9b44436206fd938ac83eec39ff6eee9f85cd3e31
[INFO] running `Command { std: "docker" "start" "-a" "a606177577c00c79bfb5317e9b44436206fd938ac83eec39ff6eee9f85cd3e31", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/processor.rs:131:19
[INFO] [stderr]     |
[INFO] [stderr] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<Memory>, Error> {
[INFO] [stderr]     |                   ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 131 |     pub fn memory(&self) -> Result<RwLockReadGuard<'_, Memory>, Error> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/processor.rs:147:23
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<Memory>, Error> {
[INFO] [stderr]     |                       ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub fn memory_mut(&self) -> Result<RwLockWriteGuard<'_, Memory>, Error> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `vm` (lib) generated 2 warnings (run `cargo fix --lib -p vm` to apply 2 suggestions)
[INFO] [stderr] warning: `vm` (lib test) generated 2 warnings (2 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/vm-f1f8d9b7607c8cec)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test assembler::tests::test_add ... ok
[INFO] [stdout] test assembler::tests::test_cmp ... ok
[INFO] [stdout] test assembler::tests::test_compile ... ok
[INFO] [stdout] test assembler::tests::test_jz ... ok
[INFO] [stdout] test assembler::tests::test_jnz ... ok
[INFO] [stdout] test assembler::tests::test_jmp ... ok
[INFO] [stdout] test assembler::tests::test_mov ... ok
[INFO] [stdout] test assembler::tests::test_new_assembler ... ok
[INFO] [stdout] test memory::tests::test_f32 ... ok
[INFO] [stdout] test assembler::tests::test_call ... ok
[INFO] [stdout] test memory::tests::test_f64 ... ok
[INFO] [stdout] test memory::tests::test_i32 ... ok
[INFO] [stdout] test memory::tests::test_i8 ... ok
[INFO] [stdout] test memory::tests::test_i64 ... ok
[INFO] [stdout] test memory::tests::test_u64 ... ok
[INFO] [stdout] test processor::tests::test_memory ... ok
[INFO] [stdout] test processor::tests::test_memory_mut ... ok
[INFO] [stdout] test processor::tests::test_register ... ok
[INFO] [stdout] test processor::tests::test_new_processor ... ok
[INFO] [stdout] test processor::tests::test_set_flag ... ok
[INFO] [stdout] test processor::tests::test_register_mut ... ok
[INFO] [stdout] test memory::tests::test_i16 ... ok
[INFO] [stdout] test tests::test_load_instructions ... ok
[INFO] [stdout] test tests::test_destroy_processor ... ok
[INFO] [stdout] test tests::test_new_vm ... ok
[INFO] [stdout] test tests::test_processor ... ok
[INFO] [stdout] test tests::test_processor_mut ... ok
[INFO] [stdout] test tests::test_new_processor ... ok
[INFO] [stdout] test memory::tests::test_u8 ... ok
[INFO] [stdout] test memory::tests::test_u16 ... ok
[INFO] [stdout] test memory::tests::test_u32 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests vm
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::new (line 14) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::sub (line 149) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jg (line 171) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jz (line 93) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::cmp (line 109) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jnz (line 77) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jng (line 203) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jl (line 187) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jmp (line 61) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::mov (line 43) ... ok
[INFO] [stdout] test src/lib.rs - Vm::destroy_processor (line 119) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::add (line 127) ... ok
[INFO] [stdout] test src/lib.rs - Vm::new (line 35) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::call (line 27) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::compile (line 235) ... ok
[INFO] [stdout] test src/processor.rs - processor::Processor::memory (line 122) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::memory_mut (line 138) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::start (line 41) ... FAILED
[INFO] [stdout] test src/lib.rs - Vm::load_instructions (line 46) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jnl (line 219) ... ok
[INFO] [stdout] test src/processor.rs - processor::Processor::register_mut (line 104) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::set_flag (line 157) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::flag (line 186) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::register (line 86) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::new (line 23) ... FAILED
[INFO] [stdout] test src/lib.rs - Vm::processor_mut (line 151) ... ok
[INFO] [stdout] test src/lib.rs - Vm::new_processor (line 102) ... ok
[INFO] [stdout] test src/lib.rs - Vm::processor (line 134) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/processor.rs - processor::Processor::memory (line 122) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]    --> src/processor.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | use vm::Processor;
[INFO] [stdout]     |         ^^^^^^^^^ private struct
[INFO] [stdout]     |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]    --> src/lib.rs:11:5
[INFO] [stdout]     |
[INFO] [stdout]  11 | use crate::processor::Processor;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]     |
[INFO] [stdout] 124 | use vm::processor::Processor;
[INFO] [stdout]     |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/processor.rs - processor::Processor::memory_mut (line 138) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]    --> src/processor.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 | use vm::Processor;
[INFO] [stdout]     |         ^^^^^^^^^ private struct
[INFO] [stdout]     |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]    --> src/lib.rs:11:5
[INFO] [stdout]     |
[INFO] [stdout]  11 | use crate::processor::Processor;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]     |
[INFO] [stdout] 140 | use vm::processor::Processor;
[INFO] [stdout]     |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/processor.rs - processor::Processor::start (line 41) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]   --> src/processor.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::processor::Processor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]    |
[INFO] [stdout] 43 | use vm::processor::Processor;
[INFO] [stdout]    |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/processor.rs - processor::Processor::register_mut (line 104) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]    --> src/processor.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | use vm::Processor;
[INFO] [stdout]     |         ^^^^^^^^^ private struct
[INFO] [stdout]     |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]    --> src/lib.rs:11:5
[INFO] [stdout]     |
[INFO] [stdout]  11 | use crate::processor::Processor;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]     |
[INFO] [stdout] 106 | use vm::processor::Processor;
[INFO] [stdout]     |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/processor.rs - processor::Processor::set_flag (line 157) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]    --> src/processor.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 | use vm::Processor;
[INFO] [stdout]     |         ^^^^^^^^^ private struct
[INFO] [stdout]     |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]    --> src/lib.rs:11:5
[INFO] [stdout]     |
[INFO] [stdout]  11 | use crate::processor::Processor;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]     |
[INFO] [stdout] 159 | use vm::processor::Processor;
[INFO] [stdout]     |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/processor.rs - processor::Processor::flag (line 186) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]    --> src/processor.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | use vm::Processor;
[INFO] [stdout]     |         ^^^^^^^^^ private struct
[INFO] [stdout]     |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]    --> src/lib.rs:11:5
[INFO] [stdout]     |
[INFO] [stdout]  11 | use crate::processor::Processor;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]     |
[INFO] [stdout] 188 | use vm::processor::Processor;
[INFO] [stdout]     |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/processor.rs - processor::Processor::register (line 86) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]   --> src/processor.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::processor::Processor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]    |
[INFO] [stdout] 88 | use vm::processor::Processor;
[INFO] [stdout]    |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/processor.rs - processor::Processor::new (line 23) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]   --> src/processor.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::processor::Processor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: import `Processor` directly
[INFO] [stdout]    |
[INFO] [stdout] 25 | use vm::processor::Processor;
[INFO] [stdout]    |         +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/processor.rs - processor::Processor::flag (line 186)
[INFO] [stdout]     src/processor.rs - processor::Processor::memory (line 122)
[INFO] [stdout]     src/processor.rs - processor::Processor::memory_mut (line 138)
[INFO] [stdout]     src/processor.rs - processor::Processor::new (line 23)
[INFO] [stdout]     src/processor.rs - processor::Processor::register (line 86)
[INFO] [stdout]     src/processor.rs - processor::Processor::register_mut (line 104)
[INFO] [stdout]     src/processor.rs - processor::Processor::set_flag (line 157)
[INFO] [stdout]     src/processor.rs - processor::Processor::start (line 41)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 20 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a606177577c00c79bfb5317e9b44436206fd938ac83eec39ff6eee9f85cd3e31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a606177577c00c79bfb5317e9b44436206fd938ac83eec39ff6eee9f85cd3e31", kill_on_drop: false }`
[INFO] [stdout] a606177577c00c79bfb5317e9b44436206fd938ac83eec39ff6eee9f85cd3e31
