[INFO] fetching crate avalanche 0.1.0...
[INFO] testing avalanche-0.1.0 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate avalanche 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate avalanche 0.1.0
[INFO] finished tweaking crates.io crate avalanche 0.1.0
[INFO] tweaked toml for crates.io crate avalanche 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate avalanche 0.1.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 38 packages to latest compatible versions
[INFO] [stderr]       Adding downcast-rs v1.2.1 (available: v2.0.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded avalanche-web v0.1.0
[INFO] [stderr]   Downloaded avalanche v0.1.0
[INFO] [stderr]   Downloaded avalanche-macro v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238
[INFO] running `Command { std: "docker" "start" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling avalanche-macro v0.1.0
[INFO] [stderr]    Compiling avalanche v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<'_, T> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:177:39
[INFO] [stdout]     |
[INFO] [stdout] 176 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 177 |     ) -> impl Iterator<Item = Tracked<&T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^ the same lifetime is elided here                              -- the same 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] 177 |     ) -> impl Iterator<Item = Tracked<&'a T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:191:39
[INFO] [stdout]     |
[INFO] [stdout] 189 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 190 |         size: usize,
[INFO] [stdout] 191 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 191 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:207:39
[INFO] [stdout]     |
[INFO] [stdout] 205 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 206 |         chunk_size: usize,
[INFO] [stdout] 207 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 207 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:223:39
[INFO] [stdout]     |
[INFO] [stdout] 221 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 222 |         chunk_size: usize,
[INFO] [stdout] 223 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 223 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:239:39
[INFO] [stdout]     |
[INFO] [stdout] 237 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 238 |         chunk_size: usize,
[INFO] [stdout] 239 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 239 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:255:39
[INFO] [stdout]     |
[INFO] [stdout] 253 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 254 |         chunk_size: usize,
[INFO] [stdout] 255 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 255 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
[INFO] running `Command { std: "docker" "inspect" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.126
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling wasm-bindgen v0.2.126
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling avalanche-macro v0.1.0
[INFO] [stderr]    Compiling avalanche v0.1.0
[INFO] [stderr]    Compiling avalanche v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<'_, T> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:177:39
[INFO] [stdout]     |
[INFO] [stdout] 176 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 177 |     ) -> impl Iterator<Item = Tracked<&T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^ the same lifetime is elided here                              -- the same 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] 177 |     ) -> impl Iterator<Item = Tracked<&'a T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:191:39
[INFO] [stdout]     |
[INFO] [stdout] 189 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 190 |         size: usize,
[INFO] [stdout] 191 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 191 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:207:39
[INFO] [stdout]     |
[INFO] [stdout] 205 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 206 |         chunk_size: usize,
[INFO] [stdout] 207 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 207 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:223:39
[INFO] [stdout]     |
[INFO] [stdout] 221 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 222 |         chunk_size: usize,
[INFO] [stdout] 223 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 223 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:239:39
[INFO] [stdout]     |
[INFO] [stdout] 237 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 238 |         chunk_size: usize,
[INFO] [stdout] 239 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 239 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:255:39
[INFO] [stdout]     |
[INFO] [stdout] 253 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 254 |         chunk_size: usize,
[INFO] [stdout] 255 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 255 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.126
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.126
[INFO] [stderr]    Compiling js-sys v0.3.103
[INFO] [stderr]    Compiling web-sys v0.3.103
[INFO] [stderr]    Compiling gloo-events v0.1.2
[INFO] [stderr]    Compiling avalanche-web v0.1.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<'_, T> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:177:39
[INFO] [stdout]     |
[INFO] [stdout] 176 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 177 |     ) -> impl Iterator<Item = Tracked<&T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^ the same lifetime is elided here                              -- the same 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] 177 |     ) -> impl Iterator<Item = Tracked<&'a T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:191:39
[INFO] [stdout]     |
[INFO] [stdout] 189 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 190 |         size: usize,
[INFO] [stdout] 191 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 191 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:207:39
[INFO] [stdout]     |
[INFO] [stdout] 205 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 206 |         chunk_size: usize,
[INFO] [stdout] 207 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 207 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:223:39
[INFO] [stdout]     |
[INFO] [stdout] 221 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 222 |         chunk_size: usize,
[INFO] [stdout] 223 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 223 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:239:39
[INFO] [stdout]     |
[INFO] [stdout] 237 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 238 |         chunk_size: usize,
[INFO] [stdout] 239 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 239 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tracked.rs:255:39
[INFO] [stdout]     |
[INFO] [stdout] 253 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 254 |         chunk_size: usize,
[INFO] [stdout] 255 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 255 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 49.64s
[INFO] running `Command { std: "docker" "inspect" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tracked.rs:171:23
[INFO] [stderr]     |
[INFO] [stderr] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 171 |     pub fn as_raw_vec(&mut self) -> VecMutRef<'_, T> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/tracked.rs:177:39
[INFO] [stderr]     |
[INFO] [stderr] 176 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 177 |     ) -> impl Iterator<Item = Tracked<&T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                       ^^ the same lifetime is elided here                              -- the same 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] 177 |     ) -> impl Iterator<Item = Tracked<&'a T>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/tracked.rs:191:39
[INFO] [stderr]     |
[INFO] [stderr] 189 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 190 |         size: usize,
[INFO] [stderr] 191 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 191 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/tracked.rs:207:39
[INFO] [stderr]     |
[INFO] [stderr] 205 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 206 |         chunk_size: usize,
[INFO] [stderr] 207 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 207 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/tracked.rs:223:39
[INFO] [stderr]     |
[INFO] [stderr] 221 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 222 |         chunk_size: usize,
[INFO] [stderr] 223 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 223 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/tracked.rs:239:39
[INFO] [stderr]     |
[INFO] [stderr] 237 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 238 |         chunk_size: usize,
[INFO] [stderr] 239 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 239 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/tracked.rs:255:39
[INFO] [stderr]     |
[INFO] [stderr] 253 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 254 |         chunk_size: usize,
[INFO] [stderr] 255 |     ) -> impl Iterator<Item = Tracked<&[T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                       ^^^^ the same lifetime is elided here                              -- the same 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] 255 |     ) -> impl Iterator<Item = Tracked<&'a [T]>> + DoubleEndedIterator + FusedIterator + ExactSizeIterator + 'a
[INFO] [stderr]     |                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: `avalanche` (lib) generated 7 warnings (run `cargo fix --lib -p avalanche` to apply 7 suggestions)
[INFO] [stderr] warning: `avalanche` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/avalanche-c763f67625e94409)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests avalanche
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - component (line 40) ... FAILED
[INFO] [stdout] test src/lib.rs - enclose (line 87) ... ok
[INFO] [stdout] test src/hooks.rs - hooks::vec (line 228) ... FAILED
[INFO] [stdout] test src/shared.rs - shared::Shared<T>::exec_mut (line 60) ... ok
[INFO] [stdout] test src/hooks.rs - hooks::state (line 83) ... FAILED
[INFO] [stdout] test src/shared.rs - shared::Shared<T>::exec (line 38) ... ok
[INFO] [stdout] test src/tracked.rs - tracked::tracked (line 51) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - component (line 40) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `H1: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/lib.rs:49:5
[INFO] [stdout]     |
[INFO] [stdout]  49 |     H1!(
[INFO] [stdout]     |     ^^ the trait `avalanche::Component` is not implemented for `H1`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `HelloWorld`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for type `_` in the current scope
[INFO] [stdout]   --> src/lib.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[component]
[INFO] [stdout]    | ^^^^^^^^^^^^ associated function or constant not found in `_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Text: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/lib.rs:52:16
[INFO] [stdout]     |
[INFO] [stdout]  52 |         child: Text!(format!("Hi there, {}!", tracked!(name)))
[INFO] [stdout]     |                ^^^^ the trait `avalanche::Component` is not implemented for `Text`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `HelloWorld`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hooks.rs - hooks::vec (line 228) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `Text: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:239:26
[INFO] [stdout]     |
[INFO] [stdout] 239 |         .map(|(n, text)| Text!(key: n.to_string(), tracked!(text))).collect::<Vec<_>>();
[INFO] [stdout]     |                          ^^^^ the trait `avalanche::Component` is not implemented for `Text`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:233:1
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `DynamicChildren`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for type `_` in the current scope
[INFO] [stdout]    --> src/hooks.rs:233:1
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ associated function or constant not found in `_`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `avalanche_web::components::Div: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:241:5
[INFO] [stdout]     |
[INFO] [stdout] 241 |     Div!([
[INFO] [stdout]     |     ^^^ the trait `avalanche::Component` is not implemented for `avalanche_web::components::Div`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:233:1
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `DynamicChildren`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Button: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         Button!(
[INFO] [stdout]     |         ^^^^^^ the trait `avalanche::Component` is not implemented for `Button`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:233:1
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `DynamicChildren`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Text: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:244:20
[INFO] [stdout]     |
[INFO] [stdout] 244 |             child: Text!("+")
[INFO] [stdout]     |                    ^^^^ the trait `avalanche::Component` is not implemented for `Text`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:233:1
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `DynamicChildren`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `avalanche_web::components::Div: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |         Div!(tracked!(children))
[INFO] [stdout]     |         ^^^ the trait `avalanche::Component` is not implemented for `avalanche_web::components::Div`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:233:1
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `DynamicChildren`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hooks.rs - hooks::state (line 83) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `avalanche_web::components::Div: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:91:5
[INFO] [stdout]     |
[INFO] [stdout]  91 |     Div!(
[INFO] [stdout]     |     ^^^ the trait `avalanche::Component` is not implemented for `avalanche_web::components::Div`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `Counter`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for type `_` in the current scope
[INFO] [stdout]   --> src/hooks.rs:88:1
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[component]
[INFO] [stdout]    | ^^^^^^^^^^^^ associated function or constant not found in `_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H2: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:93:13
[INFO] [stdout]     |
[INFO] [stdout]  93 |             H2!(
[INFO] [stdout]     |             ^^ the trait `avalanche::Component` is not implemented for `H2`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `Counter`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Text: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:94:24
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 child: Text!("Counter!"),
[INFO] [stdout]     |                        ^^^^ the trait `avalanche::Component` is not implemented for `Text`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `Counter`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Button: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:96:13
[INFO] [stdout]     |
[INFO] [stdout]  96 |             Button!(
[INFO] [stdout]     |             ^^^^^^ the trait `avalanche::Component` is not implemented for `Button`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `Counter`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Text: avalanche::Component` is not satisfied
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]    --> src/hooks.rs:98:24
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 child: Text!("+")
[INFO] [stdout]     |                        ^^^^ the trait `avalanche::Component` is not implemented for `Text`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `Counter`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Text: avalanche::Component` is not satisfied
[INFO] [stdout]    --> src/hooks.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |             Text!(tracked!(count))
[INFO] [stdout]     |             ^^^^ the trait `avalanche::Component` is not implemented for `Text`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `avalanche` in the dependency graph
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/avalanche-0.1.0/src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait Component: 'static {
[INFO] [stdout]     | ---------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `avalanche::Component`
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | impl Component for () {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hooks.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | #[component]
[INFO] [stdout]     | ^^^^^^^^^^^^ `Counter`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/renderer.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Component for HasChildrenMarker {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HasChildrenMarker`
[INFO] [stdout]     = note: this error originates in the attribute macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/hooks.rs - hooks::state (line 83)
[INFO] [stdout]     src/hooks.rs - hooks::vec (line 228)
[INFO] [stdout]     src/lib.rs - component (line 40)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238", kill_on_drop: false }`
[INFO] [stdout] 64c29d7922f1144e2a6d106eedbc8ddc5130f281533d3e97cd52a0de227a4238
