[INFO] cloning repository jdelman/conway-rust [INFO] running `"git" "clone" "--bare" "git://github.com/jdelman/conway-rust.git" "work/cache/sources/gh/jdelman/conway-rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jdelman/conway-rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/jdelman/conway-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/jdelman/conway-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jdelman/conway-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jdelman/conway-rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jdelman/conway-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jdelman/conway-rust on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jdelman/conway-rust against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 26fb7041061f58bf976c67791a492803d7dcd43ec22022480642885f92420887 [INFO] running `"docker" "start" "-a" "26fb7041061f58bf976c67791a492803d7dcd43ec22022480642885f92420887"` [INFO] [stderr] Compiling atty v0.2.12 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling rand v0.7.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.92s [INFO] running `"docker" "inspect" "26fb7041061f58bf976c67791a492803d7dcd43ec22022480642885f92420887"` [INFO] running `"docker" "rm" "-f" "26fb7041061f58bf976c67791a492803d7dcd43ec22022480642885f92420887"` [INFO] [stdout] 26fb7041061f58bf976c67791a492803d7dcd43ec22022480642885f92420887 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a39f8823d721e21799c51ba60f7a1abd5c840514ebc640f412ddb7ec6a2dbc53 [INFO] running `"docker" "start" "-a" "a39f8823d721e21799c51ba60f7a1abd5c840514ebc640f412ddb7ec6a2dbc53"` [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 1.32s [INFO] running `"docker" "inspect" "a39f8823d721e21799c51ba60f7a1abd5c840514ebc640f412ddb7ec6a2dbc53"` [INFO] running `"docker" "rm" "-f" "a39f8823d721e21799c51ba60f7a1abd5c840514ebc640f412ddb7ec6a2dbc53"` [INFO] [stdout] a39f8823d721e21799c51ba60f7a1abd5c840514ebc640f412ddb7ec6a2dbc53 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 8fdb216cc66a3c0bce3988ef1ee5ab94418eeba3ca3494e887b2f602d50373be [INFO] running `"docker" "start" "-a" "8fdb216cc66a3c0bce3988ef1ee5ab94418eeba3ca3494e887b2f602d50373be"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/conway_rust-63e3314b2123fbe6 [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" "8fdb216cc66a3c0bce3988ef1ee5ab94418eeba3ca3494e887b2f602d50373be"` [INFO] running `"docker" "rm" "-f" "8fdb216cc66a3c0bce3988ef1ee5ab94418eeba3ca3494e887b2f602d50373be"` [INFO] [stdout] 8fdb216cc66a3c0bce3988ef1ee5ab94418eeba3ca3494e887b2f602d50373be