[INFO] cloning repository benaryorg/rust-prime_generator [INFO] running `"git" "clone" "--bare" "git://github.com/benaryorg/rust-prime_generator.git" "work/cache/sources/gh/benaryorg/rust-prime_generator"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/benaryorg/rust-prime_generator'... [INFO] running `"git" "clone" "work/cache/sources/gh/benaryorg/rust-prime_generator" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/benaryorg/rust-prime_generator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/benaryorg/rust-prime_generator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/benaryorg/rust-prime_generator" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/benaryorg/rust-prime_generator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/benaryorg/rust-prime_generator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 778eaa6f6afe9d3e2c23d67668864ecf9f8afa11 [INFO] sha for GitHub repo benaryorg/rust-prime_generator: 778eaa6f6afe9d3e2c23d67668864ecf9f8afa11 [INFO] validating manifest of benaryorg/rust-prime_generator 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 benaryorg/rust-prime_generator 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 benaryorg/rust-prime_generator [INFO] finished frobbing benaryorg/rust-prime_generator [INFO] frobbed toml for benaryorg/rust-prime_generator written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/benaryorg/rust-prime_generator/Cargo.toml [INFO] started frobbing benaryorg/rust-prime_generator [INFO] finished frobbing benaryorg/rust-prime_generator [INFO] frobbed toml for benaryorg/rust-prime_generator written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/benaryorg/rust-prime_generator/Cargo.toml [INFO] crate benaryorg/rust-prime_generator 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 benaryorg/rust-prime_generator against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/benaryorg/rust-prime_generator:/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] e7a50590ea46d0f8b616581116a990d6b83f4bd9401ab02abeeef7add981b21d [INFO] running `"docker" "start" "-a" "e7a50590ea46d0f8b616581116a990d6b83f4bd9401ab02abeeef7add981b21d"` [INFO] [stderr] Compiling primes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | 'outer: for i in (3..LIMIT) [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `"docker" "inspect" "e7a50590ea46d0f8b616581116a990d6b83f4bd9401ab02abeeef7add981b21d"` [INFO] running `"docker" "rm" "-f" "e7a50590ea46d0f8b616581116a990d6b83f4bd9401ab02abeeef7add981b21d"` [INFO] [stdout] e7a50590ea46d0f8b616581116a990d6b83f4bd9401ab02abeeef7add981b21d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/benaryorg/rust-prime_generator:/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] 987af4bdd02bab974529e6e3dbd1e272b5a94a9484f9961382d6d731059617ec [INFO] running `"docker" "start" "-a" "987af4bdd02bab974529e6e3dbd1e272b5a94a9484f9961382d6d731059617ec"` [INFO] [stderr] Compiling primes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | 'outer: for i in (3..LIMIT) [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `"docker" "inspect" "987af4bdd02bab974529e6e3dbd1e272b5a94a9484f9961382d6d731059617ec"` [INFO] running `"docker" "rm" "-f" "987af4bdd02bab974529e6e3dbd1e272b5a94a9484f9961382d6d731059617ec"` [INFO] [stdout] 987af4bdd02bab974529e6e3dbd1e272b5a94a9484f9961382d6d731059617ec [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/benaryorg/rust-prime_generator:/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] ca60f5c517a45f3f984bc1ebabcdbd4df975c3e9d22624901f1e86ed7316dc6a [INFO] running `"docker" "start" "-a" "ca60f5c517a45f3f984bc1ebabcdbd4df975c3e9d22624901f1e86ed7316dc6a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/primes-968a49373183781b [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" "ca60f5c517a45f3f984bc1ebabcdbd4df975c3e9d22624901f1e86ed7316dc6a"` [INFO] running `"docker" "rm" "-f" "ca60f5c517a45f3f984bc1ebabcdbd4df975c3e9d22624901f1e86ed7316dc6a"` [INFO] [stdout] ca60f5c517a45f3f984bc1ebabcdbd4df975c3e9d22624901f1e86ed7316dc6a