[INFO] updating cached repository jdelman/conway-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jdelman/conway-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jdelman/conway-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/jdelman/conway-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jdelman/conway-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jdelman/conway-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jdelman/conway-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jdelman/conway-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 86ea64bb7103d91bbe9fcdbbd30b2b608a5018ce [INFO] sha for GitHub repo jdelman/conway-rust: 86ea64bb7103d91bbe9fcdbbd30b2b608a5018ce [INFO] validating manifest of jdelman/conway-rust 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 jdelman/conway-rust 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 jdelman/conway-rust [INFO] finished frobbing jdelman/conway-rust [INFO] frobbed toml for jdelman/conway-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/jdelman/conway-rust/Cargo.toml [INFO] started frobbing jdelman/conway-rust [INFO] finished frobbing jdelman/conway-rust [INFO] frobbed toml for jdelman/conway-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jdelman/conway-rust/Cargo.toml [INFO] crate jdelman/conway-rust 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jdelman/conway-rust 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-4/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/jdelman/conway-rust:/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] bfbe5adc195e89d428c78e3794162902675d7b3dce361e0c471e352fb436d514 [INFO] running `"docker" "start" "-a" "bfbe5adc195e89d428c78e3794162902675d7b3dce361e0c471e352fb436d514"` [INFO] [stderr] Compiling atty v0.2.12 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling conway-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/grid.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | let segment_bits = (8 * SEGMENT_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:77:8 [INFO] [stderr] | [INFO] [stderr] 77 | if (delay > 0) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: method is never used: `print_indexes` [INFO] [stderr] --> src/grid.rs:130:3 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn print_indexes(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_base64` [INFO] [stderr] --> src/grid.rs:145:3 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn to_base64(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `to_octets` [INFO] [stderr] --> src/octets.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_octets(value: usize) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.47s [INFO] running `"docker" "inspect" "bfbe5adc195e89d428c78e3794162902675d7b3dce361e0c471e352fb436d514"` [INFO] running `"docker" "rm" "-f" "bfbe5adc195e89d428c78e3794162902675d7b3dce361e0c471e352fb436d514"` [INFO] [stdout] bfbe5adc195e89d428c78e3794162902675d7b3dce361e0c471e352fb436d514 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/jdelman/conway-rust:/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] 0fe7405dfccf7a57ec7d72ab709c6f05f34734318e17a3febbae72e2289ce29e [INFO] running `"docker" "start" "-a" "0fe7405dfccf7a57ec7d72ab709c6f05f34734318e17a3febbae72e2289ce29e"` [INFO] [stderr] Compiling conway-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/grid.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | let segment_bits = (8 * SEGMENT_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:77:8 [INFO] [stderr] | [INFO] [stderr] 77 | if (delay > 0) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: method is never used: `print_indexes` [INFO] [stderr] --> src/grid.rs:130:3 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn print_indexes(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_base64` [INFO] [stderr] --> src/grid.rs:145:3 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn to_base64(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `to_octets` [INFO] [stderr] --> src/octets.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_octets(value: usize) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `"docker" "inspect" "0fe7405dfccf7a57ec7d72ab709c6f05f34734318e17a3febbae72e2289ce29e"` [INFO] running `"docker" "rm" "-f" "0fe7405dfccf7a57ec7d72ab709c6f05f34734318e17a3febbae72e2289ce29e"` [INFO] [stdout] 0fe7405dfccf7a57ec7d72ab709c6f05f34734318e17a3febbae72e2289ce29e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/jdelman/conway-rust:/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] d5c1c2da4ea7a4bf87115b8083968b9cf299f48ccf0136d134dd20bf859a4752 [INFO] running `"docker" "start" "-a" "d5c1c2da4ea7a4bf87115b8083968b9cf299f48ccf0136d134dd20bf859a4752"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/conway_rust-1acd1f46eae606d7 [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" "d5c1c2da4ea7a4bf87115b8083968b9cf299f48ccf0136d134dd20bf859a4752"` [INFO] running `"docker" "rm" "-f" "d5c1c2da4ea7a4bf87115b8083968b9cf299f48ccf0136d134dd20bf859a4752"` [INFO] [stdout] d5c1c2da4ea7a4bf87115b8083968b9cf299f48ccf0136d134dd20bf859a4752