[INFO] updating cached repository M-a-x-G/RustyCircle [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/M-a-x-G/RustyCircle [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/M-a-x-G/RustyCircle" "work/ex/beta-1.38-1/sources/1.37.0/gh/M-a-x-G/RustyCircle"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/M-a-x-G/RustyCircle'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/M-a-x-G/RustyCircle" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/M-a-x-G/RustyCircle"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/M-a-x-G/RustyCircle'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f139b7451ff060c5b99c2e850131a3ff9ac6de18 [INFO] sha for GitHub repo M-a-x-G/RustyCircle: f139b7451ff060c5b99c2e850131a3ff9ac6de18 [INFO] validating manifest of M-a-x-G/RustyCircle 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 M-a-x-G/RustyCircle 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 M-a-x-G/RustyCircle [INFO] finished frobbing M-a-x-G/RustyCircle [INFO] frobbed toml for M-a-x-G/RustyCircle written to work/ex/beta-1.38-1/sources/1.37.0/gh/M-a-x-G/RustyCircle/Cargo.toml [INFO] started frobbing M-a-x-G/RustyCircle [INFO] finished frobbing M-a-x-G/RustyCircle [INFO] frobbed toml for M-a-x-G/RustyCircle written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/M-a-x-G/RustyCircle/Cargo.toml [INFO] crate M-a-x-G/RustyCircle 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] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/M-a-x-G/RustyCircle/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing M-a-x-G/RustyCircle 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-0/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/M-a-x-G/RustyCircle:/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] d237ca48015ad133acecc65962ce7ecbeff15e6ce733a221181f27b8ba0ed824 [INFO] running `"docker" "start" "-a" "d237ca48015ad133acecc65962ce7ecbeff15e6ce733a221181f27b8ba0ed824"` [INFO] [stderr] Compiling imagefmt v2.1.1 [INFO] [stderr] Compiling rusty_circle v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:63:43 [INFO] [stderr] | [INFO] [stderr] 63 | let mut image_vector: Vec = vec![255;(3 * w * h)]; [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 4.61s [INFO] running `"docker" "inspect" "d237ca48015ad133acecc65962ce7ecbeff15e6ce733a221181f27b8ba0ed824"` [INFO] running `"docker" "rm" "-f" "d237ca48015ad133acecc65962ce7ecbeff15e6ce733a221181f27b8ba0ed824"` [INFO] [stdout] d237ca48015ad133acecc65962ce7ecbeff15e6ce733a221181f27b8ba0ed824 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/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/M-a-x-G/RustyCircle:/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] b2bc9d31752b36b6a6969c89ded1d43b004fa31571a37f39b416608a03cd6f85 [INFO] running `"docker" "start" "-a" "b2bc9d31752b36b6a6969c89ded1d43b004fa31571a37f39b416608a03cd6f85"` [INFO] [stderr] Compiling rusty_circle v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:63:43 [INFO] [stderr] | [INFO] [stderr] 63 | let mut image_vector: Vec = vec![255;(3 * w * h)]; [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.93s [INFO] running `"docker" "inspect" "b2bc9d31752b36b6a6969c89ded1d43b004fa31571a37f39b416608a03cd6f85"` [INFO] running `"docker" "rm" "-f" "b2bc9d31752b36b6a6969c89ded1d43b004fa31571a37f39b416608a03cd6f85"` [INFO] [stdout] b2bc9d31752b36b6a6969c89ded1d43b004fa31571a37f39b416608a03cd6f85 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/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/M-a-x-G/RustyCircle:/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] 307e705e0110f7fc33f51406345d0c287e48a623ba6981ed044a3cf349aacd21 [INFO] running `"docker" "start" "-a" "307e705e0110f7fc33f51406345d0c287e48a623ba6981ed044a3cf349aacd21"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rusty_circle-5dc3b32970c0940b [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" "307e705e0110f7fc33f51406345d0c287e48a623ba6981ed044a3cf349aacd21"` [INFO] running `"docker" "rm" "-f" "307e705e0110f7fc33f51406345d0c287e48a623ba6981ed044a3cf349aacd21"` [INFO] [stdout] 307e705e0110f7fc33f51406345d0c287e48a623ba6981ed044a3cf349aacd21