[INFO] fetching crate weasel 0.7.0... [INFO] testing weasel-0.7.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate weasel 0.7.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate weasel 0.7.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-9/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c9dff05545a95693a6c14b6fca61f4c5a1ccfed87242567448d1b4dff9ed438c [INFO] running `"docker" "start" "-a" "c9dff05545a95693a6c14b6fca61f4c5a1ccfed87242567448d1b4dff9ed438c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling weasel v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.84s [INFO] running `"docker" "inspect" "c9dff05545a95693a6c14b6fca61f4c5a1ccfed87242567448d1b4dff9ed438c"` [INFO] running `"docker" "rm" "-f" "c9dff05545a95693a6c14b6fca61f4c5a1ccfed87242567448d1b4dff9ed438c"` [INFO] [stdout] c9dff05545a95693a6c14b6fca61f4c5a1ccfed87242567448d1b4dff9ed438c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c0a110d5faad78f87d236fc7d316565426c04cf54382976a5622b323a94c8ed [INFO] running `"docker" "start" "-a" "9c0a110d5faad78f87d236fc7d316565426c04cf54382976a5622b323a94c8ed"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling weasel v0.7.0 (/opt/rustwide/workdir) [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] error[E0433]: failed to resolve: use of undeclared type or module `util` [INFO] [stderr] --> tests/event_test.rs:211:22 [INFO] [stderr] | [INFO] [stderr] 211 | 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/event_test.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | 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/event_test.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | 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/event_test.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | 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/event_test.rs:268:22 [INFO] [stderr] | [INFO] [stderr] 268 | 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: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/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/object_test.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_test.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_test.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_test.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_test.rs:108:22 [INFO] [stderr] | [INFO] [stderr] 108 | 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: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/object_test.rs:165:22 [INFO] [stderr] | [INFO] [stderr] 165 | 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: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/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/object_test.rs:264:22 [INFO] [stderr] | [INFO] [stderr] 264 | 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: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/object_test.rs:265:5 [INFO] [stderr] | [INFO] [stderr] 265 | 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/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/object_test.rs:314:22 [INFO] [stderr] | [INFO] [stderr] 314 | 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: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/object_test.rs:315:5 [INFO] [stderr] | [INFO] [stderr] 315 | 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/actor_test.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/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/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/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[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[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[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/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/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/actor_test.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_test.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/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/actor_test.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/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/actor_test.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[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/actor_test.rs:86:22 [INFO] [stderr] | [INFO] [stderr] 86 | 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_test.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | 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/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/actor_test.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | 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/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[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] 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; 1 warning emitted [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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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_test.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: aborting due to 10 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/team_test.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] 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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [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] warning: unused import: `Actor` [INFO] [stderr] --> tests/team_test.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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [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: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9c0a110d5faad78f87d236fc7d316565426c04cf54382976a5622b323a94c8ed"` [INFO] running `"docker" "rm" "-f" "9c0a110d5faad78f87d236fc7d316565426c04cf54382976a5622b323a94c8ed"` [INFO] [stdout] 9c0a110d5faad78f87d236fc7d316565426c04cf54382976a5622b323a94c8ed