[INFO] fetching crate toad-common 1.0.0-beta.3...
[INFO] testing toad-common-1.0.0-beta.3 against 1.95.0 for beta-1.96-2
[INFO] extracting crate toad-common 1.0.0-beta.3 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate toad-common 1.0.0-beta.3
[INFO] finished tweaking crates.io crate toad-common 1.0.0-beta.3
[INFO] tweaked toml for crates.io crate toad-common 1.0.0-beta.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate toad-common 1.0.0-beta.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tinyvec` dependency)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd1d829b6713c3e842f981c333c2543f9c3daccca6a3ce5f1c0a89494c5a116d
[INFO] running `Command { std: "docker" "start" "-a" "dd1d829b6713c3e842f981c333c2543f9c3daccca6a3ce5f1c0a89494c5a116d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd1d829b6713c3e842f981c333c2543f9c3daccca6a3ce5f1c0a89494c5a116d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd1d829b6713c3e842f981c333c2543f9c3daccca6a3ce5f1c0a89494c5a116d", kill_on_drop: false }`
[INFO] [stdout] dd1d829b6713c3e842f981c333c2543f9c3daccca6a3ce5f1c0a89494c5a116d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 843f3edf72407f141a367818de153853a1340982f054577646742d27512efbf6
[INFO] running `Command { std: "docker" "start" "-a" "843f3edf72407f141a367818de153853a1340982f054577646742d27512efbf6", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tinyvec` dependency)
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling toad-common v1.0.0-beta.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stdout]  --> src/lib.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(all(not(test), feature = "no_std"), no_std)]
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `docs`, `std`, and `test`
[INFO] [stdout]   = help: consider adding `no_std` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "843f3edf72407f141a367818de153853a1340982f054577646742d27512efbf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "843f3edf72407f141a367818de153853a1340982f054577646742d27512efbf6", kill_on_drop: false }`
[INFO] [stdout] 843f3edf72407f141a367818de153853a1340982f054577646742d27512efbf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e2b1f5486131ad4e6fe7e550177adefbb0ab7a052abd876c4d948647f22eb2d
[INFO] running `Command { std: "docker" "start" "-a" "2e2b1f5486131ad4e6fe7e550177adefbb0ab7a052abd876c4d948647f22eb2d", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tinyvec` dependency)
[INFO] [stdout] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stdout]  --> src/lib.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(all(not(test), feature = "no_std"), no_std)]
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `docs`, `std`, and `test`
[INFO] [stdout]   = help: consider adding `no_std` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toad-common v1.0.0-beta.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stdout]  --> src/lib.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(all(not(test), feature = "no_std"), no_std)]
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `docs`, `std`, and `test`
[INFO] [stdout]   = help: consider adding `no_std` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 165 |         wait!(START);
[INFO] [stdout]     |         ------------ in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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 `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 168 |              wait!(READING);
[INFO] [stdout]     |              -------------- in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 169 |              wait!(READING_DONE);
[INFO] [stdout]     |              ------------------- in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 172 |         wait!(MODIFY_DONE);
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 176 |         wait!(START);
[INFO] [stdout]     |         ------------ in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 177 |         wait!(READING);
[INFO] [stdout]     |         -------------- in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 179 |         wait!(MODIFY_DONE);
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 182 |       wait!(START);
[INFO] [stdout]     |       ------------ in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 183 |       wait!(READING);
[INFO] [stdout]     |       -------------- in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 184 |       wait!(READING_DONE);
[INFO] [stdout]     |       ------------------- in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stdout]     |
[INFO] [stdout] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stdout]     |           ^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 185 |       wait!(MODIFY_DONE);
[INFO] [stdout]     |       ------------------ in this macro invocation
[INFO] [stdout]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `wait` (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 1.04s
[INFO] running `Command { std: "docker" "inspect" "2e2b1f5486131ad4e6fe7e550177adefbb0ab7a052abd876c4d948647f22eb2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e2b1f5486131ad4e6fe7e550177adefbb0ab7a052abd876c4d948647f22eb2d", kill_on_drop: false }`
[INFO] [stdout] 2e2b1f5486131ad4e6fe7e550177adefbb0ab7a052abd876c4d948647f22eb2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f590a09554801158e1b13012e2beae80118bf286d6fdd9b309ad31ab7d3e31ef
[INFO] running `Command { std: "docker" "start" "-a" "f590a09554801158e1b13012e2beae80118bf286d6fdd9b309ad31ab7d3e31ef", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tinyvec` dependency)
[INFO] [stderr] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stderr]  --> src/lib.rs:6:28
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![cfg_attr(all(not(test), feature = "no_std"), no_std)]
[INFO] [stderr]   |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `alloc`, `default`, `docs`, `std`, and `test`
[INFO] [stderr]   = help: consider adding `no_std` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `toad-common` (lib) generated 1 warning
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 165 |         wait!(START);
[INFO] [stderr]     |         ------------ in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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 `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 168 |              wait!(READING);
[INFO] [stderr]     |              -------------- in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 169 |              wait!(READING_DONE);
[INFO] [stderr]     |              ------------------- in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 172 |         wait!(MODIFY_DONE);
[INFO] [stderr]     |         ------------------ in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 176 |         wait!(START);
[INFO] [stderr]     |         ------------ in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 177 |         wait!(READING);
[INFO] [stderr]     |         -------------- in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 179 |         wait!(MODIFY_DONE);
[INFO] [stderr]     |         ------------------ in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 182 |       wait!(START);
[INFO] [stderr]     |       ------------ in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 183 |       wait!(READING);
[INFO] [stderr]     |       -------------- in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 184 |       wait!(READING_DONE);
[INFO] [stderr]     |       ------------------- in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (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/stem.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |           $b.as_ref().unwrap().clone().wait();
[INFO] [stderr]     |           ^^ shared reference to mutable static
[INFO] [stderr] ...
[INFO] [stderr] 185 |       wait!(MODIFY_DONE);
[INFO] [stderr]     |       ------------------ in this macro invocation
[INFO] [stderr]     |
[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: this warning originates in the macro `wait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `toad-common` (lib test) generated 12 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/toad_common-99f863340d789ea6)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test cursor::tests::next ... ok
[INFO] [stdout] test cursor::tests::peek_until_end ... ok
[INFO] [stdout] test cursor::tests::seek ... ok
[INFO] [stdout] test cursor::tests::peek ... ok
[INFO] [stdout] test cursor::tests::peek_exact ... ok
[INFO] [stdout] test cursor::tests::take_exact ... ok
[INFO] [stdout] test cursor::tests::take_until_end ... ok
[INFO] [stdout] test cursor::tests::take_while ... ok
[INFO] [stdout] test map::tests::get ... ok
[INFO] [stdout] test map::tests::get_mut ... ok
[INFO] [stdout] test map::tests::has ... ok
[INFO] [stdout] test map::tests::insert ... ok
[INFO] [stdout] test map::tests::iter ... ok
[INFO] [stdout] test map::tests::into_iter ... ok
[INFO] [stdout] test cursor::tests::take ... ok
[INFO] [stdout] test stem::test::refcell_concurrent_read_does_not_panic ... ok
[INFO] [stdout] test stem::test::refcell_modify ... ok
[INFO] [stdout] test stem::test::rwlock_concurrent_read_does_not_panic ... ok
[INFO] [stdout] test stem::test::rwlock_modify ... ok
[INFO] [stdout] test map::tests::iter_mut ... ok
[INFO] [stdout] test map::tests::remove ... ok
[INFO] [stdout] test stem::test::stem_modify_blocks_until_refs_dropped ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests toad_common
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/fns.rs - fns::const_ (line 3) ... ok
[INFO] [stdout] test src/array.rs - array::GetSize::is_full (line 49) ... ok
[INFO] [stdout] test src/fns.rs - fns::ignore (line 21) ... ok
[INFO] [stdout] test src/writable.rs - writable::Writable (line 10) ... ok
[INFO] [stdout] test src/array.rs - array::GetSize::size_is_zero (line 38) ... ok
[INFO] [stdout] test src/map.rs - map::IterMut (line 334) ... ok
[INFO] [stdout] test src/map.rs - map::Iter (line 269) ... ok
[INFO] [stdout] test src/hash.rs - hash::Blake2Hasher (line 10) ... ok
[INFO] [stdout] test src/array.rs - array::GetSize::get_size (line 29) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f590a09554801158e1b13012e2beae80118bf286d6fdd9b309ad31ab7d3e31ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f590a09554801158e1b13012e2beae80118bf286d6fdd9b309ad31ab7d3e31ef", kill_on_drop: false }`
[INFO] [stdout] f590a09554801158e1b13012e2beae80118bf286d6fdd9b309ad31ab7d3e31ef
