[INFO] fetching crate vm 0.1.0...
[INFO] testing vm-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate vm 0.1.0 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vm 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bc209be2652b984b68205857670d99811c5b595c1aed5009f8af35b256eb52a
[INFO] running `Command { std: "docker" "start" "-a" "9bc209be2652b984b68205857670d99811c5b595c1aed5009f8af35b256eb52a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bc209be2652b984b68205857670d99811c5b595c1aed5009f8af35b256eb52a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bc209be2652b984b68205857670d99811c5b595c1aed5009f8af35b256eb52a", kill_on_drop: false }`
[INFO] [stdout] 9bc209be2652b984b68205857670d99811c5b595c1aed5009f8af35b256eb52a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3b9cb9324eb2cb59c2d665b98f9e48163a35909887595d6a9e2a5acbce10afe
[INFO] running `Command { std: "docker" "start" "-a" "a3b9cb9324eb2cb59c2d665b98f9e48163a35909887595d6a9e2a5acbce10afe", 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 1.08s
[INFO] running `Command { std: "docker" "inspect" "a3b9cb9324eb2cb59c2d665b98f9e48163a35909887595d6a9e2a5acbce10afe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3b9cb9324eb2cb59c2d665b98f9e48163a35909887595d6a9e2a5acbce10afe", kill_on_drop: false }`
[INFO] [stdout] a3b9cb9324eb2cb59c2d665b98f9e48163a35909887595d6a9e2a5acbce10afe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09242c0653d983ab51450881eb477405ee440751cca52a1f5173d1c630202cfb
[INFO] running `Command { std: "docker" "start" "-a" "09242c0653d983ab51450881eb477405ee440751cca52a1f5173d1c630202cfb", 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] [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.57s
[INFO] running `Command { std: "docker" "inspect" "09242c0653d983ab51450881eb477405ee440751cca52a1f5173d1c630202cfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09242c0653d983ab51450881eb477405ee440751cca52a1f5173d1c630202cfb", kill_on_drop: false }`
[INFO] [stdout] 09242c0653d983ab51450881eb477405ee440751cca52a1f5173d1c630202cfb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6f2c99a9ee0ea48bb8f0e448263acf7e1d9e8b9675263ae368c2165d44ece680
[INFO] running `Command { std: "docker" "start" "-a" "6f2c99a9ee0ea48bb8f0e448263acf7e1d9e8b9675263ae368c2165d44ece680", 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
[INFO] [stderr] warning: `vm` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vm-ae2407761e8fac49)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test assembler::tests::test_jmp ... ok
[INFO] [stdout] test assembler::tests::test_cmp ... ok
[INFO] [stdout] test assembler::tests::test_compile ... ok
[INFO] [stdout] test assembler::tests::test_jnz ... ok
[INFO] [stdout] test assembler::tests::test_jz ... ok
[INFO] [stdout] test assembler::tests::test_call ... ok
[INFO] [stdout] test assembler::tests::test_mov ... ok
[INFO] [stdout] test assembler::tests::test_new_assembler ... ok
[INFO] [stdout] test assembler::tests::test_add ... ok
[INFO] [stdout] test memory::tests::test_f32 ... ok
[INFO] [stdout] test memory::tests::test_f64 ... ok
[INFO] [stdout] test memory::tests::test_i32 ... ok
[INFO] [stdout] test memory::tests::test_i16 ... ok
[INFO] [stdout] test memory::tests::test_i64 ... ok
[INFO] [stdout] test memory::tests::test_u16 ... ok
[INFO] [stdout] test memory::tests::test_i8 ... ok
[INFO] [stdout] test processor::tests::test_memory ... ok
[INFO] [stdout] test processor::tests::test_register_mut ... ok
[INFO] [stdout] test processor::tests::test_set_flag ... ok
[INFO] [stdout] test tests::test_load_instructions ... ok
[INFO] [stdout] test tests::test_new_processor ... ok
[INFO] [stdout] test memory::tests::test_u8 ... ok
[INFO] [stdout] test processor::tests::test_new_processor ... ok
[INFO] [stdout] test memory::tests::test_u64 ... ok
[INFO] [stdout] test tests::test_processor_mut ... ok
[INFO] [stdout] test tests::test_new_vm ... ok
[INFO] [stdout] test processor::tests::test_memory_mut ... ok
[INFO] [stdout] test tests::test_processor ... ok
[INFO] [stdout] test memory::tests::test_u32 ... ok
[INFO] [stdout] test processor::tests::test_register ... ok
[INFO] [stdout] test tests::test_destroy_processor ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests vm
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jl (line 187) ... 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::jnl (line 219) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::mov (line 43) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jnz (line 77) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::compile (line 235) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::call (line 27) ... ok
[INFO] [stdout] test src/processor.rs - processor::Processor::memory (line 122) ... FAILED
[INFO] [stdout] test src/lib.rs - Vm::destroy_processor (line 119) ... ok
[INFO] [stdout] test src/processor.rs - processor::Processor::register (line 86) ... FAILED
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::sub (line 149) ... ok
[INFO] [stdout] test src/lib.rs - Vm::processor_mut (line 151) ... ok
[INFO] [stdout] test src/processor.rs - processor::Processor::register_mut (line 104) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::new (line 23) ... FAILED
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::cmp (line 109) ... ok
[INFO] [stdout] test src/lib.rs - Vm::load_instructions (line 46) ... ok
[INFO] [stdout] test src/lib.rs - Vm::new_processor (line 102) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jmp (line 61) ... ok
[INFO] [stdout] test src/lib.rs - Vm::new (line 35) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::new (line 14) ... ok
[INFO] [stdout] test src/processor.rs - processor::Processor::flag (line 186) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::memory_mut (line 138) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::set_flag (line 157) ... FAILED
[INFO] [stdout] test src/processor.rs - processor::Processor::start (line 41) ... FAILED
[INFO] [stdout] test src/lib.rs - Vm::processor (line 134) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::add (line 127) ... ok
[INFO] [stdout] test src/assembler.rs - assembler::Assembler::jng (line 203) ... 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]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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::memory_mut (line 138) stdout ----
[INFO] [stdout] error[E0603]: struct `Processor` is private
[INFO] [stdout]   --> src/processor.rs:140:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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]  5 | use vm::Processor;
[INFO] [stdout]    |         ^^^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Processor` is defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/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]  5 | 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.82s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6f2c99a9ee0ea48bb8f0e448263acf7e1d9e8b9675263ae368c2165d44ece680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f2c99a9ee0ea48bb8f0e448263acf7e1d9e8b9675263ae368c2165d44ece680", kill_on_drop: false }`
[INFO] [stdout] 6f2c99a9ee0ea48bb8f0e448263acf7e1d9e8b9675263ae368c2165d44ece680
