Oct 27 10:28:23.932 INFO checking Nicoretti/tfp-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:28:23.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:28:24.171 INFO blam! 059fab14254ec50a2153db292f5c08e90863df7c54bb444abffec35699e5f49b Oct 27 10:28:24.174 INFO running `"docker" "start" "-a" "059fab14254ec50a2153db292f5c08e90863df7c54bb444abffec35699e5f49b"` Oct 27 10:28:25.271 INFO kablam! usermod: no changes Oct 27 10:28:25.301 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 10:28:25.301 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 10:28:25.301 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 10:28:25.301 INFO kablam! files will be included as a binary target: Oct 27 10:28:25.301 INFO kablam! Oct 27 10:28:25.301 INFO kablam! * /source/src/bin/main.rs Oct 27 10:28:25.301 INFO kablam! Oct 27 10:28:25.301 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 10:28:25.301 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 10:28:25.301 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 10:28:25.301 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 10:28:25.301 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 10:28:25.301 INFO kablam! Oct 27 10:28:25.301 INFO kablam! For more information on this warning you can consult Oct 27 10:28:25.301 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 10:28:25.301 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 27 10:28:25.301 INFO kablam! please set bin.path in Cargo.toml Oct 27 10:28:25.365 INFO kablam! Checking byteview v0.1.0 (/source/byteview) Oct 27 10:28:25.387 INFO kablam! Checking error-chain v0.9.0 Oct 27 10:28:26.531 INFO kablam! Checking tftp-rs v0.1.0 (/source) Oct 27 10:28:27.444 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:28:27.445 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 27 10:28:27.445 INFO kablam! | Oct 27 10:28:27.446 INFO kablam! 1 | #[macro_use] Oct 27 10:28:27.447 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:28:27.447 INFO kablam! | Oct 27 10:28:27.448 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:28:27.448 INFO kablam! Oct 27 10:28:27.448 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 27 10:28:27.449 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 27 10:28:27.449 INFO kablam! | Oct 27 10:28:27.449 INFO kablam! 4 | use std::iter::Iterator; Oct 27 10:28:27.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:28:27.450 INFO kablam! Oct 27 10:28:27.452 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 27 10:28:27.452 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 27 10:28:27.453 INFO kablam! | Oct 27 10:28:27.453 INFO kablam! 2 | use std::str::from_utf8; Oct 27 10:28:27.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:28:27.454 INFO kablam! Oct 27 10:28:27.607 INFO kablam! warning: unreachable pattern Oct 27 10:28:27.607 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 27 10:28:27.607 INFO kablam! | Oct 27 10:28:27.607 INFO kablam! 152 | _ => panic!(), Oct 27 10:28:27.607 INFO kablam! | ^ Oct 27 10:28:27.607 INFO kablam! | Oct 27 10:28:27.607 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 10:28:27.607 INFO kablam! Oct 27 10:28:27.623 INFO kablam! warning: variable does not need to be mutable Oct 27 10:28:27.623 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 27 10:28:27.623 INFO kablam! | Oct 27 10:28:27.623 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 27 10:28:27.623 INFO kablam! | ----^^^^^^ Oct 27 10:28:27.623 INFO kablam! | | Oct 27 10:28:27.623 INFO kablam! | help: remove this `mut` Oct 27 10:28:27.623 INFO kablam! | Oct 27 10:28:27.623 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:28:27.623 INFO kablam! Oct 27 10:28:27.623 INFO kablam! warning: variable does not need to be mutable Oct 27 10:28:27.623 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 27 10:28:27.623 INFO kablam! | Oct 27 10:28:27.623 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 27 10:28:27.623 INFO kablam! | ----^^^^^^^^ Oct 27 10:28:27.623 INFO kablam! | | Oct 27 10:28:27.623 INFO kablam! | help: remove this `mut` Oct 27 10:28:27.623 INFO kablam! Oct 27 10:28:27.703 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:28:27.703 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 27 10:28:27.703 INFO kablam! | Oct 27 10:28:27.703 INFO kablam! 1 | #[macro_use] Oct 27 10:28:27.703 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:28:27.703 INFO kablam! | Oct 27 10:28:27.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:28:27.703 INFO kablam! Oct 27 10:28:27.703 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 27 10:28:27.703 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 27 10:28:27.703 INFO kablam! | Oct 27 10:28:27.703 INFO kablam! 4 | use std::iter::Iterator; Oct 27 10:28:27.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:28:27.703 INFO kablam! Oct 27 10:28:27.703 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 27 10:28:27.703 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 27 10:28:27.703 INFO kablam! | Oct 27 10:28:27.703 INFO kablam! 2 | use std::str::from_utf8; Oct 27 10:28:27.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:28:27.703 INFO kablam! Oct 27 10:28:27.995 INFO kablam! warning: unreachable pattern Oct 27 10:28:27.995 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 27 10:28:27.995 INFO kablam! | Oct 27 10:28:27.995 INFO kablam! 152 | _ => panic!(), Oct 27 10:28:27.995 INFO kablam! | ^ Oct 27 10:28:27.995 INFO kablam! | Oct 27 10:28:27.999 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 10:28:27.999 INFO kablam! Oct 27 10:28:28.083 INFO kablam! warning: variable does not need to be mutable Oct 27 10:28:28.083 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 27 10:28:28.083 INFO kablam! | Oct 27 10:28:28.083 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 27 10:28:28.083 INFO kablam! | ----^^^^^^ Oct 27 10:28:28.083 INFO kablam! | | Oct 27 10:28:28.083 INFO kablam! | help: remove this `mut` Oct 27 10:28:28.083 INFO kablam! | Oct 27 10:28:28.083 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:28:28.083 INFO kablam! Oct 27 10:28:28.083 INFO kablam! warning: variable does not need to be mutable Oct 27 10:28:28.083 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 27 10:28:28.083 INFO kablam! | Oct 27 10:28:28.083 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 27 10:28:28.083 INFO kablam! | ----^^^^^^^^ Oct 27 10:28:28.083 INFO kablam! | | Oct 27 10:28:28.083 INFO kablam! | help: remove this `mut` Oct 27 10:28:28.087 INFO kablam! Oct 27 10:28:28.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.20s Oct 27 10:28:28.507 INFO kablam! su: No module specific data is present Oct 27 10:28:29.605 INFO running `"docker" "rm" "-f" "059fab14254ec50a2153db292f5c08e90863df7c54bb444abffec35699e5f49b"` Oct 27 10:28:29.831 INFO blam! 059fab14254ec50a2153db292f5c08e90863df7c54bb444abffec35699e5f49b