[INFO] crate weasel 0.7.0 is already in cache
[INFO] checking weasel-0.7.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate weasel 0.7.0 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate weasel 0.7.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate weasel 0.7.0
[INFO] removed 7 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate weasel 0.7.0
[INFO] tweaked toml for crates.io crate weasel 0.7.0 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate crates.io crate weasel 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ea92d35b1c4caa25ef916c8e01f8d0df151c26b43f994b025a15ce2b8d4df1a1
[INFO] running `"docker" "start" "-a" "ea92d35b1c4caa25ef916c8e01f8d0df151c26b43f994b025a15ce2b8d4df1a1"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]     Checking weasel v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_json v1.0.48
[INFO] [stderr] error[E0432]: unresolved import `weasel::rules::entropy::UniformDistribution`
[INFO] [stderr]  --> examples/initiative/rules.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use weasel::rules::entropy::UniformDistribution;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UniformDistribution` in `rules::entropy`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/entity_test.rs:20:22
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/entity_test.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/entity_test.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/entity_test.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 |     util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/entity_test.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/entity_test.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     util::object(&mut server, OBJECT_2_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Entity`
[INFO] [stderr]  --> tests/entity_test.rs:2:22
[INFO] [stderr]   |
[INFO] [stderr] 2 | use weasel::entity::{Entity, EntityId};
[INFO] [stderr]   |                      ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/creature_test.rs:33:22
[INFO] [stderr]    |
[INFO] [stderr] 33 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/creature_test.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/creature_test.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |         util::creature(&mut server, i, TEAM_1_ID, ());
[INFO] [stderr]    |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/creature_test.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     util::team(&mut server, TEAM_5_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:101:22
[INFO] [stderr]     |
[INFO] [stderr] 101 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:102:5
[INFO] [stderr]     |
[INFO] [stderr] 102 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:155:22
[INFO] [stderr]     |
[INFO] [stderr] 155 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:156:5
[INFO] [stderr]     |
[INFO] [stderr] 156 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:232:22
[INFO] [stderr]     |
[INFO] [stderr] 232 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:233:5
[INFO] [stderr]     |
[INFO] [stderr] 233 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:283:22
[INFO] [stderr]     |
[INFO] [stderr] 283 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:284:5
[INFO] [stderr]     |
[INFO] [stderr] 284 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:376:22
[INFO] [stderr]     |
[INFO] [stderr] 376 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:377:5
[INFO] [stderr]     |
[INFO] [stderr] 377 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:473:22
[INFO] [stderr]     |
[INFO] [stderr] 473 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:474:5
[INFO] [stderr]     |
[INFO] [stderr] 474 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:475:5
[INFO] [stderr]     |
[INFO] [stderr] 475 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, POSITION_1);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:500:5
[INFO] [stderr]     |
[INFO] [stderr] 500 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, POSITION_1);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:501:5
[INFO] [stderr]     |
[INFO] [stderr] 501 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:558:22
[INFO] [stderr]     |
[INFO] [stderr] 558 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:559:5
[INFO] [stderr]     |
[INFO] [stderr] 559 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/creature_test.rs:560:5
[INFO] [stderr]     |
[INFO] [stderr] 560 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/history_test.rs:16:22
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/history_test.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/history_test.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/space_test.rs:93:22
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/space_test.rs:94:5
[INFO] [stderr]    |
[INFO] [stderr] 94 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/space_test.rs:96:5
[INFO] [stderr]    |
[INFO] [stderr] 96 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, POSITION_1);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/space_test.rs:174:5
[INFO] [stderr]     |
[INFO] [stderr] 174 |     util::object(&mut server, OBJECT_1_ID, POSITION_2);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused import: `std::convert::TryInto`
[INFO] [stderr]  --> tests/history_test.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::convert::TryInto;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:187:39
[INFO] [stderr]     |
[INFO] [stderr] 187 |     let server = Rc::new(RefCell::new(util::server(CustomRules::new())));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:190:39
[INFO] [stderr]     |
[INFO] [stderr] 190 |     let client = Rc::new(RefCell::new(util::client(CustomRules::new(), server_sink)));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:198:5
[INFO] [stderr]     |
[INFO] [stderr] 198 |     util::team(&mut *server.borrow_mut(), TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:200:5
[INFO] [stderr]     |
[INFO] [stderr] 200 |     util::dummy(&mut *client.borrow_mut());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:221:39
[INFO] [stderr]     |
[INFO] [stderr] 221 |     let server = Rc::new(RefCell::new(util::server(CustomRules::new())));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:224:41
[INFO] [stderr]     |
[INFO] [stderr] 224 |     let client_1 = Rc::new(RefCell::new(util::client(
[INFO] [stderr]     |                                         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:228:41
[INFO] [stderr]     |
[INFO] [stderr] 228 |     let client_2 = Rc::new(RefCell::new(util::client(
[INFO] [stderr]     |                                         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:239:5
[INFO] [stderr]     |
[INFO] [stderr] 239 |     util::dummy(&mut *client_1.borrow_mut());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:263:39
[INFO] [stderr]     |
[INFO] [stderr] 263 |     let server = Rc::new(RefCell::new(util::server(CustomRules::new())));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:266:39
[INFO] [stderr]     |
[INFO] [stderr] 266 |     let client = Rc::new(RefCell::new(util::client(
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:271:5
[INFO] [stderr]     |
[INFO] [stderr] 271 |     util::dummy(&mut *server.borrow_mut());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:276:5
[INFO] [stderr]     |
[INFO] [stderr] 276 |     util::dummy(&mut *server.borrow_mut());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:291:5
[INFO] [stderr]     |
[INFO] [stderr] 291 |     util::team(&mut *server.borrow_mut(), TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:292:5
[INFO] [stderr]     |
[INFO] [stderr] 292 |     util::creature(&mut *server.borrow_mut(), CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:297:5
[INFO] [stderr]     |
[INFO] [stderr] 297 |     util::dummy(&mut *client.borrow_mut());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:303:39
[INFO] [stderr]     |
[INFO] [stderr] 303 |     let server = Rc::new(RefCell::new(util::server(CustomRules::new())));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:328:39
[INFO] [stderr]     |
[INFO] [stderr] 328 |     let server = Rc::new(RefCell::new(util::server(rules)));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:333:39
[INFO] [stderr]     |
[INFO] [stderr] 333 |     let client = Rc::new(RefCell::new(util::client(rules, server_sink)));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:338:5
[INFO] [stderr]     |
[INFO] [stderr] 338 |     util::dummy(&mut *server.borrow_mut());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:353:39
[INFO] [stderr]     |
[INFO] [stderr] 353 |     let server = Rc::new(RefCell::new(util::server(CustomRules::new())));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:357:9
[INFO] [stderr]     |
[INFO] [stderr] 357 |         util::dummy(&mut *server.borrow_mut());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:361:39
[INFO] [stderr]     |
[INFO] [stderr] 361 |     let client = Rc::new(RefCell::new(util::client(CustomRules::new(), server_sink)));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:445:5
[INFO] [stderr]     |
[INFO] [stderr] 445 |     util::team(&mut *server.borrow_mut(), TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:446:5
[INFO] [stderr]     |
[INFO] [stderr] 446 |     util::creature(&mut *server.borrow_mut(), CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:472:39
[INFO] [stderr]     |
[INFO] [stderr] 472 |     let client = Rc::new(RefCell::new(util::client(CustomRules::new(), server_sink)));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:509:39
[INFO] [stderr]     |
[INFO] [stderr] 509 |     let server = Rc::new(RefCell::new(util::server(CustomRules::new())));
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/client_server_test.rs:511:39
[INFO] [stderr]     |
[INFO] [stderr] 511 |     let client = Rc::new(RefCell::new(util::client(
[INFO] [stderr]     |                                       ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 125 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 125 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |         util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 125 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |         util::creature(&mut server, CREATURE_3_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 125 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:151:5
[INFO] [stderr]     |
[INFO] [stderr] 151 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 184 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 184 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |         util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 184 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |         util::creature(&mut server, CREATURE_3_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 184 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:202:5
[INFO] [stderr]     |
[INFO] [stderr] 202 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 |     util::end_round(&mut server);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:209:5
[INFO] [stderr]     |
[INFO] [stderr] 209 |     util::start_round(&mut server, &ENTITY_2_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 215 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 215 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |         util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 215 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |         util::creature(&mut server, CREATURE_3_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 215 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:217:5
[INFO] [stderr]     |
[INFO] [stderr] 217 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:227:5
[INFO] [stderr]     |
[INFO] [stderr] 227 |     util::end_round(&mut server);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/character_test.rs:16:22
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 234 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 234 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |         util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 234 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |         util::creature(&mut server, CREATURE_3_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 234 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:236:5
[INFO] [stderr]     |
[INFO] [stderr] 236 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:246:5
[INFO] [stderr]     |
[INFO] [stderr] 246 |     util::end_round(&mut server);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 258 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 258 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |         util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 258 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |         util::creature(&mut server, CREATURE_3_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 258 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:293:5
[INFO] [stderr]     |
[INFO] [stderr] 293 |     util::end_round(&mut server);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 302 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 302 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |         util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 302 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |         util::creature(&mut server, CREATURE_3_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 302 |     let mut server = server!();
[INFO] [stderr]     |                      --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:323:5
[INFO] [stderr]     |
[INFO] [stderr] 323 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:324:5
[INFO] [stderr]     |
[INFO] [stderr] 324 |     util::team(&mut server, TEAM_2_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:325:5
[INFO] [stderr]     |
[INFO] [stderr] 325 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/round_test.rs:326:5
[INFO] [stderr]     |
[INFO] [stderr] 326 |     util::creature(&mut server, CREATURE_3_ID, TEAM_2_ID, ());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/character_test.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/character_test.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/ability_test.rs:75:22
[INFO] [stderr]    |
[INFO] [stderr] 75 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/ability_test.rs:76:5
[INFO] [stderr]    |
[INFO] [stderr] 76 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/ability_test.rs:77:5
[INFO] [stderr]    |
[INFO] [stderr] 77 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/ability_test.rs:94:22
[INFO] [stderr]    |
[INFO] [stderr] 94 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/ability_test.rs:95:5
[INFO] [stderr]    |
[INFO] [stderr] 95 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/ability_test.rs:96:5
[INFO] [stderr]    |
[INFO] [stderr] 96 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/ability_test.rs:114:5
[INFO] [stderr]     |
[INFO] [stderr] 114 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/ability_test.rs:157:5
[INFO] [stderr]     |
[INFO] [stderr] 157 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/ability_test.rs:158:5
[INFO] [stderr]     |
[INFO] [stderr] 158 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/ability_test.rs:160:5
[INFO] [stderr]     |
[INFO] [stderr] 160 |     util::team(&mut server, TEAM_2_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/ability_test.rs:164:5
[INFO] [stderr]     |
[INFO] [stderr] 164 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Character`
[INFO] [stderr]  --> tests/character_test.rs:2:42
[INFO] [stderr]   |
[INFO] [stderr] 2 | use weasel::character::{AlterStatistics, Character};
[INFO] [stderr]   |                                          ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/battle_test.rs:57:22
[INFO] [stderr]    |
[INFO] [stderr] 57 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/battle_test.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/battle_test.rs:59:5
[INFO] [stderr]    |
[INFO] [stderr] 59 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/battle_test.rs:76:22
[INFO] [stderr]    |
[INFO] [stderr] 76 |     let mut server = util::server(CustomRules::new());
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/battle_test.rs:77:5
[INFO] [stderr]    |
[INFO] [stderr] 77 |     util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/battle_test.rs:78:5
[INFO] [stderr]    |
[INFO] [stderr] 78 |     util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]   --> tests/battle_test.rs:80:5
[INFO] [stderr]    |
[INFO] [stderr] 80 |     util::start_round(&mut server, &ENTITY_1_ID);
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 37 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 22 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 209 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 209 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 209 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 265 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 265 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 265 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 306 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 306 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 306 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:321:5
[INFO] [stderr]     |
[INFO] [stderr] 321 |     util::start_round(&mut server, &ENTITY_C1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:322:5
[INFO] [stderr]     |
[INFO] [stderr] 322 |     util::end_round(&mut server);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:349:5
[INFO] [stderr]     |
[INFO] [stderr] 349 |     util::start_round(&mut server, &ENTITY_C1_ID);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:350:5
[INFO] [stderr]     |
[INFO] [stderr] 350 |     util::end_round(&mut server);
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 362 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 362 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 362 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:364:5
[INFO] [stderr]     |
[INFO] [stderr] 364 |     util::object(&mut server, OBJECT_2_ID, ());
[INFO] [stderr]     |     ^^^^ use of undeclared type or module `util`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 428 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 428 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 428 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 449 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 449 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 449 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         util::team(&mut server, TEAM_1_ID);
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 488 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:179:9
[INFO] [stderr]     |
[INFO] [stderr] 179 |         util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 488 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util`
[INFO] [stderr]    --> tests/status_test.rs:181:9
[INFO] [stderr]     |
[INFO] [stderr] 181 |         util::object(&mut server, OBJECT_1_ID, ());
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `util`
[INFO] [stderr] ...
[INFO] [stderr] 488 |     let mut server = scenario!();
[INFO] [stderr]     |                      ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 26 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 27 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `weasel`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "ea92d35b1c4caa25ef916c8e01f8d0df151c26b43f994b025a15ce2b8d4df1a1"`
[INFO] running `"docker" "rm" "-f" "ea92d35b1c4caa25ef916c8e01f8d0df151c26b43f994b025a15ce2b8d4df1a1"`
[INFO] [stdout] ea92d35b1c4caa25ef916c8e01f8d0df151c26b43f994b025a15ce2b8d4df1a1
