Nov 17 08:59:38.684 INFO testing ashfordneil/password-hash-util against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 08:59:38.684 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 08:59:39.209 INFO [stdout] b582b95c6fa93d92d0f9536fa2af0bada3f866b7687c61c5ac48c068acfd7778 Nov 17 08:59:39.211 INFO running `"docker" "start" "-a" "b582b95c6fa93d92d0f9536fa2af0bada3f866b7687c61c5ac48c068acfd7778"` Nov 17 08:59:39.959 INFO [stderr] usermod: no changes Nov 17 08:59:39.988 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 08:59:39.988 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 08:59:39.988 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 08:59:39.989 INFO [stderr] files will be included as a binary target: Nov 17 08:59:39.989 INFO [stderr] Nov 17 08:59:39.989 INFO [stderr] * /source/src/main.rs Nov 17 08:59:39.990 INFO [stderr] Nov 17 08:59:39.990 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 08:59:39.990 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 08:59:39.990 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 08:59:39.990 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 08:59:39.991 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 08:59:39.991 INFO [stderr] Nov 17 08:59:39.991 INFO [stderr] For more information on this warning you can consult Nov 17 08:59:39.991 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 08:59:39.991 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Nov 17 08:59:39.991 INFO [stderr] please set bin.path in Cargo.toml Nov 17 08:59:40.027 INFO [stderr] Compiling gcc v0.3.42 Nov 17 08:59:40.027 INFO [stderr] Compiling rpassword v0.3.1 Nov 17 08:59:42.111 INFO [stderr] Compiling rust-crypto v0.2.36 Nov 17 08:59:50.047 INFO [stderr] Compiling pwhash v0.1.1 Nov 17 08:59:51.471 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Nov 17 08:59:53.707 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.73s Nov 17 08:59:53.715 INFO [stderr] su: No module specific data is present Nov 17 08:59:54.080 INFO running `"docker" "inspect" "b582b95c6fa93d92d0f9536fa2af0bada3f866b7687c61c5ac48c068acfd7778"` Nov 17 08:59:54.329 INFO running `"docker" "rm" "-f" "b582b95c6fa93d92d0f9536fa2af0bada3f866b7687c61c5ac48c068acfd7778"` Nov 17 08:59:54.549 INFO [stdout] b582b95c6fa93d92d0f9536fa2af0bada3f866b7687c61c5ac48c068acfd7778 Nov 17 08:59:54.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 08:59:55.032 INFO [stdout] b8c285a0942b366e314b1e8405d7d805b9ce429051abed2fcf45efd8ed26e0cd Nov 17 08:59:55.034 INFO running `"docker" "start" "-a" "b8c285a0942b366e314b1e8405d7d805b9ce429051abed2fcf45efd8ed26e0cd"` Nov 17 08:59:55.867 INFO [stderr] usermod: no changes Nov 17 08:59:55.939 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 08:59:55.939 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 08:59:55.940 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 08:59:55.940 INFO [stderr] files will be included as a binary target: Nov 17 08:59:55.940 INFO [stderr] Nov 17 08:59:55.940 INFO [stderr] * /source/src/main.rs Nov 17 08:59:55.941 INFO [stderr] Nov 17 08:59:55.941 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 08:59:55.941 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 08:59:55.942 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 08:59:55.942 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 08:59:55.942 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 08:59:55.943 INFO [stderr] Nov 17 08:59:55.943 INFO [stderr] For more information on this warning you can consult Nov 17 08:59:55.943 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 08:59:55.943 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Nov 17 08:59:55.944 INFO [stderr] please set bin.path in Cargo.toml Nov 17 08:59:55.979 INFO [stderr] Compiling password-hash-util v0.1.0 (/source) Nov 17 08:59:57.311 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s Nov 17 08:59:57.312 INFO [stderr] su: No module specific data is present Nov 17 08:59:57.835 INFO running `"docker" "inspect" "b8c285a0942b366e314b1e8405d7d805b9ce429051abed2fcf45efd8ed26e0cd"` Nov 17 08:59:58.115 INFO running `"docker" "rm" "-f" "b8c285a0942b366e314b1e8405d7d805b9ce429051abed2fcf45efd8ed26e0cd"` Nov 17 08:59:58.359 INFO [stdout] b8c285a0942b366e314b1e8405d7d805b9ce429051abed2fcf45efd8ed26e0cd Nov 17 08:59:58.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 08:59:58.837 INFO [stdout] 0695b0c2cb25bac68175e1091bc0152ff492cc5367520f03194f550733437f62 Nov 17 08:59:58.845 INFO running `"docker" "start" "-a" "0695b0c2cb25bac68175e1091bc0152ff492cc5367520f03194f550733437f62"` Nov 17 08:59:59.843 INFO [stderr] usermod: no changes Nov 17 08:59:59.886 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 08:59:59.886 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 08:59:59.886 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 08:59:59.886 INFO [stderr] files will be included as a binary target: Nov 17 08:59:59.886 INFO [stderr] Nov 17 08:59:59.886 INFO [stderr] * /source/src/main.rs Nov 17 08:59:59.886 INFO [stderr] Nov 17 08:59:59.886 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 08:59:59.886 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 08:59:59.886 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 08:59:59.886 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 08:59:59.886 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 08:59:59.886 INFO [stderr] Nov 17 08:59:59.886 INFO [stderr] For more information on this warning you can consult Nov 17 08:59:59.886 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 08:59:59.886 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Nov 17 08:59:59.886 INFO [stderr] please set bin.path in Cargo.toml Nov 17 08:59:59.931 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Nov 17 08:59:59.951 INFO [stderr] Running /target/debug/deps/pw-b3a43bceccff5725 Nov 17 08:59:59.951 INFO [stdout] Nov 17 08:59:59.951 INFO [stderr] su: No module specific data is present Nov 17 08:59:59.951 INFO [stdout] running 0 tests Nov 17 08:59:59.951 INFO [stdout] Nov 17 08:59:59.951 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 08:59:59.951 INFO [stdout] Nov 17 09:00:00.510 INFO running `"docker" "inspect" "0695b0c2cb25bac68175e1091bc0152ff492cc5367520f03194f550733437f62"` Nov 17 09:00:00.839 INFO running `"docker" "rm" "-f" "0695b0c2cb25bac68175e1091bc0152ff492cc5367520f03194f550733437f62"` Nov 17 09:00:01.062 INFO [stdout] 0695b0c2cb25bac68175e1091bc0152ff492cc5367520f03194f550733437f62