Oct 27 07:49:21.704 INFO checking beeuhtricks/hrt against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:49:21.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 07:49:22.221 INFO blam! c6b492c08e4a5e507c00b332b764aeccef594567ac7b6a958fd05e2fc25fa45e Oct 27 07:49:22.224 INFO running `"docker" "start" "-a" "c6b492c08e4a5e507c00b332b764aeccef594567ac7b6a958fd05e2fc25fa45e"` Oct 27 07:49:24.593 INFO kablam! usermod: no changes Oct 27 07:49:24.777 INFO kablam! Compiling isolang v0.2.1 Oct 27 07:49:24.783 INFO kablam! Compiling regex v1.0.2 Oct 27 07:49:37.054 INFO kablam! Compiling parse-zoneinfo v0.2.0 Oct 27 07:49:41.603 INFO kablam! Compiling chrono-tz v0.5.0 Oct 27 07:50:06.003 INFO kablam! Checking timeago v0.1.5 Oct 27 07:50:07.239 INFO kablam! Checking hrt v0.1.0 (/source) Oct 27 07:50:08.338 INFO kablam! error[E0425]: cannot find value `stored_file` in this scope Oct 27 07:50:08.338 INFO kablam! --> src/lib.rs:38:29 Oct 27 07:50:08.338 INFO kablam! | Oct 27 07:50:08.338 INFO kablam! 38 | file::write_all(stored_file, &args[1]).unwrap(); Oct 27 07:50:08.338 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 07:50:08.338 INFO kablam! Oct 27 07:50:08.338 INFO kablam! error[E0425]: cannot find value `stored_file` in this scope Oct 27 07:50:08.338 INFO kablam! --> src/lib.rs:41:45 Oct 27 07:50:08.338 INFO kablam! | Oct 27 07:50:08.338 INFO kablam! 41 | let date = file::read_to_string(stored_file).unwrap(); Oct 27 07:50:08.338 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 07:50:08.338 INFO kablam! Oct 27 07:50:08.338 INFO kablam! warning: unused import: `std::fs::DirBuilder` Oct 27 07:50:08.338 INFO kablam! --> src/lib.rs:11:5 Oct 27 07:50:08.338 INFO kablam! | Oct 27 07:50:08.338 INFO kablam! 11 | use std::fs::DirBuilder; Oct 27 07:50:08.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 07:50:08.338 INFO kablam! | Oct 27 07:50:08.338 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:50:08.338 INFO kablam! Oct 27 07:50:08.338 INFO kablam! warning: unused import: `std::path::PathBuf` Oct 27 07:50:08.338 INFO kablam! --> src/lib.rs:12:5 Oct 27 07:50:08.338 INFO kablam! | Oct 27 07:50:08.338 INFO kablam! 12 | use std::path::PathBuf; Oct 27 07:50:08.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 07:50:08.338 INFO kablam! Oct 27 07:50:08.475 INFO kablam! error: aborting due to 2 previous errors Oct 27 07:50:08.475 INFO kablam! Oct 27 07:50:08.475 INFO kablam! For more information about this error, try `rustc --explain E0425`. Oct 27 07:50:08.523 INFO kablam! error: Could not compile `hrt`. Oct 27 07:50:08.523 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 07:50:08.626 INFO kablam! error[E0425]: cannot find value `stored_file` in this scope Oct 27 07:50:08.627 INFO kablam! --> src/lib.rs:38:29 Oct 27 07:50:08.627 INFO kablam! | Oct 27 07:50:08.627 INFO kablam! 38 | file::write_all(stored_file, &args[1]).unwrap(); Oct 27 07:50:08.627 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 07:50:08.627 INFO kablam! Oct 27 07:50:08.627 INFO kablam! error[E0425]: cannot find value `stored_file` in this scope Oct 27 07:50:08.627 INFO kablam! --> src/lib.rs:41:45 Oct 27 07:50:08.627 INFO kablam! | Oct 27 07:50:08.627 INFO kablam! 41 | let date = file::read_to_string(stored_file).unwrap(); Oct 27 07:50:08.627 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 07:50:08.627 INFO kablam! Oct 27 07:50:08.627 INFO kablam! warning: unused import: `std::fs::DirBuilder` Oct 27 07:50:08.627 INFO kablam! --> src/lib.rs:11:5 Oct 27 07:50:08.627 INFO kablam! | Oct 27 07:50:08.627 INFO kablam! 11 | use std::fs::DirBuilder; Oct 27 07:50:08.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 07:50:08.627 INFO kablam! | Oct 27 07:50:08.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:50:08.627 INFO kablam! Oct 27 07:50:08.627 INFO kablam! warning: unused import: `std::path::PathBuf` Oct 27 07:50:08.627 INFO kablam! --> src/lib.rs:12:5 Oct 27 07:50:08.627 INFO kablam! | Oct 27 07:50:08.627 INFO kablam! 12 | use std::path::PathBuf; Oct 27 07:50:08.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 07:50:08.627 INFO kablam! Oct 27 07:50:08.679 INFO kablam! error: aborting due to 2 previous errors Oct 27 07:50:08.679 INFO kablam! Oct 27 07:50:08.679 INFO kablam! For more information about this error, try `rustc --explain E0425`. Oct 27 07:50:08.691 INFO kablam! error: Could not compile `hrt`. Oct 27 07:50:08.691 INFO kablam! Oct 27 07:50:08.691 INFO kablam! To learn more, run the command again with --verbose. Oct 27 07:50:08.692 INFO kablam! su: No module specific data is present Oct 27 07:50:09.263 INFO running `"docker" "rm" "-f" "c6b492c08e4a5e507c00b332b764aeccef594567ac7b6a958fd05e2fc25fa45e"` Oct 27 07:50:09.528 INFO blam! c6b492c08e4a5e507c00b332b764aeccef594567ac7b6a958fd05e2fc25fa45e