[INFO] cloning repository https://github.com/whatisaphone/self-driving-car [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/whatisaphone/self-driving-car" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhatisaphone%2Fself-driving-car", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhatisaphone%2Fself-driving-car'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6527411fdfc2c5d56188f445cf78de848e81df71 [INFO] testing whatisaphone/self-driving-car against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhatisaphone%2Fself-driving-car" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/whatisaphone/self-driving-car on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/whatisaphone/self-driving-car [INFO] finished tweaking git repo https://github.com/whatisaphone/self-driving-car [INFO] tweaked toml for git repo https://github.com/whatisaphone/self-driving-car written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/whatisaphone/self-driving-car already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nameof v1.0.2 [INFO] [stderr] Downloaded flatbuffers v0.5.0 [INFO] [stderr] Downloaded plane-split v0.13.8 [INFO] [stderr] Downloaded vec_box v1.0.0 [INFO] [stderr] Downloaded chip v0.0.6 [INFO] [stderr] Downloaded generic-array v0.12.2 [INFO] [stderr] Downloaded rlbot v0.4.2 [INFO] [stderr] Downloaded regex v1.1.5 [INFO] [stderr] Downloaded ratelimit v0.4.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f1dcb963af393e2ab9b5472c4a3cbf6aab2770a279eb542d284d1cc56c02e085 [INFO] running `Command { std: "docker" "start" "-a" "f1dcb963af393e2ab9b5472c4a3cbf6aab2770a279eb542d284d1cc56c02e085", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1dcb963af393e2ab9b5472c4a3cbf6aab2770a279eb542d284d1cc56c02e085", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1dcb963af393e2ab9b5472c4a3cbf6aab2770a279eb542d284d1cc56c02e085", kill_on_drop: false }` [INFO] [stdout] f1dcb963af393e2ab9b5472c4a3cbf6aab2770a279eb542d284d1cc56c02e085 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a521b1ba8e9b49d1bc2cc3fe233ff9eda429592212e77189a2c5cf91441c17f7 [INFO] running `Command { std: "docker" "start" "-a" "a521b1ba8e9b49d1bc2cc3fe233ff9eda429592212e77189a2c5cf91441c17f7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling syn v0.15.31 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling libm v0.1.2 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling ratelimit v0.4.4 [INFO] [stderr] Compiling piston-float v0.3.0 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling shader_version v0.3.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling piston-texture v0.6.0 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling interpolation v0.2.0 [INFO] [stderr] Compiling regex v1.1.5 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Compiling chip v0.0.6 [INFO] [stderr] Compiling binary-space-partition v0.1.2 [INFO] [stderr] Compiling vec_box v1.0.0 [INFO] [stderr] Compiling nameof v1.0.2 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling flatbuffers v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling piston-viewport v0.5.0 [INFO] [stderr] Compiling vecmath v0.3.1 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling gif v0.10.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling generic-array v0.12.2 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.12 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling rusttype v0.7.6 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Compiling png v0.14.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling piston2d-graphics v0.30.0 [INFO] [stderr] Compiling alga v0.9.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling brain-test-data v0.1.0 (/opt/rustwide/workdir/brain-test-data) [INFO] [stderr] Compiling play v0.1.0 (/opt/rustwide/workdir/play) [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling wayland-commons v0.21.12 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling derive-new v0.5.6 [INFO] [stderr] Compiling euclid v0.19.8 [INFO] [stderr] Compiling plane-split v0.13.8 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling gfx_core v0.8.3 [INFO] [stderr] Compiling image v0.21.1 [INFO] [stderr] Compiling rlbot v0.4.2 [INFO] [stderr] Compiling ncollide3d v0.19.1 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_device_gl v0.15.5 [INFO] [stderr] Compiling pistoncore-input v0.24.0 [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling piston-gfx_texture v0.35.0 [INFO] [stderr] Compiling collect v0.1.0 (/opt/rustwide/workdir/collect) [INFO] [stderr] Compiling dom v0.1.0 (/opt/rustwide/workdir/dom) [INFO] [stderr] Compiling piston2d-gfx_graphics v0.56.0 [INFO] [stderr] Compiling pistoncore-window v0.37.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.42.0 [INFO] [stderr] Compiling oven v0.1.0 (/opt/rustwide/workdir/oven) [INFO] [stderr] Compiling piston v0.42.0 [INFO] [stderr] Compiling simulate v0.1.0 (/opt/rustwide/workdir/simulate) [INFO] [stderr] Compiling smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling pistoncore-glutin_window v0.54.0 [INFO] [stderr] Compiling piston_window v0.89.0 [INFO] [stderr] Compiling brain v0.1.0 (/opt/rustwide/workdir/brain) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/defense/retreat.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | let intercept = some_or_else!(ctx.scenario.me_intercept(), { [INFO] [stdout] | _________________________- [INFO] [stdout] 23 | | ctx.eeg.log(name_of_type!(Retreat), "no intercept?"); [INFO] [stdout] 24 | | return false; [INFO] [stdout] 25 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> brain/src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(future_incompatible, rust_2018_compatibility, rust_2018_idioms, unused)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/defense/retreating_save.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | let plan = some_or_else!(self.intercept(ctx), { [INFO] [stdout] | ____________________- [INFO] [stdout] 121 | | ctx.eeg.log(self.name(), "no intercept"); [INFO] [stdout] 122 | | return Action::Abort; [INFO] [stdout] 123 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/kickoff.rs:225:21 [INFO] [stdout] | [INFO] [stdout] 225 | let enemy = some_or_else!(ctx.scenario.primary_enemy(), { [INFO] [stdout] | _____________________- [INFO] [stdout] 226 | | return CommitAction::Chip; [INFO] [stdout] 227 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/offense/offense.rs:83:27 [INFO] [stdout] | [INFO] [stdout] 83 | let naive_intercept = some_or_else!(ctx.scenario.me_intercept(), { [INFO] [stdout] | ___________________________- [INFO] [stdout] 84 | | ctx.eeg [INFO] [stdout] 85 | | .log(name_of_type!(Offense), "can_we_shoot: no intercept"); [INFO] [stdout] 86 | | return false; [INFO] [stdout] 87 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/offense/offense.rs:95:27 [INFO] [stdout] | [INFO] [stdout] 95 | let shoot_intercept = some_or_else!(shoot_intercept, { [INFO] [stdout] | ___________________________- [INFO] [stdout] 96 | | ctx.eeg.log( [INFO] [stdout] 97 | | name_of_type!(Offense), [INFO] [stdout] 98 | | "can_we_shoot: no shootable intercept", [INFO] [stdout] 99 | | ); [INFO] [stdout] 100 | | return false; [INFO] [stdout] 101 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/offense/tepid_hit.rs:198:36 [INFO] [stdout] | [INFO] [stdout] 198 | let (enemy, enemy_intercept) = some_or_else!(ctx.scenario.enemy_intercept(), { [INFO] [stdout] | ____________________________________- [INFO] [stdout] 199 | | ctx.eeg.draw(Drawable::print("no enemy?", color::GREEN)); [INFO] [stdout] 200 | | return (progress, GroundedHitTargetAdjust::RoughAim); [INFO] [stdout] 201 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/strike/grounded_hit.rs:140:25 [INFO] [stdout] | [INFO] [stdout] 140 | let intercept = some_or_else!(intercept, { [INFO] [stdout] | _________________________- [INFO] [stdout] 141 | | ctx.eeg.log(self.name(), "can't find intercept"); [INFO] [stdout] 142 | | return Err(()); [INFO] [stdout] 143 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/strike/grounded_hit.rs:190:25 [INFO] [stdout] | [INFO] [stdout] 190 | let intercept = some_or_else!(intercept, { [INFO] [stdout] | _________________________- [INFO] [stdout] 191 | | ctx.eeg.log(self.name(), "can't find phase-two intercept"); [INFO] [stdout] 192 | | return Err(()); [INFO] [stdout] 193 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/behavior/strike/wall_hit.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | let intercept = some_or_else!(intercept(ctx), { [INFO] [stdout] | _________________________- [INFO] [stdout] 58 | | eeg.log(self.name(), "no viable intercept"); [INFO] [stdout] 59 | | return Action::Abort; [INFO] [stdout] 60 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/routing/behavior.rs:175:20 [INFO] [stdout] | [INFO] [stdout] 175 | let next = some_or_else!(current.plan.next, { [INFO] [stdout] | ____________________- [INFO] [stdout] 176 | | return Action::Return; [INFO] [stdout] 177 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/routing/plan/ground_straight.rs:225:27 [INFO] [stdout] | [INFO] [stdout] 225 | let target_time = some_or_else!(self.target_time, { [INFO] [stdout] | ___________________________- [INFO] [stdout] 226 | | return false; [INFO] [stdout] 227 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/routing/plan/ground_turn.rs:127:34 [INFO] [stdout] | [INFO] [stdout] 127 | let reverse_angle_hint = some_or_else!(self.reverse_angle_hint, { [INFO] [stdout] | __________________________________- [INFO] [stdout] 128 | | // No hack necessary. [INFO] [stdout] 129 | | return GroundSimplePowerslideTurn::new(self.target_face).plan(ctx, dump); [INFO] [stdout] 130 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/routing/plan/wall_intercept.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | let x = some_or_else!(xs.next(), { [INFO] [stdout] | _____________- [INFO] [stdout] 219 | | return; [INFO] [stdout] 220 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/rules/same_ball_trajectory.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | let prediction = some_or_else!(self.prediction.as_ref(), { [INFO] [stdout] | __________________________- [INFO] [stdout] 43 | | return false; [INFO] [stdout] 44 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/strategy/scenario.rs:160:36 [INFO] [stdout] | [INFO] [stdout] 160 | let (car, intercept) = some_or_else!(self.enemy_intercept(), { [INFO] [stdout] | ____________________________________- [INFO] [stdout] 161 | | return f32::INFINITY; [INFO] [stdout] 162 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/strategy/soccar.rs:204:31 [INFO] [stdout] | [INFO] [stdout] 204 | let impending_score = some_or_else!(ctx.scenario.impending_score_conservative(), { [INFO] [stdout] | _______________________________- [INFO] [stdout] 205 | | return false; [INFO] [stdout] 206 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/strategy/soccar.rs:207:41 [INFO] [stdout] | [INFO] [stdout] 207 | let (_enemy, enemy_intercept) = some_or_else!(ctx.scenario.enemy_intercept(), { [INFO] [stdout] | _________________________________________- [INFO] [stdout] 208 | | return true; [INFO] [stdout] 209 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/strategy/soccar.rs:222:31 [INFO] [stdout] | [INFO] [stdout] 222 | let impending_score = some_or_else!(ctx.scenario.impending_score_conservative(), { [INFO] [stdout] | _______________________________- [INFO] [stdout] 223 | | return false; [INFO] [stdout] 224 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/strategy/soccar.rs:225:41 [INFO] [stdout] | [INFO] [stdout] 225 | let (_enemy, enemy_intercept) = some_or_else!(ctx.scenario.enemy_intercept(), { [INFO] [stdout] | _________________________________________- [INFO] [stdout] 226 | | return true; [INFO] [stdout] 227 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/utils/intercept_memory.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | let current = some_or_else!(self.current, { [INFO] [stdout] | _______________________- [INFO] [stdout] 49 | | return InterceptMemoryAction::Trust; [INFO] [stdout] 50 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> brain/src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: brain/src/utils/intercept_memory.rs:54:39 [INFO] [stdout] | [INFO] [stdout] 54 | let (watch_time, watch_loc) = some_or_else!(self.watch, { [INFO] [stdout] | _______________________________________- [INFO] [stdout] 55 | | return InterceptMemoryAction::Watch(time, loc); [INFO] [stdout] 56 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `some_or_else` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> brain/src/behavior/higher_order/chain.rs:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | .chain(children.map(|b| b.name()).intersperse(", ")) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> brain/src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(future_incompatible, rust_2018_compatibility, rust_2018_idioms, unused)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/defense.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | name_of_type!(Defense) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> brain/src/lib.rs:1:73 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(future_incompatible, rust_2018_compatibility, rust_2018_idioms, unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/hit_to_own_corner.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | name_of_type!(HitToOwnCorner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/hit_to_own_corner.rs:81:26 [INFO] [stdout] | [INFO] [stdout] 81 | .log(name_of_type!(HitToOwnCorner), "avoiding the own goal"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/panic_defense.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | name_of_type!(PanicDefense) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/push_to_own_corner.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | name_of_type!(PushToOwnCorner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/retreat.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | ctx.eeg.log(name_of_type!(Retreat), "no intercept?"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/retreat.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | ctx.eeg.log(name_of_type!(Retreat), "no intercept"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/retreat.rs:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | ctx.eeg.log(name_of_type!(Retreat), "already close to goal"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/retreat.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | name_of_type!(Retreat) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/defense/retreating_save.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | name_of_type!(RetreatingSave) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/higher_order/chain.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | iter::once(name_of_type!(Chain)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/higher_order/chain.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | name_of_type!(Chain) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/higher_order/time_limit.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | name_of_type!(TimeLimit) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/higher_order/try_choose.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | let blurb = format!("{} ({})", name_of_type!(TryChoose), choice_names); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/higher_order/try_choose.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | name_of_type!(TryChoose) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/kickoff.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | name_of_type!(PreKickoff) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/kickoff.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | name_of_type!(Kickoff) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/kickoff.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | name_of_type!(KickoffStrike) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/kickoff.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | name_of_type!(RoughAngledChip) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/blitz_to_location.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | name_of_type!(BlitzToLocation) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/dodge.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | name_of_type!(Dodge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/drive_towards.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | .draw(Drawable::print(name_of!(drive_towards), color::YELLOW)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> brain/src/behavior/movement/drive_towards.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | .draw(Drawable::print(name_of!(drive_towards), color::YELLOW)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/drive_towards.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | name_of_type!(DriveTowards) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/get_to_flat_ground.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | name_of_type!(GetToFlatGround) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/get_to_flat_ground.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | .log(name_of_type!(GetToFlatGround), "jumping off the wall"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/get_to_flat_ground.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 175 | name_of_type!(GetToFlatGround), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/get_to_flat_ground.rs:184:18 [INFO] [stdout] | [INFO] [stdout] 184 | .log(name_of_type!(GetToFlatGround), "the ball will be close"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/get_to_flat_ground.rs:192:22 [INFO] [stdout] | [INFO] [stdout] 192 | .log(name_of_type!(GetToFlatGround), "enemy can advance the ball"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/get_to_flat_ground.rs:198:14 [INFO] [stdout] | [INFO] [stdout] 198 | .log(name_of_type!(GetToFlatGround), "assuming offense"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/get_to_flat_ground.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | name_of_type!(GetToFlatGround) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/jump_and_turn.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | name_of_type!(JumpAndTurn) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/land.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | name_of_type!(Land) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/quick_jump_and_dodge.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | name_of_type!(QuickJumpAndDodge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/skid_recover.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | name_of_type!(SkidRecover) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/movement/yielder.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | name_of_type!(Yielder) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | name_of_type!(Offense) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | .log(name_of_type!(Offense), "can_we_shoot: playing goalie"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 79 | .log(name_of_type!(Offense), "can_we_shoot: flat_and_defensive"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 85 | .log(name_of_type!(Offense), "can_we_shoot: no intercept"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:150:18 [INFO] [stdout] | [INFO] [stdout] 150 | .log(name_of_type!(Offense), "slow_play: need possession"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:165:18 [INFO] [stdout] | [INFO] [stdout] 165 | .log(name_of_type!(Offense), "slow_play: already behind the ball"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | .log(name_of_type!(Offense), "slow_play: not enough room"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | ctx.eeg.log(name_of_type!(Offense), "slow_play: proceeding"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:225:14 [INFO] [stdout] | [INFO] [stdout] 225 | .log(name_of_type!(Offense), "readjust_for_shot: proceeding"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:235:18 [INFO] [stdout] | [INFO] [stdout] 235 | .log(name_of_type!(Offense), "get_boost: already have enough"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:272:21 [INFO] [stdout] | [INFO] [stdout] 272 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | ctx.eeg.log(name_of_type!(Offense), "get_boost: let's not"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:295:13 [INFO] [stdout] | [INFO] [stdout] 295 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:314:13 [INFO] [stdout] | [INFO] [stdout] 314 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:321:9 [INFO] [stdout] | [INFO] [stdout] 321 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | name_of_type!(Offense), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/offense.rs:351:21 [INFO] [stdout] | [INFO] [stdout] 351 | .log_pretty(name_of_type!(Offense), "reset_distance", Distance(distance)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/reset_behind_ball.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | name_of_type!(ResetBehindBall) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/reset_behind_ball.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | .log(name_of_type!(ResetBehindBall), "offensive stance"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/reset_behind_ball.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | .log(name_of_type!(ResetBehindBall), "defensive stance"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/reset_behind_ball.rs:132:26 [INFO] [stdout] | [INFO] [stdout] 132 | .log(name_of_type!(ResetBehindBall), "snapping to boost"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/shoot.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | name_of_type!(Shoot) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/tepid_hit.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | name_of_type!(TepidHit) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/tepid_hit.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | eeg.log(name_of_type!(TepidHit), "too dangerous with no boost"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/tepid_hit.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | name_of_type!(TepidHit), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/tepid_hit.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | name_of_type!(TepidHit), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/offense/tepid_hit.rs:176:21 [INFO] [stdout] | [INFO] [stdout] 176 | ctx.eeg.log(name_of_type!(TepidHit), "refusing to own goal"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/fifty_fifty.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | name_of_type!(FiftyFifty) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/grounded_hit.rs:69:38 [INFO] [stdout] | [INFO] [stdout] 69 | ctx.eeg.log(self.name(), name_of_type!(IsSkidding)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/grounded_hit.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | ctx.eeg.log(self.name(), name_of_type!(NotOnFlatGround)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/grounded_hit.rs:426:17 [INFO] [stdout] | [INFO] [stdout] 426 | name_of_type!(AbortIfNotNearBall), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/wall_hit.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | name_of_type!(WallHit) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/wall_hit.rs:150:17 [INFO] [stdout] | [INFO] [stdout] 150 | eeg.log(name_of_type!(WallHit), "no walls are involved"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/wall_hit.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | eeg.log(name_of_type!(WallHit), "not facing the target"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/strike/wall_hit.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | eeg.log(name_of_type!(WallHit), "intercept is too far from surface"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/taunt/podium_blastoff.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | name_of_type!(PodiumBlastoff) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/taunt/podium_spew.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | name_of_type!(PodiumSpew) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/taunt/salt_while_demolished.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | name_of_type!(SaltWhileDemolished) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/taunt/turtle_spin.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | name_of_type!(TurtleSpin) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/behavior/taunt/twirl.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | name_of_type!(Twirl) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/brain.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | name_of_type!(Brain), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/behavior.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | name_of_type!(FollowRoute) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: outlives requirements can be inferred [INFO] [stdout] --> brain/src/routing/models.rs:140:30 [INFO] [stdout] | [INFO] [stdout] 140 | pub struct PlanningContext<'a: 's, 's> { [INFO] [stdout] | ^^^^ help: remove this bound [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> brain/src/lib.rs:1:55 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(future_incompatible, rust_2018_compatibility, rust_2018_idioms, unused)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(explicit_outlives_requirements)]` implied by `#[warn(rust_2018_idioms)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/boost.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | eeg.log_pretty(name_of_type!(GetDollar), "opponent_hit", opponent_hit); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/boost.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | eeg.log_pretty(name_of_type!(GetDollar), "hint", hint); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/boost.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | name_of_type!(GetDollar) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_drive.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | name_of_type!(GroundDrive) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_intercept.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | name_of_type!(GroundIntercept) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_jump_and_dodge.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | name_of_type!(GroundJumpAndDodge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_powerslide.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | name_of_type!(GroundPowerslideTurn) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_powerslide.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | name_of_type!(GroundSimplePowerslideTurn) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_powerslide.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | name_of_type!(GroundPowerslideEssence) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_straight.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | name_of_type!(GroundStraightPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_straight.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | name_of_type!(StraightSimple) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_straight.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | name_of_type!(StraightWithDodge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_turn.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | name_of_type!(TurnPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_turn.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | name_of_type!(PathingUnawareTurnPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_turn.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | name_of_type!(SimpleTurnPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/ground_turn.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | name_of_type!(ArcTowards) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/higher_order.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | name_of_type!(StaticPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/higher_order.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | name_of_type!(ChainedPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/wall_intercept.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | name_of_type!(WallIntercept) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/wall_straight.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | name_of_type!(WallStraightPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/plan/wall_turn.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | name_of_type!(WallTurnPlanner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/recover.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | name_of_type!(NotOnFlatGround) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/recover.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 174 | name_of_type!(IsSkidding) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/recover.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | name_of_type!(WeDontWinTheRace) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/recover.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | name_of_type!(RoundIsNotActive) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/recover.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 210 | name_of_type!(MatchIsEnded) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/brake.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | name_of_type!(Brake) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/brake.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | name_of_type!(Braker) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/chain.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | name_of_type!(Chain) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/chain.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | name_of_type!(Chainer) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/forward_dodge.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | name_of_type!(ForwardDodge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/forward_dodge.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | name_of_type!(ForwardDodgeRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/jump_and_dodge.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | name_of_type!(JumpAndDodge) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/jump_and_dodge.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | name_of_type!(JumpAndDodgeRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/null.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | name_of_type!(NullSegment) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/null.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | name_of_type!(NullSegmentRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/powerslide_turn.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | name_of_type!(PowerslideTurn) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/powerslide_turn.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | name_of_type!(PowerslideTurnRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/simple_arc.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | name_of_type!(SimpleArc) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/simple_arc.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | name_of_type!(SimpleArcRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/straight.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | name_of_type!(Straight) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/straight.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | name_of_type!(StraightRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/turn.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | name_of_type!(Turn) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/turn.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | name_of_type!(Turner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/wall_straight.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | name_of_type!(WallStraight) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/wall_straight.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | name_of_type!(WallStraightRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/wall_turn.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | name_of_type!(WallTurn) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/routing/segments/wall_turn.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | name_of_type!(WallTurnRunner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/rules/same_ball_trajectory.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | name_of_type!(SameBallTrajectory), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/runner.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | name_of_type!(Runner) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | name_of_type!(Soccar), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | .log(name_of_type!(Soccar), "slightly_panicky_retreat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:66:25 [INFO] [stdout] | [INFO] [stdout] 66 | ctx.eeg.log(name_of_type!(Soccar), "enemy_can_attack"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | ctx.eeg.log(name_of_type!(Soccar), "forcing kickoff"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | name_of_type!(Soccar), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:129:22 [INFO] [stdout] | [INFO] [stdout] 129 | .log(name_of_type!(Soccar), "impending concede, trying to save"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:142:17 [INFO] [stdout] | [INFO] [stdout] 142 | name_of_type!(Soccar), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:154:25 [INFO] [stdout] | [INFO] [stdout] 154 | ctx.eeg.log(name_of_type!(Soccar), "very_panicky_retreat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | name_of_type!(UnstoppableScore) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/strategy/soccar.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | name_of_type!(ScoringVerySoon) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/utils/intercept_memory.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | eeg.log(name_of_type!(InterceptMemory), "abandoning watch"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/utils/intercept_memory.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | eeg.log(name_of_type!(InterceptMemory), "watching for change"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> brain/src/utils/intercept_memory.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | name_of_type!(InterceptMemory), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 172 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.play.bce1d6f5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d.3ecnbtqvgbmy243a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chip-0.0.6/upstream" "-L" "/opt/rustwide/target/debug/build/libloading-5e8c410de343f44b/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-d305a28cc2a490c4.rlib" "/opt/rustwide/target/debug/deps/libregex-a4c5bfd5f7a18aaa.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-cadba9984ec700c8.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-1240b84551714a9c.rlib" "/opt/rustwide/target/debug/deps/libucd_util-2d9b96822d3aa814.rlib" "/opt/rustwide/target/debug/deps/libthread_local-e8807c2bbfca6e70.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-99e99307b60fe044.rlib" "/opt/rustwide/target/debug/deps/libatty-8726587fa95a7c87.rlib" "/opt/rustwide/target/debug/deps/libhumantime-efa5bae243b9c523.rlib" "/opt/rustwide/target/debug/deps/libquick_error-8af1626c14a64d49.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-f76fb0458abb635f.rlib" "/opt/rustwide/target/debug/deps/libcollect-f877020309f70d80.rlib" "/opt/rustwide/target/debug/deps/libcsv-b970de6cf85b8017.rlib" "/opt/rustwide/target/debug/deps/libryu-660a4fd43c22b659.rlib" "/opt/rustwide/target/debug/deps/libitoa-ed3e65388eda00dc.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-c12daa7299de06b0.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f3d462526ef23ee7.rlib" "/opt/rustwide/target/debug/deps/libchrono-1ca53a44fd6dbff6.rlib" "/opt/rustwide/target/debug/deps/libtime-df1bee21df7dcb32.rlib" "/opt/rustwide/target/debug/deps/libbrain-8fa8cfbdce0abccc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-364845b4c47a0af1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-1707bf9cc0473bab.rlib" "/opt/rustwide/target/debug/deps/libplane_split-c28323267546d879.rlib" "/opt/rustwide/target/debug/deps/libbinary_space_partition-238924532dddb0d3.rlib" "/opt/rustwide/target/debug/deps/libeuclid-555fd82f772bb89e.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8d64c0c5c2ba1fa0.rlib" "/opt/rustwide/target/debug/deps/libpiston_window-532174c59e261e2a.rlib" "/opt/rustwide/target/debug/deps/libglutin_window-a940b18b9c4fba1d.rlib" "/opt/rustwide/target/debug/deps/libgl-49cd9a313518bb8c.rlib" "/opt/rustwide/target/debug/deps/libglutin-1ce1128558e2117e.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-eb89928737cebd02.rlib" "/opt/rustwide/target/debug/deps/libwinit-b6d7e0f0db67eb33.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-82ede40abcabdf16.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-484989c1e54b68bc.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-453263afaf2e1ad5.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-a0626ab1e810b6fe.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-3928edd7cfb9e3e8.rlib" "/opt/rustwide/target/debug/deps/libnix-05c9d7d66919fd2c.rlib" "/opt/rustwide/target/debug/deps/libvoid-db8f1174cd903021.rlib" "/opt/rustwide/target/debug/deps/libmemmap-c0e0f7ff65be3cce.rlib" "/opt/rustwide/target/debug/deps/libandrew-85d4550025167616.rlib" "/opt/rustwide/target/debug/deps/libxml-52b9fd2d30fc5998.rlib" "/opt/rustwide/target/debug/deps/libxdg-f6369ec0280d942c.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-674a031e49ebe0d7.rlib" "/opt/rustwide/target/debug/deps/libsame_file-8b3e44589b17695c.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-f592a7ae534ca715.rlib" "/opt/rustwide/target/debug/deps/libdlib-8b9e83d7cbfd3fd1.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-704ce0efd41c512b.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d2baae7eabc6a312.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9935eb0ead1a0946.rlib" "/opt/rustwide/target/debug/deps/liblock_api-1fd5e49265f2e3a9.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-df800321cfa81333.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-245eaa65bcbdd4bf.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-eddb7a98662cb28d.rlib" "/opt/rustwide/target/debug/deps/libshared_library-b9a7635f06ce7a4e.rlib" "/opt/rustwide/target/debug/deps/libgfx_graphics-660390ce6de36840.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-e70949d93258cf1d.rlib" "/opt/rustwide/target/debug/deps/libgfx_texture-374243f7810118cf.rlib" "/opt/rustwide/target/debug/deps/libimage-48c1c8de40823248.rlib" "/opt/rustwide/target/debug/deps/libtiff-243157619fff42aa.rlib" "/opt/rustwide/target/debug/deps/libpng-78c05e7d89503b10.rlib" "/opt/rustwide/target/debug/deps/libdeflate-71a23bcfb1633621.rlib" "/opt/rustwide/target/debug/deps/libinflate-a656f9f1d69e2549.rlib" "/opt/rustwide/target/debug/deps/libadler32-2dafcd23c356e1ad.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-5d7ece078cab923b.rlib" "/opt/rustwide/target/debug/deps/librayon-58f1c902a3862605.rlib" "/opt/rustwide/target/debug/deps/librayon_core-147282a3d4a6ec6f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1b39a55232053fd4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-69a930810f0519dc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-51de6136903c15c2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e0d77d0b25435982.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ad810a0622b424db.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2f31166c39102b28.rlib" "/opt/rustwide/target/debug/deps/libnodrop-91e95d03e09dd6ba.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4c3eba71b04c560a.rlib" "/opt/rustwide/target/debug/deps/libgif-207ed749ebd8beed.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-7f326b4eac3b8700.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5ddd551192423bef.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-d655682581dfe2da.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0631e0d1f7c54c55.rlib" "/opt/rustwide/target/debug/deps/liblzw-bf28a12cd9e5ee2b.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-fa6e3ab3c1f9cfd7.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-f5df13b25cfffcc6.rlib" "/opt/rustwide/target/debug/deps/libgfx-7945dd754a1da469.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-1a5162d34efba9a6.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-ebcb849e487cfb89.rlib" "/opt/rustwide/target/debug/deps/liblog-5f2ae39d33111a1a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ff4394a7ba76e8a0.rlib" "/opt/rustwide/target/debug/deps/libpiston-6e54b25be6f09efa.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-3172304043532305.rlib" "/opt/rustwide/target/debug/deps/libwindow-3f4eaa95c3238d3b.rlib" "/opt/rustwide/target/debug/deps/libshader_version-f63b7a303dc7403c.rlib" "/opt/rustwide/target/debug/deps/libinput-61c76ebf4bfb8cf8.rlib" "/opt/rustwide/target/debug/deps/libserde-b9d24fc6baf612de.rlib" "/opt/rustwide/target/debug/deps/libchip-4f9d265a4fd4b76c.rlib" "/opt/rustwide/target/debug/deps/libgraphics-4a3f51dcb6b86b0f.rlib" "/opt/rustwide/target/debug/deps/libfnv-7449a3f4573c4646.rlib" "/opt/rustwide/target/debug/deps/librusttype-123df5db9a359d26.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-c91fafbffce5da69.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-59339b7967b0d21b.rlib" "/opt/rustwide/target/debug/deps/libviewport-05bb26e80c485bda.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-fc27a6b1253f78e4.rlib" "/opt/rustwide/target/debug/deps/libread_color-eb99fd90f36140b9.rlib" "/opt/rustwide/target/debug/deps/libtexture-5cc8c67cc686020d.rlib" "/opt/rustwide/target/debug/deps/libvecmath-efcebd59696198c8.rlib" "/opt/rustwide/target/debug/deps/libfloat-c8cf5815f85814c5.rlib" "/opt/rustwide/target/debug/deps/libdom-459ee384e045c98d.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-8200b42d51e09765.rlib" "/opt/rustwide/target/debug/deps/libitertools-e4a203deda5d1010.rlib" "/opt/rustwide/target/debug/deps/libvec_box-c756f3c40fd1e2ab.rlib" "/opt/rustwide/target/debug/deps/libordered_float-8ee1ad3e5d289078.rlib" "/opt/rustwide/target/debug/deps/libsimulate-8bd196a058f3856c.rlib" "/opt/rustwide/target/debug/deps/libncollide3d-8eecad6558933357.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-94b4e12dfefbe6a4.rlib" "/opt/rustwide/target/debug/deps/libordermap-31b35b760a2dcb61.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-157960eb92171c23.rlib" "/opt/rustwide/target/debug/deps/libslab-31c88580e3b60f0d.rlib" "/opt/rustwide/target/debug/deps/libeither-1ae26dfdc83ee32e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-be708b057de9c1af.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-38bfb79db852c76f.rlib" "/opt/rustwide/target/debug/deps/liboven-a6e20325b1a7232f.rlib" "/opt/rustwide/target/debug/deps/libnameof-a53525f0fec4f00f.rlib" "/opt/rustwide/target/debug/deps/libcommon-5969c110c4c7217e.rlib" "/opt/rustwide/target/debug/deps/librlbot-9e362324dfea25d5.rlib" "/opt/rustwide/target/debug/deps/libratelimit-d888ba587faca349.rlib" "/opt/rustwide/target/debug/deps/libflatbuffers-6c5fd26fc0d4232b.rlib" "/opt/rustwide/target/debug/deps/liblibloading-46d05c3beaf60232.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-78eca0dc9fe0cbfa.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-4e435b1f265ca396.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-159a9dd687471d80.rlib" "/opt/rustwide/target/debug/deps/libalga-4926ef365deee68d.rlib" "/opt/rustwide/target/debug/deps/librand-257319297fea19c2.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-5a2c186f25db0db2.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-bba5cf223f4c1cd0.rlib" "/opt/rustwide/target/debug/deps/librand_hc-a62c60b6695dd231.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-783c2982d19fc548.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-5fce77345e8d6f2c.rlib" "/opt/rustwide/target/debug/deps/librand_core-f1dc128c8e73d570.rlib" "/opt/rustwide/target/debug/deps/librand_os-e083670226a37dac.rlib" "/opt/rustwide/target/debug/deps/liblibc-9fae3bf7b804ce44.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-3bd801330e31b198.rlib" "/opt/rustwide/target/debug/deps/librand_core-0cdc5813e9ef98e7.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-397602b2118fe6e5.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-f27b062697355e76.rlib" "/opt/rustwide/target/debug/deps/librawpointer-b0fa20fd8fe16d79.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-65c181cbbe253116.rlib" "/opt/rustwide/target/debug/deps/libtypenum-c3557d940aaf3512.rlib" "/opt/rustwide/target/debug/deps/libapprox-cfba650bc20ab79f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a4e313a328b70edb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-ldl" "-lbot_utils" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/play-4309921bdccc5e4d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lbot_utils [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `play` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a521b1ba8e9b49d1bc2cc3fe233ff9eda429592212e77189a2c5cf91441c17f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a521b1ba8e9b49d1bc2cc3fe233ff9eda429592212e77189a2c5cf91441c17f7", kill_on_drop: false }` [INFO] [stdout] a521b1ba8e9b49d1bc2cc3fe233ff9eda429592212e77189a2c5cf91441c17f7