[INFO] cloning repository https://github.com/DuncanSparks/Return-From-Rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DuncanSparks/Return-From-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDuncanSparks%2FReturn-From-Rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDuncanSparks%2FReturn-From-Rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 856a28caca4d482db39fca3703c63b2bc137a535 [INFO] checking DuncanSparks/Return-From-Rust against try#d4bd6c543d189dee2fa075d0b37e31ddc7d111a4 for pr-106073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDuncanSparks%2FReturn-From-Rust" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DuncanSparks/Return-From-Rust on toolchain d4bd6c543d189dee2fa075d0b37e31ddc7d111a4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/.cargo/config [INFO] started tweaking git repo https://github.com/DuncanSparks/Return-From-Rust [INFO] finished tweaking git repo https://github.com/DuncanSparks/Return-From-Rust [INFO] tweaked toml for git repo https://github.com/DuncanSparks/Return-From-Rust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/DuncanSparks/Return-From-Rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09447f84c480c4cf8cd986aae8dcf1936fd1f2accb0bf8a00a17369f03e2abf8 [INFO] running `Command { std: "docker" "start" "-a" "09447f84c480c4cf8cd986aae8dcf1936fd1f2accb0bf8a00a17369f03e2abf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09447f84c480c4cf8cd986aae8dcf1936fd1f2accb0bf8a00a17369f03e2abf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09447f84c480c4cf8cd986aae8dcf1936fd1f2accb0bf8a00a17369f03e2abf8", kill_on_drop: false }` [INFO] [stdout] 09447f84c480c4cf8cd986aae8dcf1936fd1f2accb0bf8a00a17369f03e2abf8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86426501266ff2359162efa4e2d92360bbf675df6fcc63fea48e607a83857aa3 [INFO] running `Command { std: "docker" "start" "-a" "86426501266ff2359162efa4e2d92360bbf675df6fcc63fea48e607a83857aa3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Checking euclid v0.20.7 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling gdnative-derive v0.7.0 (https://github.com/GodotNativeTools/godot-rust.git#be712300) [INFO] [stderr] Compiling serde_json v1.0.47 [INFO] [stderr] Compiling gdnative_bindings_generator v0.7.0 (https://github.com/GodotNativeTools/godot-rust.git#be712300) [INFO] [stderr] Compiling gdnative-sys v0.7.0 (https://github.com/GodotNativeTools/godot-rust.git#be712300) [INFO] [stderr] Compiling gdnative-core v0.7.0 (https://github.com/GodotNativeTools/godot-rust.git#be712300) [INFO] [stderr] Compiling gdnative-bindings v0.7.0 (https://github.com/GodotNativeTools/godot-rust.git#be712300) [INFO] [stderr] Checking gdnative v0.7.0 (https://github.com/GodotNativeTools/godot-rust.git#be712300) [INFO] [stderr] Checking return_from_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player_bullet.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|player| { player.set_bullet_available(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player_bullet.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 103 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/controller.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | let player_hp = get_singleton!(owner, KinematicBody2D, Player).into_script().map(|pl| { pl.get_health() }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/controller.rs:166:26 [INFO] [stdout] | [INFO] [stdout] 166 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:184:43 [INFO] [stdout] | [INFO] [stdout] 184 | self.timer.unwrap().set_wait_time(rand_range!(owner, 2.0, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player_bullet.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|player| { player.set_bullet_available(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:188:73 [INFO] [stdout] | [INFO] [stdout] 188 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/player_bullet.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 103 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:188:111 [INFO] [stdout] | [INFO] [stdout] 188 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:192:61 [INFO] [stdout] | [INFO] [stdout] 192 | self.timer_ground_attack.unwrap().set_wait_time(rand_range!(owner, 2.0, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/controller.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | let player_hp = get_singleton!(owner, KinematicBody2D, Player).into_script().map(|pl| { pl.get_health() }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:197:12 [INFO] [stdout] | [INFO] [stdout] 197 | if get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.enemy_is_healed(id.new_ref()) }).unwrap() { [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/controller.rs:166:26 [INFO] [stdout] | [INFO] [stdout] 166 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:199:26 [INFO] [stdout] | [INFO] [stdout] 199 | ... let result = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.get_healed_enemy_position(id.new_ref()) }).u... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:266:31 [INFO] [stdout] | [INFO] [stdout] 266 | let con = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:184:43 [INFO] [stdout] | [INFO] [stdout] 184 | self.timer.unwrap().set_wait_time(rand_range!(owner, 2.0, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:316:73 [INFO] [stdout] | [INFO] [stdout] 316 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:188:73 [INFO] [stdout] | [INFO] [stdout] 188 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:316:111 [INFO] [stdout] | [INFO] [stdout] 316 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:188:111 [INFO] [stdout] | [INFO] [stdout] 188 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:333:61 [INFO] [stdout] | [INFO] [stdout] 333 | self.timer_ground_attack.unwrap().set_wait_time(rand_range!(owner, 2.0, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ground_attack.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | let player_ref = get_singleton!(owner, KinematicBody2D, Player); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:192:61 [INFO] [stdout] | [INFO] [stdout] 192 | self.timer_ground_attack.unwrap().set_wait_time(rand_range!(owner, 2.0, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ground_attack.rs:54:16 [INFO] [stdout] | [INFO] [stdout] 54 | if get_singleton!(owner, KinematicBody2D, Player).into_script().map(|player| { !player.is_in_iframes() }).unwrap() { [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:197:12 [INFO] [stdout] | [INFO] [stdout] 197 | if get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.enemy_is_healed(id.new_ref()) }).unwrap() { [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/fountain.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | if get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.fountain_is_purified(id.new_ref()) }).unwrap() { [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:199:26 [INFO] [stdout] | [INFO] [stdout] 199 | ... let result = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.get_healed_enemy_position(id.new_ref()) }).u... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:266:31 [INFO] [stdout] | [INFO] [stdout] 266 | let con = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/fountain.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:316:73 [INFO] [stdout] | [INFO] [stdout] 316 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/fountain.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/loading_zone.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.after_load(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:316:111 [INFO] [stdout] | [INFO] [stdout] 316 | self.timer_shoot.unwrap().set_wait_time(if self.fast_fire { rand_range!(owner, 0.8, 1.5) } else { rand_range!(owner, 1... [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `get_singleton` [INFO] [stdout] = note: this warning originates in the macro `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/start.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|player| { player.set_lock_movement(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/enemy.rs:333:61 [INFO] [stdout] | [INFO] [stdout] 333 | self.timer_ground_attack.unwrap().set_wait_time(rand_range!(owner, 2.0, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/start.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ground_attack.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | let player_ref = get_singleton!(owner, KinematicBody2D, Player); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | let sr_timer = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.is_speedrun_timer_on()} ).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ground_attack.rs:54:16 [INFO] [stdout] | [INFO] [stdout] 54 | if get_singleton!(owner, KinematicBody2D, Player).into_script().map(|player| { !player.is_in_iframes() }).unwrap() { [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/fountain.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | if get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.fountain_is_purified(id.new_ref()) }).unwrap() { [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:114:26 [INFO] [stdout] | [INFO] [stdout] 114 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/fountain.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/fountain.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/loading_zone.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.after_load(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:125:25 [INFO] [stdout] | [INFO] [stdout] 125 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/start.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|player| { player.set_lock_movement(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/start.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | let sr_timer = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.is_speedrun_timer_on()} ).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:114:26 [INFO] [stdout] | [INFO] [stdout] 114 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:125:25 [INFO] [stdout] | [INFO] [stdout] 125 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.play_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/title.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.play_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:63:71 [INFO] [stdout] | [INFO] [stdout] 63 | ... if id == "res://Scenes/Overworld/Overworld_4.tscn".into() && !get_singleton!(owner, Node, Controller).map(|contr, owner| { contr.mu... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | let contr_ref = get_singleton!(owner, Node, Controller).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.play_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.add_room_cleared(owner.get_filename()); ... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:63:71 [INFO] [stdout] | [INFO] [stdout] 63 | ... if id == "res://Scenes/Overworld/Overworld_4.tscn".into() && !get_singleton!(owner, Node, Controller).map(|contr, owner| { contr.mu... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:112:50 [INFO] [stdout] | [INFO] [stdout] 112 | self.timer_attack.unwrap().set_wait_time(rand_range!(owner, 2.5, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.play_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.stop_timer(); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/room.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.add_room_cleared(owner.get_filename()); ... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:140:13 [INFO] [stdout] | [INFO] [stdout] 140 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|pl| { pl.set_invincible(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:112:50 [INFO] [stdout] | [INFO] [stdout] 112 | self.timer_attack.unwrap().set_wait_time(rand_range!(owner, 2.5, 4.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|pl| { pl.set_lock_movement(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.stop_timer(); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.set_in_game(false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:152:29 [INFO] [stdout] | [INFO] [stdout] 152 | let time_text = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.get_time_string() }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:155:34 [INFO] [stdout] | [INFO] [stdout] 155 | let speedrun_timer = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.is_speedrun_timer_on() ... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:173:23 [INFO] [stdout] | [INFO] [stdout] 173 | let num: u8 = rand_range!(owner, 0.0, 4.0) as u8; [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:140:13 [INFO] [stdout] | [INFO] [stdout] 140 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|pl| { pl.set_invincible(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:183:25 [INFO] [stdout] | [INFO] [stdout] 183 | for _ in 0..rand_range!(owner, 1.0, 2.0).round() as u8 { [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | get_singleton!(owner, KinematicBody2D, Player).into_script().map_mut(|pl| { pl.set_lock_movement(true); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:184:40 [INFO] [stdout] | [INFO] [stdout] 184 | let pos = Vector2::new(rand_range!(owner, 30.0, 290.0) as f32, rand_range!(owner, 30.0, 150.0) as f32); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.set_in_game(false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:184:80 [INFO] [stdout] | [INFO] [stdout] 184 | let pos = Vector2::new(rand_range!(owner, 30.0, 290.0) as f32, rand_range!(owner, 30.0, 150.0) as f32); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:152:29 [INFO] [stdout] | [INFO] [stdout] 152 | let time_text = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.get_time_string() }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:195:117 [INFO] [stdout] | [INFO] [stdout] 195 | ...o_script().map_mut(|en| { en.set_speed(rand_range!(owner, 40.0, 60.0) as f32); }).unwrap(); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:155:34 [INFO] [stdout] | [INFO] [stdout] 155 | let speedrun_timer = get_singleton!(owner, Node, Controller).into_script().map(|contr| { contr.is_speedrun_timer_on() ... [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:219:52 [INFO] [stdout] | [INFO] [stdout] 219 | self.timer_teleport.unwrap().set_wait_time(rand_range!(owner, 0.5, 1.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:239:53 [INFO] [stdout] | [INFO] [stdout] 239 | self.timer_teleport2.unwrap().set_wait_time(rand_range!(owner, 1.0, 2.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:173:23 [INFO] [stdout] | [INFO] [stdout] 173 | let num: u8 = rand_range!(owner, 0.0, 4.0) as u8; [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:248:41 [INFO] [stdout] | [INFO] [stdout] 248 | owner.set_position(Vector2::new(rand_range!(ow, 52.0, 268.0) as f32, rand_range!(ow, 52.0, 140.0) as f32)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:248:78 [INFO] [stdout] | [INFO] [stdout] 248 | owner.set_position(Vector2::new(rand_range!(ow, 52.0, 268.0) as f32, rand_range!(ow, 52.0, 140.0) as f32)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:260:50 [INFO] [stdout] | [INFO] [stdout] 260 | self.timer_attack.unwrap().set_wait_time(rand_range!(owner, 0.5, 1.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:283:54 [INFO] [stdout] | [INFO] [stdout] 283 | self.timer_bullet.unwrap().set_wait_time(rand_range!(owner, 0.35, 0.55)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:287:56 [INFO] [stdout] | [INFO] [stdout] 287 | self.timer_teleport.unwrap().set_wait_time(rand_range!(owner, 0.5, 1.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_over.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.set_in_game(false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | get_singleton!(owner, KinematicBody2D, Player).map_mut(|player, owner| { player.unpause(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.set_in_game(false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:71:34 [INFO] [stdout] | [INFO] [stdout] 71 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:183:25 [INFO] [stdout] | [INFO] [stdout] 183 | for _ in 0..rand_range!(owner, 1.0, 2.0).round() as u8 { [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:184:40 [INFO] [stdout] | [INFO] [stdout] 184 | let pos = Vector2::new(rand_range!(owner, 30.0, 290.0) as f32, rand_range!(owner, 30.0, 150.0) as f32); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:184:80 [INFO] [stdout] | [INFO] [stdout] 184 | let pos = Vector2::new(rand_range!(owner, 30.0, 290.0) as f32, rand_range!(owner, 30.0, 150.0) as f32); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:195:117 [INFO] [stdout] | [INFO] [stdout] 195 | ...o_script().map_mut(|en| { en.set_speed(rand_range!(owner, 40.0, 60.0) as f32); }).unwrap(); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:219:52 [INFO] [stdout] | [INFO] [stdout] 219 | self.timer_teleport.unwrap().set_wait_time(rand_range!(owner, 0.5, 1.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:239:53 [INFO] [stdout] | [INFO] [stdout] 239 | self.timer_teleport2.unwrap().set_wait_time(rand_range!(owner, 1.0, 2.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:248:41 [INFO] [stdout] | [INFO] [stdout] 248 | owner.set_position(Vector2::new(rand_range!(ow, 52.0, 268.0) as f32, rand_range!(ow, 52.0, 140.0) as f32)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:248:78 [INFO] [stdout] | [INFO] [stdout] 248 | owner.set_position(Vector2::new(rand_range!(ow, 52.0, 268.0) as f32, rand_range!(ow, 52.0, 140.0) as f32)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:260:50 [INFO] [stdout] | [INFO] [stdout] 260 | self.timer_attack.unwrap().set_wait_time(rand_range!(owner, 0.5, 1.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:283:54 [INFO] [stdout] | [INFO] [stdout] 283 | self.timer_bullet.unwrap().set_wait_time(rand_range!(owner, 0.35, 0.55)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:287:56 [INFO] [stdout] | [INFO] [stdout] 287 | self.timer_teleport.unwrap().set_wait_time(rand_range!(owner, 0.5, 1.0)); [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 `get_singleton` which comes from the expansion of the macro `rand_range` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/demon_king.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_over.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.set_in_game(false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | get_singleton!(owner, KinematicBody2D, Player).map_mut(|player, owner| { player.unpause(owner); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | get_singleton!(owner, Node, Controller).into_script().map_mut(|contr| { contr.set_in_game(false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:71:34 [INFO] [stdout] | [INFO] [stdout] 71 | let player_ref = get_singleton!(owner, KinematicBody2D, Player).into_script(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.show_ui(owner, false); }).unwrap(); [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 `get_singleton` (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] --> src/macros.rs:25:161 [INFO] [stdout] | [INFO] [stdout] 25 | ...ringify!($n))).new_ref()).unwrap().cast::<$t>().unwrap()).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pause_menu.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | get_singleton!(owner, Node, Controller).map_mut(|contr, owner| { contr.stop_music(owner); }).unwrap(); [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 `get_singleton` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/player.rs:89:60 [INFO] [stdout] | [INFO] [stdout] 89 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ^ - type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 89 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v: /* Type */| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/player.rs:89:60 [INFO] [stdout] | [INFO] [stdout] 89 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ^ - type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 89 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v: /* Type */| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/controller.rs:82:49 [INFO] [stdout] | [INFO] [stdout] 82 | .with_setter(|this: &mut Self, _owner: Node, v| this.sound_oneshot_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ^ - type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 82 | .with_setter(|this: &mut Self, _owner: Node, v: /* Type */| this.sound_oneshot_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/controller.rs:82:49 [INFO] [stdout] | [INFO] [stdout] 82 | .with_setter(|this: &mut Self, _owner: Node, v| this.sound_oneshot_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ^ - type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 82 | .with_setter(|this: &mut Self, _owner: Node, v: /* Type */| this.sound_oneshot_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/demon_king.rs:75:60 [INFO] [stdout] | [INFO] [stdout] 75 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ^ - type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 75 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v: /* Type */| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/demon_king.rs:75:60 [INFO] [stdout] | [INFO] [stdout] 75 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ^ - type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 75 | .with_setter(|this: &mut Self, _owner: KinematicBody2D, v: /* Type */| this.bullet_ref = if v.to_variant().is_nil() { None } else { Some(v) }) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 62 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `return_from_rust` due to 4 previous errors; 62 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors; 62 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `return_from_rust` due to 4 previous errors; 62 warnings emitted [INFO] running `Command { std: "docker" "inspect" "86426501266ff2359162efa4e2d92360bbf675df6fcc63fea48e607a83857aa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86426501266ff2359162efa4e2d92360bbf675df6fcc63fea48e607a83857aa3", kill_on_drop: false }` [INFO] [stdout] 86426501266ff2359162efa4e2d92360bbf675df6fcc63fea48e607a83857aa3