Dec 14 02:22:55.182 INFO testing ashfordneil/password-hash-util against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 02:22:55.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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:55.816 INFO [stdout] 250ab5d87110411fe09081374a45b6d6a29427b04d0addcf714cac09711ffe85 Dec 14 02:22:55.818 INFO running `"docker" "start" "-a" "250ab5d87110411fe09081374a45b6d6a29427b04d0addcf714cac09711ffe85"` Dec 14 02:22:57.239 INFO [stderr] usermod: no changes Dec 14 02:22:57.275 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 02:22:57.275 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 02:22:57.275 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 02:22:57.275 INFO [stderr] files will be included as a binary target: Dec 14 02:22:57.275 INFO [stderr] Dec 14 02:22:57.275 INFO [stderr] * /source/src/main.rs Dec 14 02:22:57.275 INFO [stderr] Dec 14 02:22:57.275 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 02:22:57.275 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 02:22:57.275 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 02:22:57.275 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 02:22:57.275 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 02:22:57.275 INFO [stderr] Dec 14 02:22:57.275 INFO [stderr] For more information on this warning you can consult Dec 14 02:22:57.275 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 02:22:57.275 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 14 02:22:57.275 INFO [stderr] please set bin.path in Cargo.toml Dec 14 02:22:57.346 INFO [stderr] Compiling unicode-segmentation v1.0.3 Dec 14 02:22:57.346 INFO [stderr] Compiling rpassword v0.3.1 Dec 14 02:22:57.346 INFO [stderr] Compiling pwhash v0.1.1 Dec 14 02:22:59.299 INFO [stderr] Compiling clap v2.20.3 Dec 14 02:23:15.671 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 14 02:23:18.215 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.95s Dec 14 02:23:18.216 INFO [stderr] su: No module specific data is present Dec 14 02:23:19.129 INFO running `"docker" "inspect" "250ab5d87110411fe09081374a45b6d6a29427b04d0addcf714cac09711ffe85"` Dec 14 02:23:19.458 INFO running `"docker" "rm" "-f" "250ab5d87110411fe09081374a45b6d6a29427b04d0addcf714cac09711ffe85"` Dec 14 02:23:19.759 INFO [stdout] 250ab5d87110411fe09081374a45b6d6a29427b04d0addcf714cac09711ffe85 Dec 14 02:23:19.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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:20.191 INFO [stdout] d24a6be578a4fa5f221181b3b9b769dc39a5804a301ab9067aee363e9dc9208e Dec 14 02:23:20.191 INFO running `"docker" "start" "-a" "d24a6be578a4fa5f221181b3b9b769dc39a5804a301ab9067aee363e9dc9208e"` Dec 14 02:23:22.039 INFO [stderr] usermod: no changes Dec 14 02:23:22.113 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 02:23:22.113 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 02:23:22.113 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 02:23:22.113 INFO [stderr] files will be included as a binary target: Dec 14 02:23:22.113 INFO [stderr] Dec 14 02:23:22.113 INFO [stderr] * /source/src/main.rs Dec 14 02:23:22.113 INFO [stderr] Dec 14 02:23:22.113 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 02:23:22.113 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 02:23:22.113 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 02:23:22.113 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 02:23:22.113 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 02:23:22.113 INFO [stderr] Dec 14 02:23:22.113 INFO [stderr] For more information on this warning you can consult Dec 14 02:23:22.113 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 02:23:22.113 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 14 02:23:22.113 INFO [stderr] please set bin.path in Cargo.toml Dec 14 02:23:22.175 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 14 02:23:23.667 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s Dec 14 02:23:23.672 INFO [stderr] su: No module specific data is present Dec 14 02:23:24.592 INFO running `"docker" "inspect" "d24a6be578a4fa5f221181b3b9b769dc39a5804a301ab9067aee363e9dc9208e"` Dec 14 02:23:24.909 INFO running `"docker" "rm" "-f" "d24a6be578a4fa5f221181b3b9b769dc39a5804a301ab9067aee363e9dc9208e"` Dec 14 02:23:25.266 INFO [stdout] d24a6be578a4fa5f221181b3b9b769dc39a5804a301ab9067aee363e9dc9208e Dec 14 02:23:25.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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.655 INFO [stdout] 549eb19ef5126a4a51bd4f3b180ea321a18b10ac2e467f96c1dcab52c16ac3c0 Dec 14 02:23:25.660 INFO running `"docker" "start" "-a" "549eb19ef5126a4a51bd4f3b180ea321a18b10ac2e467f96c1dcab52c16ac3c0"` Dec 14 02:23:26.898 INFO [stderr] usermod: no changes Dec 14 02:23:26.961 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 02:23:26.961 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 02:23:26.961 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 02:23:26.961 INFO [stderr] files will be included as a binary target: Dec 14 02:23:26.961 INFO [stderr] Dec 14 02:23:26.961 INFO [stderr] * /source/src/main.rs Dec 14 02:23:26.961 INFO [stderr] Dec 14 02:23:26.961 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 02:23:26.961 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 02:23:26.961 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 02:23:26.961 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 02:23:26.961 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 02:23:26.961 INFO [stderr] Dec 14 02:23:26.961 INFO [stderr] For more information on this warning you can consult Dec 14 02:23:26.961 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 02:23:26.962 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 14 02:23:26.962 INFO [stderr] please set bin.path in Cargo.toml Dec 14 02:23:27.018 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Dec 14 02:23:27.027 INFO [stderr] Running /target/debug/deps/pw-516bfb62ed9fca30 Dec 14 02:23:27.032 INFO [stdout] Dec 14 02:23:27.032 INFO [stdout] running 0 tests Dec 14 02:23:27.032 INFO [stdout] Dec 14 02:23:27.032 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 02:23:27.032 INFO [stdout] Dec 14 02:23:27.034 INFO [stderr] su: No module specific data is present Dec 14 02:23:27.688 INFO running `"docker" "inspect" "549eb19ef5126a4a51bd4f3b180ea321a18b10ac2e467f96c1dcab52c16ac3c0"` Dec 14 02:23:27.912 INFO running `"docker" "rm" "-f" "549eb19ef5126a4a51bd4f3b180ea321a18b10ac2e467f96c1dcab52c16ac3c0"` Dec 14 02:23:28.215 INFO [stdout] 549eb19ef5126a4a51bd4f3b180ea321a18b10ac2e467f96c1dcab52c16ac3c0