[INFO] fetching crate ecstatic 0.0.2... [INFO] testing ecstatic-0.0.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ecstatic 0.0.2 into /workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ecstatic 0.0.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ce5963804b6269b6eb1fd499bf9b5d1486e5a7da822a43c3a7e2ea412b85caf [INFO] running `Command { std: "docker" "start" "-a" "8ce5963804b6269b6eb1fd499bf9b5d1486e5a7da822a43c3a7e2ea412b85caf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ce5963804b6269b6eb1fd499bf9b5d1486e5a7da822a43c3a7e2ea412b85caf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ce5963804b6269b6eb1fd499bf9b5d1486e5a7da822a43c3a7e2ea412b85caf", kill_on_drop: false }` [INFO] [stdout] 8ce5963804b6269b6eb1fd499bf9b5d1486e5a7da822a43c3a7e2ea412b85caf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 267cbde1289bcd2e36e6601b95bd449fdd97a6a46350af0330caddebe35e5a01 [INFO] running `Command { std: "docker" "start" "-a" "267cbde1289bcd2e36e6601b95bd449fdd97a6a46350af0330caddebe35e5a01", 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.71s [INFO] running `Command { std: "docker" "inspect" "267cbde1289bcd2e36e6601b95bd449fdd97a6a46350af0330caddebe35e5a01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "267cbde1289bcd2e36e6601b95bd449fdd97a6a46350af0330caddebe35e5a01", kill_on_drop: false }` [INFO] [stdout] 267cbde1289bcd2e36e6601b95bd449fdd97a6a46350af0330caddebe35e5a01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 288d67d6224394b22514f40c62bf1178b12dc36a631c5bae8bf4ef0de2f9bbc9 [INFO] running `Command { std: "docker" "start" "-a" "288d67d6224394b22514f40c62bf1178b12dc36a631c5bae8bf4ef0de2f9bbc9", 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] [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: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: 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.29s [INFO] running `Command { std: "docker" "inspect" "288d67d6224394b22514f40c62bf1178b12dc36a631c5bae8bf4ef0de2f9bbc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "288d67d6224394b22514f40c62bf1178b12dc36a631c5bae8bf4ef0de2f9bbc9", kill_on_drop: false }` [INFO] [stdout] 288d67d6224394b22514f40c62bf1178b12dc36a631c5bae8bf4ef0de2f9bbc9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f26d2f63f36a8da6b19beaba3f4a57510b2e778aa4a853ca2f2b9ccc4241f541 [INFO] running `Command { std: "docker" "start" "-a" "f26d2f63f36a8da6b19beaba3f4a57510b2e778aa4a853ca2f2b9ccc4241f541", 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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ecstatic-8bdabbb3bbd8d2f8) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stderr] Doc-tests ecstatic [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.01s [INFO] [stdout] [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/lib.rs - (line 138) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 36) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 129) - compile fail ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 120) ... ok [INFO] [stdout] test src/typelist.rs - typelist (line 107) - 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/typelist.rs - typelist (line 65) - compile fail ... 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] 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.95s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f26d2f63f36a8da6b19beaba3f4a57510b2e778aa4a853ca2f2b9ccc4241f541", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f26d2f63f36a8da6b19beaba3f4a57510b2e778aa4a853ca2f2b9ccc4241f541", kill_on_drop: false }` [INFO] [stdout] f26d2f63f36a8da6b19beaba3f4a57510b2e778aa4a853ca2f2b9ccc4241f541