Oct 22 00:27:23.724 INFO checking reustmann-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:27:23.724 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 22 00:27:24.000 INFO blam! ef3da2c588ad6b0a3eb10207172775d5db766d16481f09833b6a4da5180b80c3 Oct 22 00:27:24.001 INFO running `"docker" "start" "-a" "ef3da2c588ad6b0a3eb10207172775d5db766d16481f09833b6a4da5180b80c3"` Oct 22 00:27:24.483 INFO kablam! usermod: no changes Oct 22 00:27:24.509 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 22 00:27:24.509 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 22 00:27:24.509 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 00:27:24.509 INFO kablam! files will be included as a binary target: Oct 22 00:27:24.509 INFO kablam! Oct 22 00:27:24.509 INFO kablam! * /source/src/bin/display.rs Oct 22 00:27:24.509 INFO kablam! * /source/src/bin/command.rs Oct 22 00:27:24.509 INFO kablam! * /source/src/bin/main.rs Oct 22 00:27:24.509 INFO kablam! * /source/src/bin/debugger.rs Oct 22 00:27:24.509 INFO kablam! * /source/src/bin/sink_debug.rs Oct 22 00:27:24.509 INFO kablam! * /source/src/bin/debugger_error.rs Oct 22 00:27:24.509 INFO kablam! Oct 22 00:27:24.509 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 00:27:24.509 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 22 00:27:24.509 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 22 00:27:24.509 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 00:27:24.509 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 00:27:24.509 INFO kablam! Oct 22 00:27:24.509 INFO kablam! For more information on this warning you can consult Oct 22 00:27:24.509 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 00:27:24.510 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `reustmann`, Oct 22 00:27:24.510 INFO kablam! please set bin.path in Cargo.toml Oct 22 00:27:24.528 INFO kablam! Checking colorify v0.2.3 Oct 22 00:27:24.528 INFO kablam! Checking rustyline v0.2.3 Oct 22 00:27:25.630 INFO kablam! Checking reustmann v0.1.2 (/source) Oct 22 00:27:26.192 INFO kablam! warning: unused import: `memory::OpCodes` Oct 22 00:27:26.192 INFO kablam! --> src/program.rs:1:5 Oct 22 00:27:26.192 INFO kablam! | Oct 22 00:27:26.192 INFO kablam! 1 | use memory::OpCodes; Oct 22 00:27:26.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 00:27:26.192 INFO kablam! | Oct 22 00:27:26.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:27:26.192 INFO kablam! Oct 22 00:27:26.332 INFO kablam! warning: unused import: `memory::OpCodes` Oct 22 00:27:26.332 INFO kablam! --> src/program.rs:1:5 Oct 22 00:27:26.332 INFO kablam! | Oct 22 00:27:26.332 INFO kablam! 1 | use memory::OpCodes; Oct 22 00:27:26.332 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 00:27:26.332 INFO kablam! | Oct 22 00:27:26.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:27:26.332 INFO kablam! Oct 22 00:27:26.392 INFO kablam! warning: unused variable: `endl` Oct 22 00:27:26.392 INFO kablam! --> src/program.rs:27:17 Oct 22 00:27:26.392 INFO kablam! | Oct 22 00:27:26.392 INFO kablam! 27 | let endl = '\n' as u8; Oct 22 00:27:26.392 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 22 00:27:26.392 INFO kablam! | Oct 22 00:27:26.392 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 00:27:26.392 INFO kablam! Oct 22 00:27:26.392 INFO kablam! warning: unused variable: `endl` Oct 22 00:27:26.392 INFO kablam! --> src/program.rs:28:26 Oct 22 00:27:26.392 INFO kablam! | Oct 22 00:27:26.392 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 22 00:27:26.392 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 22 00:27:26.392 INFO kablam! Oct 22 00:27:26.438 INFO kablam! warning: method is never used: `trunc` Oct 22 00:27:26.438 INFO kablam! --> src/interpreter.rs:121:5 Oct 22 00:27:26.439 INFO kablam! | Oct 22 00:27:26.439 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 22 00:27:26.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:26.439 INFO kablam! | Oct 22 00:27:26.439 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:27:26.439 INFO kablam! Oct 22 00:27:26.520 INFO kablam! warning: unused variable: `endl` Oct 22 00:27:26.520 INFO kablam! --> src/program.rs:27:17 Oct 22 00:27:26.520 INFO kablam! | Oct 22 00:27:26.520 INFO kablam! 27 | let endl = '\n' as u8; Oct 22 00:27:26.520 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 22 00:27:26.520 INFO kablam! | Oct 22 00:27:26.520 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 00:27:26.520 INFO kablam! Oct 22 00:27:26.520 INFO kablam! warning: unused variable: `endl` Oct 22 00:27:26.520 INFO kablam! --> src/program.rs:28:26 Oct 22 00:27:26.520 INFO kablam! | Oct 22 00:27:26.520 INFO kablam! 28 | if let Some(&endl) = instructions.last() { // FIXME '\r\n' for windows Oct 22 00:27:26.520 INFO kablam! | ^^^^ help: consider using `_endl` instead Oct 22 00:27:26.520 INFO kablam! Oct 22 00:27:26.564 INFO kablam! warning: method is never used: `trunc` Oct 22 00:27:26.564 INFO kablam! --> src/interpreter.rs:121:5 Oct 22 00:27:26.564 INFO kablam! | Oct 22 00:27:26.564 INFO kablam! 121 | fn trunc(&self, val: u8) -> u8 { Oct 22 00:27:26.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:26.564 INFO kablam! | Oct 22 00:27:26.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:27:26.564 INFO kablam! Oct 22 00:27:27.228 INFO kablam! warning: unused import: `alphanumeric` Oct 22 00:27:27.228 INFO kablam! --> src/bin/command.rs:3:39 Oct 22 00:27:27.228 INFO kablam! | Oct 22 00:27:27.228 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 22 00:27:27.228 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:27:27.228 INFO kablam! | Oct 22 00:27:27.228 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:27:27.228 INFO kablam! Oct 22 00:27:27.228 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 22 00:27:27.228 INFO kablam! --> src/bin/main.rs:17:5 Oct 22 00:27:27.228 INFO kablam! | Oct 22 00:27:27.228 INFO kablam! 17 | use sink_debug::sink_debug; Oct 22 00:27:27.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:27.228 INFO kablam! Oct 22 00:27:27.228 INFO kablam! warning: unused import: `std::io::empty` Oct 22 00:27:27.228 INFO kablam! --> src/bin/main.rs:18:5 Oct 22 00:27:27.228 INFO kablam! | Oct 22 00:27:27.228 INFO kablam! 18 | use std::io::empty; Oct 22 00:27:27.228 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:27:27.228 INFO kablam! Oct 22 00:27:27.468 INFO kablam! warning: unused import: `alphanumeric` Oct 22 00:27:27.468 INFO kablam! --> src/bin/command.rs:3:39 Oct 22 00:27:27.468 INFO kablam! | Oct 22 00:27:27.468 INFO kablam! 3 | use nom::{IResult, eof, space, digit, alphanumeric, is_space}; Oct 22 00:27:27.468 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:27:27.468 INFO kablam! | Oct 22 00:27:27.468 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:27:27.468 INFO kablam! Oct 22 00:27:27.468 INFO kablam! warning: unused import: `sink_debug::sink_debug` Oct 22 00:27:27.468 INFO kablam! --> src/bin/main.rs:17:5 Oct 22 00:27:27.468 INFO kablam! | Oct 22 00:27:27.468 INFO kablam! 17 | use sink_debug::sink_debug; Oct 22 00:27:27.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:27.468 INFO kablam! Oct 22 00:27:27.468 INFO kablam! warning: unused import: `std::io::empty` Oct 22 00:27:27.468 INFO kablam! --> src/bin/main.rs:18:5 Oct 22 00:27:27.468 INFO kablam! | Oct 22 00:27:27.468 INFO kablam! 18 | use std::io::empty; Oct 22 00:27:27.468 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:27:27.468 INFO kablam! Oct 22 00:27:27.792 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 22 00:27:27.792 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 22 00:27:27.792 INFO kablam! | Oct 22 00:27:27.792 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 22 00:27:27.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:27.792 INFO kablam! | Oct 22 00:27:27.792 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:27:27.792 INFO kablam! Oct 22 00:27:27.792 INFO kablam! warning: function is never used: `sink_debug` Oct 22 00:27:27.792 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 22 00:27:27.792 INFO kablam! | Oct 22 00:27:27.792 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 22 00:27:27.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:27.792 INFO kablam! Oct 22 00:27:27.955 INFO kablam! warning: struct is never constructed: `SinkDebug` Oct 22 00:27:27.955 INFO kablam! --> src/bin/sink_debug.rs:8:1 Oct 22 00:27:27.955 INFO kablam! | Oct 22 00:27:27.955 INFO kablam! 8 | pub struct SinkDebug(Sink); Oct 22 00:27:27.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:27.955 INFO kablam! | Oct 22 00:27:27.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:27:27.955 INFO kablam! Oct 22 00:27:27.955 INFO kablam! warning: function is never used: `sink_debug` Oct 22 00:27:27.955 INFO kablam! --> src/bin/sink_debug.rs:12:1 Oct 22 00:27:27.955 INFO kablam! | Oct 22 00:27:27.955 INFO kablam! 12 | pub fn sink_debug() -> SinkDebug { Oct 22 00:27:27.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:27:27.955 INFO kablam! Oct 22 00:27:27.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.48s Oct 22 00:27:28.003 INFO kablam! su: No module specific data is present Oct 22 00:27:28.544 INFO running `"docker" "rm" "-f" "ef3da2c588ad6b0a3eb10207172775d5db766d16481f09833b6a4da5180b80c3"` Oct 22 00:27:28.756 INFO blam! ef3da2c588ad6b0a3eb10207172775d5db766d16481f09833b6a4da5180b80c3