Dec 14 02:22:54.553 INFO testing ashfordneil/password-hash-util against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 14 02:22:54.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 14 02:22:54.959 INFO [stdout] d768eafb6a6f2d7b8ca0f017662503e6863353b3119b7edfd3fe1d8df1351ab2 Dec 14 02:22:54.963 INFO running `"docker" "start" "-a" "d768eafb6a6f2d7b8ca0f017662503e6863353b3119b7edfd3fe1d8df1351ab2"` Dec 14 02:22:56.819 INFO [stderr] usermod: no changes Dec 14 02:22:56.867 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 02:22:56.867 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 02:22:56.867 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 02:22:56.867 INFO [stderr] files will be included as a binary target: Dec 14 02:22:56.867 INFO [stderr] Dec 14 02:22:56.867 INFO [stderr] * /source/src/main.rs Dec 14 02:22:56.867 INFO [stderr] Dec 14 02:22:56.867 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 02:22:56.867 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 02:22:56.867 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 02:22:56.867 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 02:22:56.867 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 02:22:56.867 INFO [stderr] Dec 14 02:22:56.867 INFO [stderr] For more information on this warning you can consult Dec 14 02:22:56.867 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 02:22:56.867 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 14 02:22:56.867 INFO [stderr] please set bin.path in Cargo.toml Dec 14 02:22:56.919 INFO [stderr] Compiling unicode-segmentation v1.0.3 Dec 14 02:22:56.919 INFO [stderr] Compiling rpassword v0.3.1 Dec 14 02:22:56.919 INFO [stderr] Compiling pwhash v0.1.1 Dec 14 02:22:58.329 INFO [stderr] Compiling clap v2.20.3 Dec 14 02:23:14.933 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 14 02:23:17.471 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.62s Dec 14 02:23:17.476 INFO [stderr] su: No module specific data is present Dec 14 02:23:18.625 INFO running `"docker" "inspect" "d768eafb6a6f2d7b8ca0f017662503e6863353b3119b7edfd3fe1d8df1351ab2"` Dec 14 02:23:18.959 INFO running `"docker" "rm" "-f" "d768eafb6a6f2d7b8ca0f017662503e6863353b3119b7edfd3fe1d8df1351ab2"` Dec 14 02:23:19.247 INFO [stdout] d768eafb6a6f2d7b8ca0f017662503e6863353b3119b7edfd3fe1d8df1351ab2 Dec 14 02:23:19.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 14 02:23:19.684 INFO [stdout] c26aa10af220fb4b60ab5eec07a12627796eb7e02ae4a0b49e5547a796d4febf Dec 14 02:23:19.686 INFO running `"docker" "start" "-a" "c26aa10af220fb4b60ab5eec07a12627796eb7e02ae4a0b49e5547a796d4febf"` Dec 14 02:23:21.202 INFO [stderr] usermod: no changes Dec 14 02:23:21.275 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 02:23:21.275 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 02:23:21.275 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 02:23:21.275 INFO [stderr] files will be included as a binary target: Dec 14 02:23:21.275 INFO [stderr] Dec 14 02:23:21.275 INFO [stderr] * /source/src/main.rs Dec 14 02:23:21.275 INFO [stderr] Dec 14 02:23:21.275 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 02:23:21.275 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 02:23:21.275 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 02:23:21.275 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 02:23:21.275 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 02:23:21.275 INFO [stderr] Dec 14 02:23:21.275 INFO [stderr] For more information on this warning you can consult Dec 14 02:23:21.275 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 02:23:21.275 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 14 02:23:21.275 INFO [stderr] please set bin.path in Cargo.toml Dec 14 02:23:21.359 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 14 02:23:22.964 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s Dec 14 02:23:22.969 INFO [stderr] su: No module specific data is present Dec 14 02:23:24.343 INFO running `"docker" "inspect" "c26aa10af220fb4b60ab5eec07a12627796eb7e02ae4a0b49e5547a796d4febf"` Dec 14 02:23:24.592 INFO running `"docker" "rm" "-f" "c26aa10af220fb4b60ab5eec07a12627796eb7e02ae4a0b49e5547a796d4febf"` Dec 14 02:23:24.848 INFO [stdout] c26aa10af220fb4b60ab5eec07a12627796eb7e02ae4a0b49e5547a796d4febf Dec 14 02:23:24.853 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 14 02:23:25.355 INFO [stdout] 6ee25b0cee11d0d89c646bf0de6973b70bbd665b5f964b61933e41cdb9adb6af Dec 14 02:23:25.363 INFO running `"docker" "start" "-a" "6ee25b0cee11d0d89c646bf0de6973b70bbd665b5f964b61933e41cdb9adb6af"` Dec 14 02:23:26.787 INFO [stderr] usermod: no changes Dec 14 02:23:26.836 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 02:23:26.836 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 02:23:26.836 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 02:23:26.836 INFO [stderr] files will be included as a binary target: Dec 14 02:23:26.836 INFO [stderr] Dec 14 02:23:26.836 INFO [stderr] * /source/src/main.rs Dec 14 02:23:26.836 INFO [stderr] Dec 14 02:23:26.836 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 02:23:26.836 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 02:23:26.836 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 02:23:26.836 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 02:23:26.836 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 02:23:26.836 INFO [stderr] Dec 14 02:23:26.836 INFO [stderr] For more information on this warning you can consult Dec 14 02:23:26.836 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 02:23:26.836 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 14 02:23:26.836 INFO [stderr] please set bin.path in Cargo.toml Dec 14 02:23:26.868 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 14 02:23:26.878 INFO [stderr] Running /target/debug/deps/pw-d40a6544bc55bc2a Dec 14 02:23:26.881 INFO [stdout] Dec 14 02:23:26.881 INFO [stdout] running 0 tests Dec 14 02:23:26.881 INFO [stdout] Dec 14 02:23:26.881 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 02:23:26.881 INFO [stdout] Dec 14 02:23:26.887 INFO [stderr] su: No module specific data is present Dec 14 02:23:27.532 INFO running `"docker" "inspect" "6ee25b0cee11d0d89c646bf0de6973b70bbd665b5f964b61933e41cdb9adb6af"` Dec 14 02:23:27.839 INFO running `"docker" "rm" "-f" "6ee25b0cee11d0d89c646bf0de6973b70bbd665b5f964b61933e41cdb9adb6af"` Dec 14 02:23:28.106 INFO [stdout] 6ee25b0cee11d0d89c646bf0de6973b70bbd665b5f964b61933e41cdb9adb6af