Oct 27 18:41:49.226 INFO checking notem-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:41:49.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 18:41:49.763 INFO blam! 8240d23f5fbd79ed7a4550570b150608079138919a47781564a0bfc6c99ae49e Oct 27 18:41:49.765 INFO running `"docker" "start" "-a" "8240d23f5fbd79ed7a4550570b150608079138919a47781564a0bfc6c99ae49e"` Oct 27 18:41:51.079 INFO kablam! usermod: no changes Oct 27 18:41:51.124 INFO kablam! Checking which v1.0.5 Oct 27 18:41:51.887 INFO kablam! Checking notem v0.2.0 (/source) Oct 27 18:41:52.950 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 18:41:52.950 INFO kablam! --> src/config.rs:55:28 Oct 27 18:41:52.950 INFO kablam! | Oct 27 18:41:52.950 INFO kablam! 55 | let mut path = env::home_dir().unwrap(); Oct 27 18:41:52.950 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 18:41:52.950 INFO kablam! | Oct 27 18:41:52.950 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:41:52.950 INFO kablam! Oct 27 18:41:53.019 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 18:41:53.019 INFO kablam! --> src/config.rs:55:28 Oct 27 18:41:53.019 INFO kablam! | Oct 27 18:41:53.019 INFO kablam! 55 | let mut path = env::home_dir().unwrap(); Oct 27 18:41:53.019 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 18:41:53.019 INFO kablam! | Oct 27 18:41:53.019 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:41:53.019 INFO kablam! Oct 27 18:41:54.037 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.037 INFO kablam! --> src/main.rs:28:21 Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! 28 | dir::list_notes(&config.path); Oct 27 18:41:54.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:41:54.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.037 INFO kablam! Oct 27 18:41:54.037 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.037 INFO kablam! --> src/main.rs:34:21 Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! 34 | dir::search_notes(&config.path, rest); Oct 27 18:41:54.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.037 INFO kablam! Oct 27 18:41:54.037 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.037 INFO kablam! --> src/main.rs:41:21 Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! 41 | open::that(editor, path); Oct 27 18:41:54.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.037 INFO kablam! Oct 27 18:41:54.037 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.037 INFO kablam! --> src/main.rs:47:21 Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! 47 | open::that(editor, path); Oct 27 18:41:54.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.037 INFO kablam! | Oct 27 18:41:54.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.037 INFO kablam! Oct 27 18:41:54.230 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.230 INFO kablam! --> src/main.rs:28:21 Oct 27 18:41:54.230 INFO kablam! | Oct 27 18:41:54.230 INFO kablam! 28 | dir::list_notes(&config.path); Oct 27 18:41:54.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.230 INFO kablam! | Oct 27 18:41:54.230 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:41:54.230 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.230 INFO kablam! Oct 27 18:41:54.230 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.230 INFO kablam! --> src/main.rs:34:21 Oct 27 18:41:54.230 INFO kablam! | Oct 27 18:41:54.230 INFO kablam! 34 | dir::search_notes(&config.path, rest); Oct 27 18:41:54.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.230 INFO kablam! | Oct 27 18:41:54.230 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.230 INFO kablam! Oct 27 18:41:54.230 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.230 INFO kablam! --> src/main.rs:41:21 Oct 27 18:41:54.230 INFO kablam! | Oct 27 18:41:54.230 INFO kablam! 41 | open::that(editor, path); Oct 27 18:41:54.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.230 INFO kablam! | Oct 27 18:41:54.230 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.230 INFO kablam! Oct 27 18:41:54.230 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.230 INFO kablam! --> src/main.rs:47:21 Oct 27 18:41:54.230 INFO kablam! | Oct 27 18:41:54.230 INFO kablam! 47 | open::that(editor, path); Oct 27 18:41:54.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.231 INFO kablam! | Oct 27 18:41:54.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.231 INFO kablam! Oct 27 18:41:54.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.14s Oct 27 18:41:54.248 INFO kablam! su: No module specific data is present Oct 27 18:41:54.474 INFO running `"docker" "rm" "-f" "8240d23f5fbd79ed7a4550570b150608079138919a47781564a0bfc6c99ae49e"` Oct 27 18:41:54.540 INFO blam! 8240d23f5fbd79ed7a4550570b150608079138919a47781564a0bfc6c99ae49e