Oct 11 09:56:52.928 INFO testing to-directory-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:56:52.928 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:56:52.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:56:53.506 INFO blam! bf07f579c92d0945f5f80af97a39d790597dc6375f2ff2af8516810564c2be8d Oct 11 09:56:53.507 INFO running `"docker" "start" "-a" "bf07f579c92d0945f5f80af97a39d790597dc6375f2ff2af8516810564c2be8d"` Oct 11 09:56:54.584 INFO kablam! usermod: no changes Oct 11 09:56:54.628 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 09:56:54.628 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 09:56:54.628 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 09:56:54.628 INFO kablam! files will be included as a binary target: Oct 11 09:56:54.628 INFO kablam! Oct 11 09:56:54.628 INFO kablam! * /source/src/main.rs Oct 11 09:56:54.628 INFO kablam! Oct 11 09:56:54.628 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 09:56:54.628 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 09:56:54.628 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 09:56:54.628 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 09:56:54.628 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 09:56:54.628 INFO kablam! Oct 11 09:56:54.628 INFO kablam! For more information on this warning you can consult Oct 11 09:56:54.628 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 09:56:54.628 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 11 09:56:54.628 INFO kablam! please set bin.path in Cargo.toml Oct 11 09:56:54.692 INFO kablam! Compiling to-directory v0.1.0 (/source) Oct 11 09:56:56.804 INFO kablam! warning: unused import: `std::fmt` Oct 11 09:56:56.804 INFO kablam! --> src/types.rs:2:5 Oct 11 09:56:56.804 INFO kablam! | Oct 11 09:56:56.804 INFO kablam! 2 | use std::fmt; Oct 11 09:56:56.804 INFO kablam! | ^^^^^^^^ Oct 11 09:56:56.804 INFO kablam! | Oct 11 09:56:56.804 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:56:56.804 INFO kablam! Oct 11 09:56:56.824 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 11 09:56:56.824 INFO kablam! --> src/dir.rs:6:31 Oct 11 09:56:56.824 INFO kablam! | Oct 11 09:56:56.824 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 11 09:56:56.824 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 09:56:56.824 INFO kablam! | Oct 11 09:56:56.824 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:56:56.824 INFO kablam! Oct 11 09:56:56.952 INFO kablam! warning: unused variable: `directory` Oct 11 09:56:56.952 INFO kablam! --> src/dir.rs:16:15 Oct 11 09:56:56.952 INFO kablam! | Oct 11 09:56:56.952 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 11 09:56:56.952 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 11 09:56:56.952 INFO kablam! | Oct 11 09:56:56.952 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:56:56.952 INFO kablam! Oct 11 09:56:56.952 INFO kablam! warning: unused variable: `extension` Oct 11 09:56:56.952 INFO kablam! --> src/database.rs:37:21 Oct 11 09:56:56.952 INFO kablam! | Oct 11 09:56:56.952 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 11 09:56:56.952 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 11 09:56:56.952 INFO kablam! Oct 11 09:56:56.952 INFO kablam! warning: unused variable: `err` Oct 11 09:56:56.952 INFO kablam! --> src/database.rs:95:17 Oct 11 09:56:56.952 INFO kablam! | Oct 11 09:56:56.952 INFO kablam! 95 | Err(err) => { Oct 11 09:56:56.952 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 09:56:56.952 INFO kablam! Oct 11 09:56:59.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.64s Oct 11 09:56:59.241 INFO kablam! su: No module specific data is present Oct 11 09:56:59.985 INFO running `"docker" "rm" "-f" "bf07f579c92d0945f5f80af97a39d790597dc6375f2ff2af8516810564c2be8d"` Oct 11 09:57:00.236 INFO blam! bf07f579c92d0945f5f80af97a39d790597dc6375f2ff2af8516810564c2be8d Oct 11 09:57:00.248 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:57:00.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:57:00.668 INFO blam! ac0a726b3ea91afa1c48a8be6ab3fdf12603a8294e0370d8f24e3562c91583e1 Oct 11 09:57:00.680 INFO running `"docker" "start" "-a" "ac0a726b3ea91afa1c48a8be6ab3fdf12603a8294e0370d8f24e3562c91583e1"` Oct 11 09:57:01.828 INFO kablam! usermod: no changes Oct 11 09:57:01.891 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 09:57:01.891 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 09:57:01.891 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 09:57:01.891 INFO kablam! files will be included as a binary target: Oct 11 09:57:01.891 INFO kablam! Oct 11 09:57:01.891 INFO kablam! * /source/src/main.rs Oct 11 09:57:01.891 INFO kablam! Oct 11 09:57:01.891 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 09:57:01.891 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 09:57:01.891 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 09:57:01.891 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 09:57:01.891 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 09:57:01.891 INFO kablam! Oct 11 09:57:01.891 INFO kablam! For more information on this warning you can consult Oct 11 09:57:01.891 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 09:57:01.891 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 11 09:57:01.891 INFO kablam! please set bin.path in Cargo.toml Oct 11 09:57:01.945 INFO kablam! Compiling to-directory v0.1.0 (/source) Oct 11 09:57:04.009 INFO kablam! warning: unused import: `std::fmt` Oct 11 09:57:04.009 INFO kablam! --> src/types.rs:2:5 Oct 11 09:57:04.010 INFO kablam! | Oct 11 09:57:04.010 INFO kablam! 2 | use std::fmt; Oct 11 09:57:04.010 INFO kablam! | ^^^^^^^^ Oct 11 09:57:04.010 INFO kablam! | Oct 11 09:57:04.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:57:04.011 INFO kablam! Oct 11 09:57:04.025 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 11 09:57:04.025 INFO kablam! --> src/dir.rs:6:31 Oct 11 09:57:04.025 INFO kablam! | Oct 11 09:57:04.026 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 11 09:57:04.026 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 09:57:04.026 INFO kablam! | Oct 11 09:57:04.032 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:57:04.033 INFO kablam! Oct 11 09:57:04.126 INFO kablam! warning: unused variable: `directory` Oct 11 09:57:04.126 INFO kablam! --> src/dir.rs:16:15 Oct 11 09:57:04.126 INFO kablam! | Oct 11 09:57:04.126 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 11 09:57:04.126 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 11 09:57:04.126 INFO kablam! | Oct 11 09:57:04.126 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:57:04.126 INFO kablam! Oct 11 09:57:04.126 INFO kablam! warning: unused variable: `extension` Oct 11 09:57:04.126 INFO kablam! --> src/database.rs:37:21 Oct 11 09:57:04.126 INFO kablam! | Oct 11 09:57:04.126 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 11 09:57:04.126 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 11 09:57:04.126 INFO kablam! Oct 11 09:57:04.126 INFO kablam! warning: unused variable: `err` Oct 11 09:57:04.126 INFO kablam! --> src/database.rs:95:17 Oct 11 09:57:04.126 INFO kablam! | Oct 11 09:57:04.126 INFO kablam! 95 | Err(err) => { Oct 11 09:57:04.126 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 09:57:04.126 INFO kablam! Oct 11 09:57:04.782 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.91s Oct 11 09:57:04.786 INFO kablam! su: No module specific data is present Oct 11 09:57:05.306 INFO running `"docker" "rm" "-f" "ac0a726b3ea91afa1c48a8be6ab3fdf12603a8294e0370d8f24e3562c91583e1"` Oct 11 09:57:05.547 INFO blam! ac0a726b3ea91afa1c48a8be6ab3fdf12603a8294e0370d8f24e3562c91583e1 Oct 11 09:57:05.547 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:57:05.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:57:05.818 INFO blam! 654c23a292e7c24596750b66451c7751efa269fce5eed920164792890b41c5fa Oct 11 09:57:05.825 INFO running `"docker" "start" "-a" "654c23a292e7c24596750b66451c7751efa269fce5eed920164792890b41c5fa"` Oct 11 09:57:07.001 INFO kablam! usermod: no changes Oct 11 09:57:07.053 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 09:57:07.053 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 09:57:07.053 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 09:57:07.053 INFO kablam! files will be included as a binary target: Oct 11 09:57:07.053 INFO kablam! Oct 11 09:57:07.053 INFO kablam! * /source/src/main.rs Oct 11 09:57:07.053 INFO kablam! Oct 11 09:57:07.053 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 09:57:07.053 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 09:57:07.053 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 09:57:07.053 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 09:57:07.053 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 09:57:07.053 INFO kablam! Oct 11 09:57:07.053 INFO kablam! For more information on this warning you can consult Oct 11 09:57:07.053 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 09:57:07.053 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 11 09:57:07.053 INFO kablam! please set bin.path in Cargo.toml Oct 11 09:57:07.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 09:57:07.096 INFO kablam! Running /target/debug/deps/to-6b35d33da0650890 Oct 11 09:57:07.099 INFO blam! Oct 11 09:57:07.099 INFO blam! running 1 test Oct 11 09:57:07.100 INFO blam! test cli::test::test_example ... ok Oct 11 09:57:07.100 INFO blam! Oct 11 09:57:07.100 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:57:07.100 INFO blam! Oct 11 09:57:07.101 INFO kablam! su: No module specific data is present Oct 11 09:57:07.614 INFO running `"docker" "rm" "-f" "654c23a292e7c24596750b66451c7751efa269fce5eed920164792890b41c5fa"` Oct 11 09:57:07.810 INFO blam! 654c23a292e7c24596750b66451c7751efa269fce5eed920164792890b41c5fa