Oct 16 12:55:47.026 INFO testing dotfiler-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:55:47.026 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:55:47.793 INFO blam! 2e5287b9a04f9f280e68399346e3990390bcb952e34f73b3e06aa105c0c53e0e Oct 16 12:55:47.795 INFO running `"docker" "start" "-a" "2e5287b9a04f9f280e68399346e3990390bcb952e34f73b3e06aa105c0c53e0e"` Oct 16 12:55:48.891 INFO kablam! usermod: no changes Oct 16 12:55:48.990 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 16 12:55:48.995 INFO kablam! Compiling tera v0.1.3 Oct 16 12:55:49.691 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 16 12:55:49.691 INFO kablam! --> build.rs:1:5 Oct 16 12:55:49.691 INFO kablam! | Oct 16 12:55:49.692 INFO kablam! 1 | use std::env::home_dir; Oct 16 12:55:49.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:55:49.692 INFO kablam! | Oct 16 12:55:49.692 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:55:49.692 INFO kablam! Oct 16 12:55:49.693 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 16 12:55:49.693 INFO kablam! --> build.rs:6:53 Oct 16 12:55:49.693 INFO kablam! | Oct 16 12:55:49.693 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Oct 16 12:55:49.693 INFO kablam! | ^^^^^^^^ Oct 16 12:55:49.693 INFO kablam! Oct 16 12:55:49.745 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:49.746 INFO kablam! --> build.rs:11:9 Oct 16 12:55:49.746 INFO kablam! | Oct 16 12:55:49.746 INFO kablam! 11 | fs::create_dir(app_dir); Oct 16 12:55:49.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:49.747 INFO kablam! | Oct 16 12:55:49.747 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 12:55:49.748 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:49.748 INFO kablam! Oct 16 12:55:49.748 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:49.748 INFO kablam! --> build.rs:12:9 Oct 16 12:55:49.749 INFO kablam! | Oct 16 12:55:49.749 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Oct 16 12:55:49.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:49.750 INFO kablam! | Oct 16 12:55:49.750 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:49.750 INFO kablam! Oct 16 12:55:49.750 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:49.751 INFO kablam! --> build.rs:13:9 Oct 16 12:55:49.751 INFO kablam! | Oct 16 12:55:49.751 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Oct 16 12:55:49.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:49.752 INFO kablam! | Oct 16 12:55:49.752 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:49.752 INFO kablam! Oct 16 12:55:49.753 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:49.753 INFO kablam! --> build.rs:14:9 Oct 16 12:55:49.753 INFO kablam! | Oct 16 12:55:49.753 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Oct 16 12:55:49.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:49.754 INFO kablam! | Oct 16 12:55:49.754 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:49.754 INFO kablam! Oct 16 12:55:49.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:49.755 INFO kablam! --> build.rs:15:9 Oct 16 12:55:49.755 INFO kablam! | Oct 16 12:55:49.755 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Oct 16 12:55:49.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:49.756 INFO kablam! | Oct 16 12:55:49.756 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:49.756 INFO kablam! Oct 16 12:55:54.703 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 16 12:55:54.703 INFO kablam! --> src/main.rs:14:19 Oct 16 12:55:54.703 INFO kablam! | Oct 16 12:55:54.703 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 16 12:55:54.703 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:55:54.703 INFO kablam! | Oct 16 12:55:54.703 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:55:54.703 INFO kablam! Oct 16 12:55:54.787 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:54.787 INFO kablam! --> src/main.rs:18:5 Oct 16 12:55:54.787 INFO kablam! | Oct 16 12:55:54.787 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 16 12:55:54.787 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 16 12:55:54.787 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 16 12:55:54.787 INFO kablam! | |_____________________________________^ Oct 16 12:55:54.787 INFO kablam! | Oct 16 12:55:54.787 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 12:55:54.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:54.787 INFO kablam! Oct 16 12:55:54.787 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:54.787 INFO kablam! --> src/main.rs:78:9 Oct 16 12:55:54.787 INFO kablam! | Oct 16 12:55:54.787 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 16 12:55:54.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:54.787 INFO kablam! | Oct 16 12:55:54.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:54.787 INFO kablam! Oct 16 12:55:55.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.77s Oct 16 12:55:55.691 INFO kablam! su: No module specific data is present Oct 16 12:55:55.948 INFO running `"docker" "rm" "-f" "2e5287b9a04f9f280e68399346e3990390bcb952e34f73b3e06aa105c0c53e0e"` Oct 16 12:55:56.061 INFO blam! 2e5287b9a04f9f280e68399346e3990390bcb952e34f73b3e06aa105c0c53e0e Oct 16 12:55:56.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:55:56.281 INFO blam! 737061a7f454dad4ef810f105c70e34e5d9fc0a56a6e51997b11d8fa0aa8fe8b Oct 16 12:55:56.288 INFO running `"docker" "start" "-a" "737061a7f454dad4ef810f105c70e34e5d9fc0a56a6e51997b11d8fa0aa8fe8b"` Oct 16 12:55:56.959 INFO kablam! usermod: no changes Oct 16 12:55:57.014 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 16 12:55:58.291 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 16 12:55:58.291 INFO kablam! --> src/main.rs:14:19 Oct 16 12:55:58.291 INFO kablam! | Oct 16 12:55:58.291 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 16 12:55:58.291 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:55:58.291 INFO kablam! | Oct 16 12:55:58.292 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:55:58.292 INFO kablam! Oct 16 12:55:58.344 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:58.345 INFO kablam! --> src/main.rs:18:5 Oct 16 12:55:58.345 INFO kablam! | Oct 16 12:55:58.345 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 16 12:55:58.345 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 16 12:55:58.351 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 16 12:55:58.351 INFO kablam! | |_____________________________________^ Oct 16 12:55:58.351 INFO kablam! | Oct 16 12:55:58.351 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 12:55:58.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:58.355 INFO kablam! Oct 16 12:55:58.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:58.355 INFO kablam! --> src/main.rs:78:9 Oct 16 12:55:58.355 INFO kablam! | Oct 16 12:55:58.355 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 16 12:55:58.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:58.355 INFO kablam! | Oct 16 12:55:58.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:58.355 INFO kablam! Oct 16 12:55:58.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 16 12:55:58.827 INFO kablam! su: No module specific data is present Oct 16 12:55:59.593 INFO running `"docker" "rm" "-f" "737061a7f454dad4ef810f105c70e34e5d9fc0a56a6e51997b11d8fa0aa8fe8b"` Oct 16 12:55:59.763 INFO blam! 737061a7f454dad4ef810f105c70e34e5d9fc0a56a6e51997b11d8fa0aa8fe8b Oct 16 12:55:59.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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" "-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 16 12:55:59.979 INFO blam! fdeea75d5b1bfd68d26c8c5630dfbd551487ba3f63fff3a10c0da10dd8c74689 Oct 16 12:55:59.981 INFO running `"docker" "start" "-a" "fdeea75d5b1bfd68d26c8c5630dfbd551487ba3f63fff3a10c0da10dd8c74689"` Oct 16 12:56:00.519 INFO kablam! usermod: no changes Oct 16 12:56:00.561 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 12:56:00.572 INFO kablam! Running /target/debug/deps/dotfiler-c829d8bd540a951b Oct 16 12:56:00.574 INFO blam! Oct 16 12:56:00.574 INFO blam! running 0 tests Oct 16 12:56:00.574 INFO blam! Oct 16 12:56:00.574 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:56:00.574 INFO blam! Oct 16 12:56:00.575 INFO kablam! su: No module specific data is present Oct 16 12:56:00.900 INFO running `"docker" "rm" "-f" "fdeea75d5b1bfd68d26c8c5630dfbd551487ba3f63fff3a10c0da10dd8c74689"` Oct 16 12:56:01.039 INFO blam! fdeea75d5b1bfd68d26c8c5630dfbd551487ba3f63fff3a10c0da10dd8c74689