[INFO] fetching crate ecstatic 0.0.2... [INFO] testing ecstatic-0.0.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate ecstatic 0.0.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate ecstatic 0.0.2 [INFO] finished tweaking crates.io crate ecstatic 0.0.2 [INFO] tweaked toml for crates.io crate ecstatic 0.0.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ecstatic 0.0.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4985dd2e5e9259c0c0e1720476f390f08026329799964f03f7ead9f64d70e260 [INFO] running `Command { std: "docker" "start" "-a" "4985dd2e5e9259c0c0e1720476f390f08026329799964f03f7ead9f64d70e260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4985dd2e5e9259c0c0e1720476f390f08026329799964f03f7ead9f64d70e260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4985dd2e5e9259c0c0e1720476f390f08026329799964f03f7ead9f64d70e260", kill_on_drop: false }` [INFO] [stdout] 4985dd2e5e9259c0c0e1720476f390f08026329799964f03f7ead9f64d70e260 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08803bba0e2163bc7dd51d90825fde67cc53f88561d08cd89c63d6cfd132a912 [INFO] running `Command { std: "docker" "start" "-a" "08803bba0e2163bc7dd51d90825fde67cc53f88561d08cd89c63d6cfd132a912", kill_on_drop: false }` [INFO] [stderr] Compiling ecstatic v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated items `new` and `iter` are never used [INFO] [stdout] --> src/bitset.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait BitSet { [INFO] [stdout] | ------ associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 21 | fn new() -> Self; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | fn iter(&self) -> Self::Iter; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BitVec` is never used [INFO] [stdout] --> src/bitset.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub trait BitVec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/traits.rs:235:27 [INFO] [stdout] | [INFO] [stdout] 235 | fn fetch(&'a self) -> ReadComponent { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 235 | fn fetch(&'a self) -> ReadComponent<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/traits.rs:247:27 [INFO] [stdout] | [INFO] [stdout] 247 | fn fetch(&'a self) -> WriteComponent { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 247 | fn fetch(&'a self) -> WriteComponent<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:337:12 [INFO] [stdout] | [INFO] [stdout] 337 | fn get(&self) -> std::cell::Ref; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 337 | fn get(&self) -> std::cell::Ref<'_, T::Storage>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 339 | fn get_mut(&self) -> std::cell::RefMut<'_, T::Storage>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 345 | fn get(&self) -> std::cell::Ref; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 345 | fn get(&self) -> std::cell::Ref<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 347 | fn get_mut(&self) -> std::cell::RefMut<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "08803bba0e2163bc7dd51d90825fde67cc53f88561d08cd89c63d6cfd132a912", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08803bba0e2163bc7dd51d90825fde67cc53f88561d08cd89c63d6cfd132a912", kill_on_drop: false }` [INFO] [stdout] 08803bba0e2163bc7dd51d90825fde67cc53f88561d08cd89c63d6cfd132a912 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92f3bed77e149efc24c0ecdd4265bbf1c2e9e9c399ade567e707bd424c1b5fc7 [INFO] running `Command { std: "docker" "start" "-a" "92f3bed77e149efc24c0ecdd4265bbf1c2e9e9c399ade567e707bd424c1b5fc7", kill_on_drop: false }` [INFO] [stdout] warning: associated items `new` and `iter` are never used [INFO] [stdout] --> src/bitset.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait BitSet { [INFO] [stdout] | ------ associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 21 | fn new() -> Self; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | fn iter(&self) -> Self::Iter; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BitVec` is never used [INFO] [stdout] --> src/bitset.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub trait BitVec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/traits.rs:235:27 [INFO] [stdout] | [INFO] [stdout] 235 | fn fetch(&'a self) -> ReadComponent { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 235 | fn fetch(&'a self) -> ReadComponent<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ecstatic v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/traits.rs:247:27 [INFO] [stdout] | [INFO] [stdout] 247 | fn fetch(&'a self) -> WriteComponent { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 247 | fn fetch(&'a self) -> WriteComponent<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:337:12 [INFO] [stdout] | [INFO] [stdout] 337 | fn get(&self) -> std::cell::Ref; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 337 | fn get(&self) -> std::cell::Ref<'_, T::Storage>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 339 | fn get_mut(&self) -> std::cell::RefMut<'_, T::Storage>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 345 | fn get(&self) -> std::cell::Ref; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 345 | fn get(&self) -> std::cell::Ref<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 347 | fn get_mut(&self) -> std::cell::RefMut<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/bitset.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait BitSet { [INFO] [stdout] | ------ associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 21 | fn new() -> Self; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BitVec` is never used [INFO] [stdout] --> src/bitset.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub trait BitVec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/traits.rs:235:27 [INFO] [stdout] | [INFO] [stdout] 235 | fn fetch(&'a self) -> ReadComponent { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 235 | fn fetch(&'a self) -> ReadComponent<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/traits.rs:247:27 [INFO] [stdout] | [INFO] [stdout] 247 | fn fetch(&'a self) -> WriteComponent { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 247 | fn fetch(&'a self) -> WriteComponent<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:337:12 [INFO] [stdout] | [INFO] [stdout] 337 | fn get(&self) -> std::cell::Ref; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 337 | fn get(&self) -> std::cell::Ref<'_, T::Storage>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 339 | fn get_mut(&self) -> std::cell::RefMut<'_, T::Storage>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 345 | fn get(&self) -> std::cell::Ref; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 345 | fn get(&self) -> std::cell::Ref<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/traits.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 347 | fn get_mut(&self) -> std::cell::RefMut<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:299:24 [INFO] [stdout] | [INFO] [stdout] 299 | fn get(&self) -> std::cell::Ref<<$component_type as StorageSpec<'a>>::Storage> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_world!( [INFO] [stdout] 24 | | #[derive(Default)] [INFO] [stdout] 25 | | pub world { [INFO] [stdout] 26 | | components { [INFO] [stdout] ... | [INFO] [stdout] 35 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 299 | fn get(&self) -> std::cell::Ref<'_, <$component_type as StorageSpec<'a>>::Storage> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | fn get_mut(&self) -> std::cell::RefMut<<$component_type as StorageSpec<'a>>::Storage> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_world!( [INFO] [stdout] 24 | | #[derive(Default)] [INFO] [stdout] 25 | | pub world { [INFO] [stdout] 26 | | components { [INFO] [stdout] ... | [INFO] [stdout] 35 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 302 | fn get_mut(&self) -> std::cell::RefMut<'_, <$component_type as StorageSpec<'a>>::Storage> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | fn get(&self) -> std::cell::Ref<$resource_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_world!( [INFO] [stdout] 24 | | #[derive(Default)] [INFO] [stdout] 25 | | pub world { [INFO] [stdout] 26 | | components { [INFO] [stdout] ... | [INFO] [stdout] 35 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 283 | fn get(&self) -> std::cell::Ref<'_, $resource_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:28 [INFO] [stdout] | [INFO] [stdout] 286 | fn get_mut(&self) -> std::cell::RefMut<$resource_type> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_world!( [INFO] [stdout] 24 | | #[derive(Default)] [INFO] [stdout] 25 | | pub world { [INFO] [stdout] 26 | | components { [INFO] [stdout] ... | [INFO] [stdout] 35 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | fn get_mut(&self) -> std::cell::RefMut<'_, $resource_type> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "92f3bed77e149efc24c0ecdd4265bbf1c2e9e9c399ade567e707bd424c1b5fc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92f3bed77e149efc24c0ecdd4265bbf1c2e9e9c399ade567e707bd424c1b5fc7", kill_on_drop: false }` [INFO] [stdout] 92f3bed77e149efc24c0ecdd4265bbf1c2e9e9c399ade567e707bd424c1b5fc7 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0fa45c885c7306caa86af672fe9a4bc1ad2ad0a0b2c4c0d0d919d16dde066235 [INFO] running `Command { std: "docker" "start" "-a" "0fa45c885c7306caa86af672fe9a4bc1ad2ad0a0b2c4c0d0d919d16dde066235", kill_on_drop: false }` [INFO] [stderr] warning: associated items `new` and `iter` are never used [INFO] [stderr] --> src/bitset.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub trait BitSet { [INFO] [stderr] | ------ associated items in this trait [INFO] [stderr] ... [INFO] [stderr] 21 | fn new() -> Self; [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | fn iter(&self) -> Self::Iter; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: trait `BitVec` is never used [INFO] [stderr] --> src/bitset.rs:106:11 [INFO] [stderr] | [INFO] [stderr] 106 | pub trait BitVec { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/traits.rs:235:27 [INFO] [stderr] | [INFO] [stderr] 235 | fn fetch(&'a self) -> ReadComponent { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 235 | fn fetch(&'a self) -> ReadComponent<'a, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/traits.rs:247:27 [INFO] [stderr] | [INFO] [stderr] 247 | fn fetch(&'a self) -> WriteComponent { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 247 | fn fetch(&'a self) -> WriteComponent<'a, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/traits.rs:337:12 [INFO] [stderr] | [INFO] [stderr] 337 | fn get(&self) -> std::cell::Ref; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 337 | fn get(&self) -> std::cell::Ref<'_, T::Storage>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/traits.rs:339:16 [INFO] [stderr] | [INFO] [stderr] 339 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 339 | fn get_mut(&self) -> std::cell::RefMut<'_, T::Storage>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/traits.rs:345:12 [INFO] [stderr] | [INFO] [stderr] 345 | fn get(&self) -> std::cell::Ref; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 345 | fn get(&self) -> std::cell::Ref<'_, T>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/traits.rs:347:16 [INFO] [stderr] | [INFO] [stderr] 347 | fn get_mut(&self) -> std::cell::RefMut; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 347 | fn get_mut(&self) -> std::cell::RefMut<'_, T>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `ecstatic` (lib) generated 8 warnings (run `cargo fix --lib -p ecstatic` to apply 6 suggestions) [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> src/bitset.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub trait BitSet { [INFO] [stderr] | ------ associated function in this trait [INFO] [stderr] ... [INFO] [stderr] 21 | fn new() -> Self; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:299:24 [INFO] [stderr] | [INFO] [stderr] 299 | fn get(&self) -> std::cell::Ref<<$component_type as StorageSpec<'a>>::Storage> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/tests.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / define_world!( [INFO] [stderr] 24 | | #[derive(Default)] [INFO] [stderr] 25 | | pub world { [INFO] [stderr] 26 | | components { [INFO] [stderr] ... | [INFO] [stderr] 35 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 299 | fn get(&self) -> std::cell::Ref<'_, <$component_type as StorageSpec<'a>>::Storage> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:302:28 [INFO] [stderr] | [INFO] [stderr] 302 | fn get_mut(&self) -> std::cell::RefMut<<$component_type as StorageSpec<'a>>::Storage> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/tests.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / define_world!( [INFO] [stderr] 24 | | #[derive(Default)] [INFO] [stderr] 25 | | pub world { [INFO] [stderr] 26 | | components { [INFO] [stderr] ... | [INFO] [stderr] 35 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 302 | fn get_mut(&self) -> std::cell::RefMut<'_, <$component_type as StorageSpec<'a>>::Storage> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:283:24 [INFO] [stderr] | [INFO] [stderr] 283 | fn get(&self) -> std::cell::Ref<$resource_type> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/tests.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / define_world!( [INFO] [stderr] 24 | | #[derive(Default)] [INFO] [stderr] 25 | | pub world { [INFO] [stderr] 26 | | components { [INFO] [stderr] ... | [INFO] [stderr] 35 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 4 tests [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test bitset::tests::bitset ... ok [INFO] [stderr] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test bitset::tests::bitset_iter ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test tests::test_join ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_world ... ok [INFO] [stderr] 283 | fn get(&self) -> std::cell::Ref<'_, $resource_type> { [INFO] [stdout] [INFO] [stderr] | +++ [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:286:28 [INFO] [stderr] | [INFO] [stderr] 286 | fn get_mut(&self) -> std::cell::RefMut<$resource_type> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/tests.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / define_world!( [INFO] [stderr] 24 | | #[derive(Default)] [INFO] [stderr] 25 | | pub world { [INFO] [stderr] 26 | | components { [INFO] [stderr] ... | [INFO] [stderr] 35 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `__define_world_internal` which comes from the expansion of the macro `define_world` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 286 | fn get_mut(&self) -> std::cell::RefMut<'_, $resource_type> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `ecstatic` (lib test) generated 12 warnings (7 duplicates) (run `cargo fix --lib -p ecstatic --tests` to apply 4 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ecstatic-47fe8d0e284c4007) [INFO] [stderr] Doc-tests ecstatic [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test src/join.rs - join (line 22) ... ignored [INFO] [stdout] test src/join.rs - join (line 31) ... ignored [INFO] [stdout] test src/join.rs - join (line 45) ... ignored [INFO] [stdout] test src/typelist.rs - typelist (line 129) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 107) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 65) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 138) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 149) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 52) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 43) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 36) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 120) ... ok [INFO] [stdout] test src/lib.rs - define_world (line 210) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 96) ... ok [INFO] [stdout] test src/lib.rs - (line 58) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0fa45c885c7306caa86af672fe9a4bc1ad2ad0a0b2c4c0d0d919d16dde066235", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fa45c885c7306caa86af672fe9a4bc1ad2ad0a0b2c4c0d0d919d16dde066235", kill_on_drop: false }` [INFO] [stdout] 0fa45c885c7306caa86af672fe9a4bc1ad2ad0a0b2c4c0d0d919d16dde066235