Oct 15 16:19:41.764 INFO testing to-directory-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:19:41.764 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:19:42.131 INFO blam! 482420565ea9fd42f0cb6f4cd5b8a6a7f341f5a2f5392cd0710a7fb36e48026a Oct 15 16:19:42.133 INFO running `"docker" "start" "-a" "482420565ea9fd42f0cb6f4cd5b8a6a7f341f5a2f5392cd0710a7fb36e48026a"` Oct 15 16:19:42.998 INFO kablam! usermod: no changes Oct 15 16:19:43.039 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:19:43.039 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:19:43.039 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:19:43.039 INFO kablam! files will be included as a binary target: Oct 15 16:19:43.039 INFO kablam! Oct 15 16:19:43.039 INFO kablam! * /source/src/main.rs Oct 15 16:19:43.039 INFO kablam! Oct 15 16:19:43.039 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:19:43.039 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:19:43.039 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:19:43.039 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:19:43.039 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:19:43.039 INFO kablam! Oct 15 16:19:43.039 INFO kablam! For more information on this warning you can consult Oct 15 16:19:43.039 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:19:43.039 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 15 16:19:43.039 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:19:43.087 INFO kablam! Compiling to-directory v0.1.0 (/source) Oct 15 16:19:44.311 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:19:44.311 INFO kablam! --> src/types.rs:2:5 Oct 15 16:19:44.311 INFO kablam! | Oct 15 16:19:44.311 INFO kablam! 2 | use std::fmt; Oct 15 16:19:44.311 INFO kablam! | ^^^^^^^^ Oct 15 16:19:44.311 INFO kablam! | Oct 15 16:19:44.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:19:44.311 INFO kablam! Oct 15 16:19:44.347 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:44.347 INFO kablam! --> src/dir.rs:6:31 Oct 15 16:19:44.347 INFO kablam! | Oct 15 16:19:44.347 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 15 16:19:44.347 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:19:44.347 INFO kablam! | Oct 15 16:19:44.347 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:19:44.347 INFO kablam! Oct 15 16:19:44.456 INFO kablam! warning: unused variable: `directory` Oct 15 16:19:44.456 INFO kablam! --> src/dir.rs:16:15 Oct 15 16:19:44.456 INFO kablam! | Oct 15 16:19:44.456 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 15 16:19:44.456 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 15 16:19:44.456 INFO kablam! | Oct 15 16:19:44.456 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:19:44.456 INFO kablam! Oct 15 16:19:44.456 INFO kablam! warning: unused variable: `extension` Oct 15 16:19:44.456 INFO kablam! --> src/database.rs:37:21 Oct 15 16:19:44.456 INFO kablam! | Oct 15 16:19:44.456 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 15 16:19:44.456 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 15 16:19:44.456 INFO kablam! Oct 15 16:19:44.456 INFO kablam! warning: unused variable: `err` Oct 15 16:19:44.456 INFO kablam! --> src/database.rs:95:17 Oct 15 16:19:44.456 INFO kablam! | Oct 15 16:19:44.456 INFO kablam! 95 | Err(err) => { Oct 15 16:19:44.456 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 16:19:44.456 INFO kablam! Oct 15 16:19:46.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.26s Oct 15 16:19:46.291 INFO kablam! su: No module specific data is present Oct 15 16:19:46.723 INFO running `"docker" "rm" "-f" "482420565ea9fd42f0cb6f4cd5b8a6a7f341f5a2f5392cd0710a7fb36e48026a"` Oct 15 16:19:46.932 INFO blam! 482420565ea9fd42f0cb6f4cd5b8a6a7f341f5a2f5392cd0710a7fb36e48026a Oct 15 16:19:46.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:19:47.243 INFO blam! dbc29cda720ee7176ef6dce35329a568684e0a8f83fe6d89df4aa90e91e654a4 Oct 15 16:19:47.251 INFO running `"docker" "start" "-a" "dbc29cda720ee7176ef6dce35329a568684e0a8f83fe6d89df4aa90e91e654a4"` Oct 15 16:19:47.874 INFO kablam! usermod: no changes Oct 15 16:19:47.917 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:19:47.917 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:19:47.917 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:19:47.917 INFO kablam! files will be included as a binary target: Oct 15 16:19:47.917 INFO kablam! Oct 15 16:19:47.917 INFO kablam! * /source/src/main.rs Oct 15 16:19:47.917 INFO kablam! Oct 15 16:19:47.917 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:19:47.917 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:19:47.917 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:19:47.917 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:19:47.917 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:19:47.917 INFO kablam! Oct 15 16:19:47.917 INFO kablam! For more information on this warning you can consult Oct 15 16:19:47.917 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:19:47.917 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 15 16:19:47.917 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:19:47.951 INFO kablam! Compiling to-directory v0.1.0 (/source) Oct 15 16:19:48.971 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:19:48.972 INFO kablam! --> src/types.rs:2:5 Oct 15 16:19:48.972 INFO kablam! | Oct 15 16:19:48.972 INFO kablam! 2 | use std::fmt; Oct 15 16:19:48.973 INFO kablam! | ^^^^^^^^ Oct 15 16:19:48.973 INFO kablam! | Oct 15 16:19:48.973 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:19:48.973 INFO kablam! Oct 15 16:19:48.985 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:48.991 INFO kablam! --> src/dir.rs:6:31 Oct 15 16:19:48.991 INFO kablam! | Oct 15 16:19:48.991 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 15 16:19:48.991 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:19:48.992 INFO kablam! | Oct 15 16:19:48.992 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:19:48.999 INFO kablam! Oct 15 16:19:49.099 INFO kablam! warning: unused variable: `directory` Oct 15 16:19:49.099 INFO kablam! --> src/dir.rs:16:15 Oct 15 16:19:49.099 INFO kablam! | Oct 15 16:19:49.099 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 15 16:19:49.099 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 15 16:19:49.099 INFO kablam! | Oct 15 16:19:49.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:19:49.099 INFO kablam! Oct 15 16:19:49.099 INFO kablam! warning: unused variable: `extension` Oct 15 16:19:49.099 INFO kablam! --> src/database.rs:37:21 Oct 15 16:19:49.099 INFO kablam! | Oct 15 16:19:49.099 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 15 16:19:49.099 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 15 16:19:49.099 INFO kablam! Oct 15 16:19:49.101 INFO kablam! warning: unused variable: `err` Oct 15 16:19:49.102 INFO kablam! --> src/database.rs:95:17 Oct 15 16:19:49.102 INFO kablam! | Oct 15 16:19:49.102 INFO kablam! 95 | Err(err) => { Oct 15 16:19:49.102 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 16:19:49.102 INFO kablam! Oct 15 16:19:49.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 15 16:19:49.716 INFO kablam! su: No module specific data is present Oct 15 16:19:50.265 INFO running `"docker" "rm" "-f" "dbc29cda720ee7176ef6dce35329a568684e0a8f83fe6d89df4aa90e91e654a4"` Oct 15 16:19:50.588 INFO blam! dbc29cda720ee7176ef6dce35329a568684e0a8f83fe6d89df4aa90e91e654a4 Oct 15 16:19:50.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:19:51.041 INFO blam! fce4a608e0d0017958b00926a700bab1e4803591f5d2b533c280c0fcd19e734f Oct 15 16:19:51.043 INFO running `"docker" "start" "-a" "fce4a608e0d0017958b00926a700bab1e4803591f5d2b533c280c0fcd19e734f"` Oct 15 16:19:51.959 INFO kablam! usermod: no changes Oct 15 16:19:52.011 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 16:19:52.011 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 16:19:52.012 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 16:19:52.012 INFO kablam! files will be included as a binary target: Oct 15 16:19:52.012 INFO kablam! Oct 15 16:19:52.013 INFO kablam! * /source/src/main.rs Oct 15 16:19:52.013 INFO kablam! Oct 15 16:19:52.013 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 16:19:52.014 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 16:19:52.014 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 16:19:52.014 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 16:19:52.014 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 16:19:52.015 INFO kablam! Oct 15 16:19:52.016 INFO kablam! For more information on this warning you can consult Oct 15 16:19:52.017 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 16:19:52.018 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 15 16:19:52.018 INFO kablam! please set bin.path in Cargo.toml Oct 15 16:19:52.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 16:19:52.075 INFO kablam! Running /target/debug/deps/to-6b35d33da0650890 Oct 15 16:19:52.075 INFO blam! Oct 15 16:19:52.075 INFO kablam! su: No module specific data is present Oct 15 16:19:52.075 INFO blam! running 1 test Oct 15 16:19:52.075 INFO blam! test cli::test::test_example ... ok Oct 15 16:19:52.075 INFO blam! Oct 15 16:19:52.075 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:19:52.075 INFO blam! Oct 15 16:19:52.586 INFO running `"docker" "rm" "-f" "fce4a608e0d0017958b00926a700bab1e4803591f5d2b533c280c0fcd19e734f"` Oct 15 16:19:52.939 INFO blam! fce4a608e0d0017958b00926a700bab1e4803591f5d2b533c280c0fcd19e734f