Oct 27 18:41:48.789 INFO checking notem-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:41:48.791 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 18:41:49.283 INFO blam! 6d4bd2de28d5ae7aaf1ba9c568b9319e8621dcdffb2e2305ab3680a4f5f12fe3 Oct 27 18:41:49.296 INFO running `"docker" "start" "-a" "6d4bd2de28d5ae7aaf1ba9c568b9319e8621dcdffb2e2305ab3680a4f5f12fe3"` Oct 27 18:41:50.335 INFO kablam! usermod: no changes Oct 27 18:41:50.439 INFO kablam! Checking which v1.0.5 Oct 27 18:41:51.263 INFO kablam! Checking notem v0.2.0 (/source) Oct 27 18:41:52.203 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.204 INFO kablam! --> src/config.rs:55:28 Oct 27 18:41:52.204 INFO kablam! | Oct 27 18:41:52.204 INFO kablam! 55 | let mut path = env::home_dir().unwrap(); Oct 27 18:41:52.205 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 18:41:52.205 INFO kablam! | Oct 27 18:41:52.205 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:41:52.205 INFO kablam! Oct 27 18:41:52.499 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.499 INFO kablam! --> src/config.rs:55:28 Oct 27 18:41:52.499 INFO kablam! | Oct 27 18:41:52.499 INFO kablam! 55 | let mut path = env::home_dir().unwrap(); Oct 27 18:41:52.499 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 18:41:52.499 INFO kablam! | Oct 27 18:41:52.499 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:41:52.499 INFO kablam! Oct 27 18:41:53.690 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:53.690 INFO kablam! --> src/main.rs:28:21 Oct 27 18:41:53.690 INFO kablam! | Oct 27 18:41:53.690 INFO kablam! 28 | dir::list_notes(&config.path); Oct 27 18:41:53.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:53.690 INFO kablam! | Oct 27 18:41:53.690 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:41:53.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:53.690 INFO kablam! Oct 27 18:41:53.690 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:53.690 INFO kablam! --> src/main.rs:34:21 Oct 27 18:41:53.690 INFO kablam! | Oct 27 18:41:53.690 INFO kablam! 34 | dir::search_notes(&config.path, rest); Oct 27 18:41:53.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:53.690 INFO kablam! | Oct 27 18:41:53.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:53.691 INFO kablam! Oct 27 18:41:53.691 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:53.691 INFO kablam! --> src/main.rs:41:21 Oct 27 18:41:53.691 INFO kablam! | Oct 27 18:41:53.691 INFO kablam! 41 | open::that(editor, path); Oct 27 18:41:53.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:53.691 INFO kablam! | Oct 27 18:41:53.691 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:53.691 INFO kablam! Oct 27 18:41:53.691 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:53.691 INFO kablam! --> src/main.rs:47:21 Oct 27 18:41:53.691 INFO kablam! | Oct 27 18:41:53.691 INFO kablam! 47 | open::that(editor, path); Oct 27 18:41:53.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:53.691 INFO kablam! | Oct 27 18:41:53.691 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:53.691 INFO kablam! Oct 27 18:41:54.038 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.038 INFO kablam! --> src/main.rs:28:21 Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! 28 | dir::list_notes(&config.path); Oct 27 18:41:54.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:41:54.038 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.038 INFO kablam! Oct 27 18:41:54.038 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.038 INFO kablam! --> src/main.rs:34:21 Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! 34 | dir::search_notes(&config.path, rest); Oct 27 18:41:54.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.038 INFO kablam! Oct 27 18:41:54.038 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.038 INFO kablam! --> src/main.rs:41:21 Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! 41 | open::that(editor, path); Oct 27 18:41:54.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.038 INFO kablam! Oct 27 18:41:54.038 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:41:54.038 INFO kablam! --> src/main.rs:47:21 Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! 47 | open::that(editor, path); Oct 27 18:41:54.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:41:54.038 INFO kablam! | Oct 27 18:41:54.038 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:41:54.038 INFO kablam! Oct 27 18:41:54.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.69s Oct 27 18:41:54.059 INFO kablam! su: No module specific data is present Oct 27 18:41:54.337 INFO running `"docker" "rm" "-f" "6d4bd2de28d5ae7aaf1ba9c568b9319e8621dcdffb2e2305ab3680a4f5f12fe3"` Oct 27 18:41:54.445 INFO blam! 6d4bd2de28d5ae7aaf1ba9c568b9319e8621dcdffb2e2305ab3680a4f5f12fe3