[INFO] fetching crate ansiconst 0.1.1...
[INFO] testing ansiconst-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate ansiconst 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate ansiconst 0.1.1
[INFO] finished tweaking crates.io crate ansiconst 0.1.1
[INFO] tweaked toml for crates.io crate ansiconst 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ansiconst 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2285060ea7f85b99886bdf4ff809d6402eb423ba7fbb547bff929d41020c4b47
[INFO] running `Command { std: "docker" "start" "-a" "2285060ea7f85b99886bdf4ff809d6402eb423ba7fbb547bff929d41020c4b47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2285060ea7f85b99886bdf4ff809d6402eb423ba7fbb547bff929d41020c4b47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2285060ea7f85b99886bdf4ff809d6402eb423ba7fbb547bff929d41020c4b47", kill_on_drop: false }`
[INFO] [stdout] 2285060ea7f85b99886bdf4ff809d6402eb423ba7fbb547bff929d41020c4b47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a23afe9475923834dade5a33acb0acb11edf8b28dc4ddf2c2f599a12bf62a2c
[INFO] running `Command { std: "docker" "start" "-a" "8a23afe9475923834dade5a33acb0acb11edf8b28dc4ddf2c2f599a12bf62a2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling ansiconst v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |             match ANSIOUT.get() {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |                     ANSIOUT.set(Some(ansi));
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |         unsafe { ANSIOUT.set(Some(ansi)); }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |             match ANSIERR.get() {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:92:21
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     ANSIERR.set(Some(ansi));
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/io/stream.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |         unsafe { ANSIERR.set(Some(ansi)); }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
[INFO] running `Command { std: "docker" "inspect" "8a23afe9475923834dade5a33acb0acb11edf8b28dc4ddf2c2f599a12bf62a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a23afe9475923834dade5a33acb0acb11edf8b28dc4ddf2c2f599a12bf62a2c", kill_on_drop: false }`
[INFO] [stdout] 8a23afe9475923834dade5a33acb0acb11edf8b28dc4ddf2c2f599a12bf62a2c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ad72f3de77992fc66e680601afef6c62b9a6ed2f80ef15b5536ed6e1d25e02d
[INFO] running `Command { std: "docker" "start" "-a" "2ad72f3de77992fc66e680601afef6c62b9a6ed2f80ef15b5536ed6e1d25e02d", kill_on_drop: false }`
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |             match ANSIOUT.get() {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |                     ANSIOUT.set(Some(ansi));
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |         unsafe { ANSIOUT.set(Some(ansi)); }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |             match ANSIERR.get() {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:92:21
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     ANSIERR.set(Some(ansi));
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/io/stream.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |         unsafe { ANSIERR.set(Some(ansi)); }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ansiconst v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |             match ANSIOUT.get() {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |                     ANSIOUT.set(Some(ansi));
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |         unsafe { ANSIOUT.set(Some(ansi)); }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |             match ANSIERR.get() {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/io/stream.rs:92:21
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     ANSIERR.set(Some(ansi));
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/io/stream.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |         unsafe { ANSIERR.set(Some(ansi)); }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] running `Command { std: "docker" "inspect" "2ad72f3de77992fc66e680601afef6c62b9a6ed2f80ef15b5536ed6e1d25e02d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ad72f3de77992fc66e680601afef6c62b9a6ed2f80ef15b5536ed6e1d25e02d", kill_on_drop: false }`
[INFO] [stdout] 2ad72f3de77992fc66e680601afef6c62b9a6ed2f80ef15b5536ed6e1d25e02d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b4fd6995728cefeb99805093d7ff18d0c27dd2c4a2d61f2fcff8fd26a76afde6
[INFO] running `Command { std: "docker" "start" "-a" "b4fd6995728cefeb99805093d7ff18d0c27dd2c4a2d61f2fcff8fd26a76afde6", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/io/stream.rs:68:19
[INFO] [stderr]    |
[INFO] [stderr] 68 |             match ANSIOUT.get() {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/io/stream.rs:71:21
[INFO] [stderr]    |
[INFO] [stderr] 71 |                     ANSIOUT.set(Some(ansi));
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/io/stream.rs:81:18
[INFO] [stderr]    |
[INFO] [stderr] 81 |         unsafe { ANSIOUT.set(Some(ansi)); }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/io/stream.rs:89:19
[INFO] [stderr]    |
[INFO] [stderr] 89 |             match ANSIERR.get() {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/io/stream.rs:92:21
[INFO] [stderr]    |
[INFO] [stderr] 92 |                     ANSIERR.set(Some(ansi));
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/io/stream.rs:102:18
[INFO] [stderr]     |
[INFO] [stderr] 102 |         unsafe { ANSIERR.set(Some(ansi)); }
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: `ansiconst` (lib) generated 6 warnings
[INFO] [stderr] warning: `ansiconst` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ansiconst-2021d1904c0d824a)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/display.rs (/opt/rustwide/target/debug/deps/display-bcfe8d7e99dfbfaf)
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/macros.rs (/opt/rustwide/target/debug/deps/macros-aed1aa36d103b632)
[INFO] [stdout] test ansi::effect::tests::test_effect ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_display ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_macros ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/noansi.rs (/opt/rustwide/target/debug/deps/noansi-c30df3e6ccafa6d1)
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_noansi ... ignored, used by output test
[INFO] [stderr]      Running tests/protection.rs (/opt/rustwide/target/debug/deps/protection-07dd98caf3e500cd)
[INFO] [stdout] test test_output_noansi ... ok
[INFO] [stderr]      Running tests/sizes.rs (/opt/rustwide/target/debug/deps/sizes-45ab85f940bf13a8)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_protection ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_sizes ... ignored, used by output test
[INFO] [stderr]      Running tests/str.rs (/opt/rustwide/target/debug/deps/str-832b523c839d5482)
[INFO] [stdout] test test_output_sizes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.83s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_str ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ansiconst
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/fmt.rs - fmt::Styled (line 159) ... ok
[INFO] [stdout] test src/lib.rs - (line 42) ... ok
[INFO] [stdout] test src/io.rs - io (line 7) ... ok
[INFO] [stdout] test src/io.rs - io::AnsiWrite::no_ansi (line 175) ... ok
[INFO] [stdout] test src/ansi/effect.rs - ansi::effect::Effect::not (line 80) ... ok
[INFO] [stdout] test src/fmt.rs - fmt::Styled (line 48) ... ok
[INFO] [stdout] test src/ansi.rs - ansi::Ansi::protect_attrs (line 232) ... ok
[INFO] [stdout] test src/lib.rs - (line 132) ... ok
[INFO] [stdout] test src/io.rs - io (line 31) ... ok
[INFO] [stdout] test src/lib.rs - (line 176) ... ok
[INFO] [stdout] test src/lib.rs - (line 96) ... ok
[INFO] [stdout] test src/ansi/colour.rs - ansi::colour::Colour::not (line 83) ... ok
[INFO] [stdout] test src/lib.rs - epaint (line 493) ... ok
[INFO] [stdout] test src/fmt.rs - fmt::Styled (line 113) ... ok
[INFO] [stdout] test src/lib.rs - ansi (line 228) ... ok
[INFO] [stdout] test src/lib.rs - paintln (line 463) ... ok
[INFO] [stdout] test src/lib.rs - styled_format (line 317) ... ok
[INFO] [stdout] test src/lib.rs - paint (line 434) ... ok
[INFO] [stdout] test src/lib.rs - epaintln (line 522) ... ok
[INFO] [stdout] test src/lib.rs - styled_writeln (line 403) ... ok
[INFO] [stdout] test src/lib.rs - styled_write (line 375) ... ok
[INFO] [stdout] test src/lib.rs - ansi_code (line 256) ... ok
[INFO] [stdout] test src/lib.rs - styled_format_args (line 345) ... ok
[INFO] [stdout] test src/fmt.rs - fmt::Styled (line 76) ... ok
[INFO] [stdout] test src/io.rs - io::AnsiWrite::set_ansi (line 150) ... ok
[INFO] [stdout] test src/lib.rs - styled (line 289) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.57s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b4fd6995728cefeb99805093d7ff18d0c27dd2c4a2d61f2fcff8fd26a76afde6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4fd6995728cefeb99805093d7ff18d0c27dd2c4a2d61f2fcff8fd26a76afde6", kill_on_drop: false }`
[INFO] [stdout] b4fd6995728cefeb99805093d7ff18d0c27dd2c4a2d61f2fcff8fd26a76afde6
