Oct 12 01:26:44.366 INFO testing dinghy-lib-0.3.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:26:44.366 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:26:44.668 INFO blam! 2ca055a3716b7627f6a808820dd8023ca600782c3003c72b8d9d3c1cae1efc35 Oct 12 01:26:44.674 INFO running `"docker" "start" "-a" "2ca055a3716b7627f6a808820dd8023ca600782c3003c72b8d9d3c1cae1efc35"` Oct 12 01:26:45.693 INFO kablam! usermod: no changes Oct 12 01:26:46.160 INFO kablam! Compiling plist v0.3.0 Oct 12 01:26:46.160 INFO kablam! Compiling dinghy-lib v0.3.5 (/source) Oct 12 01:26:46.160 INFO kablam! Compiling home v0.3.3 Oct 12 01:26:46.172 INFO kablam! Compiling which v1.0.5 Oct 12 01:26:46.172 INFO kablam! Compiling jobserver v0.1.11 Oct 12 01:26:46.172 INFO kablam! Compiling tar v0.4.17 Oct 12 01:26:46.172 INFO kablam! Compiling lock_api v0.1.4 Oct 12 01:26:46.172 INFO kablam! Compiling serde_ignored v0.0.4 Oct 12 01:26:50.456 INFO kablam! Compiling crossbeam-epoch v0.6.0 Oct 12 01:26:51.752 INFO kablam! Compiling crypto-hash v0.3.1 Oct 12 01:26:51.761 INFO kablam! Compiling dinghy-build v0.3.5 Oct 12 01:26:51.801 INFO kablam! Compiling git2 v0.7.5 Oct 12 01:26:51.833 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 12 01:26:59.120 INFO kablam! Compiling crates-io v0.16.0 Oct 12 01:27:00.948 INFO kablam! Compiling parking_lot v0.6.4 Oct 12 01:27:03.922 INFO kablam! Compiling crossbeam-channel v0.2.6 Oct 12 01:27:09.749 INFO kablam! Compiling ignore v0.4.4 Oct 12 01:27:16.458 INFO kablam! Compiling git2-curl v0.8.1 Oct 12 01:27:21.643 INFO kablam! Compiling cargo v0.27.0 Oct 12 01:28:37.293 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:28:37.293 INFO kablam! --> src/config.rs:190:25 Oct 12 01:28:37.293 INFO kablam! | Oct 12 01:28:37.294 INFO kablam! 190 | if let Some(home) = ::std::env::home_dir() { Oct 12 01:28:37.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:28:37.294 INFO kablam! | Oct 12 01:28:37.294 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:28:37.295 INFO kablam! Oct 12 01:28:37.295 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:28:37.295 INFO kablam! --> src/overlay.rs:11:5 Oct 12 01:28:37.296 INFO kablam! | Oct 12 01:28:37.296 INFO kablam! 11 | use std::env::home_dir; Oct 12 01:28:37.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 01:28:37.297 INFO kablam! Oct 12 01:28:37.297 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:28:37.297 INFO kablam! --> src/lib.rs:55:5 Oct 12 01:28:37.297 INFO kablam! | Oct 12 01:28:37.298 INFO kablam! 55 | use std::env::home_dir; Oct 12 01:28:37.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 01:28:37.298 INFO kablam! Oct 12 01:28:37.298 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:28:37.298 INFO kablam! --> src/overlay.rs:69:40 Oct 12 01:28:37.299 INFO kablam! | Oct 12 01:28:37.299 INFO kablam! 69 | if let Some(dinghy_home_dir) = home_dir() Oct 12 01:28:37.299 INFO kablam! | ^^^^^^^^ Oct 12 01:28:37.299 INFO kablam! Oct 12 01:28:37.299 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:28:37.300 INFO kablam! --> src/lib.rs:116:33 Oct 12 01:28:37.300 INFO kablam! | Oct 12 01:28:37.300 INFO kablam! 116 | .or(home_dir().map(|it| it.join(".dinghy").join("toolchain").join(platform_name))) Oct 12 01:28:37.300 INFO kablam! | ^^^^^^^^ Oct 12 01:28:37.300 INFO kablam! Oct 12 01:28:47.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 02s Oct 12 01:28:47.756 INFO kablam! su: No module specific data is present Oct 12 01:28:49.750 INFO running `"docker" "rm" "-f" "2ca055a3716b7627f6a808820dd8023ca600782c3003c72b8d9d3c1cae1efc35"` Oct 12 01:28:50.056 INFO blam! 2ca055a3716b7627f6a808820dd8023ca600782c3003c72b8d9d3c1cae1efc35 Oct 12 01:28:50.063 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:28:50.473 INFO blam! a503ce7b5718de77d87d7ea855be307b15c5548d065f1e6aa001d39111e28bba Oct 12 01:28:50.476 INFO running `"docker" "start" "-a" "a503ce7b5718de77d87d7ea855be307b15c5548d065f1e6aa001d39111e28bba"` Oct 12 01:28:51.571 INFO kablam! usermod: no changes Oct 12 01:28:51.930 INFO kablam! Compiling dinghy-lib v0.3.5 (/source) Oct 12 01:28:58.008 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:28:58.008 INFO kablam! --> src/config.rs:190:25 Oct 12 01:28:58.008 INFO kablam! | Oct 12 01:28:58.008 INFO kablam! 190 | if let Some(home) = ::std::env::home_dir() { Oct 12 01:28:58.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:28:58.008 INFO kablam! | Oct 12 01:28:58.008 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:28:58.012 INFO kablam! Oct 12 01:28:58.012 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:28:58.012 INFO kablam! --> src/overlay.rs:11:5 Oct 12 01:28:58.012 INFO kablam! | Oct 12 01:28:58.012 INFO kablam! 11 | use std::env::home_dir; Oct 12 01:28:58.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 01:28:58.012 INFO kablam! Oct 12 01:28:58.012 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:28:58.012 INFO kablam! --> src/lib.rs:55:5 Oct 12 01:28:58.012 INFO kablam! | Oct 12 01:28:58.012 INFO kablam! 55 | use std::env::home_dir; Oct 12 01:28:58.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 01:28:58.012 INFO kablam! Oct 12 01:28:58.012 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:28:58.012 INFO kablam! --> src/overlay.rs:69:40 Oct 12 01:28:58.012 INFO kablam! | Oct 12 01:28:58.012 INFO kablam! 69 | if let Some(dinghy_home_dir) = home_dir() Oct 12 01:28:58.012 INFO kablam! | ^^^^^^^^ Oct 12 01:28:58.012 INFO kablam! Oct 12 01:28:58.012 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:28:58.012 INFO kablam! --> src/lib.rs:116:33 Oct 12 01:28:58.012 INFO kablam! | Oct 12 01:28:58.012 INFO kablam! 116 | .or(home_dir().map(|it| it.join(".dinghy").join("toolchain").join(platform_name))) Oct 12 01:28:58.012 INFO kablam! | ^^^^^^^^ Oct 12 01:28:58.012 INFO kablam! Oct 12 01:29:09.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.27s Oct 12 01:29:09.893 INFO kablam! su: No module specific data is present Oct 12 01:29:10.489 INFO running `"docker" "rm" "-f" "a503ce7b5718de77d87d7ea855be307b15c5548d065f1e6aa001d39111e28bba"` Oct 12 01:29:10.756 INFO blam! a503ce7b5718de77d87d7ea855be307b15c5548d065f1e6aa001d39111e28bba