Nov 18 01:54:34.655 INFO testing reustmann-0.1.2 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 01:54:34.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 01:54:34.819 INFO [stdout] 395f1a116b338d4125da015639348129adf0878e4b604b81d1378b63aeee5985 Nov 18 01:54:34.821 INFO running `"docker" "start" "-a" "395f1a116b338d4125da015639348129adf0878e4b604b81d1378b63aeee5985"` Nov 18 01:54:35.284 INFO [stderr] usermod: no changes Nov 18 01:54:35.331 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 01:54:35.331 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 01:54:35.331 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 01:54:35.331 INFO [stderr] files will be included as a binary target: Nov 18 01:54:35.331 INFO [stderr] Nov 18 01:54:35.331 INFO [stderr] * /source/src/bin/sink_debug.rs Nov 18 01:54:35.331 INFO [stderr] * /source/src/bin/debugger_error.rs Nov 18 01:54:35.331 INFO [stderr] * /source/src/bin/display.rs Nov 18 01:54:35.331 INFO [stderr] * /source/src/bin/debugger.rs Nov 18 01:54:35.331 INFO [stderr] * /source/src/bin/command.rs Nov 18 01:54:35.331 INFO [stderr] * /source/src/bin/main.rs Nov 18 01:54:35.331 INFO [stderr] Nov 18 01:54:35.331 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 01:54:35.331 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 01:54:35.331 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 01:54:35.331 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 01:54:35.331 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 01:54:35.331 INFO [stderr] Nov 18 01:54:35.331 INFO [stderr] For more information on this warning you can consult Nov 18 01:54:35.331 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 01:54:35.331 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Nov 18 01:54:35.331 INFO [stderr] please set bin.path in Cargo.toml Nov 18 01:54:35.331 INFO [stderr] Compiling colorify v0.2.3 Nov 18 01:54:35.331 INFO [stderr] Compiling rustyline v0.2.3 Nov 18 01:54:37.423 INFO [stderr] Compiling reustmann v0.1.2 (/source) Nov 18 01:54:37.744 INFO [stderr] warning: unused import: `memory::OpCodes` Nov 18 01:54:37.744 INFO [stderr] --> src/program.rs:1:5 Nov 18 01:54:37.744 INFO [stderr] | Nov 18 01:54:37.744 INFO [stderr] 1 | use memory::OpCodes; Nov 18 01:54:37.744 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 18 01:54:37.744 INFO [stderr] | Nov 18 01:54:37.744 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:37.744 INFO [stderr] Nov 18 01:54:37.915 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:37.915 INFO [stderr] --> src/program.rs:27:17 Nov 18 01:54:37.916 INFO [stderr] | Nov 18 01:54:37.916 INFO [stderr] 27 | let endl = '\n' as u8; Nov 18 01:54:37.916 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:37.917 INFO [stderr] | Nov 18 01:54:37.917 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 18 01:54:37.917 INFO [stderr] Nov 18 01:54:37.917 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:37.918 INFO [stderr] --> src/program.rs:28:26 Nov 18 01:54:37.918 INFO [stderr] | Nov 18 01:54:37.918 INFO [stderr] 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Nov 18 01:54:37.918 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:37.919 INFO [stderr] Nov 18 01:54:37.953 INFO [stderr] warning: method is never used: `trunc` Nov 18 01:54:37.953 INFO [stderr] --> src/interpreter.rs:121:5 Nov 18 01:54:37.953 INFO [stderr] | Nov 18 01:54:37.953 INFO [stderr] 121 | fn trunc(&self, val: u8) -> u8 { Nov 18 01:54:37.953 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:37.953 INFO [stderr] | Nov 18 01:54:37.953 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:37.953 INFO [stderr] Nov 18 01:54:38.767 INFO [stderr] warning: unused import: `alphanumeric` Nov 18 01:54:38.767 INFO [stderr] --> src/bin/command.rs:3:39 Nov 18 01:54:38.767 INFO [stderr] | Nov 18 01:54:38.767 INFO [stderr] 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Nov 18 01:54:38.767 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 01:54:38.767 INFO [stderr] | Nov 18 01:54:38.767 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:38.767 INFO [stderr] Nov 18 01:54:38.768 INFO [stderr] warning: unused import: `sink_debug::sink_debug` Nov 18 01:54:38.768 INFO [stderr] --> src/bin/main.rs:17:5 Nov 18 01:54:38.768 INFO [stderr] | Nov 18 01:54:38.768 INFO [stderr] 17 | use sink_debug::sink_debug; Nov 18 01:54:38.768 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:38.768 INFO [stderr] Nov 18 01:54:38.769 INFO [stderr] warning: unused import: `std::io::empty` Nov 18 01:54:38.769 INFO [stderr] --> src/bin/main.rs:18:5 Nov 18 01:54:38.769 INFO [stderr] | Nov 18 01:54:38.769 INFO [stderr] 18 | use std::io::empty; Nov 18 01:54:38.769 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 18 01:54:38.769 INFO [stderr] Nov 18 01:54:39.172 INFO [stderr] warning: struct is never constructed: `SinkDebug` Nov 18 01:54:39.172 INFO [stderr] --> src/bin/sink_debug.rs:8:1 Nov 18 01:54:39.172 INFO [stderr] | Nov 18 01:54:39.172 INFO [stderr] 8 | pub struct SinkDebug(Sink); Nov 18 01:54:39.172 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:39.172 INFO [stderr] | Nov 18 01:54:39.172 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:39.172 INFO [stderr] Nov 18 01:54:39.172 INFO [stderr] warning: function is never used: `sink_debug` Nov 18 01:54:39.172 INFO [stderr] --> src/bin/sink_debug.rs:12:1 Nov 18 01:54:39.172 INFO [stderr] | Nov 18 01:54:39.172 INFO [stderr] 12 | pub fn sink_debug() -> SinkDebug { Nov 18 01:54:39.172 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:39.172 INFO [stderr] Nov 18 01:54:39.964 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.66s Nov 18 01:54:39.968 INFO [stderr] su: No module specific data is present Nov 18 01:54:40.272 INFO running `"docker" "inspect" "395f1a116b338d4125da015639348129adf0878e4b604b81d1378b63aeee5985"` Nov 18 01:54:40.396 INFO running `"docker" "rm" "-f" "395f1a116b338d4125da015639348129adf0878e4b604b81d1378b63aeee5985"` Nov 18 01:54:40.520 INFO [stdout] 395f1a116b338d4125da015639348129adf0878e4b604b81d1378b63aeee5985 Nov 18 01:54:40.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 01:54:40.717 INFO [stdout] fc5e66c5e93cb579949041f9c4d8558628cbe52f98a6337d369ea446ae66daa5 Nov 18 01:54:40.718 INFO running `"docker" "start" "-a" "fc5e66c5e93cb579949041f9c4d8558628cbe52f98a6337d369ea446ae66daa5"` Nov 18 01:54:41.277 INFO [stderr] usermod: no changes Nov 18 01:54:41.315 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 01:54:41.315 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 01:54:41.315 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 01:54:41.315 INFO [stderr] files will be included as a binary target: Nov 18 01:54:41.315 INFO [stderr] Nov 18 01:54:41.315 INFO [stderr] * /source/src/bin/sink_debug.rs Nov 18 01:54:41.315 INFO [stderr] * /source/src/bin/debugger_error.rs Nov 18 01:54:41.315 INFO [stderr] * /source/src/bin/display.rs Nov 18 01:54:41.315 INFO [stderr] * /source/src/bin/debugger.rs Nov 18 01:54:41.315 INFO [stderr] * /source/src/bin/command.rs Nov 18 01:54:41.315 INFO [stderr] * /source/src/bin/main.rs Nov 18 01:54:41.315 INFO [stderr] Nov 18 01:54:41.315 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 01:54:41.315 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 01:54:41.315 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 01:54:41.315 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 01:54:41.315 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 01:54:41.315 INFO [stderr] Nov 18 01:54:41.315 INFO [stderr] For more information on this warning you can consult Nov 18 01:54:41.315 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 01:54:41.315 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Nov 18 01:54:41.315 INFO [stderr] please set bin.path in Cargo.toml Nov 18 01:54:41.331 INFO [stderr] Compiling reustmann v0.1.2 (/source) Nov 18 01:54:41.871 INFO [stderr] warning: unused import: `memory::OpCodes` Nov 18 01:54:41.871 INFO [stderr] --> src/program.rs:1:5 Nov 18 01:54:41.871 INFO [stderr] | Nov 18 01:54:41.871 INFO [stderr] 1 | use memory::OpCodes; Nov 18 01:54:41.871 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 18 01:54:41.871 INFO [stderr] | Nov 18 01:54:41.871 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:41.871 INFO [stderr] Nov 18 01:54:42.047 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:42.047 INFO [stderr] --> src/program.rs:27:17 Nov 18 01:54:42.047 INFO [stderr] | Nov 18 01:54:42.047 INFO [stderr] 27 | let endl = '\n' as u8; Nov 18 01:54:42.047 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:42.047 INFO [stderr] | Nov 18 01:54:42.047 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 18 01:54:42.047 INFO [stderr] Nov 18 01:54:42.047 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:42.047 INFO [stderr] --> src/program.rs:28:26 Nov 18 01:54:42.047 INFO [stderr] | Nov 18 01:54:42.047 INFO [stderr] 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Nov 18 01:54:42.047 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:42.047 INFO [stderr] Nov 18 01:54:42.105 INFO [stderr] warning: method is never used: `trunc` Nov 18 01:54:42.105 INFO [stderr] --> src/interpreter.rs:121:5 Nov 18 01:54:42.105 INFO [stderr] | Nov 18 01:54:42.105 INFO [stderr] 121 | fn trunc(&self, val: u8) -> u8 { Nov 18 01:54:42.105 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:42.105 INFO [stderr] | Nov 18 01:54:42.105 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:42.105 INFO [stderr] Nov 18 01:54:42.139 INFO [stderr] warning: unused import: `alphanumeric` Nov 18 01:54:42.139 INFO [stderr] --> src/bin/command.rs:3:39 Nov 18 01:54:42.139 INFO [stderr] | Nov 18 01:54:42.139 INFO [stderr] 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Nov 18 01:54:42.139 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 01:54:42.139 INFO [stderr] | Nov 18 01:54:42.139 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:42.139 INFO [stderr] Nov 18 01:54:42.139 INFO [stderr] warning: unused import: `sink_debug::sink_debug` Nov 18 01:54:42.139 INFO [stderr] --> src/bin/main.rs:17:5 Nov 18 01:54:42.139 INFO [stderr] | Nov 18 01:54:42.139 INFO [stderr] 17 | use sink_debug::sink_debug; Nov 18 01:54:42.139 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:42.139 INFO [stderr] Nov 18 01:54:42.139 INFO [stderr] warning: unused import: `std::io::empty` Nov 18 01:54:42.139 INFO [stderr] --> src/bin/main.rs:18:5 Nov 18 01:54:42.139 INFO [stderr] | Nov 18 01:54:42.139 INFO [stderr] 18 | use std::io::empty; Nov 18 01:54:42.139 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 18 01:54:42.139 INFO [stderr] Nov 18 01:54:42.679 INFO [stderr] warning: struct is never constructed: `SinkDebug` Nov 18 01:54:42.680 INFO [stderr] --> src/bin/sink_debug.rs:8:1 Nov 18 01:54:42.680 INFO [stderr] | Nov 18 01:54:42.683 INFO [stderr] 8 | pub struct SinkDebug(Sink); Nov 18 01:54:42.683 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:42.683 INFO [stderr] | Nov 18 01:54:42.683 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:42.683 INFO [stderr] Nov 18 01:54:42.683 INFO [stderr] warning: function is never used: `sink_debug` Nov 18 01:54:42.683 INFO [stderr] --> src/bin/sink_debug.rs:12:1 Nov 18 01:54:42.683 INFO [stderr] | Nov 18 01:54:42.683 INFO [stderr] 12 | pub fn sink_debug() -> SinkDebug { Nov 18 01:54:42.683 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:42.683 INFO [stderr] Nov 18 01:54:43.079 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.78s Nov 18 01:54:43.080 INFO [stderr] su: No module specific data is present Nov 18 01:54:43.756 INFO running `"docker" "inspect" "fc5e66c5e93cb579949041f9c4d8558628cbe52f98a6337d369ea446ae66daa5"` Nov 18 01:54:44.139 INFO running `"docker" "rm" "-f" "fc5e66c5e93cb579949041f9c4d8558628cbe52f98a6337d369ea446ae66daa5"` Nov 18 01:54:44.443 INFO [stdout] fc5e66c5e93cb579949041f9c4d8558628cbe52f98a6337d369ea446ae66daa5 Nov 18 01:54:44.449 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 01:54:44.827 INFO [stdout] 7bd677cef36a2479d35c7b395b2aaebde064d34e13fa7aa90abef8e25e331170 Nov 18 01:54:44.829 INFO running `"docker" "start" "-a" "7bd677cef36a2479d35c7b395b2aaebde064d34e13fa7aa90abef8e25e331170"` Nov 18 01:54:46.439 INFO [stderr] usermod: no changes Nov 18 01:54:46.515 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 01:54:46.515 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 01:54:46.515 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 01:54:46.515 INFO [stderr] files will be included as a binary target: Nov 18 01:54:46.515 INFO [stderr] Nov 18 01:54:46.515 INFO [stderr] * /source/src/bin/sink_debug.rs Nov 18 01:54:46.515 INFO [stderr] * /source/src/bin/debugger_error.rs Nov 18 01:54:46.515 INFO [stderr] * /source/src/bin/display.rs Nov 18 01:54:46.515 INFO [stderr] * /source/src/bin/debugger.rs Nov 18 01:54:46.515 INFO [stderr] * /source/src/bin/command.rs Nov 18 01:54:46.515 INFO [stderr] * /source/src/bin/main.rs Nov 18 01:54:46.515 INFO [stderr] Nov 18 01:54:46.515 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 01:54:46.515 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 01:54:46.515 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 01:54:46.515 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 01:54:46.515 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 01:54:46.515 INFO [stderr] Nov 18 01:54:46.515 INFO [stderr] For more information on this warning you can consult Nov 18 01:54:46.515 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 01:54:46.515 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Nov 18 01:54:46.515 INFO [stderr] please set bin.path in Cargo.toml Nov 18 01:54:46.553 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Nov 18 01:54:46.567 INFO [stdout] Nov 18 01:54:46.567 INFO [stdout] running 0 tests Nov 18 01:54:46.567 INFO [stdout] Nov 18 01:54:46.567 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 01:54:46.567 INFO [stdout] Nov 18 01:54:46.567 INFO [stdout] Nov 18 01:54:46.567 INFO [stdout] running 0 tests Nov 18 01:54:46.567 INFO [stdout] Nov 18 01:54:46.567 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 01:54:46.567 INFO [stdout] Nov 18 01:54:46.567 INFO [stderr] Running /target/debug/deps/reustmann-275ae6029ae458b7 Nov 18 01:54:46.567 INFO [stderr] Running /target/debug/deps/reustmann-482612ba7c39febf Nov 18 01:54:46.567 INFO [stderr] Doc-tests reustmann Nov 18 01:54:47.264 INFO [stdout] Nov 18 01:54:47.264 INFO [stdout] running 52 tests Nov 18 01:54:47.264 INFO [stdout] test src/instruction/mod.rs - instruction (line 26) ... ignored Nov 18 01:54:47.264 INFO [stdout] test src/instruction/mod.rs - instruction (line 45) ... ignored Nov 18 01:54:47.264 INFO [stdout] test src/instruction/mod.rs - instruction (line 57) ... ignored Nov 18 01:54:47.264 INFO [stdout] test src/instruction/mod.rs - instruction (line 7) ... ignored Nov 18 01:54:47.264 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Add (line 264) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::And (line 349) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Beq (line 436) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bge (line 475) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bgt (line 449) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Blt (line 462) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bnz (line 423) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::BraN (line 524) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::BraP (line 542) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bz (line 408) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Dec (line 299) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Div (line 323) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Dup (line 161) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::EndL (line 505) ... ignored Nov 18 01:54:47.266 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::In (line 122) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Inc (line 288) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Loop (line 488) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Mul (line 310) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Nop (line 93) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Not (line 395) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Or (line 361) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Out (line 138) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Pop (line 150) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PopPc (line 186) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PopSp (line 197) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Push0 (line 252) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PushNz (line 227) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PushPc (line 174) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Reset (line 104) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Shl (line 373) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Shr (line 384) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip1 (line 569) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip2 (line 580) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip3 (line 591) ... ignored Nov 18 01:54:47.267 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip4 (line 602) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip5 (line 613) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip6 (line 624) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip7 (line 635) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip8 (line 646) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip9 (line 657) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::SpTgt (line 213) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Sub (line 276) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Swap (line 239) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Target (line 558) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Xor (line 337) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/lib.rs - (line 102) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/lib.rs - (line 114) ... ignored Nov 18 01:54:47.268 INFO [stdout] test src/lib.rs - (line 34) ... ignored Nov 18 01:54:47.268 INFO [stdout] Nov 18 01:54:47.268 INFO [stdout] test result: ok. 0 passed; 0 failed; 52 ignored; 0 measured; 0 filtered out Nov 18 01:54:47.268 INFO [stdout] Nov 18 01:54:47.281 INFO [stderr] su: No module specific data is present Nov 18 01:54:47.959 INFO running `"docker" "inspect" "7bd677cef36a2479d35c7b395b2aaebde064d34e13fa7aa90abef8e25e331170"` Nov 18 01:54:48.205 INFO running `"docker" "rm" "-f" "7bd677cef36a2479d35c7b395b2aaebde064d34e13fa7aa90abef8e25e331170"` Nov 18 01:54:48.371 INFO [stdout] 7bd677cef36a2479d35c7b395b2aaebde064d34e13fa7aa90abef8e25e331170