[INFO] crate weasel 0.5.0 is already in cache [INFO] checking weasel-0.5.0 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate weasel 0.5.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate weasel 0.5.0 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate weasel 0.5.0 [INFO] removed 6 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate weasel 0.5.0 [INFO] tweaked toml for crates.io crate weasel 0.5.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate weasel 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a3b5e1bb8052151eb27ef6c82e789a0aa9e292bb932fb012f9590a1888faa2d2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a3b5e1bb8052151eb27ef6c82e789a0aa9e292bb932fb012f9590a1888faa2d2"` [INFO] [stderr] Checking serde_json v1.0.47 [INFO] [stderr] Checking weasel v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util` [INFO] [stderr] --> tests/entity.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.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.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.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.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.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.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[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/client_server.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.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.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.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.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.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.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.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.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.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.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.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.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[E0433]: failed to resolve: use of undeclared type or module `util` [INFO] [stderr] --> tests/client_server.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.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.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.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.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.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.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.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.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.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.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.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.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.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[E0432]: unresolved import `weasel::serde` [INFO] [stderr] --> examples/autosave/main.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use weasel::serde::FlatVersionedEvent; [INFO] [stderr] | ^^^^^ could not find `serde` in `weasel` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `weasel::serde` [INFO] [stderr] --> examples/autosave/sink.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use weasel::serde::FlatVersionedEvent; [INFO] [stderr] | ^^^^^ could not find `serde` in `weasel` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `util` [INFO] [stderr] --> tests/actor.rs:63:22 [INFO] [stderr] | [INFO] [stderr] 63 | 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/actor.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | 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/actor.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | 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/actor.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | 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/actor.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | util::end_round(&mut server); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [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/history.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.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.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: aborting due to 5 previous errors [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] 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] warning: unused import: `std::convert::TryInto` [INFO] [stderr] --> tests/history.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: 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/object.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | 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/object.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | util::object(&mut server, i, ()); [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/object.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | 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/object.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | 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/object.rs:106:22 [INFO] [stderr] | [INFO] [stderr] 106 | 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/object.rs:161:22 [INFO] [stderr] | [INFO] [stderr] 161 | 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/object.rs:260:22 [INFO] [stderr] | [INFO] [stderr] 260 | 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/object.rs:261:5 [INFO] [stderr] | [INFO] [stderr] 261 | util::object(&mut server, OBJECT_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/object.rs:308:22 [INFO] [stderr] | [INFO] [stderr] 308 | 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/object.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | 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/round.rs:103:9 [INFO] [stderr] | [INFO] [stderr] 103 | util::team(&mut server, TEAM_1_ID); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 113 | 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.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ()); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 113 | 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.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ()); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 113 | 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.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | 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.rs:103:9 [INFO] [stderr] | [INFO] [stderr] 103 | util::team(&mut server, TEAM_1_ID); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 169 | 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.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ()); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 169 | 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.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ()); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 169 | 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.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | 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.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | 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.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | 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.rs:103:9 [INFO] [stderr] | [INFO] [stderr] 103 | util::team(&mut server, TEAM_1_ID); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 197 | 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.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ()); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 197 | 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.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | util::creature(&mut server, CREATURE_2_ID, TEAM_1_ID, ()); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] ... [INFO] [stderr] 197 | 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.rs:199:5 [INFO] [stderr] | [INFO] [stderr] 199 | 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.rs:209:5 [INFO] [stderr] | [INFO] [stderr] 209 | 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/space.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.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[E0433]: failed to resolve: use of undeclared type or module `util` [INFO] [stderr] --> tests/space.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: aborting due to 27 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/space.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] error: aborting due to 10 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 4 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.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.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.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.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.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.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.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 15 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/fight.rs:137:22 [INFO] [stderr] | [INFO] [stderr] 137 | 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/fight.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | 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/fight.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | 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/fight.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | 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/fight.rs:142:5 [INFO] [stderr] | [INFO] [stderr] 142 | 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 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[E0433]: failed to resolve: use of undeclared type or module `util` [INFO] [stderr] --> tests/team.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | 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/team.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | util::team(&mut server, i); [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/team.rs:83:22 [INFO] [stderr] | [INFO] [stderr] 83 | let mut server = 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/team.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | 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/team.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | 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/team.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | 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/team.rs:206:22 [INFO] [stderr] | [INFO] [stderr] 206 | 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/team.rs:208:5 [INFO] [stderr] | [INFO] [stderr] 208 | 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/team.rs:320:22 [INFO] [stderr] | [INFO] [stderr] 320 | let mut server = 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/team.rs:322:5 [INFO] [stderr] | [INFO] [stderr] 322 | 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/team.rs:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | 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/team.rs:324:5 [INFO] [stderr] | [INFO] [stderr] 324 | 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/team.rs:440:22 [INFO] [stderr] | [INFO] [stderr] 440 | 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/team.rs:442:5 [INFO] [stderr] | [INFO] [stderr] 442 | 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/team.rs:443:5 [INFO] [stderr] | [INFO] [stderr] 443 | 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/team.rs:525:22 [INFO] [stderr] | [INFO] [stderr] 525 | 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/team.rs:690:22 [INFO] [stderr] | [INFO] [stderr] 690 | let mut server = 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/team.rs:691:5 [INFO] [stderr] | [INFO] [stderr] 691 | 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/team.rs:692:5 [INFO] [stderr] | [INFO] [stderr] 692 | 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/team.rs:694:5 [INFO] [stderr] | [INFO] [stderr] 694 | 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/team.rs:702:5 [INFO] [stderr] | [INFO] [stderr] 702 | 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/team.rs:723:22 [INFO] [stderr] | [INFO] [stderr] 723 | let mut server = 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/team.rs:724:5 [INFO] [stderr] | [INFO] [stderr] 724 | 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/team.rs:725:5 [INFO] [stderr] | [INFO] [stderr] 725 | 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/team.rs:727:5 [INFO] [stderr] | [INFO] [stderr] 727 | 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/team.rs:735:5 [INFO] [stderr] | [INFO] [stderr] 735 | 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/team.rs:766:22 [INFO] [stderr] | [INFO] [stderr] 766 | 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/team.rs:767:5 [INFO] [stderr] | [INFO] [stderr] 767 | 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/team.rs:772:5 [INFO] [stderr] | [INFO] [stderr] 772 | util::creature(&mut server, CREATURE_1_ID, TEAM_1_ID, ()); [INFO] [stderr] | ^^^^ use of undeclared type or module `util` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 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] warning: unused import: `Actor` [INFO] [stderr] --> tests/team.rs:3:29 [INFO] [stderr] | [INFO] [stderr] 3 | use weasel::actor::{Action, Actor, ActorRules}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 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" "a3b5e1bb8052151eb27ef6c82e789a0aa9e292bb932fb012f9590a1888faa2d2"` [INFO] running `"docker" "rm" "-f" "a3b5e1bb8052151eb27ef6c82e789a0aa9e292bb932fb012f9590a1888faa2d2"` [INFO] [stdout] a3b5e1bb8052151eb27ef6c82e789a0aa9e292bb932fb012f9590a1888faa2d2