[INFO] fetching crate ansiconst 0.1.1... [INFO] testing ansiconst-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate ansiconst 0.1.1 into /workspace/builds/worker-0-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ansiconst 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 090d32d12e4be946a68d7d89f1aeda951b9b54fae9dad41e6f1995c6c6acfbad [INFO] running `Command { std: "docker" "start" "-a" "090d32d12e4be946a68d7d89f1aeda951b9b54fae9dad41e6f1995c6c6acfbad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "090d32d12e4be946a68d7d89f1aeda951b9b54fae9dad41e6f1995c6c6acfbad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "090d32d12e4be946a68d7d89f1aeda951b9b54fae9dad41e6f1995c6c6acfbad", kill_on_drop: false }` [INFO] [stdout] 090d32d12e4be946a68d7d89f1aeda951b9b54fae9dad41e6f1995c6c6acfbad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0bf360dd45976080d9b13f5cf78674f6758e49a566bd77ae2c056319fa78083 [INFO] running `Command { std: "docker" "start" "-a" "d0bf360dd45976080d9b13f5cf78674f6758e49a566bd77ae2c056319fa78083", 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 [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's 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.84s [INFO] running `Command { std: "docker" "inspect" "d0bf360dd45976080d9b13f5cf78674f6758e49a566bd77ae2c056319fa78083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0bf360dd45976080d9b13f5cf78674f6758e49a566bd77ae2c056319fa78083", kill_on_drop: false }` [INFO] [stdout] d0bf360dd45976080d9b13f5cf78674f6758e49a566bd77ae2c056319fa78083 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db4352bb356b33fc5290a794eec4b77b0349edeec09cf6cb5b1bd3b5471a0692 [INFO] running `Command { std: "docker" "start" "-a" "db4352bb356b33fc5290a794eec4b77b0349edeec09cf6cb5b1bd3b5471a0692", 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] [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] 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 `test` profile [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "db4352bb356b33fc5290a794eec4b77b0349edeec09cf6cb5b1bd3b5471a0692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db4352bb356b33fc5290a794eec4b77b0349edeec09cf6cb5b1bd3b5471a0692", kill_on_drop: false }` [INFO] [stdout] db4352bb356b33fc5290a794eec4b77b0349edeec09cf6cb5b1bd3b5471a0692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 07278ab66e8827a2634a5ccb0db7514b6a0c3445f62f2f32412e4a38f64397ad [INFO] running `Command { std: "docker" "start" "-a" "07278ab66e8827a2634a5ccb0db7514b6a0c3445f62f2f32412e4a38f64397ad", 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] [stdout] [INFO] [stderr] = note: for more information, see [INFO] [stdout] running 1 test [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] [stdout] test ansi::effect::tests::test_effect ... ok [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] --> src/io/stream.rs:89:19 [INFO] [stdout] [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-2021d1904c0d824a) [INFO] [stderr] Running tests/display.rs (/opt/rustwide/target/debug/deps/display-bcfe8d7e99dfbfaf) [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-aed1aa36d103b632) [INFO] [stderr] Running tests/noansi.rs (/opt/rustwide/target/debug/deps/noansi-c30df3e6ccafa6d1) [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] [stdout] running 2 tests [INFO] [stdout] test test_noansi ... ignored, used by output test [INFO] [stdout] test test_output_noansi ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/protection.rs (/opt/rustwide/target/debug/deps/protection-07dd98caf3e500cd) [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-45ab85f940bf13a8) [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] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.03s [INFO] [stdout] [INFO] [stderr] Running tests/str.rs (/opt/rustwide/target/debug/deps/str-832b523c839d5482) [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.08s [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/lib.rs - ansi (line 228) ... ok [INFO] [stdout] test src/io.rs - io::AnsiWrite::set_ansi (line 150) ... ok [INFO] [stdout] test src/lib.rs - (line 96) ... ok [INFO] [stdout] test src/io.rs - io (line 7) ... ok [INFO] [stdout] test src/lib.rs - (line 176) ... ok [INFO] [stdout] test src/lib.rs - (line 132) ... 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/fmt.rs - fmt::Styled (line 159) ... ok [INFO] [stdout] test src/lib.rs - epaint (line 493) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/ansi/colour.rs - ansi::colour::Colour::not (line 83) ... ok [INFO] [stdout] test src/fmt.rs - fmt::Styled (line 113) ... ok [INFO] [stdout] test src/lib.rs - paint (line 434) ... ok [INFO] [stdout] test src/fmt.rs - fmt::Styled (line 76) ... ok [INFO] [stdout] test src/lib.rs - ansi_code (line 256) ... ok [INFO] [stdout] test src/lib.rs - styled (line 289) ... ok [INFO] [stdout] test src/lib.rs - epaintln (line 522) ... ok [INFO] [stdout] test src/io.rs - io (line 31) ... ok [INFO] [stdout] test src/lib.rs - styled_format (line 317) ... 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 - paintln (line 463) ... ok [INFO] [stdout] test src/lib.rs - styled_format_args (line 345) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "07278ab66e8827a2634a5ccb0db7514b6a0c3445f62f2f32412e4a38f64397ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07278ab66e8827a2634a5ccb0db7514b6a0c3445f62f2f32412e4a38f64397ad", kill_on_drop: false }` [INFO] [stdout] 07278ab66e8827a2634a5ccb0db7514b6a0c3445f62f2f32412e4a38f64397ad