Oct 12 01:11:33.869 INFO testing dono-2.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:11:33.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 01:11:34.287 INFO blam! f337ff9a47a477c8c37a5ef3fac677c4304cf24aaf7f67a3f84a218c1529589d Oct 12 01:11:34.296 INFO running `"docker" "start" "-a" "f337ff9a47a477c8c37a5ef3fac677c4304cf24aaf7f67a3f84a218c1529589d"` Oct 12 01:11:35.439 INFO kablam! usermod: no changes Oct 12 01:11:35.572 INFO kablam! Compiling os_type v0.5.0 Oct 12 01:11:37.061 INFO kablam! Compiling dono v2.0.0 (/source) Oct 12 01:11:38.256 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 12 01:11:38.256 INFO kablam! --> src/labels.rs:237:30 Oct 12 01:11:38.256 INFO kablam! | Oct 12 01:11:38.256 INFO kablam! 237 | let mut home_directory = env::home_dir().unwrap(); Oct 12 01:11:38.256 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:11:38.256 INFO kablam! | Oct 12 01:11:38.256 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:11:38.256 INFO kablam! Oct 12 01:11:38.990 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.52s Oct 12 01:11:38.995 INFO kablam! su: No module specific data is present Oct 12 01:11:39.959 INFO running `"docker" "rm" "-f" "f337ff9a47a477c8c37a5ef3fac677c4304cf24aaf7f67a3f84a218c1529589d"` Oct 12 01:11:40.316 INFO blam! f337ff9a47a477c8c37a5ef3fac677c4304cf24aaf7f67a3f84a218c1529589d Oct 12 01:11:40.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 01:11:40.893 INFO blam! 83f1eebdb995af04dba454e0afd74738c1b2a1be6f086dc33ed91ff0e50c48c2 Oct 12 01:11:40.895 INFO running `"docker" "start" "-a" "83f1eebdb995af04dba454e0afd74738c1b2a1be6f086dc33ed91ff0e50c48c2"` Oct 12 01:11:42.382 INFO kablam! usermod: no changes Oct 12 01:11:42.474 INFO kablam! Compiling dono v2.0.0 (/source) Oct 12 01:11:44.879 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 12 01:11:44.880 INFO kablam! --> tests/labels.rs:264:30 Oct 12 01:11:44.880 INFO kablam! | Oct 12 01:11:44.880 INFO kablam! 264 | let mut home_directory = env::home_dir().unwrap(); Oct 12 01:11:44.881 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:11:44.885 INFO kablam! | Oct 12 01:11:44.885 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:11:44.885 INFO kablam! Oct 12 01:11:45.136 INFO kablam! warning: variable does not need to be mutable Oct 12 01:11:45.136 INFO kablam! --> tests/labels.rs:106:9 Oct 12 01:11:45.136 INFO kablam! | Oct 12 01:11:45.136 INFO kablam! 106 | let mut label = labels.last_mut().unwrap(); Oct 12 01:11:45.136 INFO kablam! | ----^^^^^ Oct 12 01:11:45.136 INFO kablam! | | Oct 12 01:11:45.136 INFO kablam! | help: remove this `mut` Oct 12 01:11:45.136 INFO kablam! | Oct 12 01:11:45.136 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:11:45.136 INFO kablam! Oct 12 01:11:45.174 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 12 01:11:45.174 INFO kablam! --> src/labels.rs:237:30 Oct 12 01:11:45.174 INFO kablam! | Oct 12 01:11:45.174 INFO kablam! 237 | let mut home_directory = env::home_dir().unwrap(); Oct 12 01:11:45.180 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:11:45.180 INFO kablam! | Oct 12 01:11:45.180 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:11:45.180 INFO kablam! Oct 12 01:11:47.334 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.93s Oct 12 01:11:47.339 INFO kablam! su: No module specific data is present Oct 12 01:11:48.068 INFO running `"docker" "rm" "-f" "83f1eebdb995af04dba454e0afd74738c1b2a1be6f086dc33ed91ff0e50c48c2"` Oct 12 01:11:48.352 INFO blam! 83f1eebdb995af04dba454e0afd74738c1b2a1be6f086dc33ed91ff0e50c48c2