[INFO] fetching crate ecstatic 0.0.2... [INFO] testing ecstatic-0.0.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate ecstatic 0.0.2 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ecstatic 0.0.2 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] 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] dcdf5a605f908f99e0737d8ba2a5cfce51eb27e2ab40c7f7aa4ca1aa10814fb8 [INFO] running `Command { std: "docker" "start" "-a" "dcdf5a605f908f99e0737d8ba2a5cfce51eb27e2ab40c7f7aa4ca1aa10814fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dcdf5a605f908f99e0737d8ba2a5cfce51eb27e2ab40c7f7aa4ca1aa10814fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcdf5a605f908f99e0737d8ba2a5cfce51eb27e2ab40c7f7aa4ca1aa10814fb8", kill_on_drop: false }` [INFO] [stdout] dcdf5a605f908f99e0737d8ba2a5cfce51eb27e2ab40c7f7aa4ca1aa10814fb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ebac0c0a8d38dbce1d1a5a118538f46b52182b36ebc7003e79276f8a7d01c4ce [INFO] running `Command { std: "docker" "start" "-a" "ebac0c0a8d38dbce1d1a5a118538f46b52182b36ebc7003e79276f8a7d01c4ce", 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.74s [INFO] running `Command { std: "docker" "inspect" "ebac0c0a8d38dbce1d1a5a118538f46b52182b36ebc7003e79276f8a7d01c4ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebac0c0a8d38dbce1d1a5a118538f46b52182b36ebc7003e79276f8a7d01c4ce", kill_on_drop: false }` [INFO] [stdout] ebac0c0a8d38dbce1d1a5a118538f46b52182b36ebc7003e79276f8a7d01c4ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d8eaa799c312609dd32ae4b9b46977fea8a24a8467fc462a8c02a92963fee3a9 [INFO] running `Command { std: "docker" "start" "-a" "d8eaa799c312609dd32ae4b9b46977fea8a24a8467fc462a8c02a92963fee3a9", 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] [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] Compiling ecstatic v0.0.2 (/opt/rustwide/workdir) [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 1.05s [INFO] running `Command { std: "docker" "inspect" "d8eaa799c312609dd32ae4b9b46977fea8a24a8467fc462a8c02a92963fee3a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8eaa799c312609dd32ae4b9b46977fea8a24a8467fc462a8c02a92963fee3a9", kill_on_drop: false }` [INFO] [stdout] d8eaa799c312609dd32ae4b9b46977fea8a24a8467fc462a8c02a92963fee3a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] e1df5670d9e25ea561aceb4f18140c9259a16e50c1b7631350a81a73c5e06918 [INFO] running `Command { std: "docker" "start" "-a" "e1df5670d9e25ea561aceb4f18140c9259a16e50c1b7631350a81a73c5e06918", 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] [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] 283 | fn get(&self) -> std::cell::Ref<'_, $resource_type> { [INFO] [stderr] | +++ [INFO] [stderr] [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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ecstatic-8bdabbb3bbd8d2f8) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test bitset::tests::bitset ... ok [INFO] [stdout] test bitset::tests::bitset_iter ... ok [INFO] [stdout] test tests::test_join ... ok [INFO] [stdout] test tests::test_world ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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 107) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 65) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 129) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 36) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 96) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 120) ... ok [INFO] [stdout] test src/lib.rs - (line 138) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 43) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 149) ... ok [INFO] [stdout] test src/lib.rs - define_world (line 210) ... ok [INFO] [stdout] test src/lib.rs - (line 58) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 52) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e1df5670d9e25ea561aceb4f18140c9259a16e50c1b7631350a81a73c5e06918", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1df5670d9e25ea561aceb4f18140c9259a16e50c1b7631350a81a73c5e06918", kill_on_drop: false }` [INFO] [stdout] e1df5670d9e25ea561aceb4f18140c9259a16e50c1b7631350a81a73c5e06918