Oct 12 23:47:41.118 INFO testing sndnv/rowe against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:47:41.118 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:47:41.669 INFO blam! 0a2701719828015a4ddd166ba3a458fbbf8663593aecbe814f35a801f5dfd4e9 Oct 12 23:47:41.671 INFO running `"docker" "start" "-a" "0a2701719828015a4ddd166ba3a458fbbf8663593aecbe814f35a801f5dfd4e9"` Oct 12 23:47:42.727 INFO kablam! usermod: no changes Oct 12 23:47:42.864 INFO kablam! Compiling matrixmultiply v0.1.13 Oct 12 23:47:42.879 INFO kablam! Compiling ndarray v0.10.10 Oct 12 23:47:42.888 INFO kablam! Compiling num-complex v0.1.40 Oct 12 23:47:42.888 INFO kablam! Compiling uuid v0.5.1 Oct 12 23:47:56.725 INFO kablam! Compiling pathfinding v0.2.2 Oct 12 23:47:57.549 INFO kablam! Compiling owe v0.1.0 (/source) Oct 12 23:47:58.303 INFO kablam! warning: unused variable: `walker` Oct 12 23:47:58.303 INFO kablam! --> src/map/cursor.rs:235:77 Oct 12 23:47:58.303 INFO kablam! | Oct 12 23:47:58.303 INFO kablam! 235 | p.produce_walker(&*grid_entity.entity).map(|walker| { Oct 12 23:47:58.303 INFO kablam! | ^^^^^^ help: consider using `_walker` instead Oct 12 23:47:58.304 INFO kablam! | Oct 12 23:47:58.305 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:47:58.305 INFO kablam! Oct 12 23:47:58.305 INFO kablam! warning: unused variable: `state` Oct 12 23:47:58.305 INFO kablam! --> src/map/cursor.rs:246:46 Oct 12 23:47:58.305 INFO kablam! | Oct 12 23:47:58.305 INFO kablam! 246 | Entity::Walker { ref mut state, .. } => { Oct 12 23:47:58.305 INFO kablam! | ^^^^^ help: try ignoring the field: `state: _` Oct 12 23:47:58.305 INFO kablam! Oct 12 23:48:03.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.10s Oct 12 23:48:03.874 INFO kablam! su: No module specific data is present Oct 12 23:48:05.183 INFO running `"docker" "rm" "-f" "0a2701719828015a4ddd166ba3a458fbbf8663593aecbe814f35a801f5dfd4e9"` Oct 12 23:48:05.467 INFO blam! 0a2701719828015a4ddd166ba3a458fbbf8663593aecbe814f35a801f5dfd4e9 Oct 12 23:48:05.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:48:06.119 INFO blam! 2c2b867c08045f2a0e95e2da3f28175aa68625ee0ba5443879f35d1fda9a5509 Oct 12 23:48:06.124 INFO running `"docker" "start" "-a" "2c2b867c08045f2a0e95e2da3f28175aa68625ee0ba5443879f35d1fda9a5509"` Oct 12 23:48:07.431 INFO kablam! usermod: no changes Oct 12 23:48:07.575 INFO kablam! Compiling owe v0.1.0 (/source) Oct 12 23:48:09.299 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:48:09.299 INFO kablam! --> tests/grid.rs:657:57 Oct 12 23:48:09.299 INFO kablam! | Oct 12 23:48:09.299 INFO kablam! 657 | assert_eq!(g.remove_global_effect(&effects[1]), Err((GridError::EffectMissing))); Oct 12 23:48:09.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:48:09.299 INFO kablam! | Oct 12 23:48:09.299 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:48:09.299 INFO kablam! Oct 12 23:48:09.951 INFO kablam! warning: unused variable: `walker` Oct 12 23:48:09.951 INFO kablam! --> src/map/cursor.rs:235:77 Oct 12 23:48:09.952 INFO kablam! | Oct 12 23:48:09.952 INFO kablam! 235 | p.produce_walker(&*grid_entity.entity).map(|walker| { Oct 12 23:48:09.952 INFO kablam! | ^^^^^^ help: consider using `_walker` instead Oct 12 23:48:09.952 INFO kablam! | Oct 12 23:48:09.953 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:48:09.953 INFO kablam! Oct 12 23:48:09.953 INFO kablam! warning: unused variable: `state` Oct 12 23:48:09.954 INFO kablam! --> src/map/cursor.rs:246:46 Oct 12 23:48:09.954 INFO kablam! | Oct 12 23:48:09.954 INFO kablam! 246 | Entity::Walker { ref mut state, .. } => { Oct 12 23:48:09.955 INFO kablam! | ^^^^^ help: try ignoring the field: `state: _` Oct 12 23:48:09.955 INFO kablam! Oct 12 23:48:19.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.18s Oct 12 23:48:19.646 INFO kablam! su: No module specific data is present Oct 12 23:48:20.898 INFO running `"docker" "rm" "-f" "2c2b867c08045f2a0e95e2da3f28175aa68625ee0ba5443879f35d1fda9a5509"` Oct 12 23:48:21.212 INFO blam! 2c2b867c08045f2a0e95e2da3f28175aa68625ee0ba5443879f35d1fda9a5509 Oct 12 23:48:21.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:48:21.719 INFO blam! d948241de8f6de90d07ca1196c187cb7fa816d812666f93de48bba8688cc1760 Oct 12 23:48:21.720 INFO running `"docker" "start" "-a" "d948241de8f6de90d07ca1196c187cb7fa816d812666f93de48bba8688cc1760"` Oct 12 23:48:23.239 INFO kablam! usermod: no changes Oct 12 23:48:23.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 23:48:23.376 INFO kablam! Running /target/debug/deps/owe-3a68eec21227a463 Oct 12 23:48:23.378 INFO blam! Oct 12 23:48:23.378 INFO blam! running 0 tests Oct 12 23:48:23.378 INFO blam! Oct 12 23:48:23.379 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:48:23.379 INFO kablam! Running /target/debug/deps/owebin-855606eed149c368 Oct 12 23:48:23.379 INFO blam! Oct 12 23:48:23.384 INFO kablam! Running /target/debug/deps/grid-b84751067ae875bd Oct 12 23:48:23.385 INFO blam! Oct 12 23:48:23.385 INFO blam! running 0 tests Oct 12 23:48:23.385 INFO blam! Oct 12 23:48:23.385 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:48:23.386 INFO blam! Oct 12 23:48:23.386 INFO blam! Oct 12 23:48:23.386 INFO blam! running 35 tests Oct 12 23:48:23.387 INFO blam! test cursor_should_process_walker_production ... ok Oct 12 23:48:23.387 INFO blam! test cursor_should_process_resource_production ... ok Oct 12 23:48:23.387 INFO blam! test cursor_should_process_enqueued_actions ... ok Oct 12 23:48:23.388 INFO blam! test cursor_should_move_left ... ok Oct 12 23:48:23.388 INFO blam! test cursor_should_move_right ... ok Oct 12 23:48:23.388 INFO blam! test cursor_should_move_down ... ok Oct 12 23:48:23.388 INFO blam! test grid_should_clear_effects_from_cell ... ok Oct 12 23:48:23.389 INFO blam! test grid_should_add_effects_to_cell ... ok Oct 12 23:48:23.389 INFO blam! test grid_should_add_entities_to_cell ... ok Oct 12 23:48:23.389 INFO blam! test grid_should_add_global_effects ... ok Oct 12 23:48:23.389 INFO blam! test grid_should_not_add_effects_outside_of_bounds ... ok Oct 12 23:48:23.390 INFO blam! test grid_should_not_add_entities_outside_of_bounds ... ok Oct 12 23:48:23.390 INFO blam! test grid_should_not_add_overlapping_entities ... ok Oct 12 23:48:23.390 INFO blam! test grid_should_not_allow_duplicate_effects_for_cell ... ok Oct 12 23:48:23.395 INFO blam! test grid_should_clear_global_effects ... ok Oct 12 23:48:23.395 INFO blam! test grid_should_find_named_entities ... ok Oct 12 23:48:23.395 INFO blam! test grid_should_find_closest_named_entity ... ok Oct 12 23:48:23.403 INFO blam! test grid_should_not_remove_effects_outside_of_bounds ... ok Oct 12 23:48:23.411 INFO blam! test grid_should_not_allow_duplicate_global_effects ... ok Oct 12 23:48:23.412 INFO blam! test grid_should_not_remove_entities_not_in_cell ... ok Oct 12 23:48:23.412 INFO blam! test grid_should_not_remove_effects_not_in_cell ... ok Oct 12 23:48:23.412 INFO blam! test cursor_should_process_effects ... ok Oct 12 23:48:23.412 INFO blam! test grid_should_not_remove_entities_when_invalid_id_supplied ... ok Oct 12 23:48:23.413 INFO blam! test cursor_should_move_up ... ok Oct 12 23:48:23.413 INFO blam! test grid_should_not_remove_entities_outside_of_bounds ... ok Oct 12 23:48:23.413 INFO blam! test grid_should_not_remove_nonexistent_global_effects ... ok Oct 12 23:48:23.414 INFO blam! test grid_should_remove_effects_from_cell ... ok Oct 12 23:48:23.414 INFO blam! test grid_should_remove_entities_from_all_cells_they_use ... ok Oct 12 23:48:23.416 INFO blam! test grid_should_find_first_adjacent_road ... ok Oct 12 23:48:23.416 INFO blam! test grid_without_entities_should_report_correct_cell_neighbors ... ok Oct 12 23:48:23.417 INFO blam! test grid_with_entities_should_calculate_paths_between_cells ... ok Oct 12 23:48:23.417 INFO blam! test grid_should_remove_global_effects ... ok Oct 12 23:48:23.417 INFO blam! test grid_should_remove_entities_from_cell ... ok Oct 12 23:48:23.417 INFO blam! test grid_with_entities_should_report_correct_cell_neighbors ... ok Oct 12 23:48:23.431 INFO blam! test grid_without_entities_should_calculate_paths_between_cells ... ok Oct 12 23:48:23.432 INFO kablam! Running /target/debug/deps/production-abc0e9414f6af406 Oct 12 23:48:23.432 INFO blam! Oct 12 23:48:23.432 INFO blam! test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:48:23.433 INFO blam! Oct 12 23:48:23.447 INFO blam! Oct 12 23:48:23.447 INFO blam! running 18 tests Oct 12 23:48:23.447 INFO blam! test exchange_should_not_add_duplicate_producers ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_doodad_as_producer ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_duplicate_consumers ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_resource_as_consumer ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_add_and_remove_consumers ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_add_and_remove_producers ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_doodad_as_consumer ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_road_as_consumer ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_update_state_for_doodad_entity ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_walker_as_consumer ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_walker_as_producer ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_road_as_producer ... ok Oct 12 23:48:23.463 INFO blam! test exchange_should_not_add_roadblock_as_producer ... ok Oct 12 23:48:23.471 INFO blam! test exchange_should_not_add_roadblock_as_consumer ... ok Oct 12 23:48:23.471 INFO kablam! Doc-tests owe Oct 12 23:48:23.471 INFO blam! test exchange_should_not_update_state_for_road_entity ... ok Oct 12 23:48:23.471 INFO blam! test exchange_should_not_update_state_for_roadblock_entity ... ok Oct 12 23:48:23.471 INFO blam! test exchange_should_update_walkers_state ... ok Oct 12 23:48:23.471 INFO blam! test exchange_should_update_structures_state ... ok Oct 12 23:48:23.471 INFO blam! Oct 12 23:48:23.471 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:48:23.471 INFO blam! Oct 12 23:48:24.159 INFO blam! Oct 12 23:48:24.159 INFO blam! running 0 tests Oct 12 23:48:24.159 INFO blam! Oct 12 23:48:24.159 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:48:24.159 INFO blam! Oct 12 23:48:24.165 INFO kablam! su: No module specific data is present Oct 12 23:48:25.229 INFO running `"docker" "rm" "-f" "d948241de8f6de90d07ca1196c187cb7fa816d812666f93de48bba8688cc1760"` Oct 12 23:48:25.539 INFO blam! d948241de8f6de90d07ca1196c187cb7fa816d812666f93de48bba8688cc1760