Nov 18 01:54:34.360 INFO testing reustmann-0.1.2 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 01:54:34.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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.561 INFO [stdout] 6b6a414d25372b6d804b3d7d7af19d39f75225712082cf708ae101e7f02a2074 Nov 18 01:54:34.562 INFO running `"docker" "start" "-a" "6b6a414d25372b6d804b3d7d7af19d39f75225712082cf708ae101e7f02a2074"` Nov 18 01:54:34.977 INFO [stderr] usermod: no changes Nov 18 01:54:35.001 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 01:54:35.001 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 01:54:35.001 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 01:54:35.001 INFO [stderr] files will be included as a binary target: Nov 18 01:54:35.001 INFO [stderr] Nov 18 01:54:35.001 INFO [stderr] * /source/src/bin/sink_debug.rs Nov 18 01:54:35.001 INFO [stderr] * /source/src/bin/debugger_error.rs Nov 18 01:54:35.001 INFO [stderr] * /source/src/bin/display.rs Nov 18 01:54:35.001 INFO [stderr] * /source/src/bin/debugger.rs Nov 18 01:54:35.001 INFO [stderr] * /source/src/bin/command.rs Nov 18 01:54:35.001 INFO [stderr] * /source/src/bin/main.rs Nov 18 01:54:35.001 INFO [stderr] Nov 18 01:54:35.001 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 01:54:35.001 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 01:54:35.001 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 01:54:35.001 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 01:54:35.001 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 01:54:35.001 INFO [stderr] Nov 18 01:54:35.001 INFO [stderr] For more information on this warning you can consult Nov 18 01:54:35.001 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 01:54:35.001 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Nov 18 01:54:35.001 INFO [stderr] please set bin.path in Cargo.toml Nov 18 01:54:35.019 INFO [stderr] Compiling colorify v0.2.3 Nov 18 01:54:35.021 INFO [stderr] Compiling rustyline v0.2.3 Nov 18 01:54:37.058 INFO [stderr] Compiling reustmann v0.1.2 (/source) Nov 18 01:54:37.388 INFO [stderr] warning: unused import: `memory::OpCodes` Nov 18 01:54:37.388 INFO [stderr] --> src/program.rs:1:5 Nov 18 01:54:37.388 INFO [stderr] | Nov 18 01:54:37.388 INFO [stderr] 1 | use memory::OpCodes; Nov 18 01:54:37.388 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 18 01:54:37.388 INFO [stderr] | Nov 18 01:54:37.388 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:37.388 INFO [stderr] Nov 18 01:54:37.539 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:37.539 INFO [stderr] --> src/program.rs:27:17 Nov 18 01:54:37.539 INFO [stderr] | Nov 18 01:54:37.539 INFO [stderr] 27 | let endl = '\n' as u8; Nov 18 01:54:37.539 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:37.539 INFO [stderr] | Nov 18 01:54:37.539 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 18 01:54:37.539 INFO [stderr] Nov 18 01:54:37.539 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:37.540 INFO [stderr] --> src/program.rs:28:26 Nov 18 01:54:37.540 INFO [stderr] | Nov 18 01:54:37.540 INFO [stderr] 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Nov 18 01:54:37.540 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:37.540 INFO [stderr] Nov 18 01:54:37.585 INFO [stderr] warning: method is never used: `trunc` Nov 18 01:54:37.585 INFO [stderr] --> src/interpreter.rs:121:5 Nov 18 01:54:37.585 INFO [stderr] | Nov 18 01:54:37.585 INFO [stderr] 121 | fn trunc(&self, val: u8) -> u8 { Nov 18 01:54:37.585 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:37.585 INFO [stderr] | Nov 18 01:54:37.585 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:37.585 INFO [stderr] Nov 18 01:54:38.313 INFO [stderr] warning: unused import: `alphanumeric` Nov 18 01:54:38.313 INFO [stderr] --> src/bin/command.rs:3:39 Nov 18 01:54:38.313 INFO [stderr] | Nov 18 01:54:38.313 INFO [stderr] 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Nov 18 01:54:38.313 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 01:54:38.313 INFO [stderr] | Nov 18 01:54:38.313 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:38.313 INFO [stderr] Nov 18 01:54:38.314 INFO [stderr] warning: unused import: `sink_debug::sink_debug` Nov 18 01:54:38.314 INFO [stderr] --> src/bin/main.rs:17:5 Nov 18 01:54:38.314 INFO [stderr] | Nov 18 01:54:38.314 INFO [stderr] 17 | use sink_debug::sink_debug; Nov 18 01:54:38.314 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:38.314 INFO [stderr] Nov 18 01:54:38.314 INFO [stderr] warning: unused import: `std::io::empty` Nov 18 01:54:38.314 INFO [stderr] --> src/bin/main.rs:18:5 Nov 18 01:54:38.314 INFO [stderr] | Nov 18 01:54:38.314 INFO [stderr] 18 | use std::io::empty; Nov 18 01:54:38.314 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 18 01:54:38.314 INFO [stderr] Nov 18 01:54:38.683 INFO [stderr] warning: struct is never constructed: `SinkDebug` Nov 18 01:54:38.683 INFO [stderr] --> src/bin/sink_debug.rs:8:1 Nov 18 01:54:38.684 INFO [stderr] | Nov 18 01:54:38.684 INFO [stderr] 8 | pub struct SinkDebug(Sink); Nov 18 01:54:38.684 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:38.685 INFO [stderr] | Nov 18 01:54:38.685 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:38.685 INFO [stderr] Nov 18 01:54:38.686 INFO [stderr] warning: function is never used: `sink_debug` Nov 18 01:54:38.686 INFO [stderr] --> src/bin/sink_debug.rs:12:1 Nov 18 01:54:38.686 INFO [stderr] | Nov 18 01:54:38.686 INFO [stderr] 12 | pub fn sink_debug() -> SinkDebug { Nov 18 01:54:38.687 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:38.687 INFO [stderr] Nov 18 01:54:39.456 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.46s Nov 18 01:54:39.463 INFO [stderr] su: No module specific data is present Nov 18 01:54:39.838 INFO running `"docker" "inspect" "6b6a414d25372b6d804b3d7d7af19d39f75225712082cf708ae101e7f02a2074"` Nov 18 01:54:39.953 INFO running `"docker" "rm" "-f" "6b6a414d25372b6d804b3d7d7af19d39f75225712082cf708ae101e7f02a2074"` Nov 18 01:54:40.029 INFO [stdout] 6b6a414d25372b6d804b3d7d7af19d39f75225712082cf708ae101e7f02a2074 Nov 18 01:54:40.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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.230 INFO [stdout] 2cc05a8ef0a1cd26f25603cdc153ed8189e88aa8fc1d57fa56d069373b298caa Nov 18 01:54:40.232 INFO running `"docker" "start" "-a" "2cc05a8ef0a1cd26f25603cdc153ed8189e88aa8fc1d57fa56d069373b298caa"` Nov 18 01:54:40.658 INFO [stderr] usermod: no changes Nov 18 01:54:40.683 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 01:54:40.683 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 01:54:40.683 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 01:54:40.683 INFO [stderr] files will be included as a binary target: Nov 18 01:54:40.683 INFO [stderr] Nov 18 01:54:40.683 INFO [stderr] * /source/src/bin/sink_debug.rs Nov 18 01:54:40.683 INFO [stderr] * /source/src/bin/debugger_error.rs Nov 18 01:54:40.683 INFO [stderr] * /source/src/bin/display.rs Nov 18 01:54:40.683 INFO [stderr] * /source/src/bin/debugger.rs Nov 18 01:54:40.683 INFO [stderr] * /source/src/bin/command.rs Nov 18 01:54:40.683 INFO [stderr] * /source/src/bin/main.rs Nov 18 01:54:40.683 INFO [stderr] Nov 18 01:54:40.683 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 01:54:40.683 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 01:54:40.683 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 01:54:40.683 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 01:54:40.683 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 01:54:40.683 INFO [stderr] Nov 18 01:54:40.683 INFO [stderr] For more information on this warning you can consult Nov 18 01:54:40.683 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 01:54:40.683 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Nov 18 01:54:40.683 INFO [stderr] please set bin.path in Cargo.toml Nov 18 01:54:40.717 INFO [stderr] Compiling reustmann v0.1.2 (/source) Nov 18 01:54:41.028 INFO [stderr] warning: unused import: `memory::OpCodes` Nov 18 01:54:41.029 INFO [stderr] --> src/program.rs:1:5 Nov 18 01:54:41.029 INFO [stderr] | Nov 18 01:54:41.029 INFO [stderr] 1 | use memory::OpCodes; Nov 18 01:54:41.029 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 18 01:54:41.029 INFO [stderr] | Nov 18 01:54:41.029 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:41.029 INFO [stderr] Nov 18 01:54:41.166 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:41.166 INFO [stderr] --> src/program.rs:27:17 Nov 18 01:54:41.166 INFO [stderr] | Nov 18 01:54:41.166 INFO [stderr] 27 | let endl = '\n' as u8; Nov 18 01:54:41.167 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:41.167 INFO [stderr] | Nov 18 01:54:41.167 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 18 01:54:41.167 INFO [stderr] Nov 18 01:54:41.167 INFO [stderr] warning: unused variable: `endl` Nov 18 01:54:41.167 INFO [stderr] --> src/program.rs:28:26 Nov 18 01:54:41.167 INFO [stderr] | Nov 18 01:54:41.167 INFO [stderr] 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Nov 18 01:54:41.167 INFO [stderr] | ^^^^ help: consider using `_endl` instead Nov 18 01:54:41.167 INFO [stderr] Nov 18 01:54:41.194 INFO [stderr] warning: unused import: `alphanumeric` Nov 18 01:54:41.194 INFO [stderr] --> src/bin/command.rs:3:39 Nov 18 01:54:41.194 INFO [stderr] | Nov 18 01:54:41.194 INFO [stderr] 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Nov 18 01:54:41.194 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 01:54:41.194 INFO [stderr] | Nov 18 01:54:41.194 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 01:54:41.194 INFO [stderr] Nov 18 01:54:41.196 INFO [stderr] warning: unused import: `sink_debug::sink_debug` Nov 18 01:54:41.196 INFO [stderr] --> src/bin/main.rs:17:5 Nov 18 01:54:41.196 INFO [stderr] | Nov 18 01:54:41.196 INFO [stderr] 17 | use sink_debug::sink_debug; Nov 18 01:54:41.196 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:41.196 INFO [stderr] Nov 18 01:54:41.196 INFO [stderr] warning: unused import: `std::io::empty` Nov 18 01:54:41.196 INFO [stderr] --> src/bin/main.rs:18:5 Nov 18 01:54:41.196 INFO [stderr] | Nov 18 01:54:41.196 INFO [stderr] 18 | use std::io::empty; Nov 18 01:54:41.196 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 18 01:54:41.196 INFO [stderr] Nov 18 01:54:41.215 INFO [stderr] warning: method is never used: `trunc` Nov 18 01:54:41.215 INFO [stderr] --> src/interpreter.rs:121:5 Nov 18 01:54:41.215 INFO [stderr] | Nov 18 01:54:41.215 INFO [stderr] 121 | fn trunc(&self, val: u8) -> u8 { Nov 18 01:54:41.215 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:41.215 INFO [stderr] | Nov 18 01:54:41.215 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:41.215 INFO [stderr] Nov 18 01:54:41.631 INFO [stderr] warning: struct is never constructed: `SinkDebug` Nov 18 01:54:41.632 INFO [stderr] --> src/bin/sink_debug.rs:8:1 Nov 18 01:54:41.632 INFO [stderr] | Nov 18 01:54:41.632 INFO [stderr] 8 | pub struct SinkDebug(Sink); Nov 18 01:54:41.632 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:41.632 INFO [stderr] | Nov 18 01:54:41.633 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 01:54:41.633 INFO [stderr] Nov 18 01:54:41.633 INFO [stderr] warning: function is never used: `sink_debug` Nov 18 01:54:41.633 INFO [stderr] --> src/bin/sink_debug.rs:12:1 Nov 18 01:54:41.633 INFO [stderr] | Nov 18 01:54:41.633 INFO [stderr] 12 | pub fn sink_debug() -> SinkDebug { Nov 18 01:54:41.633 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 01:54:41.634 INFO [stderr] Nov 18 01:54:41.907 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.23s Nov 18 01:54:41.915 INFO [stderr] su: No module specific data is present Nov 18 01:54:42.303 INFO running `"docker" "inspect" "2cc05a8ef0a1cd26f25603cdc153ed8189e88aa8fc1d57fa56d069373b298caa"` Nov 18 01:54:42.571 INFO running `"docker" "rm" "-f" "2cc05a8ef0a1cd26f25603cdc153ed8189e88aa8fc1d57fa56d069373b298caa"` Nov 18 01:54:42.950 INFO [stdout] 2cc05a8ef0a1cd26f25603cdc153ed8189e88aa8fc1d57fa56d069373b298caa Nov 18 01:54:42.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:43.545 INFO [stdout] 831ff711e2cf3f5d87eb5c3d0340220970ca8ace1b63d090a5ce8dc88aa7176e Nov 18 01:54:43.555 INFO running `"docker" "start" "-a" "831ff711e2cf3f5d87eb5c3d0340220970ca8ace1b63d090a5ce8dc88aa7176e"` Nov 18 01:54:44.975 INFO [stderr] usermod: no changes Nov 18 01:54:45.037 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 01:54:45.037 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 01:54:45.037 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 01:54:45.037 INFO [stderr] files will be included as a binary target: Nov 18 01:54:45.037 INFO [stderr] Nov 18 01:54:45.037 INFO [stderr] * /source/src/bin/sink_debug.rs Nov 18 01:54:45.038 INFO [stderr] * /source/src/bin/debugger_error.rs Nov 18 01:54:45.038 INFO [stderr] * /source/src/bin/display.rs Nov 18 01:54:45.038 INFO [stderr] * /source/src/bin/debugger.rs Nov 18 01:54:45.038 INFO [stderr] * /source/src/bin/command.rs Nov 18 01:54:45.038 INFO [stderr] * /source/src/bin/main.rs Nov 18 01:54:45.038 INFO [stderr] Nov 18 01:54:45.038 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 01:54:45.038 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 01:54:45.038 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 01:54:45.038 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 01:54:45.038 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 01:54:45.038 INFO [stderr] Nov 18 01:54:45.038 INFO [stderr] For more information on this warning you can consult Nov 18 01:54:45.038 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 01:54:45.038 INFO [stderr] warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Nov 18 01:54:45.038 INFO [stderr] please set bin.path in Cargo.toml Nov 18 01:54:45.066 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Nov 18 01:54:45.087 INFO [stderr] Running /target/debug/deps/reustmann-6a3598625aa9c6e2 Nov 18 01:54:45.095 INFO [stderr] Running /target/debug/deps/reustmann-0dfd338cff0a4d4c Nov 18 01:54:45.095 INFO [stdout] Nov 18 01:54:45.095 INFO [stderr] Doc-tests reustmann Nov 18 01:54:45.095 INFO [stdout] running 0 tests Nov 18 01:54:45.095 INFO [stdout] Nov 18 01:54:45.095 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 01:54:45.095 INFO [stdout] Nov 18 01:54:45.095 INFO [stdout] Nov 18 01:54:45.095 INFO [stdout] running 0 tests Nov 18 01:54:45.095 INFO [stdout] Nov 18 01:54:45.095 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 01:54:45.095 INFO [stdout] Nov 18 01:54:45.750 INFO [stdout] Nov 18 01:54:45.751 INFO [stdout] running 52 tests Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction (line 26) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction (line 45) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction (line 57) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction (line 7) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Add (line 264) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::And (line 349) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Beq (line 436) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bge (line 475) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bgt (line 449) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Blt (line 462) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bnz (line 423) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::BraN (line 524) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::BraP (line 542) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Bz (line 408) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Dec (line 299) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Div (line 323) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Dup (line 161) ... ignored Nov 18 01:54:45.751 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::EndL (line 505) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::In (line 122) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Inc (line 288) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Loop (line 488) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Mul (line 310) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Nop (line 93) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Not (line 395) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Or (line 361) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Out (line 138) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Pop (line 150) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PopPc (line 186) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PopSp (line 197) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Push0 (line 252) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PushNz (line 227) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::PushPc (line 174) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Reset (line 104) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Shl (line 373) ... ignored Nov 18 01:54:45.752 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Shr (line 384) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip1 (line 569) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip2 (line 580) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip3 (line 591) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip4 (line 602) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip5 (line 613) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip6 (line 624) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip7 (line 635) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip8 (line 646) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Skip9 (line 657) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::SpTgt (line 213) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Sub (line 276) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Swap (line 239) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Target (line 558) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/instruction/mod.rs - instruction::Instruction::Xor (line 337) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/lib.rs - (line 102) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/lib.rs - (line 114) ... ignored Nov 18 01:54:45.755 INFO [stdout] test src/lib.rs - (line 34) ... ignored Nov 18 01:54:45.755 INFO [stdout] Nov 18 01:54:45.755 INFO [stdout] test result: ok. 0 passed; 0 failed; 52 ignored; 0 measured; 0 filtered out Nov 18 01:54:45.755 INFO [stdout] Nov 18 01:54:45.758 INFO [stderr] su: No module specific data is present Nov 18 01:54:46.544 INFO running `"docker" "inspect" "831ff711e2cf3f5d87eb5c3d0340220970ca8ace1b63d090a5ce8dc88aa7176e"` Nov 18 01:54:46.871 INFO running `"docker" "rm" "-f" "831ff711e2cf3f5d87eb5c3d0340220970ca8ace1b63d090a5ce8dc88aa7176e"` Nov 18 01:54:47.175 INFO [stdout] 831ff711e2cf3f5d87eb5c3d0340220970ca8ace1b63d090a5ce8dc88aa7176e