[INFO] cloning repository https://github.com/abesto/rktrl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abesto/rktrl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabesto%2Frktrl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabesto%2Frktrl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 56f62402760d60f6f6aa1a9137e723707f1e8eba [INFO] testing abesto/rktrl against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabesto%2Frktrl" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/abesto/rktrl on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/abesto/rktrl [INFO] finished tweaking git repo https://github.com/abesto/rktrl [INFO] tweaked toml for git repo https://github.com/abesto/rktrl written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/abesto/rktrl already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/abesto/bracket-lib` [INFO] [stderr] Updating git repository `https://github.com/abesto/legion_typeuuid` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded newtype_derive v0.1.6 [INFO] [stderr] Downloaded wayland-sys v0.28.3 [INFO] [stderr] Downloaded type-uuid-derive v0.1.2 [INFO] [stderr] Downloaded wayland-egl v0.28.3 [INFO] [stderr] Downloaded wayland-cursor v0.28.3 [INFO] [stderr] Downloaded type-uuid v0.1.2 [INFO] [stderr] Downloaded auto_ops v0.1.0 [INFO] [stderr] Downloaded wayland-commons v0.28.3 [INFO] [stderr] Downloaded smallvec v1.6.0 [INFO] [stderr] Downloaded wayland-scanner v0.28.3 [INFO] [stderr] Downloaded glutin v0.25.1 [INFO] [stderr] Downloaded wayland-client v0.28.3 [INFO] [stderr] Downloaded wayland-protocols v0.28.3 [INFO] [stderr] Downloaded smithay-client-toolkit v0.12.2 [INFO] [stderr] Downloaded winit v0.23.0 [INFO] [stderr] Downloaded object-pool v0.5.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69b9d9e403f9e551ef9dacc7985e5b50051699c2c19d9894e7dbed52a5cdde22 [INFO] running `Command { std: "docker" "start" "-a" "69b9d9e403f9e551ef9dacc7985e5b50051699c2c19d9894e7dbed52a5cdde22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69b9d9e403f9e551ef9dacc7985e5b50051699c2c19d9894e7dbed52a5cdde22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69b9d9e403f9e551ef9dacc7985e5b50051699c2c19d9894e7dbed52a5cdde22", kill_on_drop: false }` [INFO] [stdout] 69b9d9e403f9e551ef9dacc7985e5b50051699c2c19d9894e7dbed52a5cdde22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e2c4c6d8ce65cb8bb1d16f61ffb84fcbf7de966eee5fa3209981022c820a23c [INFO] running `Command { std: "docker" "start" "-a" "7e2c4c6d8ce65cb8bb1d16f61ffb84fcbf7de966eee5fa3209981022c820a23c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling smallvec v1.6.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling libloading v0.6.6 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling wayland-sys v0.28.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling wayland-scanner v0.28.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.69 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling wide v0.5.5 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling wayland-client v0.28.3 [INFO] [stderr] Compiling wayland-protocols v0.28.3 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-commons v0.28.3 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling xcursor v0.3.3 [INFO] [stderr] Compiling glow v0.4.0 [INFO] [stderr] Compiling ultraviolet v0.7.5 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling winit v0.23.0 [INFO] [stderr] Compiling wide v0.4.6 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.69 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling wasm-bindgen v0.2.69 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling ultraviolet v0.4.6 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling object-pool v0.5.3 [INFO] [stderr] Compiling wayland-cursor v0.28.3 [INFO] [stderr] Compiling wayland-egl v0.28.3 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Compiling bracket-geometry v0.8.1 [INFO] [stderr] Compiling bracket-color v0.8.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.69 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.1 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling auto_ops v0.1.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling strum v0.20.0 [INFO] [stderr] Compiling macro-attr v0.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.69 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling legion_codegen v0.3.0 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling bracket-geometry v0.8.1 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling erased-serde v0.3.13 [INFO] [stderr] Compiling bracket-color v0.8.1 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling object-pool v0.4.4 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling bracket-random v0.8.0 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling bracket-algorithm-traits v0.8.1 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling bracket-noise v0.8.1 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling bracket-pathfinding v0.8.1 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling legion v0.3.1 [INFO] [stderr] Compiling type-uuid-derive v0.1.2 [INFO] [stderr] Compiling type-uuid v0.1.2 [INFO] [stderr] Compiling legion_typeuuid v0.1.0 (https://github.com/abesto/legion_typeuuid?branch=wasm#65cbf5cc) [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.22.2 [INFO] [stderr] Compiling glutin v0.24.1 [INFO] [stderr] Compiling bracket-terminal v0.8.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.2 [INFO] [stderr] Compiling glutin v0.25.1 [INFO] [stderr] Compiling bracket-terminal v0.8.1 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling bracket-lib v0.8.1 (https://github.com/abesto/bracket-lib?branch=master#468aa414) [INFO] [stderr] Compiling rktrl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | extract_nearest_ancestor!(cae, damage @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 228 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_collection.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | extract_nearest_ancestor!(cae, cause @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_drop.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_remove.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | extract_nearest_ancestor!(cae, remove_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_use.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | extract_nearest_ancestor!(cae, use_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_use.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | extract_nearest_ancestor!(cae, use_on_target @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/melee_combat.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | extract_nearest_ancestor!(cae, melee_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/movement.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | extract_nearest_ancestor!(cae, move_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/next_level.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/trigger.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | extract_nearest_ancestor!(cae, movement_done @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `max_room_height` is never read [INFO] [stdout] --> src/mapgen/bsp.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct BspConfig { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | pub max_room_height: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `fps` is never read [INFO] [stdout] --> src/resources/frame_data.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct FrameData { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 5 | pub fps: f32, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FrameData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `interior` is never used [INFO] [stdout] --> src/util/rect_ext.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub trait RectExt { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn interior(&self) -> Rect; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.0.1, rktrl v0.1.0 (/opt/rustwide/workdir), wasm-bindgen v0.2.69 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "7e2c4c6d8ce65cb8bb1d16f61ffb84fcbf7de966eee5fa3209981022c820a23c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e2c4c6d8ce65cb8bb1d16f61ffb84fcbf7de966eee5fa3209981022c820a23c", kill_on_drop: false }` [INFO] [stdout] 7e2c4c6d8ce65cb8bb1d16f61ffb84fcbf7de966eee5fa3209981022c820a23c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2537ff5cd5ff10edf02a879429d0d0693b85405fe7c608d63bb4edaf72eb1103 [INFO] running `Command { std: "docker" "start" "-a" "2537ff5cd5ff10edf02a879429d0d0693b85405fe7c608d63bb4edaf72eb1103", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | extract_nearest_ancestor!(cae, damage @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 228 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rktrl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_collection.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | extract_nearest_ancestor!(cae, cause @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_drop.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_remove.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | extract_nearest_ancestor!(cae, remove_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_use.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | extract_nearest_ancestor!(cae, use_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_use.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | extract_nearest_ancestor!(cae, use_on_target @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/melee_combat.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | extract_nearest_ancestor!(cae, melee_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/movement.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | extract_nearest_ancestor!(cae, move_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/next_level.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/trigger.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | extract_nearest_ancestor!(cae, movement_done @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `max_room_height` is never read [INFO] [stdout] --> src/mapgen/bsp.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct BspConfig { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | pub max_room_height: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `fps` is never read [INFO] [stdout] --> src/resources/frame_data.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct FrameData { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 5 | pub fps: f32, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FrameData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `interior` is never used [INFO] [stdout] --> src/util/rect_ext.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub trait RectExt { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn interior(&self) -> Rect; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | extract_nearest_ancestor!(cae, damage @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 228 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/game_log.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | extract_nearest_ancestor!(cae, event @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_collection.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | extract_nearest_ancestor!(cae, cause @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_drop.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_remove.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | extract_nearest_ancestor!(cae, remove_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_use.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | extract_nearest_ancestor!(cae, use_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/item_use.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | extract_nearest_ancestor!(cae, use_on_target @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/melee_combat.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | extract_nearest_ancestor!(cae, melee_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/movement.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | extract_nearest_ancestor!(cae, move_intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/next_level.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (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/cause_and_effect/macros.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | .unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/systems/trigger.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | extract_nearest_ancestor!(cae, movement_done @ Turn => actor); [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 `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `max_room_height` is never read [INFO] [stdout] --> src/mapgen/bsp.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct BspConfig { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | pub max_room_height: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `fps` is never read [INFO] [stdout] --> src/resources/frame_data.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct FrameData { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 5 | pub fps: f32, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FrameData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `interior` is never used [INFO] [stdout] --> src/util/rect_ext.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub trait RectExt { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn interior(&self) -> Rect; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.57s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.0.1, rktrl v0.1.0 (/opt/rustwide/workdir), wasm-bindgen v0.2.69 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "2537ff5cd5ff10edf02a879429d0d0693b85405fe7c608d63bb4edaf72eb1103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2537ff5cd5ff10edf02a879429d0d0693b85405fe7c608d63bb4edaf72eb1103", kill_on_drop: false }` [INFO] [stdout] 2537ff5cd5ff10edf02a879429d0d0693b85405fe7c608d63bb4edaf72eb1103 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ab4dd6c4e621c9fa5fd394f6e4c0900e196560d761795f53acd7367085c0a8b6 [INFO] running `Command { std: "docker" "start" "-a" "ab4dd6c4e621c9fa5fd394f6e4c0900e196560d761795f53acd7367085c0a8b6", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:107:5 [INFO] [stderr] | [INFO] [stderr] 107 | extract_nearest_ancestor!(cae, damage @ Turn => actor); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:196:5 [INFO] [stderr] | [INFO] [stderr] 196 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:228:5 [INFO] [stderr] | [INFO] [stderr] 228 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:245:5 [INFO] [stderr] | [INFO] [stderr] 245 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:269:5 [INFO] [stderr] | [INFO] [stderr] 269 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:270:5 [INFO] [stderr] | [INFO] [stderr] 270 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:281:5 [INFO] [stderr] | [INFO] [stderr] 281 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:282:5 [INFO] [stderr] | [INFO] [stderr] 282 | extract_nearest_ancestor!(cae, event @ UseIntent => item); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:305:5 [INFO] [stderr] | [INFO] [stderr] 305 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:326:5 [INFO] [stderr] | [INFO] [stderr] 326 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:332:5 [INFO] [stderr] | [INFO] [stderr] 332 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/game_log.rs:352:5 [INFO] [stderr] | [INFO] [stderr] 352 | extract_nearest_ancestor!(cae, event @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/item_collection.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | extract_nearest_ancestor!(cae, cause @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/item_drop.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/item_remove.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | extract_nearest_ancestor!(cae, remove_intent @ Turn => actor); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/item_use.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | extract_nearest_ancestor!(cae, use_intent @ Turn => actor); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/item_use.rs:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | extract_nearest_ancestor!(cae, use_on_target @ Turn => actor); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/melee_combat.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | extract_nearest_ancestor!(cae, melee_intent @ Turn => actor); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/movement.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | extract_nearest_ancestor!(cae, move_intent @ Turn => actor); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/next_level.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | extract_nearest_ancestor!(cae, intent @ Turn => actor); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/cause_and_effect/macros.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/systems/trigger.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | extract_nearest_ancestor!(cae, movement_done @ Turn => actor); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `find_nearest_ancestor` which comes from the expansion of the macro `extract_nearest_ancestor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `max_room_height` is never read [INFO] [stderr] --> src/mapgen/bsp.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct BspConfig { [INFO] [stderr] | --------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 18 | pub max_room_height: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `fps` is never read [INFO] [stderr] --> src/resources/frame_data.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FrameData { [INFO] [stderr] | --------- field in this struct [INFO] [stderr] 5 | pub fps: f32, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `FrameData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: method `interior` is never used [INFO] [stderr] --> src/util/rect_ext.rs:14:8 [INFO] [stderr] | [INFO] [stderr] 7 | pub trait RectExt { [INFO] [stderr] | ------- method in this trait [INFO] [stderr] ... [INFO] [stderr] 14 | fn interior(&self) -> Rect; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rktrl` (lib) generated 30 warnings [INFO] [stderr] warning: `rktrl` (lib test) generated 30 warnings (30 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.0.1, rktrl v0.1.0 (/opt/rustwide/workdir), wasm-bindgen v0.2.69 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rktrl_lib-b1145876187633de) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test resources::map::tests::pos_idx_symmetry ... ok [INFO] [stdout] test mapgen::common::tests::test_raycast_hull ... ok [INFO] [stdout] test resources::map::tests::map_iterator_size_hint ... ok [INFO] [stdout] test mapgen::common::tests::test_connected_regions ... ok [INFO] [stdout] test mapgen::common::tests::test_raycast ... ok [INFO] [stdout] test mapgen::common::tests::test_connect_regions_direct_vertical ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rktrl-730868b163a2abe2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Doc-tests rktrl_lib [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ab4dd6c4e621c9fa5fd394f6e4c0900e196560d761795f53acd7367085c0a8b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab4dd6c4e621c9fa5fd394f6e4c0900e196560d761795f53acd7367085c0a8b6", kill_on_drop: false }` [INFO] [stdout] ab4dd6c4e621c9fa5fd394f6e4c0900e196560d761795f53acd7367085c0a8b6