Oct 27 17:13:30.441 INFO checking reustmann-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:13:30.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 17:13:30.960 INFO blam! 65305100cbafd2e07c1ed9ef4da4677004a304b7b8b7cd731a1d97991fc2e705 Oct 27 17:13:30.961 INFO running `"docker" "start" "-a" "65305100cbafd2e07c1ed9ef4da4677004a304b7b8b7cd731a1d97991fc2e705"` Oct 27 17:13:31.905 INFO kablam! usermod: no changes Oct 27 17:13:31.927 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 17:13:31.927 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 17:13:31.927 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 17:13:31.927 INFO kablam! files will be included as a binary target: Oct 27 17:13:31.927 INFO kablam! Oct 27 17:13:31.927 INFO kablam! * /source/src/bin/sink_debug.rs Oct 27 17:13:31.927 INFO kablam! * /source/src/bin/debugger_error.rs Oct 27 17:13:31.927 INFO kablam! * /source/src/bin/display.rs Oct 27 17:13:31.927 INFO kablam! * /source/src/bin/debugger.rs Oct 27 17:13:31.927 INFO kablam! * /source/src/bin/command.rs Oct 27 17:13:31.927 INFO kablam! * /source/src/bin/main.rs Oct 27 17:13:31.927 INFO kablam! Oct 27 17:13:31.927 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 17:13:31.927 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 17:13:31.927 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 17:13:31.927 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 17:13:31.927 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 17:13:31.927 INFO kablam! Oct 27 17:13:31.927 INFO kablam! For more information on this warning you can consult Oct 27 17:13:31.927 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 17:13:31.927 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 27 17:13:31.927 INFO kablam! please set bin.path in Cargo.toml Oct 27 17:13:31.940 INFO kablam! Checking colorify v0.2.3 Oct 27 17:13:31.940 INFO kablam! Checking rustyline v0.2.3 Oct 27 17:13:33.028 INFO kablam! Checking reustmann v0.1.2 (/source) Oct 27 17:13:33.495 INFO kablam! warning: unused import: `memory::OpCodes` Oct 27 17:13:33.495 INFO kablam! --> src/program.rs:1:5 Oct 27 17:13:33.495 INFO kablam! | Oct 27 17:13:33.495 INFO kablam! 1 | use memory::OpCodes; Oct 27 17:13:33.495 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:13:33.495 INFO kablam! | Oct 27 17:13:33.495 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:13:33.495 INFO kablam! Oct 27 17:13:33.643 INFO kablam! warning: unused variable: `endl` Oct 27 17:13:33.644 INFO kablam! --> src/program.rs:27:17 Oct 27 17:13:33.644 INFO kablam! | Oct 27 17:13:33.644 INFO kablam! 27 | let endl = '\n' as u8; Oct 27 17:13:33.644 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 27 17:13:33.645 INFO kablam! | Oct 27 17:13:33.645 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:13:33.645 INFO kablam! Oct 27 17:13:33.646 INFO kablam! warning: unused variable: `endl` Oct 27 17:13:33.646 INFO kablam! --> src/program.rs:28:26 Oct 27 17:13:33.646 INFO kablam! | Oct 27 17:13:33.646 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 27 17:13:33.647 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 27 17:13:33.647 INFO kablam! Oct 27 17:13:33.692 INFO kablam! warning: method is never used: `trunc` Oct 27 17:13:33.692 INFO kablam! --> src/interpreter.rs:121:5 Oct 27 17:13:33.692 INFO kablam! | Oct 27 17:13:33.692 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 27 17:13:33.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:33.692 INFO kablam! | Oct 27 17:13:33.692 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:13:33.692 INFO kablam! Oct 27 17:13:33.692 INFO kablam! warning: unused import: `memory::OpCodes` Oct 27 17:13:33.692 INFO kablam! --> src/program.rs:1:5 Oct 27 17:13:33.692 INFO kablam! | Oct 27 17:13:33.692 INFO kablam! 1 | use memory::OpCodes; Oct 27 17:13:33.692 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:13:33.692 INFO kablam! | Oct 27 17:13:33.692 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:13:33.692 INFO kablam! Oct 27 17:13:33.920 INFO kablam! warning: unused variable: `endl` Oct 27 17:13:33.920 INFO kablam! --> src/program.rs:27:17 Oct 27 17:13:33.921 INFO kablam! | Oct 27 17:13:33.921 INFO kablam! 27 | let endl = '\n' as u8; Oct 27 17:13:33.921 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 27 17:13:33.921 INFO kablam! | Oct 27 17:13:33.921 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:13:33.921 INFO kablam! Oct 27 17:13:33.921 INFO kablam! warning: unused variable: `endl` Oct 27 17:13:33.921 INFO kablam! --> src/program.rs:28:26 Oct 27 17:13:33.921 INFO kablam! | Oct 27 17:13:33.921 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 27 17:13:33.921 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 27 17:13:33.921 INFO kablam! Oct 27 17:13:33.999 INFO kablam! warning: method is never used: `trunc` Oct 27 17:13:33.999 INFO kablam! --> src/interpreter.rs:121:5 Oct 27 17:13:33.999 INFO kablam! | Oct 27 17:13:33.999 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 27 17:13:33.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:33.999 INFO kablam! | Oct 27 17:13:33.999 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:13:33.999 INFO kablam! Oct 27 17:13:34.903 INFO kablam! warning: unused import: `alphanumeric` Oct 27 17:13:34.903 INFO kablam! --> src/bin/command.rs:3:39 Oct 27 17:13:34.903 INFO kablam! | Oct 27 17:13:34.903 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 27 17:13:34.903 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:13:34.903 INFO kablam! | Oct 27 17:13:34.903 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:13:34.903 INFO kablam! Oct 27 17:13:34.903 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 27 17:13:34.903 INFO kablam! --> src/bin/main.rs:17:5 Oct 27 17:13:34.903 INFO kablam! | Oct 27 17:13:34.903 INFO kablam! 17 | use sink_debug::sink_debug; Oct 27 17:13:34.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:34.903 INFO kablam! Oct 27 17:13:34.903 INFO kablam! warning: unused import: `std::io::empty` Oct 27 17:13:34.903 INFO kablam! --> src/bin/main.rs:18:5 Oct 27 17:13:34.903 INFO kablam! | Oct 27 17:13:34.903 INFO kablam! 18 | use std::io::empty; Oct 27 17:13:34.903 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:13:34.903 INFO kablam! Oct 27 17:13:34.911 INFO kablam! warning: unused import: `alphanumeric` Oct 27 17:13:34.911 INFO kablam! --> src/bin/command.rs:3:39 Oct 27 17:13:34.911 INFO kablam! | Oct 27 17:13:34.911 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 27 17:13:34.911 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:13:34.911 INFO kablam! | Oct 27 17:13:34.911 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:13:34.911 INFO kablam! Oct 27 17:13:34.919 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 27 17:13:34.919 INFO kablam! --> src/bin/main.rs:17:5 Oct 27 17:13:34.919 INFO kablam! | Oct 27 17:13:34.919 INFO kablam! 17 | use sink_debug::sink_debug; Oct 27 17:13:34.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:34.919 INFO kablam! Oct 27 17:13:34.919 INFO kablam! warning: unused import: `std::io::empty` Oct 27 17:13:34.919 INFO kablam! --> src/bin/main.rs:18:5 Oct 27 17:13:34.919 INFO kablam! | Oct 27 17:13:34.919 INFO kablam! 18 | use std::io::empty; Oct 27 17:13:34.919 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:13:34.919 INFO kablam! Oct 27 17:13:35.487 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 27 17:13:35.487 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 27 17:13:35.487 INFO kablam! | Oct 27 17:13:35.487 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 27 17:13:35.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:35.487 INFO kablam! | Oct 27 17:13:35.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:13:35.487 INFO kablam! Oct 27 17:13:35.487 INFO kablam! warning: function is never used: `sink_debug` Oct 27 17:13:35.487 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 27 17:13:35.487 INFO kablam! | Oct 27 17:13:35.487 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 27 17:13:35.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:35.487 INFO kablam! Oct 27 17:13:35.611 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 27 17:13:35.611 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 27 17:13:35.611 INFO kablam! | Oct 27 17:13:35.611 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 27 17:13:35.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:35.611 INFO kablam! | Oct 27 17:13:35.611 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:13:35.611 INFO kablam! Oct 27 17:13:35.611 INFO kablam! warning: function is never used: `sink_debug` Oct 27 17:13:35.611 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 27 17:13:35.611 INFO kablam! | Oct 27 17:13:35.611 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 27 17:13:35.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:13:35.611 INFO kablam! Oct 27 17:13:35.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.73s Oct 27 17:13:35.659 INFO kablam! su: No module specific data is present Oct 27 17:13:36.665 INFO running `"docker" "rm" "-f" "65305100cbafd2e07c1ed9ef4da4677004a304b7b8b7cd731a1d97991fc2e705"` Oct 27 17:13:36.980 INFO blam! 65305100cbafd2e07c1ed9ef4da4677004a304b7b8b7cd731a1d97991fc2e705