[INFO] fetching crate ansiconst 0.1.1... [INFO] testing ansiconst-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ansiconst 0.1.1 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ansiconst 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d3bbe4e44b05c0b2f67ce1057a40ba743faa2284e706521483fe6dffcb225b9 [INFO] running `Command { std: "docker" "start" "-a" "6d3bbe4e44b05c0b2f67ce1057a40ba743faa2284e706521483fe6dffcb225b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d3bbe4e44b05c0b2f67ce1057a40ba743faa2284e706521483fe6dffcb225b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d3bbe4e44b05c0b2f67ce1057a40ba743faa2284e706521483fe6dffcb225b9", kill_on_drop: false }` [INFO] [stdout] 6d3bbe4e44b05c0b2f67ce1057a40ba743faa2284e706521483fe6dffcb225b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b25901ec9aada8b6580d6d45cac1a8912790e17db851802a6adc48a7cb6a9571 [INFO] running `Command { std: "docker" "start" "-a" "b25901ec9aada8b6580d6d45cac1a8912790e17db851802a6adc48a7cb6a9571", kill_on_drop: false }` [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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's 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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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.55s [INFO] running `Command { std: "docker" "inspect" "b25901ec9aada8b6580d6d45cac1a8912790e17db851802a6adc48a7cb6a9571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b25901ec9aada8b6580d6d45cac1a8912790e17db851802a6adc48a7cb6a9571", kill_on_drop: false }` [INFO] [stdout] b25901ec9aada8b6580d6d45cac1a8912790e17db851802a6adc48a7cb6a9571 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dde0f4df202987acf41b6bd54fd2691192432bab9b81a586259f5a02bcc060b6 [INFO] running `Command { std: "docker" "start" "-a" "dde0f4df202987acf41b6bd54fd2691192432bab9b81a586259f5a02bcc060b6", 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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's 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] [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: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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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: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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's 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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it'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 1.31s [INFO] running `Command { std: "docker" "inspect" "dde0f4df202987acf41b6bd54fd2691192432bab9b81a586259f5a02bcc060b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dde0f4df202987acf41b6bd54fd2691192432bab9b81a586259f5a02bcc060b6", kill_on_drop: false }` [INFO] [stdout] dde0f4df202987acf41b6bd54fd2691192432bab9b81a586259f5a02bcc060b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c6d7b8ad50148a397e463ae8e430266bf2c7066d42e558951ae4075d4bae6fda [INFO] running `Command { std: "docker" "start" "-a" "c6d7b8ad50148a397e463ae8e430266bf2c7066d42e558951ae4075d4bae6fda", 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 [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 [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 [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 [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 [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 [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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ansiconst-86b44a9b64c5bbf2) [INFO] [stdout] [INFO] [stdout] running 1 test [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] [stderr] Running tests/display.rs (/opt/rustwide/target/debug/deps/display-5d3574ac1f91fd69) [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] [stderr] Running tests/macros.rs (/opt/rustwide/target/debug/deps/macros-10afee8ef7df0888) [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] [stderr] Running tests/noansi.rs (/opt/rustwide/target/debug/deps/noansi-d72aed7283a15020) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_noansi ... ignored, used by output test [INFO] [stdout] test test_output_noansi ... ok [INFO] [stderr] Running tests/protection.rs (/opt/rustwide/target/debug/deps/protection-aedd30efd9612ffb) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.14s [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] [stderr] Running tests/sizes.rs (/opt/rustwide/target/debug/deps/sizes-17f873a84bc1396e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_sizes ... ignored, used by output test [INFO] [stdout] test test_output_sizes ... ok [INFO] [stderr] Running tests/str.rs (/opt/rustwide/target/debug/deps/str-b34151a1e150a0aa) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.02s [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/io.rs - io::AnsiWrite::no_ansi (line 175) ... ok [INFO] [stdout] test src/fmt.rs - fmt::Styled (line 48) ... ok [INFO] [stdout] test src/fmt.rs - fmt::Styled (line 113) ... ok [INFO] [stdout] test src/fmt.rs - fmt::Styled (line 76) ... ok [INFO] [stdout] test src/io.rs - io (line 31) ... ok [INFO] [stdout] test src/io.rs - io::AnsiWrite::set_ansi (line 150) ... ok [INFO] [stdout] test src/lib.rs - (line 132) ... ok [INFO] [stdout] test src/ansi/colour.rs - ansi::colour::Colour::not (line 83) ... ok [INFO] [stdout] test src/ansi/effect.rs - ansi::effect::Effect::not (line 80) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/io.rs - io (line 7) ... ok [INFO] [stdout] test src/lib.rs - ansi (line 228) ... ok [INFO] [stdout] test src/ansi.rs - ansi::Ansi::protect_attrs (line 232) ... ok [INFO] [stdout] test src/fmt.rs - fmt::Styled (line 159) ... ok [INFO] [stdout] test src/lib.rs - (line 176) ... ok [INFO] [stdout] test src/lib.rs - epaintln (line 522) ... ok [INFO] [stdout] test src/lib.rs - styled_format (line 317) ... ok [INFO] [stdout] test src/lib.rs - (line 96) ... ok [INFO] [stdout] test src/lib.rs - styled (line 289) ... ok [INFO] [stdout] test src/lib.rs - ansi_code (line 256) ... ok [INFO] [stdout] test src/lib.rs - paintln (line 463) ... ok [INFO] [stdout] test src/lib.rs - paint (line 434) ... ok [INFO] [stdout] test src/lib.rs - styled_writeln (line 403) ... ok [INFO] [stdout] test src/lib.rs - epaint (line 493) ... ok [INFO] [stdout] test src/lib.rs - styled_format_args (line 345) ... ok [INFO] [stdout] test src/lib.rs - styled_write (line 375) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c6d7b8ad50148a397e463ae8e430266bf2c7066d42e558951ae4075d4bae6fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6d7b8ad50148a397e463ae8e430266bf2c7066d42e558951ae4075d4bae6fda", kill_on_drop: false }` [INFO] [stdout] c6d7b8ad50148a397e463ae8e430266bf2c7066d42e558951ae4075d4bae6fda