Dec 06 06:26:07.829 INFO testing ashfordneil/password-hash-util against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 06:26:07.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 06:26:07.972 INFO [stdout] 52ef4113f80f15f8a5cafd955dc748d2445225e928185e1443503dd32392ae1a Dec 06 06:26:07.974 INFO running `"docker" "start" "-a" "52ef4113f80f15f8a5cafd955dc748d2445225e928185e1443503dd32392ae1a"` Dec 06 06:26:08.278 INFO [stderr] usermod: no changes Dec 06 06:26:08.302 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 06:26:08.302 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 06:26:08.302 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 06:26:08.302 INFO [stderr] files will be included as a binary target: Dec 06 06:26:08.302 INFO [stderr] Dec 06 06:26:08.302 INFO [stderr] * /source/src/main.rs Dec 06 06:26:08.302 INFO [stderr] Dec 06 06:26:08.302 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 06:26:08.302 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 06:26:08.302 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 06:26:08.302 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 06:26:08.302 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 06:26:08.302 INFO [stderr] Dec 06 06:26:08.303 INFO [stderr] For more information on this warning you can consult Dec 06 06:26:08.303 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 06:26:08.303 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 06 06:26:08.303 INFO [stderr] please set bin.path in Cargo.toml Dec 06 06:26:08.346 INFO [stderr] Compiling unicode-segmentation v1.0.3 Dec 06 06:26:08.347 INFO [stderr] Compiling rpassword v0.3.1 Dec 06 06:26:08.347 INFO [stderr] Compiling pwhash v0.1.1 Dec 06 06:26:08.900 INFO [stderr] Compiling clap v2.20.3 Dec 06 06:26:23.248 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 06 06:26:25.616 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.31s Dec 06 06:26:25.616 INFO [stderr] su: No module specific data is present Dec 06 06:26:26.746 INFO running `"docker" "inspect" "52ef4113f80f15f8a5cafd955dc748d2445225e928185e1443503dd32392ae1a"` Dec 06 06:26:27.066 INFO running `"docker" "rm" "-f" "52ef4113f80f15f8a5cafd955dc748d2445225e928185e1443503dd32392ae1a"` Dec 06 06:26:27.410 INFO [stdout] 52ef4113f80f15f8a5cafd955dc748d2445225e928185e1443503dd32392ae1a Dec 06 06:26:27.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 06:26:27.910 INFO [stdout] 486994f2f5018e21d2743dfa83f2e3e6da2150383b9321399327a8d9f4073102 Dec 06 06:26:27.918 INFO running `"docker" "start" "-a" "486994f2f5018e21d2743dfa83f2e3e6da2150383b9321399327a8d9f4073102"` Dec 06 06:26:28.990 INFO [stderr] usermod: no changes Dec 06 06:26:29.044 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 06:26:29.044 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 06:26:29.044 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 06:26:29.044 INFO [stderr] files will be included as a binary target: Dec 06 06:26:29.044 INFO [stderr] Dec 06 06:26:29.044 INFO [stderr] * /source/src/main.rs Dec 06 06:26:29.044 INFO [stderr] Dec 06 06:26:29.044 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 06:26:29.044 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 06:26:29.044 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 06:26:29.044 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 06:26:29.044 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 06:26:29.044 INFO [stderr] Dec 06 06:26:29.044 INFO [stderr] For more information on this warning you can consult Dec 06 06:26:29.044 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 06:26:29.044 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 06 06:26:29.044 INFO [stderr] please set bin.path in Cargo.toml Dec 06 06:26:29.088 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 06 06:26:30.616 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.60s Dec 06 06:26:30.618 INFO [stderr] su: No module specific data is present Dec 06 06:26:31.238 INFO running `"docker" "inspect" "486994f2f5018e21d2743dfa83f2e3e6da2150383b9321399327a8d9f4073102"` Dec 06 06:26:31.598 INFO running `"docker" "rm" "-f" "486994f2f5018e21d2743dfa83f2e3e6da2150383b9321399327a8d9f4073102"` Dec 06 06:26:31.856 INFO [stdout] 486994f2f5018e21d2743dfa83f2e3e6da2150383b9321399327a8d9f4073102 Dec 06 06:26:31.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 06:26:32.270 INFO [stdout] 7f6a0225b700080ac4f597ec473ecc200ccbe9909573d4ce2fd0b06185b0d3fb Dec 06 06:26:32.276 INFO running `"docker" "start" "-a" "7f6a0225b700080ac4f597ec473ecc200ccbe9909573d4ce2fd0b06185b0d3fb"` Dec 06 06:26:33.632 INFO [stderr] usermod: no changes Dec 06 06:26:33.716 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 06:26:33.716 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 06:26:33.716 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 06:26:33.716 INFO [stderr] files will be included as a binary target: Dec 06 06:26:33.716 INFO [stderr] Dec 06 06:26:33.716 INFO [stderr] * /source/src/main.rs Dec 06 06:26:33.716 INFO [stderr] Dec 06 06:26:33.716 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 06:26:33.716 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 06:26:33.716 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 06:26:33.716 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 06:26:33.716 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 06:26:33.716 INFO [stderr] Dec 06 06:26:33.716 INFO [stderr] For more information on this warning you can consult Dec 06 06:26:33.716 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 06:26:33.716 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 06 06:26:33.716 INFO [stderr] please set bin.path in Cargo.toml Dec 06 06:26:33.760 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Dec 06 06:26:33.760 INFO [stderr] Running /target/debug/deps/pw-4a43df2dad58f82b Dec 06 06:26:33.764 INFO [stdout] Dec 06 06:26:33.764 INFO [stdout] running 0 tests Dec 06 06:26:33.764 INFO [stdout] Dec 06 06:26:33.764 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 06:26:33.764 INFO [stdout] Dec 06 06:26:33.770 INFO [stderr] su: No module specific data is present Dec 06 06:26:34.495 INFO running `"docker" "inspect" "7f6a0225b700080ac4f597ec473ecc200ccbe9909573d4ce2fd0b06185b0d3fb"` Dec 06 06:26:34.786 INFO running `"docker" "rm" "-f" "7f6a0225b700080ac4f597ec473ecc200ccbe9909573d4ce2fd0b06185b0d3fb"` Dec 06 06:26:35.036 INFO [stdout] 7f6a0225b700080ac4f597ec473ecc200ccbe9909573d4ce2fd0b06185b0d3fb