[INFO] updating cached repository sndnv/rowe [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sndnv/rowe [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sndnv/rowe" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/sndnv/rowe"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/sndnv/rowe'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sndnv/rowe" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/sndnv/rowe"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/sndnv/rowe'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d440e4defd69db839c226419c006705b9decc247 [INFO] sha for GitHub repo sndnv/rowe: d440e4defd69db839c226419c006705b9decc247 [INFO] validating manifest of sndnv/rowe on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sndnv/rowe on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sndnv/rowe [INFO] finished frobbing sndnv/rowe [INFO] frobbed toml for sndnv/rowe written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/sndnv/rowe/Cargo.toml [INFO] started frobbing sndnv/rowe [INFO] finished frobbing sndnv/rowe [INFO] frobbed toml for sndnv/rowe written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/sndnv/rowe/Cargo.toml [INFO] crate sndnv/rowe has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sndnv/rowe against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/sndnv/rowe:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] a9dd5ff19b574ea8ac75debc18a5fcd0618dbf5a5321759d46d587f8163717bc [INFO] running `"docker" "start" "-a" "a9dd5ff19b574ea8ac75debc18a5fcd0618dbf5a5321759d46d587f8163717bc"` [INFO] [stderr] Compiling matrixmultiply v0.1.13 [INFO] [stderr] Compiling either v1.2.0 [INFO] [stderr] Compiling ndarray v0.10.10 [INFO] [stderr] Compiling fixedbitset v0.1.8 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling pathfinding v0.2.2 [INFO] [stderr] Compiling owe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `walker` [INFO] [stderr] --> src/map/cursor.rs:235:77 [INFO] [stderr] | [INFO] [stderr] 235 | p.produce_walker(&*grid_entity.entity).map(|walker| { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_walker` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `state` [INFO] [stderr] --> src/map/cursor.rs:246:46 [INFO] [stderr] | [INFO] [stderr] 246 | Entity::Walker { ref mut state, .. } => { [INFO] [stderr] | ^^^^^ help: try ignoring the field: `state: _` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.23s [INFO] running `"docker" "inspect" "a9dd5ff19b574ea8ac75debc18a5fcd0618dbf5a5321759d46d587f8163717bc"` [INFO] running `"docker" "rm" "-f" "a9dd5ff19b574ea8ac75debc18a5fcd0618dbf5a5321759d46d587f8163717bc"` [INFO] [stdout] a9dd5ff19b574ea8ac75debc18a5fcd0618dbf5a5321759d46d587f8163717bc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/sndnv/rowe:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8fb1f0115df99b601881c6edeed58846005df03e1e3abc83b65d786271212ba3 [INFO] running `"docker" "start" "-a" "8fb1f0115df99b601881c6edeed58846005df03e1e3abc83b65d786271212ba3"` [INFO] [stderr] Compiling owe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `walker` [INFO] [stderr] --> src/map/cursor.rs:235:77 [INFO] [stderr] | [INFO] [stderr] 235 | p.produce_walker(&*grid_entity.entity).map(|walker| { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_walker` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `state` [INFO] [stderr] --> src/map/cursor.rs:246:46 [INFO] [stderr] | [INFO] [stderr] 246 | Entity::Walker { ref mut state, .. } => { [INFO] [stderr] | ^^^^^ help: try ignoring the field: `state: _` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> tests/grid.rs:657:57 [INFO] [stderr] | [INFO] [stderr] 657 | assert_eq!(g.remove_global_effect(&effects[1]), Err((GridError::EffectMissing))); [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 9.53s [INFO] running `"docker" "inspect" "8fb1f0115df99b601881c6edeed58846005df03e1e3abc83b65d786271212ba3"` [INFO] running `"docker" "rm" "-f" "8fb1f0115df99b601881c6edeed58846005df03e1e3abc83b65d786271212ba3"` [INFO] [stdout] 8fb1f0115df99b601881c6edeed58846005df03e1e3abc83b65d786271212ba3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/sndnv/rowe:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 317166ba588e43ad0101e47487ab1070948368004b8479b7ca45122dbdb59c24 [INFO] running `"docker" "start" "-a" "317166ba588e43ad0101e47487ab1070948368004b8479b7ca45122dbdb59c24"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/owe-1022ebd8a5431096 [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/owebin-ac8504e59afcec2f [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] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test cursor_should_process_walker_production ... ok [INFO] [stdout] test cursor_should_process_enqueued_actions ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/grid-f3c04a71ed7f946e [INFO] [stdout] test cursor_should_process_resource_production ... ok [INFO] [stdout] test cursor_should_move_up ... ok [INFO] [stdout] test grid_should_add_entities_to_cell ... ok [INFO] [stdout] test cursor_should_process_effects ... ok [INFO] [stdout] test cursor_should_move_right ... ok [INFO] [stdout] test cursor_should_move_left ... ok [INFO] [stdout] test cursor_should_move_down ... ok [INFO] [stdout] test grid_should_clear_effects_from_cell ... ok [INFO] [stdout] test grid_should_add_effects_to_cell ... ok [INFO] [stdout] test grid_should_add_global_effects ... ok [INFO] [stdout] test grid_should_clear_global_effects ... ok [INFO] [stdout] test grid_should_find_closest_named_entity ... ok [INFO] [stdout] test grid_should_not_add_overlapping_entities ... ok [INFO] [stdout] test grid_should_not_allow_duplicate_effects_for_cell ... ok [INFO] [stdout] test grid_should_not_add_effects_outside_of_bounds ... ok [INFO] [stdout] test grid_should_not_add_entities_outside_of_bounds ... ok [INFO] [stdout] test grid_should_find_named_entities ... ok [INFO] [stdout] test grid_should_not_remove_effects_outside_of_bounds ... ok [INFO] [stdout] test grid_should_not_allow_duplicate_global_effects ... ok [INFO] [stdout] test grid_should_not_remove_effects_not_in_cell ... ok [INFO] [stdout] test grid_should_not_remove_entities_not_in_cell ... ok [INFO] [stdout] test grid_should_find_first_adjacent_road ... ok [INFO] [stdout] test grid_should_not_remove_entities_outside_of_bounds ... ok [INFO] [stdout] test grid_should_remove_effects_from_cell ... ok [INFO] [stdout] test grid_should_remove_entities_from_all_cells_they_use ... ok [INFO] [stdout] test grid_should_not_remove_entities_when_invalid_id_supplied ... ok [INFO] [stdout] test grid_should_remove_entities_from_cell ... ok [INFO] [stdout] test grid_should_not_remove_nonexistent_global_effects ... ok [INFO] [stdout] test grid_should_remove_global_effects ... ok [INFO] [stdout] test grid_with_entities_should_calculate_paths_between_cells ... ok [INFO] [stdout] test grid_with_entities_should_report_correct_cell_neighbors ... ok [INFO] [stdout] test grid_without_entities_should_calculate_paths_between_cells ... ok [INFO] [stdout] test grid_without_entities_should_report_correct_cell_neighbors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/production-ba2e79671494ffe2 [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test exchange_should_not_add_resource_as_consumer ... ok [INFO] [stdout] test exchange_should_not_add_doodad_as_consumer ... ok [INFO] [stdout] test exchange_should_not_add_doodad_as_producer ... ok [INFO] [stdout] test exchange_should_not_add_duplicate_consumers ... ok [INFO] [stdout] test exchange_should_not_add_road_as_consumer ... ok [INFO] [stdout] test exchange_should_not_add_walker_as_consumer ... ok [INFO] [stdout] test exchange_should_not_add_duplicate_producers ... ok [INFO] [stdout] test exchange_should_not_update_state_for_doodad_entity ... ok [INFO] [stdout] test exchange_should_not_update_state_for_roadblock_entity ... ok [INFO] [stdout] test exchange_should_add_and_remove_producers ... ok [INFO] [stdout] test exchange_should_not_add_road_as_producer ... ok [INFO] [stdout] test exchange_should_not_add_roadblock_as_producer ... ok [INFO] [stdout] test exchange_should_not_add_roadblock_as_consumer ... ok [INFO] [stdout] test exchange_should_not_add_walker_as_producer ... ok [INFO] [stdout] test exchange_should_add_and_remove_consumers ... ok [INFO] [stdout] test exchange_should_not_update_state_for_road_entity ... ok [INFO] [stdout] test exchange_should_update_structures_state ... ok [INFO] [stdout] test exchange_should_update_walkers_state ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests owe [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" "317166ba588e43ad0101e47487ab1070948368004b8479b7ca45122dbdb59c24"` [INFO] running `"docker" "rm" "-f" "317166ba588e43ad0101e47487ab1070948368004b8479b7ca45122dbdb59c24"` [INFO] [stdout] 317166ba588e43ad0101e47487ab1070948368004b8479b7ca45122dbdb59c24