Oct 11 13:39:44.893 INFO testing reustmann-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:39:44.893 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:39:44.893 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:39:45.240 INFO blam! 603f73e9570ddfeb961444251d75bd0c82744a23b32ed6de9ac877f2c39d64e1 Oct 11 13:39:45.248 INFO running `"docker" "start" "-a" "603f73e9570ddfeb961444251d75bd0c82744a23b32ed6de9ac877f2c39d64e1"` Oct 11 13:39:45.944 INFO kablam! usermod: no changes Oct 11 13:39:45.967 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 13:39:45.967 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 13:39:45.967 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 13:39:45.967 INFO kablam! files will be included as a binary target: Oct 11 13:39:45.967 INFO kablam! Oct 11 13:39:45.967 INFO kablam! * /source/src/bin/display.rs Oct 11 13:39:45.967 INFO kablam! * /source/src/bin/command.rs Oct 11 13:39:45.967 INFO kablam! * /source/src/bin/main.rs Oct 11 13:39:45.967 INFO kablam! * /source/src/bin/debugger.rs Oct 11 13:39:45.967 INFO kablam! * /source/src/bin/sink_debug.rs Oct 11 13:39:45.967 INFO kablam! * /source/src/bin/debugger_error.rs Oct 11 13:39:45.967 INFO kablam! Oct 11 13:39:45.967 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 13:39:45.967 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 13:39:45.967 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 13:39:45.967 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 13:39:45.967 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 13:39:45.967 INFO kablam! Oct 11 13:39:45.967 INFO kablam! For more information on this warning you can consult Oct 11 13:39:45.967 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 13:39:45.967 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 11 13:39:45.967 INFO kablam! please set bin.path in Cargo.toml Oct 11 13:39:45.984 INFO kablam! Compiling colorify v0.2.3 Oct 11 13:39:45.984 INFO kablam! Compiling rustyline v0.2.3 Oct 11 13:39:47.675 INFO kablam! Compiling reustmann v0.1.2 (/source) Oct 11 13:39:48.013 INFO kablam! warning: unused import: `memory::OpCodes` Oct 11 13:39:48.013 INFO kablam! --> src/program.rs:1:5 Oct 11 13:39:48.013 INFO kablam! | Oct 11 13:39:48.013 INFO kablam! 1 | use memory::OpCodes; Oct 11 13:39:48.013 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 13:39:48.013 INFO kablam! | Oct 11 13:39:48.013 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:39:48.013 INFO kablam! Oct 11 13:39:48.151 INFO kablam! warning: unused variable: `endl` Oct 11 13:39:48.151 INFO kablam! --> src/program.rs:27:17 Oct 11 13:39:48.151 INFO kablam! | Oct 11 13:39:48.151 INFO kablam! 27 | let endl = '\n' as u8; Oct 11 13:39:48.151 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 11 13:39:48.151 INFO kablam! | Oct 11 13:39:48.151 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 13:39:48.151 INFO kablam! Oct 11 13:39:48.151 INFO kablam! warning: unused variable: `endl` Oct 11 13:39:48.151 INFO kablam! --> src/program.rs:28:26 Oct 11 13:39:48.151 INFO kablam! | Oct 11 13:39:48.151 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 11 13:39:48.151 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 11 13:39:48.151 INFO kablam! Oct 11 13:39:48.189 INFO kablam! warning: method is never used: `trunc` Oct 11 13:39:48.190 INFO kablam! --> src/interpreter.rs:121:5 Oct 11 13:39:48.190 INFO kablam! | Oct 11 13:39:48.190 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 11 13:39:48.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:48.190 INFO kablam! | Oct 11 13:39:48.190 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:39:48.190 INFO kablam! Oct 11 13:39:49.024 INFO kablam! warning: unused import: `alphanumeric` Oct 11 13:39:49.024 INFO kablam! --> src/bin/command.rs:3:39 Oct 11 13:39:49.024 INFO kablam! | Oct 11 13:39:49.024 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 11 13:39:49.024 INFO kablam! | ^^^^^^^^^^^^ Oct 11 13:39:49.024 INFO kablam! | Oct 11 13:39:49.024 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:39:49.024 INFO kablam! Oct 11 13:39:49.025 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 11 13:39:49.025 INFO kablam! --> src/bin/main.rs:17:5 Oct 11 13:39:49.025 INFO kablam! | Oct 11 13:39:49.025 INFO kablam! 17 | use sink_debug::sink_debug; Oct 11 13:39:49.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:49.025 INFO kablam! Oct 11 13:39:49.025 INFO kablam! warning: unused import: `std::io::empty` Oct 11 13:39:49.025 INFO kablam! --> src/bin/main.rs:18:5 Oct 11 13:39:49.025 INFO kablam! | Oct 11 13:39:49.025 INFO kablam! 18 | use std::io::empty; Oct 11 13:39:49.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 13:39:49.025 INFO kablam! Oct 11 13:39:49.444 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 11 13:39:49.444 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 11 13:39:49.444 INFO kablam! | Oct 11 13:39:49.444 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 11 13:39:49.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:49.444 INFO kablam! | Oct 11 13:39:49.444 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:39:49.444 INFO kablam! Oct 11 13:39:49.444 INFO kablam! warning: function is never used: `sink_debug` Oct 11 13:39:49.444 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 11 13:39:49.444 INFO kablam! | Oct 11 13:39:49.444 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 11 13:39:49.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:49.444 INFO kablam! Oct 11 13:39:50.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.18s Oct 11 13:39:50.147 INFO kablam! su: No module specific data is present Oct 11 13:39:50.438 INFO running `"docker" "rm" "-f" "603f73e9570ddfeb961444251d75bd0c82744a23b32ed6de9ac877f2c39d64e1"` Oct 11 13:39:50.523 INFO blam! 603f73e9570ddfeb961444251d75bd0c82744a23b32ed6de9ac877f2c39d64e1 Oct 11 13:39:50.524 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:39:50.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:39:50.704 INFO blam! 3319f16701748d9586722be1360d64cd10b6b94fbd52a4d8b17eb8b7057053fb Oct 11 13:39:50.706 INFO running `"docker" "start" "-a" "3319f16701748d9586722be1360d64cd10b6b94fbd52a4d8b17eb8b7057053fb"` Oct 11 13:39:51.237 INFO kablam! usermod: no changes Oct 11 13:39:51.257 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 13:39:51.257 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 13:39:51.257 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 13:39:51.257 INFO kablam! files will be included as a binary target: Oct 11 13:39:51.257 INFO kablam! Oct 11 13:39:51.257 INFO kablam! * /source/src/bin/display.rs Oct 11 13:39:51.257 INFO kablam! * /source/src/bin/command.rs Oct 11 13:39:51.257 INFO kablam! * /source/src/bin/main.rs Oct 11 13:39:51.257 INFO kablam! * /source/src/bin/debugger.rs Oct 11 13:39:51.257 INFO kablam! * /source/src/bin/sink_debug.rs Oct 11 13:39:51.257 INFO kablam! * /source/src/bin/debugger_error.rs Oct 11 13:39:51.257 INFO kablam! Oct 11 13:39:51.257 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 13:39:51.257 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 13:39:51.257 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 13:39:51.257 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 13:39:51.257 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 13:39:51.257 INFO kablam! Oct 11 13:39:51.257 INFO kablam! For more information on this warning you can consult Oct 11 13:39:51.257 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 13:39:51.257 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 11 13:39:51.257 INFO kablam! please set bin.path in Cargo.toml Oct 11 13:39:51.268 INFO kablam! Compiling reustmann v0.1.2 (/source) Oct 11 13:39:51.722 INFO kablam! warning: unused import: `memory::OpCodes` Oct 11 13:39:51.722 INFO kablam! --> src/program.rs:1:5 Oct 11 13:39:51.722 INFO kablam! | Oct 11 13:39:51.722 INFO kablam! 1 | use memory::OpCodes; Oct 11 13:39:51.722 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 13:39:51.722 INFO kablam! | Oct 11 13:39:51.722 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:39:51.722 INFO kablam! Oct 11 13:39:51.908 INFO kablam! warning: unused variable: `endl` Oct 11 13:39:51.908 INFO kablam! --> src/program.rs:27:17 Oct 11 13:39:51.908 INFO kablam! | Oct 11 13:39:51.908 INFO kablam! 27 | let endl = '\n' as u8; Oct 11 13:39:51.908 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 11 13:39:51.908 INFO kablam! | Oct 11 13:39:51.908 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 13:39:51.908 INFO kablam! Oct 11 13:39:51.908 INFO kablam! warning: unused variable: `endl` Oct 11 13:39:51.908 INFO kablam! --> src/program.rs:28:26 Oct 11 13:39:51.908 INFO kablam! | Oct 11 13:39:51.908 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 11 13:39:51.908 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 11 13:39:51.908 INFO kablam! Oct 11 13:39:51.957 INFO kablam! warning: method is never used: `trunc` Oct 11 13:39:51.957 INFO kablam! --> src/interpreter.rs:121:5 Oct 11 13:39:51.957 INFO kablam! | Oct 11 13:39:51.957 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 11 13:39:51.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:51.957 INFO kablam! | Oct 11 13:39:51.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:39:51.957 INFO kablam! Oct 11 13:39:52.196 INFO kablam! warning: unused import: `alphanumeric` Oct 11 13:39:52.196 INFO kablam! --> src/bin/command.rs:3:39 Oct 11 13:39:52.196 INFO kablam! | Oct 11 13:39:52.196 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 11 13:39:52.196 INFO kablam! | ^^^^^^^^^^^^ Oct 11 13:39:52.196 INFO kablam! | Oct 11 13:39:52.196 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:39:52.197 INFO kablam! Oct 11 13:39:52.200 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 11 13:39:52.200 INFO kablam! --> src/bin/main.rs:17:5 Oct 11 13:39:52.200 INFO kablam! | Oct 11 13:39:52.200 INFO kablam! 17 | use sink_debug::sink_debug; Oct 11 13:39:52.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:52.200 INFO kablam! Oct 11 13:39:52.200 INFO kablam! warning: unused import: `std::io::empty` Oct 11 13:39:52.200 INFO kablam! --> src/bin/main.rs:18:5 Oct 11 13:39:52.200 INFO kablam! | Oct 11 13:39:52.200 INFO kablam! 18 | use std::io::empty; Oct 11 13:39:52.200 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 13:39:52.200 INFO kablam! Oct 11 13:39:52.684 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 11 13:39:52.684 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 11 13:39:52.684 INFO kablam! | Oct 11 13:39:52.684 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 11 13:39:52.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:52.684 INFO kablam! | Oct 11 13:39:52.684 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:39:52.684 INFO kablam! Oct 11 13:39:52.684 INFO kablam! warning: function is never used: `sink_debug` Oct 11 13:39:52.684 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 11 13:39:52.684 INFO kablam! | Oct 11 13:39:52.684 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 11 13:39:52.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:39:52.684 INFO kablam! Oct 11 13:39:53.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 11 13:39:53.186 INFO kablam! su: No module specific data is present Oct 11 13:39:53.668 INFO running `"docker" "rm" "-f" "3319f16701748d9586722be1360d64cd10b6b94fbd52a4d8b17eb8b7057053fb"` Oct 11 13:39:53.820 INFO blam! 3319f16701748d9586722be1360d64cd10b6b94fbd52a4d8b17eb8b7057053fb Oct 11 13:39:53.826 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:39:53.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:39:54.092 INFO blam! 8eb9543f568ced27f3ec69c089000fccfdefc6d6322d5fb3c7a510cd6f145f99 Oct 11 13:39:54.094 INFO running `"docker" "start" "-a" "8eb9543f568ced27f3ec69c089000fccfdefc6d6322d5fb3c7a510cd6f145f99"` Oct 11 13:39:54.880 INFO kablam! usermod: no changes Oct 11 13:39:54.940 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 13:39:54.940 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 13:39:54.940 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 13:39:54.940 INFO kablam! files will be included as a binary target: Oct 11 13:39:54.940 INFO kablam! Oct 11 13:39:54.940 INFO kablam! * /source/src/bin/display.rs Oct 11 13:39:54.940 INFO kablam! * /source/src/bin/command.rs Oct 11 13:39:54.940 INFO kablam! * /source/src/bin/main.rs Oct 11 13:39:54.940 INFO kablam! * /source/src/bin/debugger.rs Oct 11 13:39:54.940 INFO kablam! * /source/src/bin/sink_debug.rs Oct 11 13:39:54.940 INFO kablam! * /source/src/bin/debugger_error.rs Oct 11 13:39:54.940 INFO kablam! Oct 11 13:39:54.940 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 13:39:54.940 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 13:39:54.940 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 13:39:54.940 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 13:39:54.940 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 13:39:54.940 INFO kablam! Oct 11 13:39:54.940 INFO kablam! For more information on this warning you can consult Oct 11 13:39:54.940 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 13:39:54.940 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 11 13:39:54.940 INFO kablam! please set bin.path in Cargo.toml Oct 11 13:39:54.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 13:39:54.996 INFO kablam! Running /target/debug/deps/reustmann-883f8e74e3a80d6e Oct 11 13:39:55.000 INFO kablam! Running /target/debug/deps/reustmann-267bb3a9202cb6b8 Oct 11 13:39:55.000 INFO blam! Oct 11 13:39:55.000 INFO blam! running 0 tests Oct 11 13:39:55.000 INFO blam! Oct 11 13:39:55.000 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:39:55.000 INFO blam! Oct 11 13:39:55.018 INFO blam! Oct 11 13:39:55.018 INFO blam! running 0 tests Oct 11 13:39:55.018 INFO blam! Oct 11 13:39:55.018 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:39:55.018 INFO blam! Oct 11 13:39:55.019 INFO kablam! Doc-tests reustmann Oct 11 13:39:55.775 INFO blam! Oct 11 13:39:55.775 INFO blam! running 52 tests Oct 11 13:39:55.775 INFO blam! test src/instruction/mod.rs - instruction (line 26) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction (line 45) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction (line 57) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction (line 7) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Add (line 264) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::And (line 349) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Beq (line 436) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bge (line 475) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bgt (line 449) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Blt (line 462) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bnz (line 423) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::BraN (line 524) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::BraP (line 542) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Bz (line 408) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Dec (line 299) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Div (line 323) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Dup (line 161) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::EndL (line 505) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::In (line 122) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Inc (line 288) ... ignored Oct 11 13:39:55.776 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Loop (line 488) ... ignored Oct 11 13:39:55.780 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Mul (line 310) ... ignored Oct 11 13:39:55.784 INFO kablam! su: No module specific data is present Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Nop (line 93) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Not (line 395) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Or (line 361) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Out (line 138) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Pop (line 150) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PopPc (line 186) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PopSp (line 197) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Push0 (line 252) ... ignored Oct 11 13:39:55.784 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PushNz (line 227) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::PushPc (line 174) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Reset (line 104) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Shl (line 373) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Shr (line 384) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip1 (line 569) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip2 (line 580) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip3 (line 591) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip4 (line 602) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip5 (line 613) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip6 (line 624) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip7 (line 635) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip8 (line 646) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Skip9 (line 657) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::SpTgt (line 213) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Sub (line 276) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Swap (line 239) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Target (line 558) ... ignored Oct 11 13:39:55.785 INFO blam! test src/instruction/mod.rs - instruction::Instruction::Xor (line 337) ... ignored Oct 11 13:39:55.785 INFO blam! test src/lib.rs - (line 102) ... ignored Oct 11 13:39:55.785 INFO blam! test src/lib.rs - (line 114) ... ignored Oct 11 13:39:55.786 INFO blam! test src/lib.rs - (line 34) ... ignored Oct 11 13:39:55.786 INFO blam! Oct 11 13:39:55.786 INFO blam! test result: ok. 0 passed; 0 failed; 52 ignored; 0 measured; 0 filtered out Oct 11 13:39:55.786 INFO blam! Oct 11 13:39:56.212 INFO running `"docker" "rm" "-f" "8eb9543f568ced27f3ec69c089000fccfdefc6d6322d5fb3c7a510cd6f145f99"` Oct 11 13:39:56.471 INFO blam! 8eb9543f568ced27f3ec69c089000fccfdefc6d6322d5fb3c7a510cd6f145f99