[INFO] fetching crate yacurses 0.2.5...
[INFO] testing yacurses-0.2.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate yacurses 0.2.5 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate yacurses 0.2.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate yacurses 0.2.5
[INFO] tweaked toml for crates.io crate yacurses 0.2.5 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yacurses 0.2.5 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yacurses 0.2.5 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 858b57492d2d0594c836435aed7b38ded346162eaf89d8c1fe17fb5bca909abb
[INFO] running `Command { std: "docker" "start" "-a" "858b57492d2d0594c836435aed7b38ded346162eaf89d8c1fe17fb5bca909abb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "858b57492d2d0594c836435aed7b38ded346162eaf89d8c1fe17fb5bca909abb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "858b57492d2d0594c836435aed7b38ded346162eaf89d8c1fe17fb5bca909abb", kill_on_drop: false }`
[INFO] [stdout] 858b57492d2d0594c836435aed7b38ded346162eaf89d8c1fe17fb5bca909abb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32cddbfd49674346cebb1470235d7969db3054c520d5d49e3203dbc252e41cdb
[INFO] running `Command { std: "docker" "start" "-a" "32cddbfd49674346cebb1470235d7969db3054c520d5d49e3203dbc252e41cdb", kill_on_drop: false }`
[INFO] [stderr]    Compiling yacurses v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | use std::panic::PanicInfo;
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "32cddbfd49674346cebb1470235d7969db3054c520d5d49e3203dbc252e41cdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32cddbfd49674346cebb1470235d7969db3054c520d5d49e3203dbc252e41cdb", kill_on_drop: false }`
[INFO] [stdout] 32cddbfd49674346cebb1470235d7969db3054c520d5d49e3203dbc252e41cdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c274efc49ad9db4059066dc40b3ad69d4aefcf58ec892e9998502376ea3291d6
[INFO] running `Command { std: "docker" "start" "-a" "c274efc49ad9db4059066dc40b3ad69d4aefcf58ec892e9998502376ea3291d6", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | use std::panic::PanicInfo;
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling yacurses v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | use std::panic::PanicInfo;
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "c274efc49ad9db4059066dc40b3ad69d4aefcf58ec892e9998502376ea3291d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c274efc49ad9db4059066dc40b3ad69d4aefcf58ec892e9998502376ea3291d6", kill_on_drop: false }`
[INFO] [stdout] c274efc49ad9db4059066dc40b3ad69d4aefcf58ec892e9998502376ea3291d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c9461f52e614e8a6e8b4d6eb6ae1978431e6d4eb9e46c590eac6fa24eb7f893c
[INFO] running `Command { std: "docker" "start" "-a" "c9461f52e614e8a6e8b4d6eb6ae1978431e6d4eb9e46c590eac6fa24eb7f893c", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stderr]   --> src/lib.rs:59:17
[INFO] [stderr]    |
[INFO] [stderr] 59 | use std::panic::PanicInfo;
[INFO] [stderr]    |                 ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stderr]    --> src/lib.rs:102:30
[INFO] [stderr]     |
[INFO] [stderr] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stderr]     |                              ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stderr]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stderr]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stderr]     |   -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stderr]     |   -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stderr]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stderr]     |   ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stderr]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stderr]     |   ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stderr]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stderr]     |   ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stderr]     |   ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stderr]     |   ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stderr]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stderr]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stderr]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stderr]     |   ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stderr]     |   --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stderr]     |   ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stderr]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stderr]     |   ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stderr]     |   ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stderr]     |   ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stderr]     |   ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stderr]     |   ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stderr]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stderr]     |   ----------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stderr]     |   ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stderr]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stderr]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:943:27
[INFO] [stderr]     |
[INFO] [stderr] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stderr]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stderr]     |   -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `yacurses` (lib) generated 34 warnings
[INFO] [stderr] warning: `yacurses` (lib test) generated 34 warnings (34 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yacurses-b54dc487c87b11ec)
[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] [stderr]    Doc-tests yacurses
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 29) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c9461f52e614e8a6e8b4d6eb6ae1978431e6d4eb9e46c590eac6fa24eb7f893c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9461f52e614e8a6e8b4d6eb6ae1978431e6d4eb9e46c590eac6fa24eb7f893c", kill_on_drop: false }`
[INFO] [stdout] c9461f52e614e8a6e8b4d6eb6ae1978431e6d4eb9e46c590eac6fa24eb7f893c
