Oct 15 22:06:08.793 INFO testing reustmann-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:06:08.793 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.273 INFO blam! 098c257ed3654519bce3628063605d12242798f7e6add066b773039ca60ec071 Oct 15 22:06:09.288 INFO running `"docker" "start" "-a" "098c257ed3654519bce3628063605d12242798f7e6add066b773039ca60ec071"` Oct 15 22:06:10.367 INFO kablam! usermod: no changes Oct 15 22:06:10.387 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:06:10.387 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:06:10.387 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:06:10.387 INFO kablam! files will be included as a binary target: Oct 15 22:06:10.387 INFO kablam! Oct 15 22:06:10.387 INFO kablam! * /source/src/bin/sink_debug.rs Oct 15 22:06:10.387 INFO kablam! * /source/src/bin/debugger_error.rs Oct 15 22:06:10.387 INFO kablam! * /source/src/bin/display.rs Oct 15 22:06:10.387 INFO kablam! * /source/src/bin/debugger.rs Oct 15 22:06:10.387 INFO kablam! * /source/src/bin/command.rs Oct 15 22:06:10.387 INFO kablam! * /source/src/bin/main.rs Oct 15 22:06:10.387 INFO kablam! Oct 15 22:06:10.387 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:06:10.387 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:06:10.387 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:06:10.387 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:06:10.387 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:06:10.387 INFO kablam! Oct 15 22:06:10.387 INFO kablam! For more information on this warning you can consult Oct 15 22:06:10.387 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:06:10.387 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 15 22:06:10.387 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:06:10.404 INFO kablam! Compiling colorify v0.2.3 Oct 15 22:06:10.404 INFO kablam! Compiling rustyline v0.2.3 Oct 15 22:06:12.371 INFO kablam! Compiling reustmann v0.1.2 (/source) Oct 15 22:06:12.743 INFO kablam! warning: unused import: `memory::OpCodes` Oct 15 22:06:12.743 INFO kablam! --> src/program.rs:1:5 Oct 15 22:06:12.743 INFO kablam! | Oct 15 22:06:12.743 INFO kablam! 1 | use memory::OpCodes; Oct 15 22:06:12.743 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:06:12.743 INFO kablam! | Oct 15 22:06:12.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:12.743 INFO kablam! Oct 15 22:06:12.928 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:12.928 INFO kablam! --> src/program.rs:27:17 Oct 15 22:06:12.928 INFO kablam! | Oct 15 22:06:12.928 INFO kablam! 27 | let endl = '\n' as u8; Oct 15 22:06:12.928 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:12.928 INFO kablam! | Oct 15 22:06:12.928 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:06:12.928 INFO kablam! Oct 15 22:06:12.928 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:12.928 INFO kablam! --> src/program.rs:28:26 Oct 15 22:06:12.928 INFO kablam! | Oct 15 22:06:12.928 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 15 22:06:12.928 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:12.928 INFO kablam! Oct 15 22:06:12.975 INFO kablam! warning: method is never used: `trunc` Oct 15 22:06:12.975 INFO kablam! --> src/interpreter.rs:121:5 Oct 15 22:06:12.975 INFO kablam! | Oct 15 22:06:12.975 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 15 22:06:12.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:12.975 INFO kablam! | Oct 15 22:06:12.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:12.975 INFO kablam! Oct 15 22:06:14.003 INFO kablam! warning: unused import: `alphanumeric` Oct 15 22:06:14.003 INFO kablam! --> src/bin/command.rs:3:39 Oct 15 22:06:14.003 INFO kablam! | Oct 15 22:06:14.003 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 15 22:06:14.003 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:06:14.003 INFO kablam! | Oct 15 22:06:14.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:14.003 INFO kablam! Oct 15 22:06:14.011 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 15 22:06:14.011 INFO kablam! --> src/bin/main.rs:17:5 Oct 15 22:06:14.011 INFO kablam! | Oct 15 22:06:14.011 INFO kablam! 17 | use sink_debug::sink_debug; Oct 15 22:06:14.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:14.011 INFO kablam! Oct 15 22:06:14.011 INFO kablam! warning: unused import: `std::io::empty` Oct 15 22:06:14.011 INFO kablam! --> src/bin/main.rs:18:5 Oct 15 22:06:14.011 INFO kablam! | Oct 15 22:06:14.011 INFO kablam! 18 | use std::io::empty; Oct 15 22:06:14.011 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:06:14.011 INFO kablam! Oct 15 22:06:14.532 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 15 22:06:14.532 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 15 22:06:14.532 INFO kablam! | Oct 15 22:06:14.532 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 15 22:06:14.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:14.532 INFO kablam! | Oct 15 22:06:14.532 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:14.532 INFO kablam! Oct 15 22:06:14.532 INFO kablam! warning: function is never used: `sink_debug` Oct 15 22:06:14.532 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 15 22:06:14.532 INFO kablam! | Oct 15 22:06:14.532 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 15 22:06:14.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:14.532 INFO kablam! Oct 15 22:06:15.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.37s Oct 15 22:06:15.754 INFO kablam! su: No module specific data is present Oct 15 22:06:16.499 INFO running `"docker" "rm" "-f" "098c257ed3654519bce3628063605d12242798f7e6add066b773039ca60ec071"` Oct 15 22:06:16.741 INFO blam! 098c257ed3654519bce3628063605d12242798f7e6add066b773039ca60ec071 Oct 15 22:06:16.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.147 INFO blam! 034970d877866b7d4bca0b641cbe51d357140e91b61ac0b2bc83f6eae4f92f79 Oct 15 22:06:17.163 INFO running `"docker" "start" "-a" "034970d877866b7d4bca0b641cbe51d357140e91b61ac0b2bc83f6eae4f92f79"` Oct 15 22:06:18.420 INFO kablam! usermod: no changes Oct 15 22:06:18.479 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:06:18.479 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:06:18.479 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:06:18.479 INFO kablam! files will be included as a binary target: Oct 15 22:06:18.479 INFO kablam! Oct 15 22:06:18.479 INFO kablam! * /source/src/bin/sink_debug.rs Oct 15 22:06:18.479 INFO kablam! * /source/src/bin/debugger_error.rs Oct 15 22:06:18.479 INFO kablam! * /source/src/bin/display.rs Oct 15 22:06:18.479 INFO kablam! * /source/src/bin/debugger.rs Oct 15 22:06:18.479 INFO kablam! * /source/src/bin/command.rs Oct 15 22:06:18.479 INFO kablam! * /source/src/bin/main.rs Oct 15 22:06:18.479 INFO kablam! Oct 15 22:06:18.479 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:06:18.479 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:06:18.479 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:06:18.479 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:06:18.479 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:06:18.479 INFO kablam! Oct 15 22:06:18.479 INFO kablam! For more information on this warning you can consult Oct 15 22:06:18.479 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:06:18.479 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 15 22:06:18.479 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:06:18.503 INFO kablam! Compiling reustmann v0.1.2 (/source) Oct 15 22:06:19.531 INFO kablam! warning: unused import: `memory::OpCodes` Oct 15 22:06:19.531 INFO kablam! --> src/program.rs:1:5 Oct 15 22:06:19.531 INFO kablam! | Oct 15 22:06:19.531 INFO kablam! 1 | use memory::OpCodes; Oct 15 22:06:19.531 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 22:06:19.531 INFO kablam! | Oct 15 22:06:19.531 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:19.531 INFO kablam! Oct 15 22:06:19.724 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:19.724 INFO kablam! --> src/program.rs:27:17 Oct 15 22:06:19.724 INFO kablam! | Oct 15 22:06:19.724 INFO kablam! 27 | let endl = '\n' as u8; Oct 15 22:06:19.724 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:19.724 INFO kablam! | Oct 15 22:06:19.724 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:06:19.724 INFO kablam! Oct 15 22:06:19.726 INFO kablam! warning: unused variable: `endl` Oct 15 22:06:19.726 INFO kablam! --> src/program.rs:28:26 Oct 15 22:06:19.726 INFO kablam! | Oct 15 22:06:19.726 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 15 22:06:19.726 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 15 22:06:19.726 INFO kablam! Oct 15 22:06:19.770 INFO kablam! warning: method is never used: `trunc` Oct 15 22:06:19.770 INFO kablam! --> src/interpreter.rs:121:5 Oct 15 22:06:19.770 INFO kablam! | Oct 15 22:06:19.770 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 15 22:06:19.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:19.770 INFO kablam! | Oct 15 22:06:19.770 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:19.770 INFO kablam! Oct 15 22:06:19.911 INFO kablam! warning: unused import: `alphanumeric` Oct 15 22:06:19.911 INFO kablam! --> src/bin/command.rs:3:39 Oct 15 22:06:19.911 INFO kablam! | Oct 15 22:06:19.911 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 15 22:06:19.911 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:06:19.911 INFO kablam! | Oct 15 22:06:19.911 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:06:19.911 INFO kablam! Oct 15 22:06:19.925 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 15 22:06:19.925 INFO kablam! --> src/bin/main.rs:17:5 Oct 15 22:06:19.925 INFO kablam! | Oct 15 22:06:19.925 INFO kablam! 17 | use sink_debug::sink_debug; Oct 15 22:06:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:19.925 INFO kablam! Oct 15 22:06:19.925 INFO kablam! warning: unused import: `std::io::empty` Oct 15 22:06:19.925 INFO kablam! --> src/bin/main.rs:18:5 Oct 15 22:06:19.925 INFO kablam! | Oct 15 22:06:19.925 INFO kablam! 18 | use std::io::empty; Oct 15 22:06:19.925 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:06:19.925 INFO kablam! Oct 15 22:06:20.429 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 15 22:06:20.429 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 15 22:06:20.429 INFO kablam! | Oct 15 22:06:20.429 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 15 22:06:20.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:20.429 INFO kablam! | Oct 15 22:06:20.429 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:06:20.429 INFO kablam! Oct 15 22:06:20.429 INFO kablam! warning: function is never used: `sink_debug` Oct 15 22:06:20.429 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 15 22:06:20.429 INFO kablam! | Oct 15 22:06:20.429 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 15 22:06:20.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:06:20.429 INFO kablam! Oct 15 22:06:20.894 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 15 22:06:20.895 INFO kablam! su: No module specific data is present Oct 15 22:06:21.384 INFO running `"docker" "rm" "-f" "034970d877866b7d4bca0b641cbe51d357140e91b61ac0b2bc83f6eae4f92f79"` Oct 15 22:06:21.679 INFO blam! 034970d877866b7d4bca0b641cbe51d357140e91b61ac0b2bc83f6eae4f92f79 Oct 15 22:06:21.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.023 INFO blam! 42cb4f1c990a76cd3c68d31ba348482dcf06766759b1b3583fad79d4805601da Oct 15 22:06:22.023 INFO running `"docker" "start" "-a" "42cb4f1c990a76cd3c68d31ba348482dcf06766759b1b3583fad79d4805601da"` Oct 15 22:06:23.470 INFO kablam! usermod: no changes Oct 15 22:06:23.547 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 22:06:23.547 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 22:06:23.547 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 22:06:23.547 INFO kablam! files will be included as a binary target: Oct 15 22:06:23.547 INFO kablam! Oct 15 22:06:23.547 INFO kablam! * /source/src/bin/sink_debug.rs Oct 15 22:06:23.547 INFO kablam! * /source/src/bin/debugger_error.rs Oct 15 22:06:23.547 INFO kablam! * /source/src/bin/display.rs Oct 15 22:06:23.547 INFO kablam! * /source/src/bin/debugger.rs Oct 15 22:06:23.547 INFO kablam! * /source/src/bin/command.rs Oct 15 22:06:23.547 INFO kablam! * /source/src/bin/main.rs Oct 15 22:06:23.547 INFO kablam! Oct 15 22:06:23.547 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 22:06:23.547 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 22:06:23.547 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 22:06:23.547 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 22:06:23.547 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 22:06:23.547 INFO kablam! Oct 15 22:06:23.547 INFO kablam! For more information on this warning you can consult Oct 15 22:06:23.547 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 22:06:23.547 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 15 22:06:23.547 INFO kablam! please set bin.path in Cargo.toml Oct 15 22:06:23.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 22:06:23.561 INFO kablam! Running /target/debug/deps/reustmann-883f8e74e3a80d6e Oct 15 22:06:23.566 INFO blam! Oct 15 22:06:23.566 INFO blam! running 0 tests Oct 15 22:06:23.566 INFO blam! Oct 15 22:06:23.566 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:06:23.566 INFO blam! Oct 15 22:06:23.570 INFO kablam! Running /target/debug/deps/reustmann-267bb3a9202cb6b8 Oct 15 22:06:23.572 INFO blam! Oct 15 22:06:23.572 INFO blam! running 0 tests Oct 15 22:06:23.572 INFO blam! Oct 15 22:06:23.572 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:06:23.572 INFO blam! Oct 15 22:06:23.583 INFO kablam! Doc-tests reustmann Oct 15 22:06:24.577 INFO blam! Oct 15 22:06:24.578 INFO blam! running 52 tests Oct 15 22:06:24.578 INFO blam! test src/instruction/mod.rs - instruction (line 26) ... ignored Oct 15 22:06:24.578 INFO blam! test src/instruction/mod.rs - instruction (line 45) ... ignored Oct 15 22:06:24.578 INFO blam! test src/instruction/mod.rs - instruction (line 57) ... ignored Oct 15 22:06:24.579 INFO blam! test src/instruction/mod.rs - instruction (line 7) ... ignored Oct 15 22:06:24.579 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Add (line 264) ... ignored Oct 15 22:06:24.579 INFO blam! test src/instruction/mod.rs - instruction::Instruction::And (line 349) ... ignored Oct 15 22:06:24.580 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Beq (line 436) ... ignored Oct 15 22:06:24.580 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bge (line 475) ... ignored Oct 15 22:06:24.580 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bgt (line 449) ... ignored Oct 15 22:06:24.580 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Blt (line 462) ... ignored Oct 15 22:06:24.581 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bnz (line 423) ... ignored Oct 15 22:06:24.581 INFO blam! test src/instruction/mod.rs - instruction::Instruction::BraN (line 524) ... ignored Oct 15 22:06:24.581 INFO blam! test src/instruction/mod.rs - instruction::Instruction::BraP (line 542) ... ignored Oct 15 22:06:24.581 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bz (line 408) ... ignored Oct 15 22:06:24.582 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Dec (line 299) ... ignored Oct 15 22:06:24.582 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Div (line 323) ... ignored Oct 15 22:06:24.582 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Dup (line 161) ... ignored Oct 15 22:06:24.582 INFO blam! test src/instruction/mod.rs - instruction::Instruction::EndL (line 505) ... ignored Oct 15 22:06:24.583 INFO blam! test src/instruction/mod.rs - instruction::Instruction::In (line 122) ... ignored Oct 15 22:06:24.583 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Inc (line 288) ... ignored Oct 15 22:06:24.583 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Loop (line 488) ... ignored Oct 15 22:06:24.583 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Mul (line 310) ... ignored Oct 15 22:06:24.584 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Nop (line 93) ... ignored Oct 15 22:06:24.584 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Not (line 395) ... ignored Oct 15 22:06:24.584 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Or (line 361) ... ignored Oct 15 22:06:24.585 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Out (line 138) ... ignored Oct 15 22:06:24.585 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Pop (line 150) ... ignored Oct 15 22:06:24.585 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PopPc (line 186) ... ignored Oct 15 22:06:24.585 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PopSp (line 197) ... ignored Oct 15 22:06:24.586 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Push0 (line 252) ... ignored Oct 15 22:06:24.586 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PushNz (line 227) ... ignored Oct 15 22:06:24.586 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PushPc (line 174) ... ignored Oct 15 22:06:24.586 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Reset (line 104) ... ignored Oct 15 22:06:24.591 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Shl (line 373) ... ignored Oct 15 22:06:24.591 INFO kablam! su: No module specific data is present Oct 15 22:06:24.591 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Shr (line 384) ... ignored Oct 15 22:06:24.591 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip1 (line 569) ... ignored Oct 15 22:06:24.592 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip2 (line 580) ... ignored Oct 15 22:06:24.592 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip3 (line 591) ... ignored Oct 15 22:06:24.592 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip4 (line 602) ... ignored Oct 15 22:06:24.592 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip5 (line 613) ... ignored Oct 15 22:06:24.593 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip6 (line 624) ... ignored Oct 15 22:06:24.593 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip7 (line 635) ... ignored Oct 15 22:06:24.593 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip8 (line 646) ... ignored Oct 15 22:06:24.594 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip9 (line 657) ... ignored Oct 15 22:06:24.594 INFO blam! test src/instruction/mod.rs - instruction::Instruction::SpTgt (line 213) ... ignored Oct 15 22:06:24.594 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Sub (line 276) ... ignored Oct 15 22:06:24.594 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Swap (line 239) ... ignored Oct 15 22:06:24.595 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Target (line 558) ... ignored Oct 15 22:06:24.595 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Xor (line 337) ... ignored Oct 15 22:06:24.595 INFO blam! test src/lib.rs - (line 102) ... ignored Oct 15 22:06:24.595 INFO blam! test src/lib.rs - (line 114) ... ignored Oct 15 22:06:24.596 INFO blam! test src/lib.rs - (line 34) ... ignored Oct 15 22:06:24.596 INFO blam! Oct 15 22:06:24.596 INFO blam! test result: ok. 0 passed; 0 failed; 52 ignored; 0 measured; 0 filtered out Oct 15 22:06:24.596 INFO blam! Oct 15 22:06:25.116 INFO running `"docker" "rm" "-f" "42cb4f1c990a76cd3c68d31ba348482dcf06766759b1b3583fad79d4805601da"` Oct 15 22:06:25.410 INFO blam! 42cb4f1c990a76cd3c68d31ba348482dcf06766759b1b3583fad79d4805601da