[INFO] updating cached repository AndyDSM/conwayprofile-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AndyDSM/conwayprofile-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AndyDSM/conwayprofile-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/AndyDSM/conwayprofile-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/AndyDSM/conwayprofile-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AndyDSM/conwayprofile-rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyDSM/conwayprofile-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyDSM/conwayprofile-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 653d292cc65ba0da8b4c5902dc6713be36c7746c [INFO] sha for GitHub repo AndyDSM/conwayprofile-rust: 653d292cc65ba0da8b4c5902dc6713be36c7746c [INFO] validating manifest of AndyDSM/conwayprofile-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 AndyDSM/conwayprofile-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 AndyDSM/conwayprofile-rust [INFO] finished frobbing AndyDSM/conwayprofile-rust [INFO] frobbed toml for AndyDSM/conwayprofile-rust written to work/ex/beta-1.37-6/sources/1.36.0/gh/AndyDSM/conwayprofile-rust/Cargo.toml [INFO] started frobbing AndyDSM/conwayprofile-rust [INFO] finished frobbing AndyDSM/conwayprofile-rust [INFO] frobbed toml for AndyDSM/conwayprofile-rust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyDSM/conwayprofile-rust/Cargo.toml [INFO] crate AndyDSM/conwayprofile-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 AndyDSM/conwayprofile-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-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/AndyDSM/conwayprofile-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] c7183f8b99ea400abb7e8dc99f6661770b908d8a822df98b26d3c309ec28ca75 [INFO] running `"docker" "start" "-a" "c7183f8b99ea400abb7e8dc99f6661770b908d8a822df98b26d3c309ec28ca75"` [INFO] [stderr] Compiling conwayprofile v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `wrap` [INFO] [stderr] --> src/lib.rs:90:43 [INFO] [stderr] | [INFO] [stderr] 90 | fn board_next(&self, board: &Vec, wrap: bool) -> Vec { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_wrap` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/lib.rs:116:13 [INFO] [stderr] | [INFO] [stderr] 116 | for i in 0..max { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:119:17 [INFO] [stderr] | [INFO] [stderr] 119 | let mut next_board = self.board_next(&r[last], true); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.58s [INFO] running `"docker" "inspect" "c7183f8b99ea400abb7e8dc99f6661770b908d8a822df98b26d3c309ec28ca75"` [INFO] running `"docker" "rm" "-f" "c7183f8b99ea400abb7e8dc99f6661770b908d8a822df98b26d3c309ec28ca75"` [INFO] [stdout] c7183f8b99ea400abb7e8dc99f6661770b908d8a822df98b26d3c309ec28ca75 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/AndyDSM/conwayprofile-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] 2d83f57ec66acca6fbdf356d4e9b2ef6470728e6b974125d87d3f697982c5689 [INFO] running `"docker" "start" "-a" "2d83f57ec66acca6fbdf356d4e9b2ef6470728e6b974125d87d3f697982c5689"` [INFO] [stderr] Compiling conwayprofile v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `wrap` [INFO] [stderr] --> src/lib.rs:90:43 [INFO] [stderr] | [INFO] [stderr] 90 | fn board_next(&self, board: &Vec, wrap: bool) -> Vec { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_wrap` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/lib.rs:116:13 [INFO] [stderr] | [INFO] [stderr] 116 | for i in 0..max { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:119:17 [INFO] [stderr] | [INFO] [stderr] 119 | let mut next_board = self.board_next(&r[last], true); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `"docker" "inspect" "2d83f57ec66acca6fbdf356d4e9b2ef6470728e6b974125d87d3f697982c5689"` [INFO] running `"docker" "rm" "-f" "2d83f57ec66acca6fbdf356d4e9b2ef6470728e6b974125d87d3f697982c5689"` [INFO] [stdout] 2d83f57ec66acca6fbdf356d4e9b2ef6470728e6b974125d87d3f697982c5689 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/AndyDSM/conwayprofile-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] 961839a40028c7d4df2cbd054036cddd51b81e6cfe332190dd69e40ec67c3990 [INFO] running `"docker" "start" "-a" "961839a40028c7d4df2cbd054036cddd51b81e6cfe332190dd69e40ec67c3990"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/conwayprofile-6be72513be6363b3 [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] [stderr] Running /opt/crater/target/debug/deps/conwayprofile-d7efc37b4cbe6915 [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] [stderr] Doc-tests conwayprofile [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" "961839a40028c7d4df2cbd054036cddd51b81e6cfe332190dd69e40ec67c3990"` [INFO] running `"docker" "rm" "-f" "961839a40028c7d4df2cbd054036cddd51b81e6cfe332190dd69e40ec67c3990"` [INFO] [stdout] 961839a40028c7d4df2cbd054036cddd51b81e6cfe332190dd69e40ec67c3990