Dec 06 06:26:10.453 INFO testing ashfordneil/password-hash-util against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 06:26:10.453 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:10.623 INFO [stdout] 38d55a84d2874d9dddaf087cb03ca4a204199563eff1717e96cdf2937d966d3e Dec 06 06:26:10.630 INFO running `"docker" "start" "-a" "38d55a84d2874d9dddaf087cb03ca4a204199563eff1717e96cdf2937d966d3e"` Dec 06 06:26:11.012 INFO [stderr] usermod: no changes Dec 06 06:26:11.036 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 06:26:11.036 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 06:26:11.037 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 06:26:11.037 INFO [stderr] files will be included as a binary target: Dec 06 06:26:11.037 INFO [stderr] Dec 06 06:26:11.037 INFO [stderr] * /source/src/main.rs Dec 06 06:26:11.037 INFO [stderr] Dec 06 06:26:11.037 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 06:26:11.037 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 06:26:11.037 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 06:26:11.037 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 06:26:11.037 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 06:26:11.037 INFO [stderr] Dec 06 06:26:11.037 INFO [stderr] For more information on this warning you can consult Dec 06 06:26:11.037 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 06:26:11.037 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 06 06:26:11.037 INFO [stderr] please set bin.path in Cargo.toml Dec 06 06:26:11.088 INFO [stderr] Compiling gcc v0.3.42 Dec 06 06:26:11.091 INFO [stderr] Compiling rpassword v0.3.1 Dec 06 06:26:12.979 INFO [stderr] Compiling rust-crypto v0.2.36 Dec 06 06:26:22.207 INFO [stderr] Compiling pwhash v0.1.1 Dec 06 06:26:23.869 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 06 06:26:26.465 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.44s Dec 06 06:26:26.471 INFO [stderr] su: No module specific data is present Dec 06 06:26:27.548 INFO running `"docker" "inspect" "38d55a84d2874d9dddaf087cb03ca4a204199563eff1717e96cdf2937d966d3e"` Dec 06 06:26:27.826 INFO running `"docker" "rm" "-f" "38d55a84d2874d9dddaf087cb03ca4a204199563eff1717e96cdf2937d966d3e"` Dec 06 06:26:28.152 INFO [stdout] 38d55a84d2874d9dddaf087cb03ca4a204199563eff1717e96cdf2937d966d3e Dec 06 06:26:28.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:28.566 INFO [stdout] 20c99ce578dc7b54af67f4edd8b41af03c5091732fc5e57642234c45cc7a16c3 Dec 06 06:26:28.568 INFO running `"docker" "start" "-a" "20c99ce578dc7b54af67f4edd8b41af03c5091732fc5e57642234c45cc7a16c3"` Dec 06 06:26:29.859 INFO [stderr] usermod: no changes Dec 06 06:26:29.948 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 06:26:29.948 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 06:26:29.948 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 06:26:29.948 INFO [stderr] files will be included as a binary target: Dec 06 06:26:29.948 INFO [stderr] Dec 06 06:26:29.948 INFO [stderr] * /source/src/main.rs Dec 06 06:26:29.948 INFO [stderr] Dec 06 06:26:29.948 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 06:26:29.948 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 06:26:29.948 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 06:26:29.948 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 06:26:29.948 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 06:26:29.948 INFO [stderr] Dec 06 06:26:29.948 INFO [stderr] For more information on this warning you can consult Dec 06 06:26:29.948 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 06:26:29.948 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 06 06:26:29.948 INFO [stderr] please set bin.path in Cargo.toml Dec 06 06:26:30.034 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Dec 06 06:26:31.481 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s Dec 06 06:26:31.488 INFO [stderr] su: No module specific data is present Dec 06 06:26:32.144 INFO running `"docker" "inspect" "20c99ce578dc7b54af67f4edd8b41af03c5091732fc5e57642234c45cc7a16c3"` Dec 06 06:26:32.386 INFO running `"docker" "rm" "-f" "20c99ce578dc7b54af67f4edd8b41af03c5091732fc5e57642234c45cc7a16c3"` Dec 06 06:26:32.704 INFO [stdout] 20c99ce578dc7b54af67f4edd8b41af03c5091732fc5e57642234c45cc7a16c3 Dec 06 06:26:32.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:33.120 INFO [stdout] e42a1ce8144dcd3bf540a1a30d0db7e551f5e4449e1ccf635d3f45751097b758 Dec 06 06:26:33.128 INFO running `"docker" "start" "-a" "e42a1ce8144dcd3bf540a1a30d0db7e551f5e4449e1ccf635d3f45751097b758"` Dec 06 06:26:34.248 INFO [stderr] usermod: no changes Dec 06 06:26:34.300 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 06:26:34.300 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 06:26:34.300 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 06:26:34.300 INFO [stderr] files will be included as a binary target: Dec 06 06:26:34.300 INFO [stderr] Dec 06 06:26:34.300 INFO [stderr] * /source/src/main.rs Dec 06 06:26:34.300 INFO [stderr] Dec 06 06:26:34.300 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 06:26:34.300 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 06:26:34.300 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 06:26:34.300 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 06:26:34.300 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 06:26:34.300 INFO [stderr] Dec 06 06:26:34.300 INFO [stderr] For more information on this warning you can consult Dec 06 06:26:34.300 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 06:26:34.300 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Dec 06 06:26:34.300 INFO [stderr] please set bin.path in Cargo.toml Dec 06 06:26:34.428 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s Dec 06 06:26:34.428 INFO [stderr] Running /target/debug/deps/pw-a88a03c83b929547 Dec 06 06:26:34.432 INFO [stderr] su: No module specific data is present Dec 06 06:26:34.432 INFO [stdout] Dec 06 06:26:34.432 INFO [stdout] running 0 tests Dec 06 06:26:34.432 INFO [stdout] Dec 06 06:26:34.432 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 06:26:34.432 INFO [stdout] Dec 06 06:26:35.553 INFO running `"docker" "inspect" "e42a1ce8144dcd3bf540a1a30d0db7e551f5e4449e1ccf635d3f45751097b758"` Dec 06 06:26:35.930 INFO running `"docker" "rm" "-f" "e42a1ce8144dcd3bf540a1a30d0db7e551f5e4449e1ccf635d3f45751097b758"` Dec 06 06:26:36.236 INFO [stdout] e42a1ce8144dcd3bf540a1a30d0db7e551f5e4449e1ccf635d3f45751097b758