[INFO] fetching crate vm 0.1.0... [INFO] testing vm-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate vm 0.1.0 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vm 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f4539ee5b98146a3d5e05bccfca4a5392bb3c584cc8fa1657eaf32f963ee0a4 [INFO] running `Command { std: "docker" "start" "-a" "1f4539ee5b98146a3d5e05bccfca4a5392bb3c584cc8fa1657eaf32f963ee0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f4539ee5b98146a3d5e05bccfca4a5392bb3c584cc8fa1657eaf32f963ee0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f4539ee5b98146a3d5e05bccfca4a5392bb3c584cc8fa1657eaf32f963ee0a4", kill_on_drop: false }` [INFO] [stdout] 1f4539ee5b98146a3d5e05bccfca4a5392bb3c584cc8fa1657eaf32f963ee0a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e0678d89d438990cabe0c35c5870a9991ab9424b5e0ce42cbaff4a5c67f5694d [INFO] running `Command { std: "docker" "start" "-a" "e0678d89d438990cabe0c35c5870a9991ab9424b5e0ce42cbaff4a5c67f5694d", 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 1.06s [INFO] running `Command { std: "docker" "inspect" "e0678d89d438990cabe0c35c5870a9991ab9424b5e0ce42cbaff4a5c67f5694d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0678d89d438990cabe0c35c5870a9991ab9424b5e0ce42cbaff4a5c67f5694d", kill_on_drop: false }` [INFO] [stdout] e0678d89d438990cabe0c35c5870a9991ab9424b5e0ce42cbaff4a5c67f5694d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03f321138bc385921da228af0c8fe0b756f5985d1b76e975c30ae7792ee367eb [INFO] running `Command { std: "docker" "start" "-a" "03f321138bc385921da228af0c8fe0b756f5985d1b76e975c30ae7792ee367eb", 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 1.27s [INFO] running `Command { std: "docker" "inspect" "03f321138bc385921da228af0c8fe0b756f5985d1b76e975c30ae7792ee367eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03f321138bc385921da228af0c8fe0b756f5985d1b76e975c30ae7792ee367eb", kill_on_drop: false }` [INFO] [stdout] 03f321138bc385921da228af0c8fe0b756f5985d1b76e975c30ae7792ee367eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0a871e03a37b9808d3ab34616f52dec9795192e8ff5cd135a72c3c6f810d44ad [INFO] running `Command { std: "docker" "start" "-a" "0a871e03a37b9808d3ab34616f52dec9795192e8ff5cd135a72c3c6f810d44ad", 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.01s [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_call ... ok [INFO] [stdout] test assembler::tests::test_compile ... ok [INFO] [stdout] test assembler::tests::test_cmp ... ok [INFO] [stdout] test assembler::tests::test_jz ... 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_jmp ... ok [INFO] [stdout] test memory::tests::test_f64 ... ok [INFO] [stdout] test memory::tests::test_i16 ... ok [INFO] [stdout] test assembler::tests::test_jnz ... ok [INFO] [stdout] test memory::tests::test_i32 ... ok [INFO] [stdout] test memory::tests::test_i64 ... ok [INFO] [stdout] test memory::tests::test_i8 ... ok [INFO] [stdout] test memory::tests::test_u16 ... ok [INFO] [stdout] test memory::tests::test_u64 ... ok [INFO] [stdout] test memory::tests::test_u32 ... ok [INFO] [stdout] test processor::tests::test_memory ... ok [INFO] [stdout] test memory::tests::test_u8 ... 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 processor::tests::test_register ... ok [INFO] [stdout] test processor::tests::test_set_flag ... ok [INFO] [stdout] test tests::test_destroy_processor ... ok [INFO] [stdout] test tests::test_load_instructions ... ok [INFO] [stdout] test tests::test_new_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] [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::jg (line 171) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jl (line 187) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::call (line 27) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jng (line 203) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::compile (line 235) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::add (line 127) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jmp (line 61) ... 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::sub (line 149) ... ok [INFO] [stdout] test src/lib.rs - Vm::new_processor (line 102) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jnz (line 77) ... ok [INFO] [stdout] test src/lib.rs - Vm::new (line 35) ... ok [INFO] [stdout] test src/lib.rs - Vm::destroy_processor (line 119) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::jz (line 93) ... ok [INFO] [stdout] test src/lib.rs - Vm::load_instructions (line 46) ... ok [INFO] [stdout] test src/lib.rs - Vm::processor (line 134) ... ok [INFO] [stdout] test src/assembler.rs - assembler::Assembler::new (line 14) ... 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::register_mut (line 104) ... FAILED [INFO] [stdout] test src/processor.rs - processor::Processor::register (line 86) ... FAILED [INFO] [stdout] test src/processor.rs - processor::Processor::flag (line 186) ... FAILED [INFO] [stdout] test src/processor.rs - processor::Processor::start (line 41) ... 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/processor.rs - processor::Processor::set_flag (line 157) ... FAILED [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::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::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::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::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::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::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] [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.48s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "0a871e03a37b9808d3ab34616f52dec9795192e8ff5cd135a72c3c6f810d44ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a871e03a37b9808d3ab34616f52dec9795192e8ff5cd135a72c3c6f810d44ad", kill_on_drop: false }` [INFO] [stdout] 0a871e03a37b9808d3ab34616f52dec9795192e8ff5cd135a72c3c6f810d44ad