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