Oct 15 16:19:40.716 INFO testing to-directory-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:19:40.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 16:19:41.132 INFO blam! 29dcaf78b8f9916a02fb100c30f24c7e7c1485fa5ab8b09ba8274b05df51c993 Oct 15 16:19:41.134 INFO running `"docker" "start" "-a" "29dcaf78b8f9916a02fb100c30f24c7e7c1485fa5ab8b09ba8274b05df51c993"` Oct 15 16:19:42.123 INFO kablam! usermod: no changes Oct 15 16:19:42.163 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:19:42.163 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:19:42.163 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:19:42.164 INFO kablam! files will be included as a binary target: Oct 15 16:19:42.164 INFO kablam! Oct 15 16:19:42.164 INFO kablam! * /source/src/main.rs Oct 15 16:19:42.164 INFO kablam! Oct 15 16:19:42.165 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:19:42.165 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:19:42.165 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:19:42.166 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:19:42.166 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:19:42.166 INFO kablam! Oct 15 16:19:42.167 INFO kablam! For more information on this warning you can consult Oct 15 16:19:42.167 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:19:42.167 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 15 16:19:42.167 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:19:42.221 INFO kablam! Compiling bincode v0.5.9 Oct 15 16:19:43.983 INFO kablam! Compiling to-directory v0.1.0 (/source) Oct 15 16:19:45.230 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:19:45.230 INFO kablam! --> src/types.rs:2:5 Oct 15 16:19:45.230 INFO kablam! | Oct 15 16:19:45.230 INFO kablam! 2 | use std::fmt; Oct 15 16:19:45.230 INFO kablam! | ^^^^^^^^ Oct 15 16:19:45.230 INFO kablam! | Oct 15 16:19:45.230 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:19:45.230 INFO kablam! Oct 15 16:19:45.245 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 15 16:19:45.245 INFO kablam! --> src/dir.rs:6:31 Oct 15 16:19:45.245 INFO kablam! | Oct 15 16:19:45.245 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 15 16:19:45.245 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:19:45.246 INFO kablam! | Oct 15 16:19:45.246 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:19:45.246 INFO kablam! Oct 15 16:19:45.358 INFO kablam! warning: unused variable: `directory` Oct 15 16:19:45.358 INFO kablam! --> src/dir.rs:16:15 Oct 15 16:19:45.358 INFO kablam! | Oct 15 16:19:45.359 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 15 16:19:45.359 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 15 16:19:45.359 INFO kablam! | Oct 15 16:19:45.359 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:19:45.359 INFO kablam! Oct 15 16:19:45.360 INFO kablam! warning: unused variable: `extension` Oct 15 16:19:45.360 INFO kablam! --> src/database.rs:37:21 Oct 15 16:19:45.360 INFO kablam! | Oct 15 16:19:45.360 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 15 16:19:45.360 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 15 16:19:45.360 INFO kablam! Oct 15 16:19:45.360 INFO kablam! warning: unused variable: `err` Oct 15 16:19:45.360 INFO kablam! --> src/database.rs:95:17 Oct 15 16:19:45.360 INFO kablam! | Oct 15 16:19:45.360 INFO kablam! 95 | Err(err) => { Oct 15 16:19:45.360 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 16:19:45.361 INFO kablam! Oct 15 16:19:47.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.95s Oct 15 16:19:47.101 INFO kablam! su: No module specific data is present Oct 15 16:19:47.428 INFO running `"docker" "rm" "-f" "29dcaf78b8f9916a02fb100c30f24c7e7c1485fa5ab8b09ba8274b05df51c993"` Oct 15 16:19:47.547 INFO blam! 29dcaf78b8f9916a02fb100c30f24c7e7c1485fa5ab8b09ba8274b05df51c993 Oct 15 16:19:47.549 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 16:19:47.842 INFO blam! f00c6ef567a8976c0c7fe8b4702bf726fd5275b1e64507a6e10a1a67b20348e9 Oct 15 16:19:47.844 INFO running `"docker" "start" "-a" "f00c6ef567a8976c0c7fe8b4702bf726fd5275b1e64507a6e10a1a67b20348e9"` Oct 15 16:19:48.563 INFO kablam! usermod: no changes Oct 15 16:19:48.643 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:19:48.643 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:19:48.643 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:19:48.643 INFO kablam! files will be included as a binary target: Oct 15 16:19:48.643 INFO kablam! Oct 15 16:19:48.643 INFO kablam! * /source/src/main.rs Oct 15 16:19:48.643 INFO kablam! Oct 15 16:19:48.643 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:19:48.643 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:19:48.643 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:19:48.643 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:19:48.643 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:19:48.643 INFO kablam! Oct 15 16:19:48.643 INFO kablam! For more information on this warning you can consult Oct 15 16:19:48.643 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:19:48.643 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 15 16:19:48.643 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:19:48.723 INFO kablam! Compiling to-directory v0.1.0 (/source) Oct 15 16:19:49.891 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:19:49.891 INFO kablam! --> src/types.rs:2:5 Oct 15 16:19:49.891 INFO kablam! | Oct 15 16:19:49.891 INFO kablam! 2 | use std::fmt; Oct 15 16:19:49.891 INFO kablam! | ^^^^^^^^ Oct 15 16:19:49.891 INFO kablam! | Oct 15 16:19:49.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:19:49.891 INFO kablam! Oct 15 16:19:49.904 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 15 16:19:49.904 INFO kablam! --> src/dir.rs:6:31 Oct 15 16:19:49.904 INFO kablam! | Oct 15 16:19:49.904 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 15 16:19:49.904 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:19:49.904 INFO kablam! | Oct 15 16:19:49.904 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:19:49.905 INFO kablam! Oct 15 16:19:50.007 INFO kablam! warning: unused variable: `directory` Oct 15 16:19:50.007 INFO kablam! --> src/dir.rs:16:15 Oct 15 16:19:50.007 INFO kablam! | Oct 15 16:19:50.007 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 15 16:19:50.007 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 15 16:19:50.007 INFO kablam! | Oct 15 16:19:50.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:19:50.007 INFO kablam! Oct 15 16:19:50.011 INFO kablam! warning: unused variable: `extension` Oct 15 16:19:50.011 INFO kablam! --> src/database.rs:37:21 Oct 15 16:19:50.011 INFO kablam! | Oct 15 16:19:50.011 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 15 16:19:50.011 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 15 16:19:50.011 INFO kablam! Oct 15 16:19:50.011 INFO kablam! warning: unused variable: `err` Oct 15 16:19:50.011 INFO kablam! --> src/database.rs:95:17 Oct 15 16:19:50.011 INFO kablam! | Oct 15 16:19:50.011 INFO kablam! 95 | Err(err) => { Oct 15 16:19:50.011 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 16:19:50.011 INFO kablam! Oct 15 16:19:50.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 15 16:19:50.848 INFO kablam! su: No module specific data is present Oct 15 16:19:51.311 INFO running `"docker" "rm" "-f" "f00c6ef567a8976c0c7fe8b4702bf726fd5275b1e64507a6e10a1a67b20348e9"` Oct 15 16:19:51.555 INFO blam! f00c6ef567a8976c0c7fe8b4702bf726fd5275b1e64507a6e10a1a67b20348e9 Oct 15 16:19:51.571 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 16:19:51.979 INFO blam! 855f9c35e8576edb5361a08d897ad482c1922dc84f2c05f20722ecf536a48d8b Oct 15 16:19:51.984 INFO running `"docker" "start" "-a" "855f9c35e8576edb5361a08d897ad482c1922dc84f2c05f20722ecf536a48d8b"` Oct 15 16:19:53.375 INFO kablam! usermod: no changes Oct 15 16:19:53.415 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:19:53.415 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:19:53.415 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:19:53.415 INFO kablam! files will be included as a binary target: Oct 15 16:19:53.415 INFO kablam! Oct 15 16:19:53.415 INFO kablam! * /source/src/main.rs Oct 15 16:19:53.415 INFO kablam! Oct 15 16:19:53.415 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:19:53.415 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:19:53.415 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:19:53.415 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:19:53.415 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:19:53.415 INFO kablam! Oct 15 16:19:53.416 INFO kablam! For more information on this warning you can consult Oct 15 16:19:53.416 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:19:53.416 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 15 16:19:53.416 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:19:53.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 16:19:53.463 INFO kablam! Running /target/debug/deps/to-da1af1c6e7deebec Oct 15 16:19:53.463 INFO blam! Oct 15 16:19:53.463 INFO blam! running 1 test Oct 15 16:19:53.463 INFO blam! test cli::test::test_example ... ok Oct 15 16:19:53.463 INFO blam! Oct 15 16:19:53.463 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:19:53.463 INFO blam! Oct 15 16:19:53.467 INFO kablam! su: No module specific data is present Oct 15 16:19:54.110 INFO running `"docker" "rm" "-f" "855f9c35e8576edb5361a08d897ad482c1922dc84f2c05f20722ecf536a48d8b"` Oct 15 16:19:54.379 INFO blam! 855f9c35e8576edb5361a08d897ad482c1922dc84f2c05f20722ecf536a48d8b