[INFO] fetching crate vm 0.1.0... [INFO] testing vm-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate vm 0.1.0 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vm 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d177281876f768e7a2e4ec5ab1f88e83d010c362765bd123b228326f49f39440 [INFO] running `Command { std: "docker" "start" "-a" "d177281876f768e7a2e4ec5ab1f88e83d010c362765bd123b228326f49f39440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d177281876f768e7a2e4ec5ab1f88e83d010c362765bd123b228326f49f39440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d177281876f768e7a2e4ec5ab1f88e83d010c362765bd123b228326f49f39440", kill_on_drop: false }` [INFO] [stdout] d177281876f768e7a2e4ec5ab1f88e83d010c362765bd123b228326f49f39440 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d43a34d53dd8e352eec42987408090af2a8bc6227d4eb75f5966983373826f5 [INFO] running `Command { std: "docker" "start" "-a" "7d43a34d53dd8e352eec42987408090af2a8bc6227d4eb75f5966983373826f5", 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, 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, 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, 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, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `Command { std: "docker" "inspect" "7d43a34d53dd8e352eec42987408090af2a8bc6227d4eb75f5966983373826f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d43a34d53dd8e352eec42987408090af2a8bc6227d4eb75f5966983373826f5", kill_on_drop: false }` [INFO] [stdout] 7d43a34d53dd8e352eec42987408090af2a8bc6227d4eb75f5966983373826f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 506218f4e9fb3757a24552a7d3813ecf49a776a22a8e5a375c37d78b95ecfafe [INFO] running `Command { std: "docker" "start" "-a" "506218f4e9fb3757a24552a7d3813ecf49a776a22a8e5a375c37d78b95ecfafe", 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, 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, 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, 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, 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, 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, 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, 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, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "506218f4e9fb3757a24552a7d3813ecf49a776a22a8e5a375c37d78b95ecfafe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "506218f4e9fb3757a24552a7d3813ecf49a776a22a8e5a375c37d78b95ecfafe", kill_on_drop: false }` [INFO] [stdout] 506218f4e9fb3757a24552a7d3813ecf49a776a22a8e5a375c37d78b95ecfafe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db85c36534ac61f9cfe60e15d3887f267df73da9a56003a9b6249ae047816b39 [INFO] running `Command { std: "docker" "start" "-a" "db85c36534ac61f9cfe60e15d3887f267df73da9a56003a9b6249ae047816b39", 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, 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, 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, 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, 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.04s [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_call ... ok [INFO] [stdout] test assembler::tests::test_cmp ... ok [INFO] [stdout] test assembler::tests::test_compile ... ok [INFO] [stdout] test assembler::tests::test_jmp ... ok [INFO] [stdout] test assembler::tests::test_jz ... ok [INFO] [stdout] test assembler::tests::test_add ... ok [INFO] [stdout] test assembler::tests::test_new_assembler ... ok [INFO] [stdout] test memory::tests::test_f32 ... ok [INFO] [stdout] test memory::tests::test_f64 ... ok [INFO] [stdout] test assembler::tests::test_mov ... ok [INFO] [stdout] test memory::tests::test_i16 ... ok [INFO] [stdout] test memory::tests::test_i64 ... ok [INFO] [stdout] test memory::tests::test_i32 ... ok [INFO] [stdout] test memory::tests::test_i8 ... ok [INFO] [stdout] test memory::tests::test_u32 ... ok [INFO] [stdout] test memory::tests::test_u64 ... ok [INFO] [stdout] test memory::tests::test_u8 ... ok [INFO] [stdout] test processor::tests::test_memory ... ok [INFO] [stdout] test processor::tests::test_memory_mut ... ok [INFO] [stdout] test processor::tests::test_new_processor ... ok [INFO] [stdout] test processor::tests::test_register_mut ... ok [INFO] [stdout] test tests::test_load_instructions ... ok [INFO] [stdout] test tests::test_new_vm ... ok [INFO] [stdout] test tests::test_new_processor ... ok [INFO] [stdout] test tests::test_destroy_processor ... ok [INFO] [stdout] test tests::test_processor ... ok [INFO] [stdout] test memory::tests::test_u16 ... ok [INFO] [stdout] test tests::test_processor_mut ... ok [INFO] [stdout] test processor::tests::test_register ... ok [INFO] [stdout] test processor::tests::test_set_flag ... ok [INFO] [stdout] test assembler::tests::test_jnz ... 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::cmp (line 109) ... 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] 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::jnz (line 77) ... ok [INFO] [stdout] test src/lib.rs - Vm::load_instructions (line 46) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jz (line 93) ... ok [INFO] [stdout] test src/lib.rs - Vm::destroy_processor (line 119) ... ok [INFO] [stdout] test src/processor.rs - processor::Processor::memory (line 122) ... FAILED [INFO] [stdout] test src/assembler.rs - assembler::Assembler::mov (line 43) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jg (line 171) ... ok [INFO] [stdout] test src/processor.rs - processor::Processor::flag (line 186) ... FAILED [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jnl (line 219) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::sub (line 149) ... ok [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/assembler.rs - assembler::Assembler::call (line 27) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::new (line 14) ... 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/processor.rs - processor::Processor::set_flag (line 157) ... FAILED [INFO] [stdout] test src/assembler.rs - assembler::Assembler::compile (line 235) ... ok [INFO] [stdout] test src/lib.rs - Vm::new_processor (line 102) ... ok [INFO] [stdout] test src/lib.rs - Vm::processor_mut (line 151) ... ok [INFO] [stdout] test src/lib.rs - Vm::processor (line 134) ... ok [INFO] [stdout] test src/processor.rs - processor::Processor::register (line 86) ... FAILED [INFO] [stdout] test src/lib.rs - Vm::new (line 35) ... 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::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::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] ---- 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::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::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] [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 0.97s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "db85c36534ac61f9cfe60e15d3887f267df73da9a56003a9b6249ae047816b39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db85c36534ac61f9cfe60e15d3887f267df73da9a56003a9b6249ae047816b39", kill_on_drop: false }` [INFO] [stdout] db85c36534ac61f9cfe60e15d3887f267df73da9a56003a9b6249ae047816b39