Oct 21 20:01:16.496 INFO checking adambrenecki/yorick against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:01:16.496 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 21 20:01:16.669 INFO blam! 6f3a13390844bf7316bd2041146fd1f0520fd0a8524264001782586ef5f777ee Oct 21 20:01:16.676 INFO running `"docker" "start" "-a" "6f3a13390844bf7316bd2041146fd1f0520fd0a8524264001782586ef5f777ee"` Oct 21 20:01:17.194 INFO kablam! usermod: no changes Oct 21 20:01:17.242 INFO kablam! Checking same-file v1.0.0 Oct 21 20:01:17.242 INFO kablam! Checking toml v0.4.5 Oct 21 20:01:17.243 INFO kablam! Checking tempdir v0.3.5 Oct 21 20:01:17.756 INFO kablam! Checking walkdir v2.0.1 Oct 21 20:01:19.252 INFO kablam! Checking yorick v0.1.0 (/source) Oct 21 20:01:20.084 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `self` Oct 21 20:01:20.084 INFO kablam! --> src/config.rs:1:17 Oct 21 20:01:20.084 INFO kablam! | Oct 21 20:01:20.084 INFO kablam! 1 | use serde::de::{self, Deserialize, Deserializer}; Oct 21 20:01:20.084 INFO kablam! | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 21 20:01:20.084 INFO kablam! | Oct 21 20:01:20.084 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:01:20.084 INFO kablam! Oct 21 20:01:20.084 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:01:20.084 INFO kablam! --> src/main.rs:3:1 Oct 21 20:01:20.084 INFO kablam! | Oct 21 20:01:20.084 INFO kablam! 3 | #[macro_use] Oct 21 20:01:20.084 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:01:20.084 INFO kablam! | Oct 21 20:01:20.084 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:01:20.084 INFO kablam! Oct 21 20:01:20.084 INFO kablam! warning: unused import: `Write` Oct 21 20:01:20.084 INFO kablam! --> src/skeleton.rs:3:40 Oct 21 20:01:20.084 INFO kablam! | Oct 21 20:01:20.084 INFO kablam! 3 | use std::io::{BufReader, Read, Result, Write}; Oct 21 20:01:20.084 INFO kablam! | ^^^^^ Oct 21 20:01:20.084 INFO kablam! Oct 21 20:01:20.084 INFO kablam! warning: unused import: `create_dir` Oct 21 20:01:20.084 INFO kablam! --> src/skeleton.rs:4:21 Oct 21 20:01:20.084 INFO kablam! | Oct 21 20:01:20.084 INFO kablam! 4 | use std::fs::{File, create_dir}; Oct 21 20:01:20.084 INFO kablam! | ^^^^^^^^^^ Oct 21 20:01:20.084 INFO kablam! Oct 21 20:01:20.085 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 20:01:20.085 INFO kablam! --> src/skeleton.rs:6:5 Oct 21 20:01:20.085 INFO kablam! | Oct 21 20:01:20.085 INFO kablam! 6 | use std::collections::HashMap; Oct 21 20:01:20.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:01:20.085 INFO kablam! Oct 21 20:01:20.085 INFO kablam! warning: unused import: `tempdir::TempDir` Oct 21 20:01:20.085 INFO kablam! --> src/skeleton.rs:7:5 Oct 21 20:01:20.085 INFO kablam! | Oct 21 20:01:20.085 INFO kablam! 7 | use tempdir::TempDir; Oct 21 20:01:20.085 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:01:20.085 INFO kablam! Oct 21 20:01:20.085 INFO kablam! warning: unused import: `Read` Oct 21 20:01:20.085 INFO kablam! --> src/output.rs:2:30 Oct 21 20:01:20.085 INFO kablam! | Oct 21 20:01:20.085 INFO kablam! 2 | use std::io::{Result, Write, Read}; Oct 21 20:01:20.085 INFO kablam! | ^^^^ Oct 21 20:01:20.085 INFO kablam! Oct 21 20:01:20.085 INFO kablam! warning: unused import: `tempdir::TempDir` Oct 21 20:01:20.085 INFO kablam! --> src/output.rs:4:5 Oct 21 20:01:20.085 INFO kablam! | Oct 21 20:01:20.085 INFO kablam! 4 | use tempdir::TempDir; Oct 21 20:01:20.085 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:01:20.085 INFO kablam! Oct 21 20:01:20.085 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `self` Oct 21 20:01:20.085 INFO kablam! --> src/config.rs:1:17 Oct 21 20:01:20.085 INFO kablam! | Oct 21 20:01:20.085 INFO kablam! 1 | use serde::de::{self, Deserialize, Deserializer}; Oct 21 20:01:20.085 INFO kablam! | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 21 20:01:20.085 INFO kablam! Oct 21 20:01:20.085 INFO kablam! warning: unused import: `toml` Oct 21 20:01:20.085 INFO kablam! --> src/config.rs:2:5 Oct 21 20:01:20.085 INFO kablam! | Oct 21 20:01:20.085 INFO kablam! 2 | use toml; Oct 21 20:01:20.085 INFO kablam! | ^^^^ Oct 21 20:01:20.085 INFO kablam! Oct 21 20:01:20.368 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:01:20.376 INFO kablam! --> src/main.rs:24:9 Oct 21 20:01:20.376 INFO kablam! | Oct 21 20:01:20.376 INFO kablam! 24 | file.contents().unwrap().read(contents); Oct 21 20:01:20.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:01:20.376 INFO kablam! | Oct 21 20:01:20.376 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:01:20.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:01:20.376 INFO kablam! Oct 21 20:01:20.376 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:01:20.376 INFO kablam! --> src/main.rs:30:5 Oct 21 20:01:20.376 INFO kablam! | Oct 21 20:01:20.376 INFO kablam! 30 | writer.write(b"Hello!"); Oct 21 20:01:20.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:01:20.376 INFO kablam! | Oct 21 20:01:20.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:01:20.376 INFO kablam! Oct 21 20:01:20.432 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:01:20.433 INFO kablam! --> src/main.rs:24:9 Oct 21 20:01:20.433 INFO kablam! | Oct 21 20:01:20.433 INFO kablam! 24 | file.contents().unwrap().read(contents); Oct 21 20:01:20.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:01:20.433 INFO kablam! | Oct 21 20:01:20.433 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:01:20.433 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:01:20.433 INFO kablam! Oct 21 20:01:20.433 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:01:20.433 INFO kablam! --> src/main.rs:30:5 Oct 21 20:01:20.433 INFO kablam! | Oct 21 20:01:20.433 INFO kablam! 30 | writer.write(b"Hello!"); Oct 21 20:01:20.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:01:20.433 INFO kablam! | Oct 21 20:01:20.433 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:01:20.433 INFO kablam! Oct 21 20:01:20.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 21 20:01:20.484 INFO kablam! su: No module specific data is present Oct 21 20:01:20.843 INFO running `"docker" "rm" "-f" "6f3a13390844bf7316bd2041146fd1f0520fd0a8524264001782586ef5f777ee"` Oct 21 20:01:21.012 INFO blam! 6f3a13390844bf7316bd2041146fd1f0520fd0a8524264001782586ef5f777ee