[INFO] cloning repository ashelleyPurdue/rust_prng [INFO] running `"git" "clone" "--bare" "git://github.com/ashelleyPurdue/rust_prng.git" "work/cache/sources/gh/ashelleyPurdue/rust_prng"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/ashelleyPurdue/rust_prng'... [INFO] running `"git" "clone" "work/cache/sources/gh/ashelleyPurdue/rust_prng" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ashelleyPurdue/rust_prng"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ashelleyPurdue/rust_prng'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ashelleyPurdue/rust_prng" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ashelleyPurdue/rust_prng"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ashelleyPurdue/rust_prng'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 948fa6b1a85743cb932169b13ec47ea1c21fc390 [INFO] sha for GitHub repo ashelleyPurdue/rust_prng: 948fa6b1a85743cb932169b13ec47ea1c21fc390 [INFO] validating manifest of ashelleyPurdue/rust_prng on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ashelleyPurdue/rust_prng on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ashelleyPurdue/rust_prng [INFO] finished frobbing ashelleyPurdue/rust_prng [INFO] frobbed toml for ashelleyPurdue/rust_prng written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ashelleyPurdue/rust_prng/Cargo.toml [INFO] started frobbing ashelleyPurdue/rust_prng [INFO] finished frobbing ashelleyPurdue/rust_prng [INFO] frobbed toml for ashelleyPurdue/rust_prng written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ashelleyPurdue/rust_prng/Cargo.toml [INFO] crate ashelleyPurdue/rust_prng already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ashelleyPurdue/rust_prng against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ashelleyPurdue/rust_prng:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 211c000ae7ea2a6ff6b091ec8a12c060314fd2ab4ad5b0fe329f14133ad5e3d8 [INFO] running `"docker" "start" "-a" "211c000ae7ea2a6ff6b091ec8a12c060314fd2ab4ad5b0fe329f14133ad5e3d8"` [INFO] [stderr] Compiling rng_struct v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `seed` [INFO] [stderr] --> src/random.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | seed: u64, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `LARGEST_U64_PRIME` [INFO] [stderr] --> src/hashing.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | const LARGEST_U64_PRIME: u64 = 2305843009213693951; // Equivalent to 61 straight 1's in binary [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mod_exp_hash` [INFO] [stderr] --> src/hashing.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn mod_exp_hash(num: u64) -> u64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mod_exp` [INFO] [stderr] --> src/hashing.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | fn mod_exp(base: u64, exp: u64, modulo: u64) -> u64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `"docker" "inspect" "211c000ae7ea2a6ff6b091ec8a12c060314fd2ab4ad5b0fe329f14133ad5e3d8"` [INFO] running `"docker" "rm" "-f" "211c000ae7ea2a6ff6b091ec8a12c060314fd2ab4ad5b0fe329f14133ad5e3d8"` [INFO] [stdout] 211c000ae7ea2a6ff6b091ec8a12c060314fd2ab4ad5b0fe329f14133ad5e3d8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ashelleyPurdue/rust_prng:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 7d4870e3e13b94137ed13d900ac9dd5ed17f484297dbbfbcd80ca1725ccd8be9 [INFO] running `"docker" "start" "-a" "7d4870e3e13b94137ed13d900ac9dd5ed17f484297dbbfbcd80ca1725ccd8be9"` [INFO] [stderr] Compiling rng_struct v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `seed` [INFO] [stderr] --> src/random.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | seed: u64, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `LARGEST_U64_PRIME` [INFO] [stderr] --> src/hashing.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | const LARGEST_U64_PRIME: u64 = 2305843009213693951; // Equivalent to 61 straight 1's in binary [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mod_exp_hash` [INFO] [stderr] --> src/hashing.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn mod_exp_hash(num: u64) -> u64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mod_exp` [INFO] [stderr] --> src/hashing.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | fn mod_exp(base: u64, exp: u64, modulo: u64) -> u64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "7d4870e3e13b94137ed13d900ac9dd5ed17f484297dbbfbcd80ca1725ccd8be9"` [INFO] running `"docker" "rm" "-f" "7d4870e3e13b94137ed13d900ac9dd5ed17f484297dbbfbcd80ca1725ccd8be9"` [INFO] [stdout] 7d4870e3e13b94137ed13d900ac9dd5ed17f484297dbbfbcd80ca1725ccd8be9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ashelleyPurdue/rust_prng:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 32d0c4d9ce61385efb9727cfa075f84e918c26bfe411b82526f35dd98b6b71a9 [INFO] running `"docker" "start" "-a" "32d0c4d9ce61385efb9727cfa075f84e918c26bfe411b82526f35dd98b6b71a9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/rng_struct-724ac45265a432fd [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" "32d0c4d9ce61385efb9727cfa075f84e918c26bfe411b82526f35dd98b6b71a9"` [INFO] running `"docker" "rm" "-f" "32d0c4d9ce61385efb9727cfa075f84e918c26bfe411b82526f35dd98b6b71a9"` [INFO] [stdout] 32d0c4d9ce61385efb9727cfa075f84e918c26bfe411b82526f35dd98b6b71a9