[INFO] fetching crate yacurses 0.2.5... [INFO] building yacurses-0.2.5 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate yacurses 0.2.5 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yacurses 0.2.5 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 476dc36dba3e841f6500c360132bce6f85c8b8756fa9494ff7ab6b965b6297af [INFO] running `Command { std: "docker" "start" "-a" "476dc36dba3e841f6500c360132bce6f85c8b8756fa9494ff7ab6b965b6297af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "476dc36dba3e841f6500c360132bce6f85c8b8756fa9494ff7ab6b965b6297af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "476dc36dba3e841f6500c360132bce6f85c8b8756fa9494ff7ab6b965b6297af", kill_on_drop: false }` [INFO] [stdout] 476dc36dba3e841f6500c360132bce6f85c8b8756fa9494ff7ab6b965b6297af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e6b899c891c61f29e8a66de81807756b6a44ef29ab038a605b8bf38e8fd4205 [INFO] running `Command { std: "docker" "start" "-a" "0e6b899c891c61f29e8a66de81807756b6a44ef29ab038a605b8bf38e8fd4205", 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; [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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.51s [INFO] running `Command { std: "docker" "inspect" "0e6b899c891c61f29e8a66de81807756b6a44ef29ab038a605b8bf38e8fd4205", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e6b899c891c61f29e8a66de81807756b6a44ef29ab038a605b8bf38e8fd4205", kill_on_drop: false }` [INFO] [stdout] 0e6b899c891c61f29e8a66de81807756b6a44ef29ab038a605b8bf38e8fd4205 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4906bcff0c81c41a5ccfc103716691eb54e68c87c3b88f0c7d5ccb06177c7a38 [INFO] running `Command { std: "docker" "start" "-a" "4906bcff0c81c41a5ccfc103716691eb54e68c87c3b88f0c7d5ccb06177c7a38", 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; [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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; [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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.51s [INFO] running `Command { std: "docker" "inspect" "4906bcff0c81c41a5ccfc103716691eb54e68c87c3b88f0c7d5ccb06177c7a38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4906bcff0c81c41a5ccfc103716691eb54e68c87c3b88f0c7d5ccb06177c7a38", kill_on_drop: false }` [INFO] [stdout] 4906bcff0c81c41a5ccfc103716691eb54e68c87c3b88f0c7d5ccb06177c7a38