Oct 15 22:06:08.746 INFO testing reustmann-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 22:06:08.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 22:06:09.339 INFO blam! 91e79699953b88aad1e29ad5db7325519959be0cb4a9efbbf7e90151cbaf3d32 Oct 15 22:06:09.339 INFO running `"docker" "start" "-a" "91e79699953b88aad1e29ad5db7325519959be0cb4a9efbbf7e90151cbaf3d32"` Oct 15 22:06:10.327 INFO kablam! usermod: no changes Oct 15 22:06:10.359 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:06:10.359 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:06:10.359 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:06:10.359 INFO kablam! files will be included as a binary target: Oct 15 22:06:10.359 INFO kablam! Oct 15 22:06:10.359 INFO kablam! * /source/src/bin/sink_debug.rs Oct 15 22:06:10.359 INFO kablam! * /source/src/bin/debugger_error.rs Oct 15 22:06:10.359 INFO kablam! * /source/src/bin/display.rs Oct 15 22:06:10.359 INFO kablam! * /source/src/bin/debugger.rs Oct 15 22:06:10.359 INFO kablam! * /source/src/bin/command.rs Oct 15 22:06:10.359 INFO kablam! * /source/src/bin/main.rs Oct 15 22:06:10.359 INFO kablam! Oct 15 22:06:10.359 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:06:10.359 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:06:10.359 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:06:10.359 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:06:10.359 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:06:10.359 INFO kablam! Oct 15 22:06:10.359 INFO kablam! For more information on this warning you can consult Oct 15 22:06:10.359 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:06:10.359 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 15 22:06:10.359 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:06:10.370 INFO kablam! Compiling colorify v0.2.3 Oct 15 22:06:10.370 INFO kablam! Compiling rustyline v0.2.3 Oct 15 22:06:12.357 INFO kablam! Compiling reustmann v0.1.2 (/source) Oct 15 22:06:12.802 INFO kablam! warning: unused import: `memory::OpCodes` Oct 15 22:06:12.802 INFO kablam! --> src/program.rs:1:5 Oct 15 22:06:12.802 INFO kablam! | Oct 15 22:06:12.802 INFO kablam! 1 | use memory::OpCodes; Oct 15 22:06:12.802 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:06:12.802 INFO kablam! | Oct 15 22:06:12.802 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:12.802 INFO kablam! Oct 15 22:06:12.937 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:12.937 INFO kablam! --> src/program.rs:27:17 Oct 15 22:06:12.937 INFO kablam! | Oct 15 22:06:12.937 INFO kablam! 27 | let endl = '\n' as u8; Oct 15 22:06:12.937 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:12.937 INFO kablam! | Oct 15 22:06:12.937 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:06:12.937 INFO kablam! Oct 15 22:06:12.951 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:12.951 INFO kablam! --> src/program.rs:28:26 Oct 15 22:06:12.951 INFO kablam! | Oct 15 22:06:12.951 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 15 22:06:12.952 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:12.952 INFO kablam! Oct 15 22:06:12.981 INFO kablam! warning: method is never used: `trunc` Oct 15 22:06:12.981 INFO kablam! --> src/interpreter.rs:121:5 Oct 15 22:06:12.981 INFO kablam! | Oct 15 22:06:12.981 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 15 22:06:12.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:12.981 INFO kablam! | Oct 15 22:06:12.981 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:12.981 INFO kablam! Oct 15 22:06:14.117 INFO kablam! warning: unused import: `alphanumeric` Oct 15 22:06:14.117 INFO kablam! --> src/bin/command.rs:3:39 Oct 15 22:06:14.117 INFO kablam! | Oct 15 22:06:14.117 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 15 22:06:14.117 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:06:14.117 INFO kablam! | Oct 15 22:06:14.117 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:14.117 INFO kablam! Oct 15 22:06:14.127 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 15 22:06:14.127 INFO kablam! --> src/bin/main.rs:17:5 Oct 15 22:06:14.127 INFO kablam! | Oct 15 22:06:14.127 INFO kablam! 17 | use sink_debug::sink_debug; Oct 15 22:06:14.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:14.127 INFO kablam! Oct 15 22:06:14.127 INFO kablam! warning: unused import: `std::io::empty` Oct 15 22:06:14.127 INFO kablam! --> src/bin/main.rs:18:5 Oct 15 22:06:14.127 INFO kablam! | Oct 15 22:06:14.127 INFO kablam! 18 | use std::io::empty; Oct 15 22:06:14.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:06:14.127 INFO kablam! Oct 15 22:06:14.579 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 15 22:06:14.579 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 15 22:06:14.579 INFO kablam! | Oct 15 22:06:14.579 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 15 22:06:14.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:14.579 INFO kablam! | Oct 15 22:06:14.579 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:14.579 INFO kablam! Oct 15 22:06:14.579 INFO kablam! warning: function is never used: `sink_debug` Oct 15 22:06:14.579 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 15 22:06:14.579 INFO kablam! | Oct 15 22:06:14.579 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 15 22:06:14.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:14.579 INFO kablam! Oct 15 22:06:15.894 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.54s Oct 15 22:06:15.897 INFO kablam! su: No module specific data is present Oct 15 22:06:16.543 INFO running `"docker" "rm" "-f" "91e79699953b88aad1e29ad5db7325519959be0cb4a9efbbf7e90151cbaf3d32"` Oct 15 22:06:16.763 INFO blam! 91e79699953b88aad1e29ad5db7325519959be0cb4a9efbbf7e90151cbaf3d32 Oct 15 22:06:16.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 22:06:17.179 INFO blam! 30c3f9824ca1ad9e35537afb27ce54b0f0d398dd7caa84a7fd0863e7c7909272 Oct 15 22:06:17.191 INFO running `"docker" "start" "-a" "30c3f9824ca1ad9e35537afb27ce54b0f0d398dd7caa84a7fd0863e7c7909272"` Oct 15 22:06:18.085 INFO kablam! usermod: no changes Oct 15 22:06:18.159 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:06:18.159 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:06:18.159 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:06:18.159 INFO kablam! files will be included as a binary target: Oct 15 22:06:18.159 INFO kablam! Oct 15 22:06:18.159 INFO kablam! * /source/src/bin/sink_debug.rs Oct 15 22:06:18.159 INFO kablam! * /source/src/bin/debugger_error.rs Oct 15 22:06:18.159 INFO kablam! * /source/src/bin/display.rs Oct 15 22:06:18.159 INFO kablam! * /source/src/bin/debugger.rs Oct 15 22:06:18.159 INFO kablam! * /source/src/bin/command.rs Oct 15 22:06:18.159 INFO kablam! * /source/src/bin/main.rs Oct 15 22:06:18.159 INFO kablam! Oct 15 22:06:18.159 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:06:18.159 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:06:18.159 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:06:18.159 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:06:18.159 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:06:18.159 INFO kablam! Oct 15 22:06:18.159 INFO kablam! For more information on this warning you can consult Oct 15 22:06:18.159 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:06:18.159 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 15 22:06:18.159 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:06:18.183 INFO kablam! Compiling reustmann v0.1.2 (/source) Oct 15 22:06:19.175 INFO kablam! warning: unused import: `memory::OpCodes` Oct 15 22:06:19.175 INFO kablam! --> src/program.rs:1:5 Oct 15 22:06:19.175 INFO kablam! | Oct 15 22:06:19.176 INFO kablam! 1 | use memory::OpCodes; Oct 15 22:06:19.176 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:06:19.176 INFO kablam! | Oct 15 22:06:19.176 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:19.177 INFO kablam! Oct 15 22:06:19.451 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:19.451 INFO kablam! --> src/program.rs:27:17 Oct 15 22:06:19.451 INFO kablam! | Oct 15 22:06:19.451 INFO kablam! 27 | let endl = '\n' as u8; Oct 15 22:06:19.451 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:19.451 INFO kablam! | Oct 15 22:06:19.451 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:06:19.451 INFO kablam! Oct 15 22:06:19.451 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:19.451 INFO kablam! --> src/program.rs:28:26 Oct 15 22:06:19.451 INFO kablam! | Oct 15 22:06:19.451 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 15 22:06:19.451 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:19.451 INFO kablam! Oct 15 22:06:19.507 INFO kablam! warning: method is never used: `trunc` Oct 15 22:06:19.507 INFO kablam! --> src/interpreter.rs:121:5 Oct 15 22:06:19.507 INFO kablam! | Oct 15 22:06:19.507 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 15 22:06:19.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:19.507 INFO kablam! | Oct 15 22:06:19.507 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:19.507 INFO kablam! Oct 15 22:06:19.679 INFO kablam! warning: unused import: `alphanumeric` Oct 15 22:06:19.679 INFO kablam! --> src/bin/command.rs:3:39 Oct 15 22:06:19.679 INFO kablam! | Oct 15 22:06:19.679 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 15 22:06:19.679 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:06:19.679 INFO kablam! | Oct 15 22:06:19.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:19.679 INFO kablam! Oct 15 22:06:19.679 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 15 22:06:19.679 INFO kablam! --> src/bin/main.rs:17:5 Oct 15 22:06:19.679 INFO kablam! | Oct 15 22:06:19.679 INFO kablam! 17 | use sink_debug::sink_debug; Oct 15 22:06:19.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:19.679 INFO kablam! Oct 15 22:06:19.679 INFO kablam! warning: unused import: `std::io::empty` Oct 15 22:06:19.679 INFO kablam! --> src/bin/main.rs:18:5 Oct 15 22:06:19.679 INFO kablam! | Oct 15 22:06:19.679 INFO kablam! 18 | use std::io::empty; Oct 15 22:06:19.679 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:06:19.679 INFO kablam! Oct 15 22:06:20.347 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 15 22:06:20.347 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 15 22:06:20.347 INFO kablam! | Oct 15 22:06:20.347 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 15 22:06:20.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:20.347 INFO kablam! | Oct 15 22:06:20.347 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:20.347 INFO kablam! Oct 15 22:06:20.347 INFO kablam! warning: function is never used: `sink_debug` Oct 15 22:06:20.347 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 15 22:06:20.347 INFO kablam! | Oct 15 22:06:20.347 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 15 22:06:20.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:20.347 INFO kablam! Oct 15 22:06:20.890 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 15 22:06:20.899 INFO kablam! su: No module specific data is present Oct 15 22:06:21.451 INFO running `"docker" "rm" "-f" "30c3f9824ca1ad9e35537afb27ce54b0f0d398dd7caa84a7fd0863e7c7909272"` Oct 15 22:06:21.774 INFO blam! 30c3f9824ca1ad9e35537afb27ce54b0f0d398dd7caa84a7fd0863e7c7909272 Oct 15 22:06:21.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 22:06:22.111 INFO blam! f11d5343a501c9402f81b364e0edc46d3e26da4083cbd26c2e895d0f94326da4 Oct 15 22:06:22.115 INFO running `"docker" "start" "-a" "f11d5343a501c9402f81b364e0edc46d3e26da4083cbd26c2e895d0f94326da4"` Oct 15 22:06:23.603 INFO kablam! usermod: no changes Oct 15 22:06:23.651 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:06:23.651 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:06:23.651 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:06:23.651 INFO kablam! files will be included as a binary target: Oct 15 22:06:23.651 INFO kablam! Oct 15 22:06:23.651 INFO kablam! * /source/src/bin/sink_debug.rs Oct 15 22:06:23.651 INFO kablam! * /source/src/bin/debugger_error.rs Oct 15 22:06:23.651 INFO kablam! * /source/src/bin/display.rs Oct 15 22:06:23.651 INFO kablam! * /source/src/bin/debugger.rs Oct 15 22:06:23.651 INFO kablam! * /source/src/bin/command.rs Oct 15 22:06:23.651 INFO kablam! * /source/src/bin/main.rs Oct 15 22:06:23.651 INFO kablam! Oct 15 22:06:23.651 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:06:23.651 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:06:23.651 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:06:23.651 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:06:23.651 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:06:23.651 INFO kablam! Oct 15 22:06:23.651 INFO kablam! For more information on this warning you can consult Oct 15 22:06:23.651 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:06:23.651 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 15 22:06:23.651 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:06:23.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 22:06:23.679 INFO kablam! Running /target/debug/deps/reustmann-33cfbeedc75f956d Oct 15 22:06:23.679 INFO kablam! Running /target/debug/deps/reustmann-f52934c305cfd840 Oct 15 22:06:23.680 INFO blam! Oct 15 22:06:23.680 INFO blam! running 0 tests Oct 15 22:06:23.680 INFO blam! Oct 15 22:06:23.680 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:06:23.680 INFO blam! Oct 15 22:06:23.680 INFO blam! Oct 15 22:06:23.680 INFO blam! running 0 tests Oct 15 22:06:23.680 INFO blam! Oct 15 22:06:23.680 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:06:23.680 INFO blam! Oct 15 22:06:23.681 INFO kablam! Doc-tests reustmann Oct 15 22:06:24.561 INFO blam! Oct 15 22:06:24.561 INFO blam! running 52 tests Oct 15 22:06:24.562 INFO blam! test src/instruction/mod.rs - instruction (line 26) ... ignored Oct 15 22:06:24.562 INFO blam! test src/instruction/mod.rs - instruction (line 45) ... ignored Oct 15 22:06:24.562 INFO blam! test src/instruction/mod.rs - instruction (line 57) ... ignored Oct 15 22:06:24.563 INFO blam! test src/instruction/mod.rs - instruction (line 7) ... ignored Oct 15 22:06:24.563 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Add (line 264) ... ignored Oct 15 22:06:24.563 INFO blam! test src/instruction/mod.rs - instruction::Instruction::And (line 349) ... ignored Oct 15 22:06:24.563 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Beq (line 436) ... ignored Oct 15 22:06:24.564 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bge (line 475) ... ignored Oct 15 22:06:24.564 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bgt (line 449) ... ignored Oct 15 22:06:24.564 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Blt (line 462) ... ignored Oct 15 22:06:24.564 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bnz (line 423) ... ignored Oct 15 22:06:24.565 INFO blam! test src/instruction/mod.rs - instruction::Instruction::BraN (line 524) ... ignored Oct 15 22:06:24.565 INFO blam! test src/instruction/mod.rs - instruction::Instruction::BraP (line 542) ... ignored Oct 15 22:06:24.565 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bz (line 408) ... ignored Oct 15 22:06:24.565 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Dec (line 299) ... ignored Oct 15 22:06:24.566 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Div (line 323) ... ignored Oct 15 22:06:24.566 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Dup (line 161) ... ignored Oct 15 22:06:24.566 INFO blam! test src/instruction/mod.rs - instruction::Instruction::EndL (line 505) ... ignored Oct 15 22:06:24.566 INFO blam! test src/instruction/mod.rs - instruction::Instruction::In (line 122) ... ignored Oct 15 22:06:24.567 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Inc (line 288) ... ignored Oct 15 22:06:24.567 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Loop (line 488) ... ignored Oct 15 22:06:24.568 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Mul (line 310) ... ignored Oct 15 22:06:24.568 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Nop (line 93) ... ignored Oct 15 22:06:24.568 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Not (line 395) ... ignored Oct 15 22:06:24.569 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Or (line 361) ... ignored Oct 15 22:06:24.569 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Out (line 138) ... ignored Oct 15 22:06:24.569 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Pop (line 150) ... ignored Oct 15 22:06:24.569 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PopPc (line 186) ... ignored Oct 15 22:06:24.569 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PopSp (line 197) ... ignored Oct 15 22:06:24.570 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Push0 (line 252) ... ignored Oct 15 22:06:24.570 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PushNz (line 227) ... ignored Oct 15 22:06:24.570 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PushPc (line 174) ... ignored Oct 15 22:06:24.571 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Reset (line 104) ... ignored Oct 15 22:06:24.571 INFO kablam! su: No module specific data is present Oct 15 22:06:24.571 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Shl (line 373) ... ignored Oct 15 22:06:24.571 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Shr (line 384) ... ignored Oct 15 22:06:24.572 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip1 (line 569) ... ignored Oct 15 22:06:24.572 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip2 (line 580) ... ignored Oct 15 22:06:24.572 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip3 (line 591) ... ignored Oct 15 22:06:24.572 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip4 (line 602) ... ignored Oct 15 22:06:24.573 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip5 (line 613) ... ignored Oct 15 22:06:24.573 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip6 (line 624) ... ignored Oct 15 22:06:24.573 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip7 (line 635) ... ignored Oct 15 22:06:24.573 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip8 (line 646) ... ignored Oct 15 22:06:24.574 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip9 (line 657) ... ignored Oct 15 22:06:24.574 INFO blam! test src/instruction/mod.rs - instruction::Instruction::SpTgt (line 213) ... ignored Oct 15 22:06:24.574 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Sub (line 276) ... ignored Oct 15 22:06:24.574 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Swap (line 239) ... ignored Oct 15 22:06:24.575 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Target (line 558) ... ignored Oct 15 22:06:24.575 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Xor (line 337) ... ignored Oct 15 22:06:24.575 INFO blam! test src/lib.rs - (line 102) ... ignored Oct 15 22:06:24.575 INFO blam! test src/lib.rs - (line 114) ... ignored Oct 15 22:06:24.576 INFO blam! test src/lib.rs - (line 34) ... ignored Oct 15 22:06:24.576 INFO blam! Oct 15 22:06:24.576 INFO blam! test result: ok. 0 passed; 0 failed; 52 ignored; 0 measured; 0 filtered out Oct 15 22:06:24.576 INFO blam! Oct 15 22:06:25.115 INFO running `"docker" "rm" "-f" "f11d5343a501c9402f81b364e0edc46d3e26da4083cbd26c2e895d0f94326da4"` Oct 15 22:06:25.408 INFO blam! f11d5343a501c9402f81b364e0edc46d3e26da4083cbd26c2e895d0f94326da4