[INFO] updating cached repository gareins/fri-crypto-md5 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gareins/fri-crypto-md5 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gareins/fri-crypto-md5" "work/ex/beta-1.38-1/sources/1.37.0/gh/gareins/fri-crypto-md5"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/gareins/fri-crypto-md5'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gareins/fri-crypto-md5" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gareins/fri-crypto-md5"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gareins/fri-crypto-md5'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b0aeb315036b7b7d3f21e22654e12f293d894ef4 [INFO] sha for GitHub repo gareins/fri-crypto-md5: b0aeb315036b7b7d3f21e22654e12f293d894ef4 [INFO] validating manifest of gareins/fri-crypto-md5 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gareins/fri-crypto-md5 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gareins/fri-crypto-md5 [INFO] finished frobbing gareins/fri-crypto-md5 [INFO] frobbed toml for gareins/fri-crypto-md5 written to work/ex/beta-1.38-1/sources/1.37.0/gh/gareins/fri-crypto-md5/Cargo.toml [INFO] started frobbing gareins/fri-crypto-md5 [INFO] finished frobbing gareins/fri-crypto-md5 [INFO] frobbed toml for gareins/fri-crypto-md5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gareins/fri-crypto-md5/Cargo.toml [INFO] crate gareins/fri-crypto-md5 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/gareins/fri-crypto-md5/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing gareins/fri-crypto-md5 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gareins/fri-crypto-md5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ae99b018b4c6b1cc8dfae846d6f03ac5551aa7410d9196c8ba69906cc84279c0 [INFO] running `"docker" "start" "-a" "ae99b018b4c6b1cc8dfae846d6f03ac5551aa7410d9196c8ba69906cc84279c0"` [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling hashes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:28:6 [INFO] [stderr] | [INFO] [stderr] 28 | 0 ... 25 => char::from_u32(b_32 + 65).unwrap(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:29:6 [INFO] [stderr] | [INFO] [stderr] 29 | 26 ... 51 => char::from_u32(b_32 - 26 + 97).unwrap(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.81s [INFO] running `"docker" "inspect" "ae99b018b4c6b1cc8dfae846d6f03ac5551aa7410d9196c8ba69906cc84279c0"` [INFO] running `"docker" "rm" "-f" "ae99b018b4c6b1cc8dfae846d6f03ac5551aa7410d9196c8ba69906cc84279c0"` [INFO] [stdout] ae99b018b4c6b1cc8dfae846d6f03ac5551aa7410d9196c8ba69906cc84279c0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gareins/fri-crypto-md5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] ba1aa57e4e2e28795dd075904efd07c046d0f71c512818a8377a26b81bd578c2 [INFO] running `"docker" "start" "-a" "ba1aa57e4e2e28795dd075904efd07c046d0f71c512818a8377a26b81bd578c2"` [INFO] [stderr] Compiling hashes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:28:6 [INFO] [stderr] | [INFO] [stderr] 28 | 0 ... 25 => char::from_u32(b_32 + 65).unwrap(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:29:6 [INFO] [stderr] | [INFO] [stderr] 29 | 26 ... 51 => char::from_u32(b_32 - 26 + 97).unwrap(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `"docker" "inspect" "ba1aa57e4e2e28795dd075904efd07c046d0f71c512818a8377a26b81bd578c2"` [INFO] running `"docker" "rm" "-f" "ba1aa57e4e2e28795dd075904efd07c046d0f71c512818a8377a26b81bd578c2"` [INFO] [stdout] ba1aa57e4e2e28795dd075904efd07c046d0f71c512818a8377a26b81bd578c2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gareins/fri-crypto-md5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 35775da2a0897e81f06e72d2470f6bfcae34f7a68064c2d15d145bcd048726d3 [INFO] running `"docker" "start" "-a" "35775da2a0897e81f06e72d2470f6bfcae34f7a68064c2d15d145bcd048726d3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/hashes-338870d75b5bc57d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "35775da2a0897e81f06e72d2470f6bfcae34f7a68064c2d15d145bcd048726d3"` [INFO] running `"docker" "rm" "-f" "35775da2a0897e81f06e72d2470f6bfcae34f7a68064c2d15d145bcd048726d3"` [INFO] [stdout] 35775da2a0897e81f06e72d2470f6bfcae34f7a68064c2d15d145bcd048726d3