Nov 17 22:42:29.268 INFO testing slate-1.4.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 22:42:29.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 17 22:42:29.859 INFO [stdout] f9bcc8aa1f6706fa701608dc666f2eea6bc3ee93a4d29977ff47accc99be0908 Nov 17 22:42:29.860 INFO running `"docker" "start" "-a" "f9bcc8aa1f6706fa701608dc666f2eea6bc3ee93a4d29977ff47accc99be0908"` Nov 17 22:42:31.019 INFO [stderr] usermod: no changes Nov 17 22:42:31.129 INFO [stderr] Compiling slate v1.4.0 (/source) Nov 17 22:42:32.526 INFO [stderr] 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. Nov 17 22:42:32.526 INFO [stderr] --> src/config.rs:83:30 Nov 17 22:42:32.526 INFO [stderr] | Nov 17 22:42:32.526 INFO [stderr] 83 | let mut path = match env::home_dir() { Nov 17 22:42:32.527 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 22:42:32.527 INFO [stderr] | Nov 17 22:42:32.527 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 22:42:32.527 INFO [stderr] Nov 17 22:42:38.907 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.86s Nov 17 22:42:38.913 INFO [stderr] su: No module specific data is present Nov 17 22:42:39.902 INFO running `"docker" "inspect" "f9bcc8aa1f6706fa701608dc666f2eea6bc3ee93a4d29977ff47accc99be0908"` Nov 17 22:42:40.265 INFO running `"docker" "rm" "-f" "f9bcc8aa1f6706fa701608dc666f2eea6bc3ee93a4d29977ff47accc99be0908"` Nov 17 22:42:40.623 INFO [stdout] f9bcc8aa1f6706fa701608dc666f2eea6bc3ee93a4d29977ff47accc99be0908 Nov 17 22:42:40.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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"` Nov 17 22:42:41.127 INFO [stdout] e4184e7230475d25feff816863319ef37ec27c243cf8abcba1a9b4f9a8c282fe Nov 17 22:42:41.129 INFO running `"docker" "start" "-a" "e4184e7230475d25feff816863319ef37ec27c243cf8abcba1a9b4f9a8c282fe"` Nov 17 22:42:43.371 INFO [stderr] usermod: no changes Nov 17 22:42:43.551 INFO [stderr] Compiling slate v1.4.0 (/source) Nov 17 22:42:45.911 INFO [stderr] 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. Nov 17 22:42:45.911 INFO [stderr] --> src/config.rs:116:37 Nov 17 22:42:45.911 INFO [stderr] | Nov 17 22:42:45.911 INFO [stderr] 116 | let mut expected: PathBuf = env::home_dir().unwrap(); Nov 17 22:42:45.911 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 22:42:45.911 INFO [stderr] | Nov 17 22:42:45.911 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 22:42:45.911 INFO [stderr] Nov 17 22:42:45.912 INFO [stderr] 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. Nov 17 22:42:45.912 INFO [stderr] --> src/config.rs:83:30 Nov 17 22:42:45.912 INFO [stderr] | Nov 17 22:42:45.912 INFO [stderr] 83 | let mut path = match env::home_dir() { Nov 17 22:42:45.913 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 22:42:45.913 INFO [stderr] Nov 17 22:42:48.729 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.33s Nov 17 22:42:48.729 INFO [stderr] su: No module specific data is present Nov 17 22:42:49.653 INFO running `"docker" "inspect" "e4184e7230475d25feff816863319ef37ec27c243cf8abcba1a9b4f9a8c282fe"` Nov 17 22:42:49.943 INFO running `"docker" "rm" "-f" "e4184e7230475d25feff816863319ef37ec27c243cf8abcba1a9b4f9a8c282fe"` Nov 17 22:42:50.227 INFO [stdout] e4184e7230475d25feff816863319ef37ec27c243cf8abcba1a9b4f9a8c282fe Nov 17 22:42:50.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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"` Nov 17 22:42:50.708 INFO [stdout] cc1bf524b0a0452a659bc5ebf9955fd9bad9035ec04092a8601121fb51437bfa Nov 17 22:42:50.711 INFO running `"docker" "start" "-a" "cc1bf524b0a0452a659bc5ebf9955fd9bad9035ec04092a8601121fb51437bfa"` Nov 17 22:42:52.345 INFO [stderr] usermod: no changes Nov 17 22:42:52.479 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s Nov 17 22:42:52.491 INFO [stdout] Nov 17 22:42:52.491 INFO [stdout] running 13 tests Nov 17 22:42:52.491 INFO [stderr] Running /target/debug/deps/slate-38d9ce926d24a57e Nov 17 22:42:52.499 INFO [stdout] test message::tests::it_does_not_touch_raw_messages ... ok Nov 17 22:42:52.499 INFO [stdout] test message::tests::it_does_not_add_multiple_eol_to_info_messages ... ok Nov 17 22:42:52.499 INFO [stdout] test message::tests::it_adds_eol_to_info_messages ... ok Nov 17 22:42:52.499 INFO [stdout] test config::tests::it_uses_the_environment_var_if_set ... ok Nov 17 22:42:52.499 INFO [stdout] test config::tests::it_uses_the_homedir_as_default_path ... ok Nov 17 22:42:52.499 INFO [stdout] test tests::it_clears_keys ... ok Nov 17 22:42:52.499 INFO [stdout] test tests::it_gets_keys ... ok Nov 17 22:42:52.499 INFO [stdout] test tests::it_gets_missing_keys ... ok Nov 17 22:42:52.499 INFO [stdout] test tests::it_gets_values_from_config ... ok Nov 17 22:42:52.503 INFO [stderr] Running /target/debug/deps/slate-9bbea0200765ef84 Nov 17 22:42:52.503 INFO [stdout] test tests::it_removes_keys ... ok Nov 17 22:42:52.503 INFO [stdout] test tests::it_sets_keys_with_values ... ok Nov 17 22:42:52.503 INFO [stdout] test tests::it_lists_keys ... ok Nov 17 22:42:52.503 INFO [stdout] test tests::it_renames_keys ... ok Nov 17 22:42:52.503 INFO [stdout] Nov 17 22:42:52.503 INFO [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 22:42:52.503 INFO [stdout] Nov 17 22:42:52.503 INFO [stdout] Nov 17 22:42:52.503 INFO [stdout] running 0 tests Nov 17 22:42:52.503 INFO [stdout] Nov 17 22:42:52.503 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 22:42:52.503 INFO [stdout] Nov 17 22:42:52.511 INFO [stderr] Doc-tests slate Nov 17 22:42:54.755 INFO [stdout] Nov 17 22:42:54.755 INFO [stdout] running 10 tests Nov 17 22:43:05.739 INFO [stdout] test src/lib.rs - Slate<'s>::remove (line 106) ... ok Nov 17 22:43:06.619 INFO [stdout] test src/config.rs - config::Config::from_env (line 51) ... ok Nov 17 22:43:07.667 INFO [stdout] test src/config.rs - config::Config::from_env (line 35) ... ok Nov 17 22:43:08.164 INFO [stdout] test src/lib.rs - Slate<'s>::set (line 45) ... ok Nov 17 22:43:08.447 INFO [stdout] test src/lib.rs - Slate<'s>::clear (line 135) ... ok Nov 17 22:43:08.471 INFO [stdout] test src/lib.rs - Slate<'s>::get (line 76) ... ok Nov 17 22:43:08.575 INFO [stdout] test src/lib.rs - Slate<'s>::rename (line 163) ... ok Nov 17 22:43:08.576 INFO [stdout] test src/lib.rs - Slate<'s>::list (line 193) ... ok Nov 17 22:43:12.023 INFO [stdout] test src/message.rs - message::Message::fmt (line 14) ... ok Nov 17 22:43:12.258 INFO [stdout] test src/message.rs - message::Message::fmt (line 27) ... ok Nov 17 22:43:12.258 INFO [stdout] Nov 17 22:43:12.258 INFO [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 22:43:12.258 INFO [stdout] Nov 17 22:43:12.279 INFO [stderr] su: No module specific data is present Nov 17 22:43:12.609 INFO running `"docker" "inspect" "cc1bf524b0a0452a659bc5ebf9955fd9bad9035ec04092a8601121fb51437bfa"` Nov 17 22:43:12.717 INFO running `"docker" "rm" "-f" "cc1bf524b0a0452a659bc5ebf9955fd9bad9035ec04092a8601121fb51437bfa"` Nov 17 22:43:12.808 INFO [stdout] cc1bf524b0a0452a659bc5ebf9955fd9bad9035ec04092a8601121fb51437bfa